/*!
Theme Name: Arcane
Theme URI: https://designorbital.com/arcane/
Author: DesignOrbital
Author URI: https://designorbital.com/
Description: Arcane is a clean, responsive, retina ready and modern WordPress theme suitable for personal blogs or small and medium sized magazine websites. It comes with theme customizer, sidebar positions, sticky menu, sticky sidebar, featured posts, custom widgets, and many other options which make your work easier. We hope you will enjoy it and have a good time publishing your articles.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arcane
Domain Path: /languages/
Tags: art, artwork, author-bio, black, blog, blog-excerpts, bright, business, classic-menu, clean, contemporary, custom-background, custom-colors, custom-header, custom-menu, design, editor-style, elegant, fashion, featured-content-with-pages, featured-images, fixed-menu, flexible-header, food, full-width-template, glamorous, infinite-scroll, journal, left-sidebar, light, magazine, microformats, modern, multiple-menus, music, nature, news, one-column, photoblogging, photography, post-formats, post-slider, professional, red, responsive-layout, right-sidebar, rtl-language-support, simple, site-logo, sophisticated, sports, sticky-post, tech, theme-options, threaded-comments, translation-ready, travel, tumblelog, two-columns, white

This theme, like WordPress, is licensed under the GPL v2 or later.
Use it to make something cool, have fun, and share what you've learned with others.

Arcane is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
	1.1 - Button Placeholder
2.0 - Font Awesome
3.0 - Typography
	3.1 - Global
	3.2 - Paragraph
	3.3 - Headings
	3.4 - Links
	3.5 - Blockquote
	3.6 - Dropcap
	3.7 - CSS Columns
	3.8 - General
4.0 - Elements
	4.1 - HR
	4.2 - List
	4.3 - Table
	4.4 - Image
	4.5 - HTML5 Elements
	4.6 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Navigation Menus
	8.1 - Main Navigation
	8.2 - Primary Menu
	8.3 - Primary Menu Responsive
	8.4 - Secondary Menu
9.0 - Navigation Menus Social
10.0 - Navigation Misc
		10.1 - Navigation Archives
		10.2 - Navigation Post
		10.3 - Navigation Comments
		10.4 - Navigation Attachments
		10.5 - Navigation Common Styles: Comments, Attachments
11.0 - Skeleton
	11.1 - Site Wrapper
	11.2 - Site Bar
	11.3 - Header
	11.4 - Site Branding Wrapper
	11.5 - Site Logo
	11.6 - Site Branding
	11.7 - Site Content
	11.8 - Sidebar
	11.9 - Footer
12.0 - Content
	12.1 - HEntry
	12.2 - Page Links
	12.3 - More Link
	12.4 - Entry Meta
	12.5 - Post Formats
	12.6 - Author Info
	12.7 - Comments
13.0 - Widgets
	13.1 - Search Form Widget
	13.2 - Tag Cloud Widget
	13.3 - Custom Menu Widget
	13.4 - Pages Widget
	13.5 - Categories Widget
	13.6 - Post List Widget
	13.7 - Post Carousel Widget
14.0 - Media
	14.1 - Captions
	14.2 - Galleries
	14.3 - Media Elements
15.0 - Utilities
	15.1 - Overlay Effect
	15.2 - Search Effect
	15.3 - Scroll Up
	15.4 - Misc
16.0 - Admin Bar
17.0 - Jetpack
	17.1 - Featured Content
	17.2 - Share Daddy
	17.3 - Related Posts
	17.4 - Infinite Scroll
	17.5 - Jetpack Galleries
	17.6 - Contact Info
	17.7 - Blog Subscriptions
	17.8 - Responsive Video
	17.9 - WP Stats
18.0 - Blocks
	18.1 - Structure
19.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  overflow-x: hidden;
  /* Alignfull scrollbar */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*--------------------------------------------------------------
1.1 Button Placeholder
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept, button[data-load-more-btn],
.button,
.wp-block-button__link,
.wp-block-file__button, .a8c-posts-list__view-all, button:visited,
input:visited[type='button'],
input:visited[type='reset'],
input:visited[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-block-file__button:visited, .a8c-posts-list__view-all:visited {
  background-color: #f24444;
  border-radius: 0;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, button:active,
input:active[type='button'],
input:active[type='reset'],
input:active[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active, .a8c-posts-list__view-all:active {
  background: #d93d3d;
  outline: none;
}

button:active,
input:active[type='button'],
input:active[type='reset'],
input:active[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active, .a8c-posts-list__view-all:active {
  bottom: -2px;
}

/*--------------------------------------------------------------
2.0 Font Awesome
--------------------------------------------------------------*/
.search-control:before,
.toggle-menu-control:before,
.primary-menu-responsive .dropdown-toggle:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.paging-navigation .nav-previous a:before,
.paging-navigation .nav-next a:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after,
.social-menu a:before,
.social2-menu a:before,
.widget_nav_menu div[class^="menu-social-"] a:before,
.widget_nav_menu .custom-menu-toggle:after,
.widget_pages .page-toggle:after,
.widget_categories .category-toggle:after,
.post-label:before,
.post-format-label a:before,
.widget_contact_info .confit-address:before,
.widget_contact_info .confit-phone:before,
.widget_contact_info .confit-hours:before,
.search-submit:before,
#scrollUp span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Global
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
3.2 Paragraph
--------------------------------------------------------------*/
p {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

p.lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.3 Headings
--------------------------------------------------------------*/
/**
 * Heading: Block
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  color: #020202;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h2,
.h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h3,
.h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h5,
.h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: 0.35px;
  /* Hack to fix thin text in Windows */
}

h6,
.h6 {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: 0.35px;
  /* Hack to fix thin text in Windows */
}

/*--------------------------------------------------------------
3.4 Links
--------------------------------------------------------------*/
a, a:visited {
  color: #f24444;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #d93d3d;
}

/*--------------------------------------------------------------
3.5 Blockquote
--------------------------------------------------------------*/
/**
 * Blockquote
 */
blockquote {
  color: #555;
  border-left: 6px solid #f24444;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

blockquote,
blockquote p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
}

blockquote blockquote {
  margin: 15px;
  margin: 0.9375rem;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

blockquote cite a, blockquote cite a:visited {
  color: #cccccc;
}

blockquote cite a:hover, blockquote cite a:focus, blockquote cite a:active {
  color: #999999;
}

blockquote.alignright, blockquote.alignleft {
  display: block;
  float: none;
}

blockquote:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.6 Dropcap
--------------------------------------------------------------*/
.dropcap {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  float: left;
  line-height: 1;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
  padding: 0;
  text-shadow: 8px 8px 0px #f3f3f3;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
3.7 CSS Columns
--------------------------------------------------------------*/
.two-columns,
.three-columns,
.four-columns {
  column-gap: 50px;
  column-rule: 1px solid #f3f3f3;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.two-columns:last-child,
.three-columns:last-child,
.four-columns:last-child {
  margin-bottom: 0;
}

.two-columns {
  columns: 150px 2;
}

.three-columns {
  columns: 150px 3;
}

.four-columns {
  columns: 150px 4;
}

/*--------------------------------------------------------------
3.8 General
--------------------------------------------------------------*/
::selection {
  background-color: #444;
  color: #fff;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #ebebeb;
  cursor: help;
}

mark {
  background: #fcf8e3;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

address:last-child {
  margin-bottom: 0;
}

code,
kbd,
samp,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
}

kbd {
  background-color: #020202;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
}

kbd kbd {
  box-shadow: none;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}

pre {
  background: #fafafa;
  border: 1px dashed #ebebeb;
  color: #020202;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  padding: 0.9375rem;
}

pre:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 HR
--------------------------------------------------------------*/
/**
 * Separator: Block
 */
hr {
  border: none;
  border-bottom: 1px solid #dddddd;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: 1px solid #dddddd;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

hr.wp-block-separator.is-style-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
  color: #dddddd;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 20px;
  letter-spacing: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.has-background:not(.has-background-background-color) hr.wp-block-separator,
[class*='background-color']:not(.has-background-background-color) hr.wp-block-separator,
[style*='background-color'] hr.wp-block-separator,
.wp-block-cover[style*='background-image'] hr.wp-block-separator {
  border-color: currentColor;
}

/*--------------------------------------------------------------
4.2 List
--------------------------------------------------------------*/
/**
 * List: Block
 */
ul,
ol {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding-left: 32px;
  padding-left: 2rem;
}

ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}

ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dt {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: 32px;
  padding-left: 2rem;
}

/*--------------------------------------------------------------
4.3 Table
--------------------------------------------------------------*/
/**
 * Table: Block
 */
table {
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

table,
.wp-block-table table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

table caption,
.wp-block-table table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

table th,
.wp-block-table table th {
  border: none;
  border-top: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 8px;
  padding: 0.5rem;
  text-align: left;
  vertical-align: bottom;
}

table thead th,
.wp-block-table table thead th {
  border-bottom: 2px solid #ebebeb;
  font-weight: 700;
}

table td,
.wp-block-table table td {
  border: none;
  border-top: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 8px;
  padding: 0.5rem;
  vertical-align: top;
}

table tbody + tbody,
.wp-block-table table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table table,
.wp-block-table table table {
  background-color: #fafafa;
}

table:last-child,
.wp-block-table table:last-child {
  margin-bottom: 0;
}

/* Table Small */
.table-sm th,
.table-sm td {
  padding: 5px;
}

/* Table Bordered */
.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ebebeb;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Table Zebra Striping */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

/* Table Hover Effect */
.table-hover tbody tr:hover {
  background-color: #f3f3f3;
}

/* Table Active */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* Table Success */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #5cb85c;
}

.table-hover .table-success:hover {
  background-color: #4cae4c;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4cae4c;
}

/* Table Info */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #5bc0de;
}

.table-hover .table-info:hover {
  background-color: #46b8da;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #46b8da;
}

/* Table Warning */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0ad4e;
}

.table-hover .table-warning:hover {
  background-color: #eea236;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #eea236;
}

/* Table Danger */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d9534f;
}

.table-hover .table-danger:hover {
  background-color: #d43f3a;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d43f3a;
}

/* Table Responsive */
.table-responsive {
  display: block;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 100%;
  overflow-x: auto;
}

.table-responsive:last-child {
  margin-bottom: 0;
}

/* Thead Inverse */
.thead-inverse th {
  color: #fff;
  background-color: #3d3d3d;
}

/* Thead Default */
.thead-default th {
  color: #3d3d3d;
  background-color: #ebebeb;
}

/* Table Inverse */
.table-inverse {
  color: #fff;
  background-color: #3d3d3d;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse caption {
  color: #020202;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #999999;
}

.table-inverse a, .table-inverse a:visited {
  color: #ccc;
}

.table-inverse a:hover, .table-inverse a:focus, .table-inverse a:active {
  color: #fff;
}

/* Table Reflow */
.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #ebebeb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
4.4 Image
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

img.alignright, img.alignleft {
  max-width: 110px;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
4.5 HTML5 Elements
--------------------------------------------------------------*/
figure {
  margin: 0;
}

embed,
iframe,
object,
audio,
canvas,
progress,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.6 Forms
--------------------------------------------------------------*/
/* Form Reboot */
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type='search'] {
  -webkit-appearance: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* Form Styles */
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
select,
textarea {
  color: #020202;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
select:focus,
textarea:focus {
  color: #020202;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

select {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 98%;
}

textarea {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  resize: vertical;
  vertical-align: top;
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
/**
 * .alignright
 */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:begin:ignore*/
  margin: 0 0 15px 35px;
  margin: 0 0 0.9375rem 2.1875rem;
  /*rtl:end:ignore*/
}

/**
 * .alignleft
 */
.alignleft {
  /*rtl:ignore*/
  text-align: left;
  /*rtl:ignore*/
  float: left;
  /*rtl:begin:ignore*/
  margin: 0 35px 15px 0;
  margin: 0 2.1875rem 0.9375rem 0;
  /*rtl:end:ignore*/
}

/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}

/**
 * .aligndefault
 */
.entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  margin-left: auto;
  margin-right: auto;
}

.has-no-sidebar .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  max-width: 345px;
}

.has-full-width .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  max-width: 345px;
}

/**
 * .alignfull
 */
.has-full-width .entry-content > .alignfull,
.has-no-sidebar .entry-content > .alignfull {
  clear: both;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

/**
 * .alignwide
 */
.entry-content > .alignwide {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-wrapper:before,
.site-wrapper:after,
.site-bar:before,
.site-bar:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.main-navigation:before,
.main-navigation:after,
.main-navigation-sticky-wrapper:before,
.main-navigation-sticky-wrapper:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.site-content:before,
.site-content:after,
.site-main:before,
.site-main:after,
.sidebar:before,
.sidebar:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.woocommerce-entry-wrapper:before,
.woocommerce-entry-wrapper:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after,
.site-footer-widgets:before,
.site-footer-widgets:after,
.site-footer-widgets-wrapper:before,
.site-footer-widgets-wrapper:after,
.footer-sidebar:before,
.footer-sidebar:after,
.site-info:before,
.site-info:after,
.site-info-inside:before,
.site-info-inside:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after {
  content: " ";
  display: table;
}

.clear:after,
.site-wrapper:after,
.site-bar:after,
.site-header:after,
.site-branding:after,
.main-navigation:after,
.main-navigation-sticky-wrapper:after,
.navigation:after,
.nav-links:after,
.site-content:after,
.site-main:after,
.sidebar:after,
.hentry:after,
.entry-content:after,
.woocommerce-entry-wrapper:after,
.widget:after,
.site-footer:after,
.site-footer-widgets:after,
.site-footer-widgets-wrapper:after,
.footer-sidebar:after,
.site-info:after,
.site-info-inside:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 Navigation Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Main Navigation
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
  display: none;
}

/*--------------------------------------------------------------
8.2 Primary Menu
--------------------------------------------------------------*/
/* Primary Menu */
.site-primary-menu {
  /* No need of style for xs devices. */
}

/*--------------------------------------------------------------
8.3 Primary Menu Responsive
--------------------------------------------------------------*/
/* Toogle Menu */
.toggle-menu-wrapper {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-align: center;
}

.toggle-menu-wrapper a, .toggle-menu-wrapper a:visited {
  color: #f24444;
  transition: all .25s ease-out;
}

.toggle-menu-wrapper a:hover, .toggle-menu-wrapper a:focus, .toggle-menu-wrapper a:active {
  color: #d93d3d;
}

.toggle-menu-wrapper a:before {
  content: "\f0c9";
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}

.has-custom-header .site-header .toggle-menu-wrapper a, .has-custom-header .site-header .toggle-menu-wrapper a:visited {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #242424;
  display: inline-flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all .25s ease-out;
}

.has-custom-header .site-header .toggle-menu-wrapper a:hover, .has-custom-header .site-header .toggle-menu-wrapper a:focus, .has-custom-header .site-header .toggle-menu-wrapper a:active {
  border: 1px solid #242424;
  color: #f24444;
}

/* Site Primary Menu Responsive */
.site-primary-menu-responsive {
  background: #141414;
  color: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  padding: 1.875rem;
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}

.site-primary-menu-responsive.show {
  left: 0;
}

.site-primary-menu-responsive .primary-menu-responsive-close {
  color: #f24444;
  cursor: pointer;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 15px;
}

.site-primary-menu-responsive .primary-menu-responsive-close:hover {
  color: #d93d3d;
}

/* Responsive Menu: (375px) and up */
@media (min-width: 375px) {
  .site-primary-menu-responsive {
    left: -335px;
    width: 335px;
  }
}

/* Responsive Menu: (414px) and up */
@media (min-width: 414px) {
  .site-primary-menu-responsive {
    left: -375px;
    width: 375px;
  }
}

/* Primary Menu Responsive */
.primary-menu-responsive {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.primary-menu-responsive * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu-responsive ul {
  display: none;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.primary-menu-responsive ul.toggle-on {
  display: block;
}

.primary-menu-responsive li {
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.primary-menu-responsive > li.current_page_item > a, .primary-menu-responsive > li.current-menu-item > a, .primary-menu-responsive > li.current_page_ancestor > a, .primary-menu-responsive > li.current-menu-ancestor > a, .primary-menu-responsive > li.current-menu-parent > a,
.primary-menu-responsive > li li.current_page_item > a,
.primary-menu-responsive > li li.current-menu-item > a,
.primary-menu-responsive > li li.current_page_ancestor > a,
.primary-menu-responsive > li li.current-menu-ancestor > a,
.primary-menu-responsive > li li.current-menu-parent > a {
  color: #f24444;
}

.primary-menu-responsive a, .primary-menu-responsive a:visited {
  color: #ddd;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.primary-menu-responsive a:hover, .primary-menu-responsive a:focus, .primary-menu-responsive a:active {
  color: #aaa;
}

.primary-menu-responsive .dropdown-toggle {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.primary-menu-responsive .dropdown-toggle:after {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  content: "\f078";
}

.primary-menu-responsive .dropdown-toggle.toggle-on:after {
  content: "\f077";
  color: #f24444;
}

.primary-menu-responsive .page_item_has_children > a,
.primary-menu-responsive .menu-item-has-children > a {
  padding-right: 40px;
  padding-right: 2.5rem;
}

/*--------------------------------------------------------------
8.4 Secondary Menu
--------------------------------------------------------------*/
.site-secondary-menu {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 0;
  text-align: center;
}

.secondary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-menu > li {
  display: inline-block;
}

.secondary-menu a, .secondary-menu a:visited {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  padding: 8px;
  padding: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

.secondary-menu a:hover, .secondary-menu a:focus, .secondary-menu a:active {
  color: #aaa;
}

/*--------------------------------------------------------------
9.0 Navigation Menus Social
--------------------------------------------------------------*/
.col-social-menu {
  float: left;
}

.site-social-menu ul,
.widget_nav_menu div[class^='menu-social-'] ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social-menu ul li,
.widget_nav_menu div[class^='menu-social-'] ul li {
  border: none;
  display: inline-block;
  margin: 0;
  margin: 0;
  padding: 0;
}

.site-social-menu a, .site-social-menu a:visited,
.widget_nav_menu div[class^='menu-social-'] a,
.widget_nav_menu div[class^='menu-social-'] a:visited {
  align-items: center;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all 0.25s ease-out;
}

.site-social-menu a:hover, .site-social-menu a:focus, .site-social-menu a:active,
.widget_nav_menu div[class^='menu-social-'] a:hover,
.widget_nav_menu div[class^='menu-social-'] a:focus,
.widget_nav_menu div[class^='menu-social-'] a:active {
  background: #f24444;
  color: #fff;
}

.site-social-menu a:before,
.widget_nav_menu div[class^='menu-social-'] a:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

.site-social-menu ul li {
  border-left: 1px solid #262626;
}

.site-social-menu ul li:last-child {
  border-right: 1px solid #262626;
}

.widget_nav_menu div[class^='menu-social-'] ul li {
  margin: 0 1px 1px 0;
  margin: 0 0.0625rem 0.0625rem 0;
}

.widget_nav_menu div[class^='menu-social-'] a, .widget_nav_menu div[class^='menu-social-'] a:visited {
  background: #020202;
  color: #fff;
  width: 42px;
  height: 42px;
}

.widget_nav_menu div[class^='menu-social-'] a:hover, .widget_nav_menu div[class^='menu-social-'] a:focus, .widget_nav_menu div[class^='menu-social-'] a:active {
  background: #f24444;
  color: #fff;
}

/* Social2 Menu */
.site-social2-menu {
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  padding: 0;
  text-align: center;
}

.site-social2-menu ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social2-menu ul li {
  border: none;
  display: inline-block;
  margin: 0 1px 1px 0;
  margin: 0 0.0625rem 0.0625rem 0;
  padding: 0;
}

.site-social2-menu a, .site-social2-menu a:visited {
  align-items: center;
  background: #242424;
  color: #ddd;
  display: inline-flex;
  justify-content: center;
  width: 42px;
  height: 42px;
  transition: all 0.25s ease-out;
}

.site-social2-menu a:hover, .site-social2-menu a:focus, .site-social2-menu a:active {
  background: #f24444;
  color: #fff;
}

.site-social2-menu a:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Social Menu Icons Fallback */
.site-social-menu a:before,
.site-social2-menu a:before,
.widget_nav_menu div[class^='menu-social-'] a:before {
  content: '\f0c1';
}

/* Social Menu Icons */
.site-social-menu a[href*='codepen.io']:before,
.site-social2-menu a[href*='codepen.io']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='codepen.io']:before {
  content: '\f1cb';
}

.site-social-menu a[href*='digg.com']:before,
.site-social2-menu a[href*='digg.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='digg.com']:before {
  content: '\f1a6';
}

.site-social-menu a[href*='dribbble.com']:before,
.site-social2-menu a[href*='dribbble.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='dribbble.com']:before {
  content: '\f17d';
}

.site-social-menu a[href*='dropbox.com']:before,
.site-social2-menu a[href*='dropbox.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='dropbox.com']:before {
  content: '\f16b';
}

.site-social-menu a[href*='facebook.com']:before,
.site-social2-menu a[href*='facebook.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='facebook.com']:before {
  content: '\f09a';
}

.site-social-menu a[href*='flickr.com']:before,
.site-social2-menu a[href*='flickr.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='flickr.com']:before {
  content: '\f16e';
}

.site-social-menu a[href*='foursquare.com']:before,
.site-social2-menu a[href*='foursquare.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='foursquare.com']:before {
  content: '\f180';
}

.site-social-menu a[href*='getpocket.com']:before,
.site-social2-menu a[href*='getpocket.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='getpocket.com']:before {
  content: '\f265';
}

.site-social-menu a[href*='plus.google.com']:before,
.site-social2-menu a[href*='plus.google.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='plus.google.com']:before {
  content: '\f0d5';
}

.site-social-menu a[href*='github.com']:before,
.site-social2-menu a[href*='github.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='github.com']:before {
  content: '\f09b';
}

.site-social-menu a[href*='instagram.com']:before,
.site-social2-menu a[href*='instagram.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='instagram.com']:before {
  content: '\f16d';
}

.site-social-menu a[href*='linkedin.com']:before,
.site-social2-menu a[href*='linkedin.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='linkedin.com']:before {
  content: '\f0e1';
}

.site-social-menu a[href*='mailto:']:before,
.site-social2-menu a[href*='mailto:']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='mailto:']:before {
  content: '\f003';
}

.site-social-menu a[href*='pinterest']:before,
.site-social2-menu a[href*='pinterest']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='pinterest']:before {
  content: '\f0d2';
}

.site-social-menu a[href*='reddit.com']:before,
.site-social2-menu a[href*='reddit.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='reddit.com']:before {
  content: '\f1a1';
}

.site-social-menu a[href$='/feed/']:before,
.site-social2-menu a[href$='/feed/']:before,
.widget_nav_menu div[class^='menu-social-'] a[href$='/feed/']:before {
  content: '\f09e';
}

.site-social-menu a[href*='skype.com']:before,
.site-social-menu a[href*='skype:']:before:before,
.site-social2-menu a[href*='skype.com']:before,
.site-social2-menu a[href*='skype:']:before:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='skype.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='skype:']:before:before {
  content: '\f17e';
}

.site-social-menu a[href*='spotify.com']:before,
.site-social2-menu a[href*='spotify.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='spotify.com']:before {
  content: '\f1bc';
}

.site-social-menu a[href*='stumbleupon.com']:before,
.site-social2-menu a[href*='stumbleupon.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='stumbleupon.com']:before {
  content: '\f1a4';
}

.site-social-menu a[href*='tumblr.com']:before,
.site-social2-menu a[href*='tumblr.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='tumblr.com']:before {
  content: '\f173';
}

.site-social-menu a[href*='twitch.tv']:before,
.site-social2-menu a[href*='twitch.tv']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='twitch.tv']:before {
  content: '\f1e8';
}

.site-social-menu a[href*='twitter.com']:before,
.site-social2-menu a[href*='twitter.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='twitter.com']:before {
  content: '\f099';
}

.site-social-menu a[href*='vimeo.com']:before,
.site-social2-menu a[href*='vimeo.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='vimeo.com']:before {
  content: '\f194';
}

.site-social-menu a[href*='wordpress.com']:before,
.site-social-menu a[href*='wordpress.org']:before,
.site-social2-menu a[href*='wordpress.com']:before,
.site-social2-menu a[href*='wordpress.org']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='wordpress.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='wordpress.org']:before {
  content: '\f19a';
}

.site-social-menu a[href*='youtube.com']:before,
.site-social2-menu a[href*='youtube.com']:before,
.widget_nav_menu div[class^='menu-social-'] a[href*='youtube.com']:before {
  content: '\f167';
}

/*--------------------------------------------------------------
10.0 Navigation Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Navigation Archives
--------------------------------------------------------------*/
.pagination {
  font-size: 0px;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  overflow: hidden;
  text-align: center;
}

.pagination .page-numbers {
  background: #020202;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 1px;
  margin: 0.125rem 0.0625rem;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out;
}

.pagination .page-numbers:hover {
  background: #f24444;
  color: #fff;
}

.pagination .current.page-numbers {
  background: #f24444;
  color: #fff;
  font-weight: 700;
}

.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after {
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination .prev.page-numbers:before {
  content: '\f053';
  /*!rtl:raw:
		content: '\f054';
		*/
}

.pagination .next.page-numbers:after {
  content: '\f054';
  /*!rtl:raw:
		content: '\f053';
		*/
}

/*--------------------------------------------------------------
10.2 Navigation Post
--------------------------------------------------------------*/
.post-navigation {
  border-top: 1px solid #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  position: relative;
  width: 100%;
}

.post-navigation .nav-next {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.post-navigation a, .post-navigation a:visited {
  color: #020202;
  display: block;
  padding: 0;
  position: relative;
  transition: all 0.25s ease-out;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #f24444;
}

.post-navigation .meta-nav {
  color: #f24444;
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
10.3 Navigation Comments
--------------------------------------------------------------*/
.comment-navigation {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
10.4 Navigation Attachments
--------------------------------------------------------------*/
.image-navigation {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  overflow: hidden;
  text-align: center;
}

/*--------------------------------------------------------------
10.5 Navigation Common Styles: Comments, Attachments
--------------------------------------------------------------*/
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:visited,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.image-navigation .nav-previous a,
.image-navigation .nav-previous a:visited,
.image-navigation .nav-next a,
.image-navigation .nav-next a:visited {
  color: #999;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
  padding: 0;
  text-transform: uppercase;
}

.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active {
  color: #d93d3d;
}

.comment-navigation .nav-previous .meta-nav,
.comment-navigation .nav-next .meta-nav,
.image-navigation .nav-previous .meta-nav,
.image-navigation .nav-next .meta-nav {
  display: none;
}

.comment-navigation .nav-previous a:before,
.image-navigation .nav-previous a:before {
  color: #d93d3d;
  content: '\f053';
  /*!rtl:raw:
				content: '\f054';
				*/
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.comment-navigation .nav-next a:after,
.image-navigation .nav-next a:after {
  color: #d93d3d;
  content: '\f054';
  /*!rtl:raw:
				content: '\f053';
				*/
  margin: 0 0 0 5px;
  margin: 0 0 0 0.3125rem;
}

/*--------------------------------------------------------------
11.0 Skeleton
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
  background: #fff;
  position: relative;
}

/*--------------------------------------------------------------
11.2 Site Bar
--------------------------------------------------------------*/
.site-bar {
  background-color: #020202;
}

/*--------------------------------------------------------------
11.3 Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid #eee;
  margin: 0;
  min-height: 70px;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
}

.site-header .site-header-inside {
  position: relative;
}

.site-header.stuck {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99950;
}

/*--------------------------------------------------------------
11.4 Site Branding Wrapper
--------------------------------------------------------------*/
.site-branding-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
}

/*--------------------------------------------------------------
11.5 Site Logo
--------------------------------------------------------------*/
.site-logo {
  width: auto;
  max-height: 40px;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
11.6 Site Branding
--------------------------------------------------------------*/
.site-branding {
  position: relative;
}

.has-site-branding .site-branding {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.has-site-logo.has-site-branding .site-branding {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

.site-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.site-title a, .site-title a:visited {
  color: #020202;
  text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #666;
}

.site-description {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
11.7 Site Content
--------------------------------------------------------------*/
.site-content {
  margin: 0;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

/*--------------------------------------------------------------
11.8 Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  position: relative;
}

/*--------------------------------------------------------------
11.9 Footer
--------------------------------------------------------------*/
/* Site Footer */
.site-footer {
  position: relative;
}

.has-sticky-sidebar .site-footer {
  z-index: 2;
}

/* Site Footer Widgets */
.site-footer-widgets {
  border-top: 6px solid #eee;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
}

/* Site Footer Sidebar */
.footer-sidebar {
  margin: 0;
  padding: 0;
}

.footer-sidebar-second,
.footer-sidebar-third {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

/* Site info */
.site-info {
  background: #020202;
  border-top: 6px solid #f24444;
  padding: 30px 0;
  padding: 1.875rem 0;
}

/* Credits */
.credits {
  color: #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.credits a, .credits a:visited {
  color: #ddd;
}

.credits a:hover, .credits a:focus, .credits a:active {
  color: #aaa;
}

.credits .credit-blog {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 HEntry
--------------------------------------------------------------*/
.sticky {
  /* Sticky post is enhanced with a special icon */
}

/* Entry (Posts,Pages) Block */
.hentry {
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
  padding: 0 0 25px;
  padding: 0 0 1.5625rem;
}

.hentry:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.infinite-wrap .hentry:first-child {
  border-top: 1px solid #eee;
  margin: 25px 0;
  margin: 1.5625rem 0;
  padding: 25px 0;
  padding: 1.5625rem 0;
}

/* Entry Post Thumbnail */
.entry-image-wrapper {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.entry-image-wrapper img {
  margin: 0 auto;
}

/* Page Content Block */
.page-content {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Header & Title (Posts,Pages) */
.has-excerpt .entry-header-wrapper:after,
body.single .entry-header-wrapper:after,
body.page .entry-header-wrapper:after {
  background: #f24444;
  content: "";
  display: block;
  margin: 15px 0 30px;
  margin: 0.9375rem 0 1.875rem;
  width: 100px;
  height: 3px;
}

.entry-header {
  margin: 0;
  padding: 0;
}

.entry-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Page Header & Title */
.page-header:after {
  background: #f24444;
  content: "";
  display: block;
  margin: 15px 0 30px;
  margin: 0.9375rem 0 1.875rem;
  width: 100px;
  height: 3px;
}

.page-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.page-title span {
  color: #f24444;
}

.taxonomy-description {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

/* Entry & Page Title Colors */
.entry-title a, .entry-title a:visited,
.page-title a,
.page-title a:visited {
  color: #020202;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
  color: #d93d3d;
}

/* Entry Summary */
.entry-summary {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* Entry, Page & Comment Content */
.entry-content,
.entry-summary {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
12.2 Page Links
--------------------------------------------------------------*/
.page-links {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.page-links a,
.page-links > span {
  background: #ebebeb;
  color: #020202;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.page-links a {
  color: #020202;
  text-decoration: none;
}

.page-links a:hover {
  background: #f24444;
  color: #fff;
  font-weight: 700;
}

.page-links > span {
  background: #f24444;
  color: #fff;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  color: #666;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 7px 0 0;
  padding: 0 0.4375rem 0 0;
}

/*--------------------------------------------------------------
12.3 More Link
--------------------------------------------------------------*/
.more-link, .more-link:visited {
  background: #f24444;
  border-bottom: 3px solid #d93d3d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.more-link:hover, .more-link:focus, .more-link:active {
  background: #d93d3d;
  color: #fff;
}

/*--------------------------------------------------------------
12.4 Entry Meta
--------------------------------------------------------------*/
.entry-meta {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.entry-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-meta ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.entry-meta ul > li:before {
  color: #999;
  content: ' \007c ';
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 4px;
}

.entry-meta ul > li:first-child:before {
  display: none;
}

.entry-meta a, .entry-meta a:visited {
  color: #999;
}

.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active {
  color: #020202;
}

.entry-meta .first-category a, .entry-meta .first-category a:visited {
  color: #f24444;
  font-weight: 600;
}

.entry-meta .first-category a:hover, .entry-meta .first-category a:focus, .entry-meta .first-category a:active {
  color: #d93d3d;
}

/* Entry Meta Header */
.entry-meta-header-before {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}

.entry-meta-header-after {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

/* Entry Meta Footer */
.entry-meta-footer {
  margin: 26px 0 0;
  margin: 1.625rem 0 0;
}

/* Entry Meta Elements */
.updated:not(.published) {
  display: none;
}

/* Post Featured */
.post-label-featured:before {
  content: ' \f08d ';
  font-size: 12px;
  font-size: 0.75rem;
}

/* Tags etc */
.tags-links:before,
.edit-link:before {
  content: ' \2022 ';
  padding: 0 6px;
}

/* Entry Meta Single Page/Post */
.page .edit-link:before,
.attachment .edit-link:before {
  display: none;
}

/*--------------------------------------------------------------
12.5 Post Formats
--------------------------------------------------------------*/
/* Post Format Label */
.post-format-label a:before {
  font-size: 12px;
  font-size: 0.75rem;
}

/* Post Format Icons */
.post-format-label-aside a:before {
  content: "\f0f6";
}

.post-format-label-audio a:before {
  content: "\f028";
}

.post-format-label-gallery a:before {
  content: "\f009";
}

.post-format-label-image a:before {
  content: "\f03e";
}

.post-format-label-link a:before {
  content: "\f0c1";
}

.post-format-label-quote a:before {
  content: "\f10d";
}

.post-format-label-video a:before {
  content: "\f03d";
}

/*--------------------------------------------------------------
12.6 Author Info
--------------------------------------------------------------*/
.author-info {
  border-top: 1px solid #eee;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.author-info .author-avatar {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
}

.author-info .avatar {
  border: 1px solid #ebebeb;
  padding: 2px;
  padding: 0.125rem;
}

.author-info .author-description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.author-info .author-description .author-title {
  margin: 0;
  padding: 0;
}

.author-info .author-description .author-title:after {
  background: #f24444;
  content: "";
  display: block;
  margin: 15px 0 20px;
  margin: 0.9375rem 0 1.25rem;
  width: 100px;
  height: 3px;
}

/*--------------------------------------------------------------
12.7 Comments
--------------------------------------------------------------*/
#comments {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.comments-area-wrapper {
  border-top: 1px solid #eee;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
}

.no-comments-wrapper {
  border-top: 1px solid #eee;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  text-align: center;
}

/* Comments Title */
.comments-title {
  color: #020202;
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

.comment-list .children {
  list-style: none;
}

/* Comment Body */
.comment-list > li > .comment-body,
.comment-list > li > .children .comment-body {
  border-top: 1px solid #ebebeb;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
}

.comment-list > li:first-child:not(.bypostauthor) > .comment-body {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.comment-list .bypostauthor > .comment-body {
  background: #f2f2f2;
  border-bottom: 3px solid #f24444;
  padding: 15px;
  padding: 0.9375rem;
}

/* Comment Avatar */
.comment-list .comment-author .avatar {
  border: 1px solid #ebebeb;
  display: block;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 2px;
  padding: 0.125rem;
}

.comment-list .bypostauthor .comment-author .avatar {
  border: 1px solid #d9d9d9;
}

.comment-list .comment-author .avatar {
  width: 68px;
  height: 68px;
}

.comment-list .children .comment-author .avatar {
  width: 50px;
  height: 50px;
}

/* Comment Meta */
.comment-list .comment-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.comment-list .comment-content {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  word-wrap: break-word;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.comment-list .comment-author .fn {
  font-weight: 900;
}

.comment-list .comment-author .fn a,
.comment-list .comment-author .fn a:visited {
  color: #333;
}

.comment-list .comment-author .fn a:hover,
.comment-list .comment-author .fn a:focus,
.comment-list .comment-author .fn a:active {
  color: #999;
}

.comment-list .says {
  display: none;
}

.comment-list .edit-link {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.comment-list .comment-awaiting-moderation {
  color: #d93d3d;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* Comment Form */
#comments div#respond {
  border-top: 1px solid #eee;
}

div#respond {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  position: relative;
}

.comment-list div#respond {
  background: #f2f2f2;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 15px;
  padding: 0.9375rem;
}

div#respond .comment-reply-title {
  color: #020202;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

div#respond .comment-notes,
div#respond .logged-in-as,
div#respond .form-allowed-tags,
div#respond .form-allowed-tags code {
  font-size: 13px;
  font-size: 0.8125rem;
}

div#respond .comment-form label {
  display: block;
}

div#respond .form-submit {
  margin: 0;
}

div#respond .required {
  color: #c0392b;
}

div#respond #cancel-comment-reply-link {
  color: #c0392b;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
}

/* Comment Subscription Form */
.comment-subscription-form {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 0;
}

.comment-subscription-form + .comment-subscription-form {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

/*--------------------------------------------------------------
13.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  word-wrap: break-word;
}

.widget:last-child,
.site-footer-widgets .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .widget-title {
  color: #020202;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  padding: 0;
  text-transform: uppercase;
}

.widget .widget-title:after {
  background: #f24444;
  content: '';
  display: block;
  margin: 15px 0 30px;
  margin: 0.9375rem 0 1.875rem;
  width: 100px;
  height: 3px;
}

.widget a, .widget a:visited {
  color: #3d3d3d;
}

.widget a:hover, .widget a:focus, .widget a:active {
  color: #666;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li > ul,
.widget li > ol {
  margin-bottom: 0;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget li {
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative;
}

.widget li ul {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.widget li li:last-child {
  padding-bottom: 0;
}

.widget li:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Search Form Widget
--------------------------------------------------------------*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form .search-field {
  border: 1px solid #eee;
  height: 50px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);
}

.search-form .search-submit {
  background: #f24444;
  border: 0;
  color: #fff;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  text-align: center;
  transition: all 0.25s ease-out;
}

.search-form .search-submit:hover {
  background: #d93d3d;
}

.search-form .search-submit:before {
  content: '\f002';
}

/*--------------------------------------------------------------
13.2 Tag Cloud Widget
--------------------------------------------------------------*/
.wp_widget_tag_cloud > div:before,
.wp_widget_tag_cloud > div:after {
  content: '';
  display: table;
}

.wp_widget_tag_cloud > div:after {
  clear: both;
}

.wp_widget_tag_cloud a, .wp_widget_tag_cloud a:visited {
  background: #ebebeb;
  color: #020202;
  margin: 0 6px 6px 0;
  margin: 0 0.375rem 0.375rem 0;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  float: left;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}

.wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus, .wp_widget_tag_cloud a:active {
  background: #f24444;
  color: #fff;
}

/*--------------------------------------------------------------
13.3 Custom Menu Widget
--------------------------------------------------------------*/
.widget_nav_menu ul.sub-menu {
  display: none;
}

.widget_nav_menu ul.toggle-on {
  display: block;
}

.widget_nav_menu .custom-menu-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_nav_menu li:not(:first-child) .custom-menu-toggle {
  top: 18px;
}

.widget_nav_menu .custom-menu-toggle:after {
  color: #020202;
  content: '\f067';
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_nav_menu .custom-menu-toggle:after {
  color: #ddd;
}

.widget_nav_menu .custom-menu-toggle:hover,
.widget_nav_menu .custom-menu-toggle:active {
  color: #666;
}

.widget_nav_menu .custom-menu-toggle:focus:after {
  color: #d93d3d;
}

.widget_nav_menu .custom-menu-toggle.toggle-on:after {
  color: #d93d3d;
  content: '\f068';
}

/*--------------------------------------------------------------
13.4 Pages Widget
--------------------------------------------------------------*/
.widget_pages ul.children {
  display: none;
}

.widget_pages ul.toggle-on {
  display: block;
}

.widget_pages .page-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_pages li:not(:first-child) .page-toggle {
  top: 18px;
}

.widget_pages .page-toggle:after {
  color: #020202;
  content: '\f067';
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_pages .page-toggle:after {
  color: #ddd;
}

.widget_pages .page-toggle:hover,
.widget_pages .page-toggle:active {
  color: #666;
}

.widget_pages .page-toggle:focus:after {
  color: #d93d3d;
}

.widget_pages .page-toggle.toggle-on:after {
  color: #d93d3d;
  content: '\f068';
}

/*--------------------------------------------------------------
13.5 Categories Widget
--------------------------------------------------------------*/
.widget_categories ul.children {
  display: none;
}

.widget_categories ul.toggle-on {
  display: block;
}

.widget_categories .category-toggle {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
}

.site-footer-widgets .widget_categories li:not(:first-child) .category-toggle {
  top: 18px;
}

.widget_categories .category-toggle:after {
  color: #020202;
  content: '\f067';
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.site-footer-widgets .widget_categories .category-toggle:after {
  color: #ddd;
}

.widget_categories .category-toggle:hover,
.widget_categories .category-toggle:active {
  color: #666;
}

.widget_categories .category-toggle:focus:after {
  color: #d93d3d;
}

.widget_categories .category-toggle.toggle-on:after {
  color: #d93d3d;
  content: '\f068';
}

/*--------------------------------------------------------------
13.6 Post List Widget
--------------------------------------------------------------*/
.widget-postlist-arcane:before,
.widget-postlist-arcane:after,
.widget-postlist-arcane ul:before,
.widget-postlist-arcane ul:after,
.widget-postlist-arcane ul li:before,
.widget-postlist-arcane ul li:after {
  content: '';
  display: table;
}

.widget-postlist-arcane:after,
.widget-postlist-arcane ul:after,
.widget-postlist-arcane ul li:after {
  clear: both;
}

.widget-postlist-arcane ul li {
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
}

.widget-postlist-arcane .postlist-thumbnail {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

.widget-postlist-arcane .has-post-thumbnail .postlist-content {
  margin: 0 0 0 90px;
  margin: 0 0 0 5.625rem;
}

.widget-postlist-arcane .postlist-title {
  clear: none;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  padding: 0;
}

.widget-postlist-arcane .postlist-title a, .widget-postlist-arcane .postlist-title a:visited {
  color: #3d3d3d;
}

.widget-postlist-arcane .postlist-title a:hover, .widget-postlist-arcane .postlist-title a:focus, .widget-postlist-arcane .postlist-title a:active {
  color: #555;
}

.widget-postlist-arcane .postlist-date {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
13.7 Post Carousel Widget
--------------------------------------------------------------*/
/* Post Carousel Loader */
.arcane-postcarousel-wrapper.postcarousel-loader {
  max-height: 100px;
  overflow: hidden;
}

.postcarousel-spinner {
  background: #333;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 35px auto;
  margin: 2.1875rem auto;
  animation: postcarousel-scaleout 1s infinite ease-in-out;
}

@keyframes postcarousel-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Post Carousel Container */
.arcane-postcarousel-wrapper .arcane-postcarousel {
  opacity: 0;
}

.arcane-postcarousel-wrapper .item {
  position: relative;
}

.arcane-postcarousel-wrapper .entry-image-postcarousel {
  background-color: #eee;
  background-position: center center;
  background-size: cover;
  height: 332px;
}

.arcane-postcarousel-wrapper .entry-header-postcarousel {
  background: #020202;
  opacity: 0.9;
  margin: 0;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.arcane-postcarousel-wrapper .entry-title-postcarousel {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.arcane-postcarousel-wrapper .entry-title-postcarousel a, .arcane-postcarousel-wrapper .entry-title-postcarousel a:visited {
  color: #fff;
}

.arcane-postcarousel-wrapper .entry-title-postcarousel a:hover, .arcane-postcarousel-wrapper .entry-title-postcarousel a:focus, .arcane-postcarousel-wrapper .entry-title-postcarousel a:active {
  color: #f2f2f2;
}

.arcane-postcarousel-wrapper .owl-controls {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.arcane-postcarousel-wrapper .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px -7px;
  margin: 0 0.3125rem -0.4375rem;
  padding: 0;
  zoom: 1;
}

.arcane-postcarousel-wrapper .owl-dots .owl-dot span {
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}

.arcane-postcarousel-wrapper .owl-dots .owl-dot.active span,
.arcane-postcarousel-wrapper .owl-dots .owl-dot:hover span {
  background: #f24444;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
/* Attachment Caption */
.entry-caption {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  border: 1px solid #eee;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

/* WP Caption */
.wp-caption {
  border: 1px solid #eee;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  max-width: 100%;
}

.wp-caption:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin: 0;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.wp-caption.alignright, .wp-caption.alignleft {
  max-width: 110px;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-icon img {
  margin: 0 auto;
}

.gallery .gallery-caption {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.gallery.gallery-columns-4 .gallery-caption,
.gallery.gallery-columns-5 .gallery-caption,
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:last-child {
  margin: 0;
  margin: 0;
}

/*--------------------------------------------------------------
14.3 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #333;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d93d3d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

/*--------------------------------------------------------------
15.0 Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1 Overlay Effect
--------------------------------------------------------------*/
.overlay-effect {
  background: #141414;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99995;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay-effect.open {
  opacity: .4;
  visibility: visible;
}

/*--------------------------------------------------------------
15.2 Search Effect
--------------------------------------------------------------*/
.search-control-wrapper {
  text-align: right;
}

.search-control-wrapper a, .search-control-wrapper a:visited {
  align-items: center;
  background: #f24444;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all .25s ease-out;
}

.search-control-wrapper a:hover, .search-control-wrapper a:focus, .search-control-wrapper a:active {
  background: #d93d3d;
}

.search-control-wrapper a:before {
  content: "\f002";
  font-size: 17px;
  font-size: 1.0625rem;
}

.search-curtain-wrapper {
  background: #fff;
  color: #3d3d3d;
  opacity: 0;
  position: fixed;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99960;
}

.search-curtain-wrapper.show {
  opacity: 0.98;
  visibility: visible;
}

.search-curtain-wrapper .search-curtain {
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.search-curtain-wrapper .search-curtain.show {
  animation-name: fadeInUp;
}

.search-curtain-wrapper .search-curtain.hide {
  animation-name: fadeOutUp;
}

.search-curtain-wrapper .search-curtain-form {
  border: 1px solid #d93d3d;
  width: 90%;
}

.search-curtain-wrapper .search-form .search-field {
  height: 60px;
}

.search-curtain-wrapper .search-form .search-submit {
  height: 60px;
}

.search-curtain-wrapper .search-curtain-close {
  color: #f24444;
  cursor: pointer;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 99970;
}

.search-curtain-wrapper .search-curtain-close:hover {
  color: #d93d3d;
}

/*--------------------------------------------------------------
15.3 Scroll Up
--------------------------------------------------------------*/
#scrollUp {
  bottom: 30px;
  right: 30px;
}

#scrollUp, #scrollUp:visited {
  color: #aaa;
}

#scrollUp:hover, #scrollUp:focus, #scrollUp:active {
  color: #ddd;
}

#scrollUp span:before {
  content: "\f077";
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 18px;
}

/*--------------------------------------------------------------
15.4 Misc
--------------------------------------------------------------*/
.img-featured,
.img-postlist {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.img-featured:hover,
.img-postlist:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
17.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 Featured Content
--------------------------------------------------------------*/
.featured-content-wrapper {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  position: relative;
}

.featured-content-wrapper.featured-content-loader {
  max-height: 100px;
  overflow: hidden;
}

.featured-content-wrapper .featured-content-spinner {
  background-color: #333;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
  animation: featured-content-scaleout 1s infinite ease-in-out;
}

.featured-content-wrapper .arcane-featured-content {
  opacity: 0;
  position: relative;
}

.featured-content-wrapper .entry-image-featured-content {
  background-color: #eee;
  background-position: center center;
  background-size: cover;
  height: 332px;
}

.featured-content-wrapper .entry-content-featured-content {
  background: #020202;
  opacity: 0.9;
  position: absolute;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
}

.featured-content-wrapper .entry-meta-featured-content {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}

.featured-content-wrapper .entry-header-featured-content {
  margin: 0;
  padding: 0;
}

.featured-content-wrapper .entry-title-featured-content {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.featured-content-wrapper .entry-title-featured-content a, .featured-content-wrapper .entry-title-featured-content a:visited {
  color: #fff;
}

.featured-content-wrapper .entry-title-featured-content a:hover, .featured-content-wrapper .entry-title-featured-content a:focus, .featured-content-wrapper .entry-title-featured-content a:active {
  color: #f24444;
}

.featured-content-wrapper .owl-controls {
  margin: 0;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.featured-content-wrapper .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0;
  zoom: 1;
}

.featured-content-wrapper .owl-controls .owl-dots .owl-dot span {
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}

.featured-content-wrapper .owl-controls .owl-dots .owl-dot.active span,
.featured-content-wrapper .owl-controls .owl-dots .owl-dot:hover span {
  background: #f24444;
}

@keyframes featured-content-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
17.2 Share Daddy
--------------------------------------------------------------*/
.hentry .sharedaddy {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry .sharedaddy:last-child {
  margin: 0;
}

.hentry .sharedaddy .sd-block {
  border: none;
  margin: 0;
  padding: 0;
}

.hentry .sharedaddy h3.sd-title:before {
  display: none;
}

/*--------------------------------------------------------------
17.3 Related Posts
--------------------------------------------------------------*/
.hentry div#jp-relatedposts {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry div#jp-relatedposts:last-child {
  margin: 0;
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-a .jp-relatedposts-post-img {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:visited {
  color: #3d3d3d;
  font-weight: 700;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus, .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:active {
  color: #666;
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  margin: 0;
}

/*--------------------------------------------------------------
17.4 Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinite-scroll .infinite-loader {
  color: #999;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  position: relative;
  text-align: center;
  width: 35px;
  height: 42px;
}

.infinite-scroll #infinite-handle {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  position: relative;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  background: #f24444;
  border: 1px solid #f24444;
  border-bottom: 3px solid #d93d3d;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out;
  z-index: 1;
}

.infinite-scroll #infinite-handle span:hover, .infinite-scroll #infinite-handle span:focus, .infinite-scroll #infinite-handle span:active {
  background: #d93d3d;
  color: #fff;
}

.infinite-scroll .infinite-wrap {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
17.5 Jetpack Galleries
--------------------------------------------------------------*/
/* Tiled Gallery */
.tiled-gallery {
  max-width: 100%;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.tiled-gallery:last-child {
  margin: 0;
}

/* Slideshow Gallery */
.site-wrapper .slideshow-window {
  background-color: #fafafa;
  border: 5px solid #fafafa;
  border-radius: 2px;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.site-wrapper .slideshow-window:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
17.6 Contact Info
--------------------------------------------------------------*/
.widget_contact_info {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_contact_info .contact-map {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.widget_contact_info .confit-address,
.widget_contact_info .confit-phone,
.widget_contact_info .confit-hours {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.widget_contact_info .confit-address:before,
.widget_contact_info .confit-phone:before,
.widget_contact_info .confit-hours:before {
  color: #f24444;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.28571429em;
  text-align: center;
}

.widget_contact_info .confit-address:before {
  content: '\f124';
}

.widget_contact_info .confit-phone:before {
  content: '\f095';
}

.widget_contact_info .confit-hours:before {
  content: '\f017';
}

/*--------------------------------------------------------------
17.7 Blog Subscriptions
--------------------------------------------------------------*/
.widget_blog_subscription {
  border: 1px solid #020202;
  background: #020202;
  color: #fff;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 15px;
  padding: 0.9375rem;
}

.widget_blog_subscription:last-child,
.site-footer-widgets .widget_blog_subscription:last-child {
  padding: 15px;
  padding: 0.9375rem;
}

.widget_blog_subscription .widget-title {
  color: #fff;
}

.widget_blog_subscription #subscribe-text {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.widget_blog_subscription #subscribe-email input {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

/*--------------------------------------------------------------
17.8 Responsive Video
--------------------------------------------------------------*/
.jetpack-video-wrapper {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.jetpack-video-wrapper:last-child {
  margin: 0;
  margin: 0;
}

/*--------------------------------------------------------------
17.9 WP Stats
--------------------------------------------------------------*/
img#wpstats,
img[id*='botd'] {
  position: absolute;
  top: -9999px;
}

/*--------------------------------------------------------------
17.10 Jetpack Blocks
--------------------------------------------------------------*/
/**
 * Jetpack
 */
/**
 * Jetpack: Subscription Form Block
 */
.wp-block-jetpack-subscriptions form > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-jetpack-subscriptions form > *:first-child {
  margin-top: 0;
}

.wp-block-jetpack-subscriptions form > *:last-child {
  margin-bottom: 0;
}

/**
 * Jetpack: Cookies & Consents Banner
 */
body .widget_eu_cookie_law_widget {
  background: transparent;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding: 0.5rem;
  right: 0;
}

body .widget_eu_cookie_law_widget.widget.top {
  bottom: auto;
  top: 0;
}

body .widget_eu_cookie_law_widget #eu-cookie-law {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #444444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative {
  background: #444444;
  border-color: #111111;
  color: white;
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept {
  background: white;
  color: #444444;
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:hover, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:focus, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept.has-focus {
  background: #dddddd;
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
  bottom: 16px;
  left: 16px;
  margin: 0;
}

body.admin-bar .widget_eu_cookie_law_widget.widget.top {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 46px;
  }
}

/**
 * Jetpack: Mailchimp Subscription Form
 */
.wp-block-jetpack-mailchimp p {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-jetpack-mailchimp p:first-child {
  margin-top: 0;
}

.wp-block-jetpack-mailchimp p:last-child {
  margin-bottom: 0;
}

.wp-block-jetpack-mailchimp input[type='email'] {
  width: 100%;
}

#wp-block-jetpack-mailchimp_consent-text {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Jetpack: Business Hours
 */
.jetpack-business-hours dd {
  padding-left: 0;
}

/**
 * Jetpack: Layout Grid
 */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
  margin-top: 0;
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
16.0 Admin Bar
--------------------------------------------------------------*/
/* Admin Bar: Thick Mobile First */
body.admin-bar .site-primary-menu-responsive,
body.admin-bar .search-curtain-close {
  top: 46px;
}

/* Admin Bar: Thick and Sticky (601px) and up */
@media (min-width: 37.5625em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-primary-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 46px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-primary-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 100px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-primary-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 146px;
  }
}

/* Admin Bar: Thick and Sticky (621px) and up */
@media (min-width: 38.8125em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-primary-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 46px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-primary-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 80px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-primary-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 126px;
  }
}

/* Admin Bar: Thin and Sticky (783px) and up */
@media (min-width: 48.9375em) {
  body.admin-bar .main-navigation.stuck,
  body.admin-bar .site-primary-menu-responsive,
  body.admin-bar .search-curtain-close {
    top: 32px;
  }
  body.demo-site .main-navigation.stuck,
  body.demo-site .site-primary-menu-responsive,
  body.demo-site .search-curtain-close {
    top: 80px;
  }
  body.admin-bar.demo-site .main-navigation.stuck,
  body.admin-bar.demo-site .site-primary-menu-responsive,
  body.admin-bar.demo-site .search-curtain-close {
    top: 112px;
  }
}

/**
 * Blog Posts: Block
 */
.wp-block-newspack-blocks-homepage-articles .entry-wrapper {
  display: block;
}

.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles.image-alignleft .post-thumbnail {
  margin-right: 26px;
  margin-right: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles.image-alignright .post-thumbnail {
  margin-left: 26px;
  margin-left: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles.image-alignbehind .post-has-image .entry-wrapper {
  padding: 26px;
  padding: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles.is-grid article {
  margin-top: 0;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

.wp-block-newspack-blocks-homepage-articles .article-section-title {
  font-size: 17px;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles .article-section-title + article {
  margin-top: 0;
}

.wp-block-newspack-blocks-homepage-articles article {
  display: block;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles article:first-child {
  margin-top: 0;
}

.wp-block-newspack-blocks-homepage-articles article:last-child {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
  width: auto;
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
  margin-top: 0;
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
  margin-bottom: 0;
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > br {
  display: none;
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a {
  color: #020202;
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
[class*='background-color']:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a,
[style*='background-color'] .wp-block-newspack-blocks-homepage-articles article .entry-title a {
  color: currentColor;
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
  color: #d93d3d;
  text-decoration: underline;
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
[class*='background-color']:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,
[style*='background-color'] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
  color: currentColor;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
[class*='background-color']:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta,
[style*='background-color'] .wp-block-newspack-blocks-homepage-articles article .entry-meta, .has-background:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links,
[class*='background-color']:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links,
[style*='background-color']
.wp-block-newspack-blocks-homepage-articles article .cat-links {
  color: currentColor;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
  vertical-align: top;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline:not(:last-child),
.wp-block-newspack-blocks-homepage-articles article .cat-links .byline:not(:last-child) {
  margin-right: 16px;
  margin-right: 1rem;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links .published + .updated {
  display: none;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
  color: currentColor;
  text-decoration: underline;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
  color: #d93d3d;
  text-decoration: none;
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
[class*='background-color']:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,
[style*='background-color'] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
[class*='background-color']:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
[style*='background-color'] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .has-background:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
[class*='background-color']:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
[style*='background-color']
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
[class*='background-color']:not(.has-background-background-color)
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,
[style*='background-color']
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
  color: currentColor;
}

/*--------------------------------------------------------------
1.1 Button Placeholder
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept, button[data-load-more-btn],
.button,
.wp-block-button__link,
.wp-block-file__button, .a8c-posts-list__view-all, button:visited,
input:visited[type='button'],
input:visited[type='reset'],
input:visited[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:visited,
.button:visited,
.wp-block-button__link:visited,
.wp-block-file__button:visited, .a8c-posts-list__view-all:visited {
  background-color: #f24444;
  border-radius: 0;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover, .a8c-posts-list__view-all:hover, button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
.button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, button:active,
input:active[type='button'],
input:active[type='reset'],
input:active[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active, .a8c-posts-list__view-all:active {
  background: #d93d3d;
  outline: none;
}

button:active,
input:active[type='button'],
input:active[type='reset'],
input:active[type='submit'], body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:active,
.button:active,
.wp-block-button__link:active,
.wp-block-file__button:active, .a8c-posts-list__view-all:active {
  bottom: -2px;
}

button[data-load-more-btn],
.button {
  display: inline-block;
}

.has-background:not(.has-background-background-color) button[data-load-more-btn],
[class*='background-color']:not(.has-background-background-color) button[data-load-more-btn],
[style*='background-color'] button[data-load-more-btn], .has-background:not(.has-background-background-color)
.button,
[class*='background-color']:not(.has-background-background-color)
.button,
[style*='background-color']
.button {
  background-color: transparent;
  border: 2px solid currentColor;
  color: currentColor;
}

/**
 * Button: Block
 */
/**
 * Block Options
 */
.wp-block-button {
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #f24444;
  background: transparent;
  border: 1px solid currentcolor;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}

.wp-block-cover.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #d93d3d;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
  color: #d93d3d;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

/**
 * Code: Block
 */
.wp-block-code {
  color: #020202;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px;
  padding: 0.9375rem;
  border-color: #ebebeb;
}

.wp-block-code pre {
  color: #020202;
}

/**
 * Cover: Block
 */
.wp-block-cover,
.wp-block-cover-image {
  background-color: #000000;
  min-height: 480px;
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /**
	 * Block Options
	 */
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-text a {
  color: currentColor;
}

.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text {
  color: #ffffff;
}

.wp-block-cover h2,
.wp-block-cover-image h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3;
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc( 100% - (2 * 26px));
}

.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: 17.316px;
  margin-top: 1.08225rem;
  margin-bottom: 17.316px;
  margin-bottom: 1.08225rem;
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}

.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}

.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  justify-content: center;
}

/**
 * Image: Block
 */
.wp-block-image {
  text-align: center;
}

.wp-block-image figcaption {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.entry-content > *[class='wp-block-image'],
.entry-content [class*='inner-container'] > *[class='wp-block-image'] {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content > *[class='wp-block-image'] + *,
.entry-content [class*='inner-container'] > *[class='wp-block-image'] + * {
  margin-top: 0;
}

/**
 * Gallery: Block
 */
.wp-block-gallery {
  margin: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 50%;
}

/**
 * Group: Block
 */
.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 26px;
  padding: 1.625rem;
}

/**
 * Latest Comments: Block
 */
.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: "Open Sans", sans-serif;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: #dddddd;
  font-size: 14px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

/**
 * Latest Posts: Block
 */
.wp-block-latest-posts {
  padding-left: 0;
}

.wp-block-latest-posts > li {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-latest-posts > li:first-child {
  margin-top: 0;
}

.wp-block-latest-posts > li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: #dddddd;
  font-size: 14px;
  line-height: 1.6;
}

.entry-content [class*='inner-container'] .wp-block-latest-posts .wp-block-latest-posts__post-date,
.entry-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.wp-block-latest-posts.alignfull {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.entry-content [class*='inner-container'] .wp-block-latest-posts.alignfull,
.entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Media Text: Block
 */
.wp-block-media-text .wp-block-media-text__content {
  padding: 16px;
  padding: 1rem;
}

.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

.wp-block-media-text[class*='background-color']:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*='background-color'] .wp-block-media-text__content a {
  color: currentColor;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

/**
 * Posts List: Block
 */
.a8c-posts-list__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a8c-posts-list__listing:not(:last-child) {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.a8c-posts-list-item__featured span {
  color: #ffffff;
  background-color: #f24444;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.a8c-posts-list__item {
  display: block;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.a8c-posts-list__item:first-child {
  margin-top: 0;
}

.a8c-posts-list__item:last-child {
  margin-bottom: 0;
}

.a8c-posts-list__item .entry > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.a8c-posts-list__item .entry > *:first-child {
  margin-top: 0;
}

.a8c-posts-list__item .entry > *:last-child {
  margin-bottom: 0;
}

.a8c-posts-list__item .a8c-posts-list-item__meta {
  color: #dddddd;
  font-size: 14px;
}

.a8c-posts-list__item .a8c-posts-list-item__meta a {
  color: currentColor;
}

.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
  color: #d93d3d;
}

.a8c-posts-list__item .a8c-posts-list-item__edit-link {
  margin-left: 16px;
  margin-left: 1rem;
}

.a8c-posts-list__view-all {
  display: inline-block;
}

/**
 * Paragraph: Block
 */
p.has-background {
  padding: 16px 16px;
  padding: 1rem 1rem;
}

/**
 * Pullquote: Block
 */
.wp-block-pullquote,
.wp-block-pullquote p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
}

.wp-block-pullquote cite {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

.wp-block-pullquote {
  border: none;
  border-left: 6px solid #f24444;
  padding: 0;
  text-align: inherit;
}

.wp-block-pullquote blockquote {
  border: none;
  width: 100%;
}

.wp-block-pullquote blockquote.has-primary-color {
  color: #f24444;
}

.wp-block-pullquote cite a, .wp-block-pullquote cite a:visited {
  color: #cccccc;
}

.wp-block-pullquote cite a:hover, .wp-block-pullquote cite a:focus, .wp-block-pullquote cite a:active {
  color: #999999;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  background-color: #f24444;
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  border: none;
  color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote cite a, .wp-block-pullquote.is-style-solid-color blockquote cite a:visited {
  color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote cite a:hover, .wp-block-pullquote.is-style-solid-color blockquote cite a:focus, .wp-block-pullquote.is-style-solid-color blockquote cite a:active {
  color: #f24444;
}

.wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
  display: block;
  float: none;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.wp-block-pullquote:last-child {
  margin-bottom: 0;
}

/**
 * Blockquote: Block
 */
.wp-block-cover.has-background-dim .wp-block-quote, .wp-block-cover.has-background-dim
.wp-block-quote p {
  color: #ffffff;
}

.wp-block-quote, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
  border-left: 6px solid #f24444;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
  padding: 15px;
  padding: 0.9375rem;
}

.wp-block-quote p, .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-style: normal;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

.wp-block-cover.has-background-dim .wp-block-quote cite, .wp-block-cover.has-background-dim
.wp-block-quote footer, .wp-block-cover.has-background-dim
.wp-block-quote .wp-block-quote__citation, .wp-block-cover.has-background-dim .wp-block-quote.is-style-large cite, .wp-block-cover.has-background-dim
.wp-block-quote.is-style-large footer, .wp-block-cover.has-background-dim
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-cover.has-background-dim .wp-block-quote.is-large cite, .wp-block-cover.has-background-dim
.wp-block-quote.is-large footer, .wp-block-cover.has-background-dim
.wp-block-quote.is-large .wp-block-quote__citation {
  color: #ffffff;
}

.wp-block-quote cite a, .wp-block-quote cite a:visited,
.wp-block-quote footer a,
.wp-block-quote footer a:visited,
.wp-block-quote .wp-block-quote__citation a,
.wp-block-quote .wp-block-quote__citation a:visited, .wp-block-quote.is-style-large cite a, .wp-block-quote.is-style-large cite a:visited,
.wp-block-quote.is-style-large footer a,
.wp-block-quote.is-style-large footer a:visited,
.wp-block-quote.is-style-large .wp-block-quote__citation a,
.wp-block-quote.is-style-large .wp-block-quote__citation a:visited, .wp-block-quote.is-large cite a, .wp-block-quote.is-large cite a:visited,
.wp-block-quote.is-large footer a,
.wp-block-quote.is-large footer a:visited,
.wp-block-quote.is-large .wp-block-quote__citation a,
.wp-block-quote.is-large .wp-block-quote__citation a:visited {
  color: #cccccc;
}

.wp-block-quote cite a:hover, .wp-block-quote cite a:focus, .wp-block-quote cite a:active,
.wp-block-quote footer a:hover,
.wp-block-quote footer a:focus,
.wp-block-quote footer a:active,
.wp-block-quote .wp-block-quote__citation a:hover,
.wp-block-quote .wp-block-quote__citation a:focus,
.wp-block-quote .wp-block-quote__citation a:active, .wp-block-quote.is-style-large cite a:hover, .wp-block-quote.is-style-large cite a:focus, .wp-block-quote.is-style-large cite a:active,
.wp-block-quote.is-style-large footer a:hover,
.wp-block-quote.is-style-large footer a:focus,
.wp-block-quote.is-style-large footer a:active,
.wp-block-quote.is-style-large .wp-block-quote__citation a:hover,
.wp-block-quote.is-style-large .wp-block-quote__citation a:focus,
.wp-block-quote.is-style-large .wp-block-quote__citation a:active, .wp-block-quote.is-large cite a:hover, .wp-block-quote.is-large cite a:focus, .wp-block-quote.is-large cite a:active,
.wp-block-quote.is-large footer a:hover,
.wp-block-quote.is-large footer a:focus,
.wp-block-quote.is-large footer a:active,
.wp-block-quote.is-large .wp-block-quote__citation a:hover,
.wp-block-quote.is-large .wp-block-quote__citation a:focus,
.wp-block-quote.is-large .wp-block-quote__citation a:active {
  color: #999999;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  text-align: inherit;
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 6px solid #f24444;
}

/**
 * Separator: Block
 */
hr {
  border: none;
  border-bottom: 1px solid #dddddd;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: 1px solid #dddddd;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

hr.wp-block-separator.is-style-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
  color: #dddddd;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 20px;
  letter-spacing: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.has-background:not(.has-background-background-color) hr.wp-block-separator,
[class*='background-color']:not(.has-background-background-color) hr.wp-block-separator,
[style*='background-color'] hr.wp-block-separator,
.wp-block-cover[style*='background-image'] hr.wp-block-separator {
  border-color: currentColor;
}

/**
 * Table: Block
 */
table {
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

table,
.wp-block-table table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

table caption,
.wp-block-table table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

table th,
.wp-block-table table th {
  border: none;
  border-top: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 8px;
  padding: 0.5rem;
  text-align: left;
  vertical-align: bottom;
}

table thead th,
.wp-block-table table thead th {
  border-bottom: 2px solid #ebebeb;
  font-weight: 700;
}

table td,
.wp-block-table table td {
  border: none;
  border-top: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 8px;
  padding: 0.5rem;
  vertical-align: top;
}

table tbody + tbody,
.wp-block-table table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table table,
.wp-block-table table table {
  background-color: #fafafa;
}

table:last-child,
.wp-block-table table:last-child {
  margin-bottom: 0;
}

/* Table Small */
.table-sm th,
.table-sm td {
  padding: 5px;
}

/* Table Bordered */
.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ebebeb;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Table Zebra Striping */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

/* Table Hover Effect */
.table-hover tbody tr:hover {
  background-color: #f3f3f3;
}

/* Table Active */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* Table Success */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #5cb85c;
}

.table-hover .table-success:hover {
  background-color: #4cae4c;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4cae4c;
}

/* Table Info */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #5bc0de;
}

.table-hover .table-info:hover {
  background-color: #46b8da;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #46b8da;
}

/* Table Warning */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0ad4e;
}

.table-hover .table-warning:hover {
  background-color: #eea236;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #eea236;
}

/* Table Danger */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d9534f;
}

.table-hover .table-danger:hover {
  background-color: #d43f3a;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d43f3a;
}

/* Table Responsive */
.table-responsive {
  display: block;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 100%;
  overflow-x: auto;
}

.table-responsive:last-child {
  margin-bottom: 0;
}

/* Thead Inverse */
.thead-inverse th {
  color: #fff;
  background-color: #3d3d3d;
}

/* Thead Default */
.thead-default th {
  color: #3d3d3d;
  background-color: #ebebeb;
}

/* Table Inverse */
.table-inverse {
  color: #fff;
  background-color: #3d3d3d;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse caption {
  color: #020202;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #999999;
}

.table-inverse a, .table-inverse a:visited {
  color: #ccc;
}

.table-inverse a:hover, .table-inverse a:focus, .table-inverse a:active {
  color: #fff;
}

/* Table Reflow */
.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #ebebeb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #ebebeb;
}

/**
 * Utilities: Block
 */
.has-primary-color[class] {
  color: #f24444 !important;
}

.has-background-color[class] {
  color: #ffffff !important;
}

.has-background:not(.has-background-background-color) a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-primary-background-color[class] {
  background-color: #f24444 !important;
  color: #ffffff;
}

.has-background-background-color[class] {
  background-color: #ffffff !important;
  color: #402040;
}

/*--------------------------------------------------------------
18.0 Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.1 Structure
--------------------------------------------------------------*/
/*
 * Gutenberg Block & Other Content
 * - Vertical margin logic
 */
.entry-content > *,
[class*='inner-container'] > * {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.entry-content > *:first-child,
[class*='inner-container'] > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
[class*='inner-container'] > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft, .entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *, .entry-content > *.alignfull {
  margin-top: 0;
}

.entry-content > *:last-child, .entry-content > *.alignfull {
  margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
  margin-top: 26px;
  margin-top: 1.625rem;
}

/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.1 Small devices (landscape phones, 544px and up)
--------------------------------------------------------------*/
@media (min-width: 544px) {
  /* Typography: Blockquote */
  blockquote {
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    width: 90%;
  }
  blockquote blockquote {
    width: 95%;
  }
  .sidebar blockquote,
  .footer-sidebar blockquote {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-right: 0;
  }
  blockquote.alignright, blockquote.alignleft {
    display: inline;
    max-width: 230px;
  }
  blockquote.alignright {
    float: right;
    margin: 0 0 10px 15px;
    margin: 0 0 0.625rem 0.9375rem;
  }
  blockquote.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    margin: 0 0.9375rem 0.625rem 0;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 175px;
  }
  /* Navigation Menus: Primary Menu Responsive */
  .site-primary-menu-responsive {
    left: -400px;
    width: 400px;
  }
  /* Navigation Menus: Navigation Menus Social */
  .site-social-menu a, .site-social-menu a:visited,
  .widget_nav_menu div[class^='menu-social-'] a,
  .widget_nav_menu div[class^='menu-social-'] a:visited {
    width: 45px;
    height: 45px;
  }
  /* Navigation Menus: Navigation Menus Social2 */
  .site-social2-menu a, .site-social2-menu a:visited {
    width: 45px;
    height: 45px;
  }
  /* Navigation Misc: Navigation Post */
  .post-navigation .nav-links {
    display: flex;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
  }
  .post-navigation .nav-previous {
    margin: 0;
    padding: 0 30px 0 0;
  }
  .post-navigation .nav-next {
    border-left: 1px solid #eee;
    margin: 0;
    padding: 0 0 0 30px;
  }
  /* Skeleton: Site Branding */
  .site-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  /* Content: Entry (Posts,Pages) Block */
  .entry-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .entry-wrapper .entry-content-wrapper {
    padding: 0 25px;
    padding: 0 1.5625rem;
    text-align: center;
    width: 50%;
  }
  .hentry:not(.has-post-thumbnail) .entry-wrapper .entry-content-wrapper {
    width: 80%;
  }
  .entry-wrapper .entry-image-wrapper {
    width: 50%;
  }
  .hentry:nth-of-type(even) .entry-wrapper {
    flex-direction: row-reverse;
  }
  .has-left-featured-image .hentry:nth-of-type(even) .entry-wrapper {
    flex-direction: row;
  }
  .has-alternate-featured-image .featured-image-reverse .hentry:nth-of-type(odd) .entry-wrapper {
    flex-direction: row-reverse;
  }
  .has-alternate-featured-image .featured-image-reverse .hentry:nth-of-type(even) .entry-wrapper {
    flex-direction: row;
  }
  /* Content: Entry Post Thumbnail */
  .entry-image-wrapper {
    margin: 0;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .has-excerpt .entry-header-wrapper:after {
    margin: 15px auto 30px;
    margin: 0.9375rem auto 1.875rem;
  }
  body.single .entry-title,
  body.page .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Content: Page Header & Title */
  .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Content: Author Info */
  .author-info {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .author-info .author-avatar {
    margin: 0;
    width: 15%;
  }
  .author-info .author-description {
    padding: 0 25px;
    padding: 0 1.5625rem;
    width: 85%;
  }
  /* Content: Comments */
  /* Comment Body */
  .comment-list > li > .comment-body {
    padding-left: 83px;
    padding-left: 5.1875rem;
  }
  .comment-list > li > .children .comment-body {
    padding-left: 65px;
    padding-left: 4.0625rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding-left: 98px;
    padding-left: 6.125rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding-left: 80px;
    padding-left: 5rem;
  }
  .comment-list .pingback .comment-body {
    padding-left: 0;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .comment-list > li:first-child:not(.bypostauthor) > .comment-body .comment-author .avatar {
    top: 0;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 15px;
    left: 15px;
  }
  /* Media: WP Caption */
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 175px;
  }
  /* Utilities: Search Effect */
  .search-control-wrapper a, .search-control-wrapper a:visited {
    width: 45px;
    height: 45px;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper .entry-content-featured-content {
    padding: 20px 60px;
    padding: 1.25rem 3.75rem;
  }
  .featured-content-wrapper .entry-title-featured-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body .widget_eu_cookie_law_widget #eu-cookie-law {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
    margin: 0;
    margin-left: 32px;
    margin-left: 2rem;
  }
  .has-no-sidebar .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 546px;
  }
  .has-full-width .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 546px;
  }
  .wp-block-pullquote {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
    display: inline;
    max-width: 230px;
  }
  .wp-block-pullquote.alignright {
    float: right;
    margin: 0 0 10px 15px;
    margin: 0 0 0.625rem 0.9375rem;
  }
  .wp-block-pullquote.alignleft {
    float: left;
    margin: 0 15px 10px 0;
    margin: 0 0.9375rem 0.625rem 0;
  }
}

/*--------------------------------------------------------------
18.2 Medium devices (tablets, 768px and up)
--------------------------------------------------------------*/
@media (min-width: 768px) {
  /* Typography: Global */
  body {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
  }
  /* Typography: Paragraph */
  p {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  p.lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* Typography: Headings */
  h1,
  .h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  h5,
  .h5 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  h6,
  .h6 {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  /* Typography: Blockquote */
  blockquote,
  blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  blockquote.alignright, blockquote.alignleft {
    display: inline;
    max-width: 300px;
  }
  /* Typography: Dropcap */
  .dropcap {
    font-size: 82px;
    font-size: 5.125rem;
  }
  /* Typography: CSS Columns */
  .two-columns,
  .three-columns,
  .four-columns {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Typography: General */
  address {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  pre {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Elements: HR */
  hr {
    margin: 0 auto 28px;
    margin: 0 auto 1.75rem;
  }
  /* Elements: List */
  ul,
  ol {
    margin: 0 0 28px 36px;
    margin: 0 0 1.75rem 2.25rem;
  }
  dd {
    margin: 0 24px 28px;
    margin: 0 1.5rem 1.75rem;
  }
  /* Elements: Table */
  table,
  .wp-block-table table {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  table caption,
  .wp-block-table table caption {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  table th,
  table td,
  .wp-block-table table th,
  .wp-block-table table td {
    padding: 12px;
    padding: 0.75rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 270px;
  }
  /* Navigation Menus: Main Navigation */
  .main-navigation {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .main-navigation .main-navigation-inside {
    position: relative;
  }
  .main-navigation.stuck {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99950;
  }
  /* Navigation Menus: Primary Menu */
  .site-primary-menu {
    margin: 0 auto;
  }
  /* Essential Styles */
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu {
    font-size: 0;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    font-size: 17px;
    font-size: 1.0625rem;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  .sf-menu > li > ul {
    top: 57px;
    top: 3.5625rem;
  }
  .sf-menu > li {
    display: inline-block;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }
  /* Menu Skin */
  .sf-menu {
    margin-bottom: 0;
    text-align: center;
  }
  .sf-menu ul {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    max-width: 12em;
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
    text-align: left;
  }
  .sf-menu > li:before {
    background: #eee;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    top: calc(50% - 6px);
    width: 1px;
    height: 12px;
  }
  .sf-menu > li:first-child:before {
    display: none;
  }
  .sf-menu > li > a:after {
    background: #f24444;
    content: '';
    display: block;
    transform: scale(0);
    transition: all 0.5s;
    width: 100%;
    height: 2px;
  }
  .sf-menu > li > a:hover:after,
  .sf-menu > li.current_page_item > a:after,
  .sf-menu > li.current-menu-item > a:after,
  .sf-menu > li.current_page_ancestor > a:after,
  .sf-menu > li.current-menu-ancestor > a:after,
  .sf-menu > li.current-menu-parent > a:after {
    transform: scale(1);
  }
  .sf-menu > li li.current_page_item > a,
  .sf-menu > li li.current-menu-item > a,
  .sf-menu > li li.current_page_ancestor > a,
  .sf-menu > li li.current-menu-ancestor > a,
  .sf-menu > li li.current-menu-parent > a {
    color: #f24444;
  }
  .sf-menu a,
  .sf-menu a:visited {
    color: #3d3d3d;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 17px;
    padding: 1.0625rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-out;
    zoom: 1;
    /* IE7 */
  }
  .sf-menu a:hover,
  .sf-menu a:focus,
  .sf-menu a:active {
    color: #f24444;
  }
  /* Child Menu Anchors */
  .sf-menu ul a,
  .sf-menu ul a:visited {
    border-bottom: 1px solid #e6e6e6;
    color: #020202;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
    text-transform: none;
  }
  .sf-menu ul a:hover,
  .sf-menu ul a:focus,
  .sf-menu ul a:active {
    color: #f24444;
  }
  .sf-menu ul li:last-child a {
    border-bottom: none;
  }
  .sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    transition: background 0.2s;
  }
  .sf-menu ul li {
    background: #ffffff;
  }
  .sf-menu ul ul li {
    background: #ffffff;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    transition: none;
  }
  /* Last Child Reverse */
  .sf-menu > li:last-child > ul ul,
  .sf-menu > li:nth-last-child(2) > ul ul {
    left: auto;
    /* reset the default positioning */
    right: 100%;
    /* this makes the submenu fly out to the left */
  }
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing arrows */
  .sf-arrows ul .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
  }
  .sf-arrows ul .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    height: 0;
    width: 0;
    margin-top: -5px;
    margin-right: -3px;
    border: 5px solid transparent;
    border-left-color: #333333;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(51, 51, 51, 0.5);
  }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #999999;
  }
  /* Navigation Menus: Primary Menu Responsive */
  .toggle-menu-wrapper {
    display: none;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
  }
  /* Skeleton: Site Wrapper */
  .has-box-theme-style .site-wrapper {
    border: 1px solid #eee;
    margin: 20px auto;
    margin: 1.25rem auto;
    width: 740px;
  }
  .has-box-theme-style.has-custom-background-image .site-wrapper {
    opacity: 0.98;
  }
  /* Skeleton: Header */
  .site-header {
    border-bottom: none;
    min-height: 120px;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Site Branding Wrapper */
  .site-branding-wrapper {
    min-height: 60px;
  }
  /* Skeleton: Site Logo */
  .site-logo {
    max-height: 60px;
  }
  /* Skeleton: Site Branding */
  .site-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
  /* Skeleton: Site Content */
  .site-content {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Footer */
  .site-footer-widgets {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  .footer-sidebar-second,
  .footer-sidebar-third {
    margin: 45px 0 0;
    margin: 2.8125rem 0 0;
  }
  /* Content: Entry (Posts,Pages) Block */
  .hentry {
    margin: 0 0 45px;
    margin: 0 0 2.8125rem;
    padding: 0 0 45px;
    padding: 0 0 2.8125rem;
  }
  .infinite-wrap .hentry:first-child {
    margin: 45px 0;
    margin: 2.8125rem 0;
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  body.single .entry-title,
  body.page .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Content: Page Header & Title */
  .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Content: Entry Summary */
  .entry-summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* Content: Entry Meta Footer */
  .entry-meta-footer {
    margin: 28px 0 0;
    margin: 1.75rem 0 0;
  }
  /* Content: Comments */
  /* Comment Body */
  .comment-list > li > .comment-body,
  .comment-list > li > .children .comment-body {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding: 30px 30px 30px 123px;
    padding: 1.875rem 1.875rem 1.875rem 7.6875rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding: 30px 30px 30px 94px;
    padding: 1.875rem 1.875rem 1.875rem 5.875rem;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    top: 30px;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 30px;
    left: 30px;
  }
  /* Widgets */
  .widget {
    margin: 0 0 45px;
    margin: 0 0 2.8125rem;
  }
  /* Widgets: Tag Cloud Widget */
  .wp_widget_tag_cloud a, .wp_widget_tag_cloud a:visited {
    margin: 0 4px 4px 0;
    margin: 0 0.25rem 0.25rem 0;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
  /* Widgets: Post Carousel Container */
  .arcane-postcarousel-wrapper {
    width: 345px;
  }
  .arcane-postcarousel-wrapper .entry-image-postcarousel {
    height: 395px;
  }
  /* Media: Attachment Caption */
  .entry-caption {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-caption .wp-caption-text {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 270px;
  }
  /* Media: Galleries */
  .gallery {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  .gallery .gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
    padding: 0.3125rem;
  }
  .gallery.gallery-columns-4 .gallery-caption,
  .gallery.gallery-columns-5 .gallery-caption {
    display: block;
  }
  /* Media: Media Elements */
  .hentry .mejs-container {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Utilities: Search Effect */
  .search-curtain-wrapper .search-curtain-form {
    width: 70%;
  }
  /* Utilities: WooCommerce */
  .woocommerce .woocommerce-entry-wrapper {
    padding: 30px 30px 0;
    padding: 1.875rem 1.875rem 0;
  }
  .woocommerce .woocommerce-entry-wrapper ul.products li.product {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  .featured-content-wrapper .entry-image-featured-content {
    height: 480px;
  }
  .featured-content-wrapper .entry-content-featured-content {
    padding: 20px 80px;
    padding: 1.25rem 5rem;
  }
  .featured-content-wrapper .entry-title-featured-content {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .featured-content-wrapper .owl-controls {
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem;
  }
  /* Jetpack: Infinite Scroll */
  .infinite-scroll .infinite-loader {
    height: 53px;
  }
  .infinite-scroll #infinite-handle span {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
  }
  /* Jetpack: Share Daddy */
  .hentry .sharedaddy {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Jetpack: Related Posts */
  .hentry div#jp-relatedposts {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Jetpack: Tiled Gallery */
  .tiled-gallery {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Jetpack: Slideshow Gallery */
  .slideshow-window {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  /* Jetpack: Responsive Video */
  .jetpack-video-wrapper {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
  }
  .wp-block-jetpack-subscriptions form > * {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-block-jetpack-mailchimp p {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .has-no-sidebar .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-full-width .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-full-width .entry-content > .alignwide,
  .has-no-sidebar .entry-content > .alignwide {
    width: 100vw;
    max-width: 720px;
    margin-left: calc( 50% - ( 720px / 2 ));
  }
  .has-no-sidebar .entry-content > .alignwide [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-full-width .entry-content > .alignwide [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 690px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > .alignwide,
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > .alignwide {
    width: 100vw;
    max-width: 720px;
    margin-left: calc( 50% - ( 720px / 2 ));
  }
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-block-image figcaption {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-block-group.has-background {
    padding: 28px;
    padding: 1.75rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 32px;
    padding: 2rem;
  }
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-block-pullquote,
  .wp-block-pullquote p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    padding: 30px 15px;
    padding: 1.875rem 0.9375rem;
  }
  .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
    display: inline;
    max-width: 300px;
  }
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large,
  .wp-block-quote.is-large p {
    font-size: 30px;
    font-size: 1.875rem;
  }
  /* Blocks: Structure */
  .entry-content > *,
  [class*='inner-container'] > * {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
}

/*--------------------------------------------------------------
18.3 Large devices (desktops, 992px and up)
--------------------------------------------------------------*/
@media (min-width: 992px) {
  /* Elements: Table */
  .sidebar table th,
  .sidebar table td,
  .footer-sidebar table th,
  .footer-sidebar table td {
    padding: 4px;
    padding: 0.25rem;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination {
    margin: 60px 0 30px;
    margin: 3.75rem 0 1.875rem;
  }
  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Navigation Misc: Navigation Attachments */
  .image-navigation {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Skeleton: Site Wrapper */
  .has-box-theme-style .site-wrapper {
    margin: 30px auto;
    margin: 1.875rem auto;
    width: 960px;
  }
  /* Skeleton: Content */
  .site-content {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Site Content */
  .has-no-sidebar .site-content {
    width: 760px;
    margin: 0 auto;
  }
  /* Skeleton: Sidebar */
  .sidebar {
    margin: 0;
  }
  /* Skeleton: Footer */
  .site-footer-widgets {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  .footer-sidebar-second,
  .footer-sidebar-third {
    margin: 0;
  }
  /* Widgets: Post Carousel Container */
  .arcane-postcarousel-wrapper {
    width: 100%;
  }
  .arcane-postcarousel-wrapper .entry-image-postcarousel {
    height: 320px;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper .entry-content-featured-content {
    padding: 25px 150px;
    padding: 1.5625rem 9.375rem;
  }
  /* Jetpack: Infinite Scroll */
  .infinite-scroll .infinite-loader {
    margin: 60px auto 30px;
    margin: 3.75rem auto 1.875rem;
  }
  .infinite-scroll #infinite-handle {
    margin: 60px 0 30px;
    margin: 3.75rem 0 1.875rem;
  }
  .has-no-sidebar .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 730px;
  }
  .has-full-width .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 910px;
  }
  .has-full-width .entry-content > .alignwide,
  .has-no-sidebar .entry-content > .alignwide {
    width: 100vw;
    max-width: 940px;
    margin-left: calc( 50% - ( 940px / 2 ));
  }
  .has-no-sidebar .entry-content > .alignwide [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 730px;
  }
  .has-full-width .entry-content > .alignwide [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 910px;
  }
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 730px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 910px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > .alignwide,
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > .alignwide {
    width: 100vw;
    max-width: 940px;
    margin-left: calc( 50% - ( 940px / 2 ));
  }
}

/*--------------------------------------------------------------
18.4 Extra large devices (large desktops, 1200px and up)
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  /* Typography: Paragraph */
  p.lead {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* Typography: Blockquote */
  blockquote.alignright, blockquote.alignleft {
    max-width: 320px;
  }
  blockquote.alignright {
    margin: 0 0 10px 30px;
    margin: 0 0 0.625rem 1.875rem;
  }
  blockquote.alignleft {
    margin: 0 30px 10px 0;
    margin: 0 1.875rem 0.625rem 0;
  }
  /* Elements: Table */
  .sidebar table th,
  .sidebar table td {
    padding: 6px;
    padding: 0.375rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 300px;
  }
  /* Navigation Menus: Primary Menu */
  .sf-menu a,
  .sf-menu a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 17px 24px;
    padding: 1.0625rem 1.5rem;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 18px 28px;
    padding: 1.125rem 1.75rem;
  }
  /* Skeleton: Site Wrapper */
  .has-box-theme-style .site-wrapper {
    margin: 50px auto;
    margin: 3.125rem auto;
    width: 1200px;
  }
  /* Skeleton: Header */
  .site-header {
    min-height: 150px;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  /* Skeleton: Site Branding Wrapper */
  .site-branding-wrapper {
    min-height: 70px;
  }
  /* Skeleton: Site Logo */
  .site-logo {
    max-height: 70px;
  }
  /* Skeleton: Site Branding */
  .site-title {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .site-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Skeleton: Sidebar */
  .sidebar {
    /*rtl:begin:ignore*/
    padding: 0 0 0 30px;
    padding: 0 0 0 1.875rem;
    /*rtl:end:ignore*/
  }
  .has-left-sidebar .sidebar {
    /*rtl:begin:ignore*/
    padding: 0 30px 0 0;
    padding: 0 1.875rem 0 0;
    /*rtl:end:ignore*/
  }
  /* Skeleton: Footer */
  .site-footer-widgets {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .footer-sidebar-first {
    /*rtl:begin:ignore*/
    padding-right: 30px;
    padding-right: 1.875rem;
    /*rtl:end:ignore*/
  }
  .footer-sidebar-second {
    /*rtl:begin:ignore*/
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    /*rtl:end:ignore*/
  }
  .footer-sidebar-third {
    /*rtl:begin:ignore*/
    padding-left: 30px;
    padding-left: 1.875rem;
    /*rtl:end:ignore*/
  }
  /* Skeleton: Site info */
  .site-info {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  /* Content: Entry (Posts,Pages) Block */
  .entry-wrapper .entry-content-wrapper {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  /* Content: Page Content Block */
  .page-content .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title {
    line-height: 1.3;
  }
  body.single .entry-title,
  body.page .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* Content: Page Header & Title */
  .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .wp-caption .wp-caption-text {
    padding: 20px;
    padding: 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 300px;
  }
  /* Jetpack: Featured Content */
  .featured-content-wrapper .entry-image-featured-content {
    height: 555px;
  }
  .featured-content-wrapper .entry-content-featured-content {
    padding: 30px 200px;
    padding: 1.875rem 12.5rem;
  }
  /* Jetpack: Infinite Scroll */
  .infinite-scroll .infinite-loader {
    height: 66px;
  }
  .infinite-scroll .infinite-loader #infinite-handle span {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 18px 28px;
    padding: 1.125rem 1.75rem;
  }
  /* Jetpack: Blog Subscriptions */
  .site-footer-widgets .widget_blog_subscription {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  .site-footer-widgets .widget_blog_subscription:last-child {
    padding: 30px;
    padding: 1.875rem;
  }
  .has-full-width .entry-content [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 1110px;
  }
  .has-full-width .entry-content > .alignwide,
  .has-no-sidebar .entry-content > .alignwide {
    width: 100vw;
    max-width: 1140px;
    margin-left: calc( 50% - ( 1140px / 2 ));
  }
  .has-full-width .entry-content > .alignwide [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 1110px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 1110px;
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > .alignwide,
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > .alignwide {
    width: 100vw;
    max-width: 1140px;
    margin-left: calc( 50% - ( 1140px / 2 ));
  }
  .wp-block-image figcaption {
    padding: 20px;
    padding: 1.25rem;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    padding: 45px 15px;
    padding: 2.8125rem 0.9375rem;
  }
  .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
    max-width: 320px;
  }
  .wp-block-pullquote.alignright {
    margin: 0 0 10px 30px;
    margin: 0 0 0.625rem 1.875rem;
  }
  .wp-block-pullquote.alignleft {
    margin: 0 30px 10px 0;
    margin: 0 1.875rem 0.625rem 0;
  }
}

/*--------------------------------------------------------------
19.5 Double Extra large devices (large desktops, $mq-xxl and up)
--------------------------------------------------------------*/
@media (min-width: 1440px) {
  .has-full-width .entry-content > .alignwide,
  .has-no-sidebar .entry-content > .alignwide {
    width: 100vw;
    max-width: 1340px;
    margin-left: calc( 50% - ( 1340px / 2 ));
  }
  .has-full-width .entry-content > .alignfull [class*='inner-container'] > .alignwide,
  .has-no-sidebar .entry-content > .alignfull [class*='inner-container'] > .alignwide {
    width: 100vw;
    max-width: 1340px;
    margin-left: calc( 50% - ( 1340px / 2 ));
  }
}