/*!
Theme Name: Quta
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Quta is a clean and modern WordPress theme with an elegant, carefully crafted design. This powerful, responsive blog theme is ideal for your personal or magazine-style blog, whether your passion is travel, beauty, nature, photography, architecture, DIY... the list goes on! Quta will make your WordPress look beautiful everywhere. The theme was designed with the "mobile first" design, meaning it was designed for mobile from the beginning and was adapted for bigger screen afterward. This result in a beautiful experience for the users, on all devices. Wide or boxed site layout, 7 featured area layouts, 9 different blog listing layouts, different sidebar positions, 7 custom posts layouts, 6 page layouts, 2 custom widgets, dozens of configurable options - and all of this you can manage with one click of your mouse in user friendly WordPress Customizer or when adding new post or page. Selling your products online or hope to someday open an online store? Quta is also 100% compatible with the popular WooCommerce plugin, enabling you to open up an attractive shop in a matter of minutes.
Version: 1.2.3
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, flexible-header, featured-images, post-formats, sticky-post, threaded-comments, footer-widgets, editor-style, translation-ready
Text Domain: quta
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global CSS variables
2.0 Normalize
3.0 Accessibility
4.0 Alignments
5.0 Clearings
6.0 Typography
7.0 Elements
8.0 Forms
  8.1 Buttons
  8.2 Fields
9.0 Navigation
	9.1 Links
	9.2 Menus
10.0 Media
	10.1 Captions
	10.2 Galleries
  10.3 Carousels
11.0 Widgets
12.0 Content
  12.1 Layout
  12.2 Header
  12.3 Featured
  12.4 Regular Content
  12.5 Pages
	12.6 Posts
  12.7 Post Cards
  12.8 Post Items
  12.9 Author Info
  12.10 Related Posts
	12.11 Comments
  12.12 Sidebar
  12.13 Footer
  12.14 Search Overlay
13.0 Multisites
14.0 Media Queries & Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Global CSS variables
--------------------------------------------------------------*/
:root {
	--black: #1a1a1b;
	/* Colors */
	--blue: #1976d2;
	--body__color: var(--black);
	--border-color: var(--gray-300);
	--danger: var(--red);
	--font-family__monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	/* Typography */
	--font-family_base: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--font-size_base: 1rem;
	--font-size_lg: 1.1487rem;
	--font-size_sm: .8706rem;
	--font-weight_base: 400;
	--font-weight_bold: 700;
	--font-weight_light: 300;
	/* Gaps */
	--gap_gorizontal: 2.5rem;
	--gap_typography: calc(var(--line-height_base) * 1em);
	--gap_vertical: 1rem;
	--gray-100: #f9f9fb;
	--gray-200: #eeeef0;
	--gray-300: #e0e0e2;
	--gray-400: #bdbdbf;
	--gray-500: #898d93;
	--gray-600: #757577;
	--gray-700: #616163;
	--gray-800: #424244;
	--gray-900: #2d2d2f;
	--green: #4caf50;
	--h1__font-size: 2em;
	--h2__font-size: 1.7411em;
	--h3__font-size: 1.5157em;
	--h4__font-size: 1.3195em;
	--h5__font-size: 1.1487em;
	--h6__font-size: 1em;
	--headings__font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--headings__font-weight: 700;
	--headings__line-height: 1.2;
	--info: var(--blue);
	--line-height_base: 1.5;
	--orange: #ff6d00;
	--primary: var(--purple);
	--purple: #6442ff;
	--red: #ff1744;
	--secondary: var(--gray-500);
	--site__bg: var(--gray-100);
	--success: var(--green);
	--warning: var(--yellow);
	--white: #fff;
	--yellow: #fff176;
}

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

h1 {
	margin: .67em 0;
	font-size: 2em;
}

figure {
	margin: 1em 0;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;

	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	text-decoration: none;
	border-bottom: 1px #767676 dotted;
}

b,
strong {
	font-weight: bold;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	color: #222;
	background: #eee;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #bbb;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	position: relative;
	overflow: auto;
}

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

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

[type='search'] {
	outline-offset: -2px;

	-webkit-appearance: textfield;
}

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

::-webkit-file-upload-button {
	font: inherit;

	-webkit-appearance: button;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

.says:focus,
.screen-reader-text:focus {
	/* Above WP toolbar. */
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	color: var(--primary);
	outline: none;
	background-color: var(--gray-100);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	font-size: var(--font-size_sm);
	font-weight: var(--font-weight_bold);
	line-height: normal;
}

/*--------------------------------------------------------------
4.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-top: .25em;
	margin-right: var(--gap_typography);
	margin-bottom: var(--gap_typography);
}

.alignright {
	display: inline;
	float: right;
	margin-top: .25em;
	margin-bottom: var(--gap_typography);
	margin-left: var(--gap_typography);
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
5.0 Clearings
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after {
	display: block;
	clear: both;
	content: '';
}

/*--------------------------------------------------------------
6.0 Typography
--------------------------------------------------------------*/
body {
	color: var(--body__color);
	font-family: var(--font-family_base);
	font-size: var(--font-size_base);
	font-weight: var(--font-weight_base);
	line-height: var(--line-height_base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: inherit;
	font-family: var(--headings__font-family);
	font-weight: var(--headings__font-weight);
	line-height: var(--headings__line-height);

	text-rendering: optimizeLegibility;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: var(--h1__font-size);
}

h2 {
	font-size: var(--h2__font-size);
}

h3 {
	font-size: var(--h3__font-size);
}

h4 {
	font-size: var(--h4__font-size);
}

h5 {
	font-size: var(--h5__font-size);
}

h6 {
	font-size: var(--h6__font-size);
}

p {
	margin: 0 0 var(--gap_typography);
	padding: 0;
}

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

blockquote {
	overflow: hidden;
	margin: calc(var(--gap_typography) * 1.5) 0;
	padding: var(--gap_typography) 0;
	color: var(--blockquote__color);
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	font-family: var(--blockquote__font-family);
	font-size: var(--blockquote__font-size);
	font-weight: var(--blockquote__font-weight);
	font-style: var(--blockquote__font-style);
	line-height: var(--blockquote__line-height);

	--blockquote__color: var(--body__color);
	--blockquote__font-family: var(--headings__font-family);
	--blockquote__font-size: var(--h4__font-size);
	--blockquote__font-style: normal;
	--blockquote__font-weight: var(--font-weight_base);
	--blockquote__line-height: var(--line-height_base);
}

blockquote cite,
blockquote small {
	display: block;
	color: var(--secondary);
	font-size: var(--font-size_base);
}

blockquote cite::before,
blockquote small::before {
	content: '\2014\00a0';
}

blockquote:first-child {
	margin-top: 0;
}

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

blockquote {
	quotes: '' '';
}

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

q {
	quotes: '\201c' '\201d' '\2018' '\2019';
}

address {
	margin: 0 0 var(--gap_typography);
	font-style: italic;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 var(--gap_typography);
	padding: var(--gap_typography);
	background-color: var(--pre__bg);
	font-family: var(--pre__font-family);
	font-size: var(--pre__font-size);
	line-height: var(--pre__line-height);

	--pre__bg: var(--gray-200);
	--pre__font-family: var(--font-family__monospace);
	--pre__font-size: var(--font-size_sm);
	--pre__line-height: var(--line-height_base);
}

pre code,
pre kbd,
pre tt,
pre var {
	background-color: transparent;
}

code,
kbd,
tt,
var {
	word-wrap: break-word;
	background-color: var(--code__bg);
	font-family: var(--code__font-family);
	font-size: var(--code__font-size);
	line-height: var(--code__line-height);

	--code__bg: var(--gray-200);
	--code__font-family: var(--font-family__monospace);
	--code__font-size: var(--font-size_sm);
	--code__line-height: var(--line-height_base);
}

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

mark,
ins {
	text-decoration: none;
	color: var(--mark__color);
	background-color: var(--mark__bg);

	--mark__bg: var(--primary);
	--mark__color: var(--white);
}

big {
	font-size: 125%;
}

::-moz-selection {
	color: var(--selection__color);
	background-color: var(--selection__bg);

	--selection__bg: var(--primary);
	--selection__color: var(--white);
}

::selection {
	color: var(--selection__color);
	background-color: var(--selection__bg);

	--selection__bg: var(--primary);
	--selection__color: var(--white);
}

/*--------------------------------------------------------------
7.0 Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*::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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

hr {
	height: 1px;
	margin-bottom: var(--gap_typography);
	border: 0;
	background-color: var(--hr__bg);

	--hr__bg: var(--border-color);
}

ul,
ol {
	margin: 0 0 var(--gap_typography);
	padding: 0 0 0 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: var(--font-weight_bold);
}

dd {
	margin: 0 0 var(--gap_typography) var(--gap_typography);
}

table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 var(--gap_typography);
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: var(--border-color);
}

caption,
th {
	text-align: left;
}

th,
td {
	padding: .75em 1.25em;
	border-width: 1px;
	border-style: solid;
	border-color: var(--border-color);
}

thead th {
	background-color: var(--gray-200);
}

/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Buttons
--------------------------------------------------------------*/
button,
.button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.added_to_cart {
	display: inline-block;
	padding: .5em 1em;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: var(--button__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--button__border-color);
	background-color: var(--button__bg);
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	font-family: var(--button__font-family);
	font-size: var(--button__font-size);
	font-weight: var(--button__font-weight);
	line-height: var(--button__line-height);

	--button__bg: var(--body__color);
	--button__border-color: var(--body__color);
	--button__color: var(--white);
	--button__font-family: var(--font-family_base);
	--button__font-size: var(--font-size_base);
	--button__font-weight: var(--font-weight_base);
	--button__line-height: var(--line-height_base);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.added_to_cart:hover,
.added_to_cart:focus {
	--button__bg: var(--primary);
	--button__border-color: var(--primary);
	--button__color: var(--white);
}

button:focus,
.button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.added_to_cart:focus {
	outline: thin dotted;
	outline-offset: -.25em;
}

button.disabled,
.button.disabled,
input[type='button'].disabled,
input[type='reset'].disabled,
input[type='submit'].disabled,
.added_to_cart.disabled {
	cursor: not-allowed;
	opacity: .65;
}

a.button,
.added_to_cart {
	text-decoration: none;
}

/*--------------------------------------------------------------
8.2 Fields
--------------------------------------------------------------*/
label {
	display: block;
	margin-bottom: .5em;
	color: var(--label__color);
	font-size: var(--label__font-size);

	--label__color: var(--secondary);
	--label__font-size: var(--font-size_base);
}

fieldset {
	margin-bottom: var(--gap_typography);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
	display: block;
	width: 100%;
	padding: .5em 1em;
	color: var(--input__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--input__border-color);
	background-color: var(--input__bg);
	font-family: var(--input__font-family);
	font-size: var(--input__font-size);
	font-weight: var(--input__font-weight);
	line-height: var(--input__line-height);

	--input__bg: var(--white);
	--input__border-color: var(--border-color);
	--input__color: var(--secondary);
	--input__font-family: var(--font-family_base);
	--input__font-size: var(--font-size_base);
	--input__font-weight: var(--font-weight_base);
	--input__line-height: var(--line-height_base);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
	outline: 0;

	--input__bg: var(--white);
	--input__border-color: var(--gray-400);
	--input__color: var(--body__color);
}

select {
	max-width: 100%;
	height: calc(2.5rem + 2px);
	padding: calc(.5em + 1px) .75em;
	border-width: 1px;
	border-style: solid;
	border-color: var(--select__border-color);

	--select__bg: var(--white);
	--select__border-color: var(--border-color);
	--select__color: var(--secondary);
	--select__font-family: var(--font-family_base);
	--select__font-size: var(--font-size_base);
	--select__font-weight: var(--font-weight_base);
	--select__line-height: var(--line-height_base);
}

select:focus {
	outline: 0;

	--select__bg: var(--white);
	--select__border-color: var(--gray-400);
	--select__color: var(--body__color);
}

input[type='radio'],
input[type='checkbox'] {
	position: relative;
	top: 1px;
	margin-right: .5em;
}

input[type='radio'] + label,
input[type='checkbox'] + label {
	display: inline-block;
	font-weight: var(--font-weight_base);
}

/* Post Password Form */
.post-password-form > :last-child {
	margin-bottom: 0;
}

.post-password-form label {
	margin-bottom: 0;
}

.post-password-form input[type='password'] {
	margin-top: .5em;
	margin-bottom: var(--gap_typography);
	font-size: var(--font-size_base);
}

/* Search Form */
.search-form {
	position: relative;
}

.search-form__submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 2.5em;
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	color: var(--search-submit__color);
	border: 0;
	background-color: transparent;

	--search-submit__color: var(--secondary);
}

.search-form__submit:hover,
.search-form__submit:focus {
	background-color: transparent;

	--search-submit__color: var(--gray-700);
}

.search-form__submit::before {
	position: relative;
	display: inline-block;
	content: '\f4a4';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: var(--font-size_base);
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

input[type='search'].search-form__field {
	padding-right: 3.5em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: var(--secondary);
	font-family: var(--font-family_base);
}

:-moz-placeholder {
	color: var(--secondary);
	font-family: var(--font-family_base);
}

::-moz-placeholder {
	opacity: 1;
	color: var(--secondary);
	font-family: var(--font-family_base);
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: var(--secondary);
	font-family: var(--font-family_base);
}

/*--------------------------------------------------------------
9.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Links
--------------------------------------------------------------*/
a {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-decoration: underline;
	color: var(--link__color);

	--link__color: var(--primary);
}

a:visited {
	--link__color: var(--primary);
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
9.2 Menus
--------------------------------------------------------------*/
/* Header Menu */
.header__menu {
	display: none;
	    flex: 0 1 100%;
	padding-bottom: .25rem;

	--header-menu-link__color: var(--body__color);
	--header-menu__border-color: var(--border-color);
	--header-sub-menu__bg: var(--body__color);
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
}

.header__menu.toggled-on {
	display: block;
}

.no-js .header__menu {
	display: block;
}

.header__menu ul {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

.header__menu ul.toggled-on {
	display: block;
}

.header__menu li {
	position: relative;
	border-top: 1px dotted var(--header-menu__border-color);
}

.header__menu a {
	display: block;
	padding: .75em 0;
	text-decoration: none;
	color: var(--header-menu-link__color);
	outline-offset: -1px;
	font-weight: var(--font-weight_bold);
}

.header__menu a:hover,
.header__menu a:focus {
	--header-menu-link__color: var(--primary);
}

.header__menu .current-menu-item > a,
.header__menu .current-menu-ancestor > a {
	--header-menu-link__color: var(--primary);
}

.header__menu .menu-item-has-children > a {
	margin-right: 2.5em;
}

.header__menu ul ul {
	display: none;
	margin-left: 1em;
}

.header__menu ul ul a {
	font-weight: var(--font-weight_base);
}

.no-js .header__menu ul ul {
	display: block;
}

/* Secondary Menu */
ul.header__menu_secondary {
	position: relative;
}

ul.header__menu_secondary > li > a::before {
	display: inline-block;
	margin-right: .75rem;
	vertical-align: -10%;
	text-transform: none;
	font-family: 'Ionicons';
	font-size: var(--font-size_lg);
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

ul.header__menu_secondary > li.menu-item_search > a::before {
	content: '\f4a4';
}

ul.header__menu_secondary > li.menu-item_cart > a::before {
	content: '\f110';
}

ul.header__menu_secondary > li.menu-item_account > a::before {
	content: '\f213';
}

/* Menu-toggle Button */
.header__menu-toggle {
	padding: .8125em .5625em;
	-webkit-transition: none;
	        transition: none;

	--button__bg: transparent;
	--button__border-color: transparent;
	--button__color: var(--body__color);
}

.header__menu-toggle:hover,
.header__menu-toggle:focus {
	--button__bg: transparent;
	--button__border-color: transparent;
	--button__color: var(--primary);
}

.header__menu-toggle:focus {
	outline: 0;
}

.no-js .header__menu-toggle {
	display: none;
}

.header__menu-toggle .icon-bar {
	position: relative;
	display: block;
	width: 1.375rem;
	height: .125rem;
	-webkit-transition: all .3s ease-in;
	        transition: all .3s ease-in;
	background-color: var(--button__color);
}

.header__menu-toggle .icon-bar:last-child {
	width: .875rem;
}

.header__menu-toggle .icon-bar + .icon-bar {
	margin-top: .3125rem;
}

.header__menu-toggle .icon-bar:nth-child(3) {
	-webkit-transition: all .4s ease-in;
	        transition: all .4s ease-in;
	opacity: 1;
}

.header__menu-toggle:hover .icon-bar:last-child,
.header__menu-toggle:focus .icon-bar:last-child,
.header__menu-toggle.toggled-on .icon-bar:last-child {
	width: 100%;
}

.header__menu-toggle.toggled-on .icon-bar:nth-child(2) {
	top: 7px;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.header__menu-toggle.toggled-on .icon-bar:nth-child(3) {
	-webkit-transition: none;
	        transition: none;
	opacity: 0;
}

.header__menu-toggle.toggled-on .icon-bar:nth-child(4) {
	bottom: 7px;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

/* Dropdown Toggle */
.dropdown-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5em;
	height: 3em;
	padding: 0;
	content: '';
	border: 0;

	--button__bg: transparent;
	--button__color: var(--secondary);
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	--button__bg: transparent;
	--button__color: var(--primary);
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-toggle::after {
	position: relative;
	left: 0;
	display: inline-block;
	width: calc(var(--font-size_base) * 2.5);
	height: calc(var(--font-size_base) * 3);
	content: '\f489';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: calc(var(--font-size_base) * 1.5);
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: calc(var(--font-size_base) * 2.75);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.dropdown-toggle.toggled-on::after {
	content: '\f462';
}

/* Page Links */
.page-links {
	clear: both;
	margin-top: var(--gap_typography);

	--page-links__bg: transparent;
	--page-links__border-color: var(--border-color);
	--page-links__color: var(--body__color);
	--page-links__font-size: var(--font-size_sm);
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin-right: .5em;
	padding: .5em 1em;
	text-align: center;
	color: var(--page-links__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--page-links__border-color);
	background-color: var(--page-links__bg);
	font-size: var(--page-links__font-size);
	font-weight: var(--font-weight_bold);
}

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

.page-links a:hover,
.page-links a:focus {
	--page-links__bg: var(--body__color);
	--page-links__border-color: var(--body__color);
	--page-links__color: var(--white);
}

.page-links > span:not(.page-links-title) {
	--page-links__bg: var(--body__color);
	--page-links__border-color: var(--body__color);
	--page-links__color: var(--white);
}

/* Post Navigation */
.post-nav {
	position: relative;
	background-color: var(--post-nav__bg);
	-webkit-box-shadow: 0 -.25rem 1.5rem rgba(0, 0, 0, .007);
	        box-shadow: 0 -.25rem 1.5rem rgba(0, 0, 0, .007);

	--post-nav__bg: var(--white);
}

.post-navigation {
	clear: both;
	overflow: hidden;

	--post-navigation-link__color: var(--body__color);
	--post-navigation-meta__color: var(--secondary);
	--post-navigation-meta__font-size: var(--font-size_sm);
	--post-navigation__border-color: var(--border-color);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
}

.post-navigation div + div {
	border-top: 1px dotted var(--post-navigation__border-color);
}

.post-navigation a {
	display: block;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-decoration: none;
	color: var(--post-navigation-link__color);
}

.post-navigation a:hover,
.post-navigation a:focus {
	outline: 0;

	--post-navigation-link__color: var(--primary);
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	margin-bottom: .25em;
	color: var(--post-navigation-meta__color);
	font-size: var(--post-navigation-meta__font-size);
}

.post-navigation .post-title {
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-weight: var(--font-weight_bold);
	line-height: var(--headings__line-height);

	    -ms-hyphens: auto;
	text-rendering: optimizeLegibility;
}

.post-navigation .post-title em,
.post-navigation .post-title i {
	font-style: var(--font-weight_base);
}

.attachment .post-navigation {
	margin-bottom: var(--gap_gorizontal);
}

.attachment .post-navigation a {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}

/* Comment and Image Navigation */
.comment-navigation,
.image-navigation {
	overflow: hidden;
	margin-bottom: var(--gap_gorizontal);
	padding: .75em 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: var(--comment-navigation__border-color);

	--comment-navigation__border-color: var(--border-color);
	--comment-navigation__color: var(--secondary);
}

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty),
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty)::before,
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty)::before {
	display: inline-block;
	padding: 0 .625em 0 .5em;
	content: '\2014';
	color: var(--comment-navigation__color);
}

.comment-navigation a,
.image-navigation a {
	text-decoration: none;
	color: var(--comment-navigation__color);
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.image-navigation a:hover,
.image-navigation a:focus {
	--comment-navigation__color: var(--primary);
}

.comment-navigation a:focus,
.image-navigation a:focus {
	outline-offset: -1px;
}

/* Pagination */
.pagination {
	position: relative;

	--pagination__bg: transparent;
	--pagination__border-color: var(--border-color);
	--pagination__color: var(--body__color);
	--pagination__font-size: var(--font-size_sm);
}

.pagination .page-numbers {
	display: none;
	margin-right: .25em;
	padding: .5em 1em;
	color: var(--pagination__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--pagination__border-color);
	background-color: var(--pagination__bg);
	font-size: var(--pagination__font-size);
	font-weight: var(--font-weight_bold);
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .page-numbers.current {
	--pagination__bg: var(--body__color);
	--pagination__border-color: var(--body__color);
	--pagination__color: var(--white);
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	--pagination__bg: var(--body__color);
	--pagination__border-color: var(--body__color);
	--pagination__color: var(--white);
}

.pagination a:focus {
	outline: 0;
}

.pagination .current,
.pagination .prev,
.pagination .next {
	display: inline-block;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

/* Footer Navigation */
.footer__menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;

	--footer-menu-link__bg: var(--gray-800);
	--footer-menu-link__color: var(--footer-link__color);
}

.footer__menu li {
	position: relative;
	display: inline-block;
	margin-right: .75em;
	margin-bottom: .25em;
}

.footer__menu li:last-child {
	margin-right: 0;
}

.footer__menu li a {
	position: relative;
	text-decoration: none;
	color: var(--footer-menu-link__color);
}

.footer__menu li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	background-color: var(--footer-menu-link__bg);
}

.footer__menu li a:hover,
.footer__menu li a:focus {
	--footer-menu-link__color: var(--gray-300);
}

.footer__menu li a:hover::after,
.footer__menu li a:focus::after {
	--footer-menu-link__bg: var(--gray-700);
}

.footer__menu li.current-menu-item > a {
	--footer-menu-link__color: var(--gray-300);
}

.footer__menu li.current-menu-item > a::after {
	--footer-menu-link__bg: var(--gray-700);
}

/* Social Navigation */
.footer__menu_social {
	margin: 0;
	padding: 0;
	list-style: none;

	--footer-menu-social__bg: var(--gray-800);
	--footer-menu-social__color: var(--white);
}

.footer__menu_social li {
	display: inline-block;
	margin-right: .375em;
}

.footer__menu_social li:last-child {
	margin-right: 0;
}

.footer__menu_social li a {
	position: relative;
	display: block;
	color: var(--footer-menu-social__color);
	background-color: var(--footer-menu-social__bg);
}

.footer__menu_social li a:hover,
.footer__menu_social li a:focus {
	opacity: .7;
}

.footer__menu_social li a::before {
	display: inline-block;
	width: 2.25em;
	height: 2.25em;
	content: '\f1e0';
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	font-family: 'Font Awesome 5 Brands';
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 2.25em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.footer__menu_social li a[href*='codepen.com'] {
	background-color: #000;
}

.footer__menu_social li a[href*='codepen.com']::before {
	content: '\f1cb';
}

.footer__menu_social li a[href*='digg.com'] {
	background-color: #000;
}

.footer__menu_social li a[href*='digg.com']::before {
	content: '\f1a6';
}

.footer__menu_social li a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

.footer__menu_social li a[href*='dribbble.com']::before {
	content: '\f17d';
}

.footer__menu_social li a[href*='dropbox.com'] {
	background-color: #007ee5;
}

.footer__menu_social li a[href*='dropbox.com']::before {
	content: '\f16b';
}

.footer__menu_social li a[href*='facebook.com'] {
	background-color: #3b5998;
}

.footer__menu_social li a[href*='facebook.com']::before {
	content: '\f39e';
}

.footer__menu_social li a[href*='flickr.com'] {
	background-color: #0063dc;
}

.footer__menu_social li a[href*='flickr.com']::before {
	content: '\f16e';
}

.footer__menu_social li a[href*='foursquare.com'] {
	background-color: #f94877;
}

.footer__menu_social li a[href*='foursquare.com']::before {
	content: '\f180';
}

.footer__menu_social li a[href*='plus.google.com'] {
	background-color: #dc4e41;
}

.footer__menu_social li a[href*='plus.google.com']::before {
	content: '\f0d5';
}

.footer__menu_social li a[href*='github.com'] {
	background-color: #181717;
}

.footer__menu_social li a[href*='github.com']::before {
	content: '\f1d3';
}

.footer__menu_social li a[href*='instagram.com'] {
	background-color: #e4405f;
}

.footer__menu_social li a[href*='instagram.com']::before {
	content: '\f16d';
}

.footer__menu_social li a[href*='linkedin.com'] {
	background-color: #0077b5;
}

.footer__menu_social li a[href*='linkedin.com']::before {
	content: '\f0e1';
}

.footer__menu_social li a[href*='pinterest.com'] {
	background-color: #bd081c;
}

.footer__menu_social li a[href*='pinterest.com']::before {
	content: '\f231';
}

.footer__menu_social li a[href*='getpocket.com'] {
	background-color: #ef3f56;
}

.footer__menu_social li a[href*='getpocket.com']::before {
	content: '\f265';
}

.footer__menu_social li a[href*='reddit.com'] {
	background-color: #ff4500;
}

.footer__menu_social li a[href*='reddit.com']::before {
	content: '\f281';
}

.footer__menu_social li a[href*='skype.com'] {
	background-color: #00aff0;
}

.footer__menu_social li a[href*='skype.com']::before {
	content: '\f17e';
}

.footer__menu_social li a[href*='stumbleupon.com'] {
	background-color: #eb4924;
}

.footer__menu_social li a[href*='stumbleupon.com']::before {
	content: '\f1a4';
}

.footer__menu_social li a[href*='tumblr.com'] {
	background-color: #36465d;
}

.footer__menu_social li a[href*='tumblr.com']::before {
	content: '\f173';
}

.footer__menu_social li a[href*='twitter.com'] {
	background-color: #1da1f2;
}

.footer__menu_social li a[href*='twitter.com']::before {
	content: '\f099';
}

.footer__menu_social li a[href*='vimeo.com'] {
	background-color: #1ab7ea;
}

.footer__menu_social li a[href*='vimeo.com']::before {
	content: '\f27d';
}

.footer__menu_social li a[href*='vk.com'] {
	background-color: #6383a8;
}

.footer__menu_social li a[href*='vk.com']::before {
	content: '\f189';
}

.footer__menu_social li a[href*='wordpress.com'],
.footer__menu_social li a[href*='wordpress.org'] {
	background-color: #21759b;
}

.footer__menu_social li a[href*='wordpress.com']::before,
.footer__menu_social li a[href*='wordpress.org']::before {
	content: '\f19a';
}

.footer__menu_social li a[href*='youtube.com'] {
	background-color: #cd201f;
}

.footer__menu_social li a[href*='youtube.com']::before {
	content: '\f167';
}

.footer__menu_social li a[href^='mailto:'] {
	background-color: #d14836;
}

.footer__menu_social li a[href^='mailto:']::before {
	content: '\f003';
}

.footer__menu_social li a[href*='spotify.com'] {
	background-color: #1ed760;
}

.footer__menu_social li a[href*='spotify.com']::before {
	content: '\f1bc';
}

.footer__menu_social li a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.footer__menu_social li a[href*='twitch.tv']::before {
	content: '\f1e8';
}

.footer__menu_social li a[href$='/feed/'] {
	background-color: #ffa500;
}

.footer__menu_social li a[href$='/feed/']::before {
	content: '\f09e';
}

/* Scroll to Top */
.scroll-to-top {
	position: fixed;
	z-index: 5;
	z-index: 100;
	right: 1rem;
	bottom: 1rem;
	display: none;
	padding: 0;
	-webkit-transition: none;
	        transition: none;
	color: var(--scroll-to-top__color);
	border: 0;
	border-radius: 50%;
	outline: 0;
	background-color: var(--scroll-to-top__bg);

	--scroll-to-top__bg: var(--primary);
	--scroll-to-top__color: var(--white);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	--scroll-to-top__bg: var(--body__color);
}

.scroll-to-top:focus {
	outline: 0;
}

.scroll-to-top::before {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	content: '\f126';
	text-align: center;
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	line-height: 2.5em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

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

figure {
	margin: 0 0 var(--gap_typography);
	/* Extra wide images within figure tags don't overflow the content area. */
}

.site .avatar {
	border-radius: 50%;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	margin-bottom: var(--gap_typography);
	vertical-align: middle;
}

embed:last-child,
iframe:last-child,
object:last-child {
	margin-bottom: 0;
}

.wp-playlist.wp-audio-playlist,
.wp-audio-shortcode,
.wp-video {
	margin: 0 0 var(--gap_typography);
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	margin-bottom: var(--gap_typography);

	--caption__color: var(--secondary);
	--caption__font-size: var(--font-size_sm);
	--caption__font-style: italic;
}

.wp-caption a {
	display: block;
}

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

.wp-caption .wp-caption-text {
	margin-top: 1em;
	text-align: center;
	color: var(--caption__color);
	font-size: var(--caption__font-size);
	font-style: var(--caption__font-style);
}

.wp-caption .wp-caption-text a {
	display: inline-block;
}

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -.5em calc(var(--gap_typography) - 1em);
}

.gallery-icon {
	line-height: 0;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	padding: 0 .5em;
	text-align: center;
	vertical-align: top;
}

.gallery-item a {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter .2s ease-in;
	        transition: -webkit-filter .2s ease-in;
	        transition:         filter .2s ease-in;
	        transition:         filter .2s ease-in, -webkit-filter .2s ease-in;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
}

.gallery-item a:hover img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}

.gallery-caption {
	display: block;
	max-width: 100%;
	margin-top: .5em;
	color: var(--caption__color);
	font-size: var(--caption__font-size);
	font-style: var(--caption__font-style);

	--caption__color: var(--secondary);
	--caption__font-size: var(--font-size_sm);
	--caption__font-style: italic;
}

.gallery-columns-6 .gallery-caption {
	display: none;
}

.gallery-columns-7 .gallery-caption {
	display: none;
}

.gallery-columns-8 .gallery-caption {
	display: none;
}

.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
10.3 Carousels
--------------------------------------------------------------*/
.carousel {
	position: relative;
	overflow: hidden;
	width: 100%;

	--carousel-item__bg: var(--black);
	--carousel-meta__color: var(--gray-300);
	--carousel-meta__font-size: var(--font-size_sm);
	--carousel-thumbnail-overlay__bg: var(--black);
	--carousel-title__color: var(--white);
	--carousel-title__font-family: var(--headings__font-family);
	--carousel-title__font-size: var(--h4__font-size);
}

.carousel__item {
	position: relative;
	background-color: var(--carousel-item__bg);
}

.carousel__item:not(:first-child) {
	display: none;
}

.carousel.slick-initialized .carousel__item {
	display: block;
}

.carousel__thumbnail {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 150%;
}

.carousel__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.carousel__thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.carousel__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .2s ease-in;
	        transition: all .2s ease-in;
	opacity: .5;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--carousel-thumbnail-overlay__bg)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, var(--carousel-thumbnail-overlay__bg) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel__body {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 var(--gap_vertical) var(--gap_gorizontal);
	text-align: center;
}

.carousel__body > *:last-child {
	margin-bottom: 0;
}

.carousel__title {
	margin-top: 0;
	margin-bottom: .5em;
	font-family: var(--carousel-title__font-family);
	font-size: var(--carousel-title__font-size);
}

.carousel__title em,
.carousel__title i {
	font-weight: var(--font-weight_base);
}

.carousel__title a {
	text-decoration: none;
	color: var(--carousel-title__color);
}

.carousel__title a:hover,
.carousel__title a:focus {
	--carousel-title__color: var(--white);
}

.carousel__meta {
	margin-bottom: .7143em;
	color: var(--carousel-meta__color);
	font-size: var(--carousel-meta__font-size);
}

.carousel__meta > span {
	display: inline-block;
	margin-right: .5em;
}

.carousel__meta > span:last-child {
	margin-right: 0;
}

.carousel__meta > span + .posted-on::before {
	display: inline-block;
	margin-right: .5em;
	content: '\2012';
}

.carousel__meta > span.comments-link a::before {
	display: inline-block;
	margin-right: .25em;
	margin-left: .5em;
	content: '\f3f9';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: 1.1429em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.carousel__meta a {
	text-decoration: none;
	color: var(--carousel-meta__color);
}

.carousel__meta a:hover,
.carousel__meta a:focus {
	--carousel-meta__color: var(--white);
}

.carousel .slick-prev,
.carousel .slick-next {
	position: absolute;
	z-index: 20;
	top: 50%;
	padding: 0;
	-webkit-transition: -webkit-transform .35s ease-in-out;
	        transition: -webkit-transform .35s ease-in-out;
	        transition:         transform .35s ease-in-out;
	        transition:         transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: 0;
	outline: none;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}

.carousel .slick-prev::before,
.carousel .slick-next::before {
	display: inline-block;
	display: inline-block;
	padding: 0 .625em;
	text-transform: none;
	color: rgba(255, 255, 255, .75);
	font-family: 'Ionicons';
	font-size: 2.5rem;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.carousel .slick-prev:hover::before,
.carousel .slick-next:hover::before {
	color: white;
}

.carousel .slick-prev {
	left: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.carousel .slick-prev::before {
	content: '\f3d5';
}

.carousel .slick-next {
	right: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.carousel .slick-next::before {
	content: '\f3d6';
}

.carousel:hover .slick-prev,
.carousel:hover .slick-next,
.carousel:focus .slick-prev,
.carousel:focus .slick-next {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

.carousel .slick-dots {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	list-style: outside none none;
	text-align: center;
	line-height: 0;
}

.carousel .slick-dots li {
	display: inline-block;
}

.carousel .slick-dots li button {
	padding: 0;
	border: 0;
	outline: none;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}

.carousel .slick-dots li button::before {
	display: inline-block;
	width: 2rem;
	height: .125rem;
	margin: 1.25rem .3125rem;
	content: '';
	background-color: rgba(255, 255, 255, .25);
}

.carousel .slick-dots li.slick-active button::before {
	background-color: rgba(255, 255, 255, .5);
}

/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: var(--gap_gorizontal);

	--widget-link__color: var(--body__color);
	--widget-title__font-size: var(--h4__font-size);
}

.widget:last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	position: relative;
	margin-top: 0;
	padding-bottom: .25em;
	border-bottom: 2px solid currentColor;
	font-size: var(--widget-title__font-size);
}

.widget .widget-title :empty {
	margin-bottom: 0;
}

.widget ul {
	margin-bottom: 0;
	padding-left: 1.5em;
	list-style: outside none none;
}

.widget ul li {
	position: relative;
	margin-bottom: .75em;
}

.widget ul li::before {
	position: absolute;
	top: .625em;
	left: -1.7em;
	display: inline-block;
	content: '\f3d3';
	text-transform: none;
	color: var(--secondary);
	font-family: 'Ionicons';
	font-size: .75em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.widget ul li > a {
	text-decoration: none;
	color: var(--widget-link__color);
}

.widget ul li > a:hover,
.widget ul li > a:focus {
	text-decoration: underline;

	--widget-link__color: var(--primary);
}

.widget ul:not(.children):not(.sub-menu) > li:last-child {
	margin-bottom: 0;
}

.widget ul.children,
.widget ul.sub-menu {
	margin-top: .75em;
}

.widget .posts-list {
	padding-top: .5rem;

	--item-list__border-color: var(--border-color);
}

.widget .posts-list__item {
	padding-bottom: 1.25rem;
	border-bottom: 1px dotted var(--item-list__border-color);
}

.widget .posts-list__item:not(:last-child) {
	margin-bottom: 1.25rem;
}

/* Calendar widget */
.widget_calendar {
	--widget-calendar-link__bg: var(--primary);
	--widget-calendar-link__color: var(--white);
	--widget-calendar__font-size: var(--font-size_sm);
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
	font-size: var(--widget-calendar__font-size);
	line-height: 2.5;
}

.widget_calendar caption {
	margin-bottom: .5em;
	font-weight: var(--font-weight_bold);
}

.widget_calendar tbody a {
	display: block;
	text-decoration: none;
	color: var(--widget-calendar-link__color);
	background-color: var(--widget-calendar-link__bg);
	font-weight: var(--font-weight_bold);
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	--widget-calendar-link__bg: var(--body__color);
}

.widget_calendar tfoot a {
	text-decoration: none;
}

.widget_calendar tfoot a:hover,
.widget_calendar tfoot a:focus {
	color: var(--body__color);
}

/* Recent Posts widget */
.widget_recent_entries {
	--widget-recent-entries-date__color: var(--secondary);
}

.widget_recent_entries ul li {
	margin-bottom: 1.5em;
}

.widget_recent_entries ul li > a {
	-webkit-hyphens: auto;
	        hyphens: auto;

	    -ms-hyphens: auto;
}

.widget_recent_entries ul li em,
.widget_recent_entries ul li i {
	font-style: normal;
}

.widget_recent_entries ul li strong,
.widget_recent_entries ul li b {
	font-weight: var(--font-weight_base);
}

.widget_recent_entries .post-date {
	display: block;
	margin-top: .5em;
	color: var(--widget-recent-entries-date__color);
	font-size: var(--font-size_sm);
}

/* Recent Comments widget */
.widget_recent_comments {
	--widget-recent-comments-li__color: var(--secondary);
}

.widget_recent_comments ul li {
	margin-bottom: 1.5em;
	color: var(--widget-recent-comments-li__color);
}

.widget_recent_comments ul li em,
.widget_recent_comments ul li i {
	font-style: normal;
}

.widget_recent_comments ul li strong,
.widget_recent_comments ul li b {
	font-weight: var(--font-weight_base);
}

.widget_recent_comments ul li .comment-author-link a {
	display: inline !important;
	text-decoration: none;
	color: var(--primary);
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	text-decoration: underline;

	--widget-recent-comments__color: var(--primary);
}

.widget_recent_comments ul li > a {
	display: block !important;
	-webkit-hyphens: auto;
	        hyphens: auto;

	    -ms-hyphens: auto;
}

/* RSS widget */
.widget_rss {
	--widget-rss-secondary__color: var(--secondary);
	--widget-rss-title__color: var(--body__color);
}

.widget_rss .widget-title > a {
	text-decoration: none;
	color: var(--widget-rss-title__color);
}

.widget_rss .widget-title > a:hover,
.widget_rss .widget-title > a:focus {
	--widget-rss-title__color: var(--primary);
}

.widget_rss .rss-widget-icon {
	margin-right: .5em;
	vertical-align: 0;
}

.widget_rss ul {
	padding-left: 0;
}

.widget_rss ul li {
	margin-bottom: 1.5em;
}

.widget_rss ul li::before {
	display: none;
}

.widget_rss ul li .rsswidget {
	font-weight: var(--font-weight_bold);
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-top: .75em;
	color: var(--widget-rss-secondary__color);
	font-size: var(--font-size_sm);
}

.widget_rss .rssSummary {
	margin-top: .75em;
	font-size: var(--font-size_sm);
}

.widget_rss cite {
	font-style: normal;
}

/* Tag Cloud widget */
.tagcloud {
	font-size: var(--font-size_sm);

	--tagcloud-count__color: var(--secondary);
	--tagcloud__bg: var(--white);
	--tagcloud__border-color: var(--white);
	--tagcloud__color: var(--gray-700);
}

.tagcloud .tag-cloud-link {
	display: inline-block;
	margin-right: .25em;
	margin-bottom: .5em;
	padding: .625em 1em .75em;
	text-decoration: none;
	color: var(--tagcloud__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--tagcloud__border-color);
	background-color: var(--tagcloud__bg);
	line-height: 1;
}

.tagcloud .tag-cloud-link .tag-link-count {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	color: var(--tagcloud-count__color);
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
	--tagcloud__bg: var(--primary);
	--tagcloud__border-color: var(--primary);
	--tagcloud__color: var(--white);
}

.tagcloud .tag-cloud-link:hover .tag-link-count,
.tagcloud .tag-cloud-link:focus .tag-link-count {
	--tagcloud-count__color: var(--white);
}

/* Search widget */
.widget_search .search-form > label {
	margin-bottom: 0;
}

/* Other widgets */
.widget_archive li,
.widget_categories li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--secondary);

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget_archive li a,
.widget_categories li a {
	margin-right: .5em;
}

.widget_categories li {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.widget_categories li:last-child {
	margin-bottom: 0;
}

.widget_categories li ul.children {
	    flex: 1 1 100%;

	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
}

.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
	text-decoration: underline;
	color: var(--primary);
}

.textwidget p {
	-webkit-hyphens: auto;
	        hyphens: auto;

	    -ms-hyphens: auto;
}

.textwidget select {
	width: 100%;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.widget_media_gallery .gallery {
	margin: 0 -.25em;
}

.widget_media_gallery .gallery-item {
	margin: 0 0 .5em;
	padding: 0 .25em;
}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/
body {
	background-color: #e0e0e2;
	/* Fallback for when there is no custom background color defined. */
}

.site {
	position: relative;
	background-color: var(--site__bg);
}

.layout_boxed .site {
	max-width: var(--boxed-layout__width);
	margin-right: auto;
	margin-left: auto;

	--boxed-layout__width: calc(var(--inner-content__width) + var(--gap_vertical));
	--inner-content__width: 1280px;
}

/*--------------------------------------------------------------
12.1 Layout
--------------------------------------------------------------*/
.container {
	position: relative;
	max-width: calc(var(--gap_vertical) + 819px + var(--gap_vertical));
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--gap_vertical);
	padding-left: var(--gap_vertical);
}

.sidebar_no.quta-customizer .sidebar {
	display: none;
}

@supports (display: grid) {
	.container {
		max-width: 1280px;
	}
}

/*--------------------------------------------------------------
12.2 Header
--------------------------------------------------------------*/
.header {
	position: relative;
	z-index: 10;
	background-color: var(--header__bg);
	-webkit-box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .02);
	        box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .02);

	--header__bg: var(--white);
	--site-title__color: var(--body__color);
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: space-between;
}

.header__branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-width: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	margin-right: 1rem;

	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.header__site-title {
	margin: 0;
	font-family: var(--headings__font-family);
	font-size: var(--h3__font-size);
	font-weight: var(--headings__font-weight);
	line-height: 1;
}

.header__site-title a {
	display: inline-block;
	padding: .824em 0 .65em;
	text-decoration: none;
	color: var(--site-title__color);
	outline-offset: -1px;
}

.custom-logo-link {
	display: inline-block;
	padding: .625rem 0;
}

.custom-logo-link:focus {
	outline-offset: -1px;
}

.custom-logo {
	width: auto;
	max-width: 12.5rem;
	max-height: 2.5rem;
}

.custom-logo-link + .header__site-title a {
	padding-left: .75rem;
}

/*--------------------------------------------------------------
12.3 Featured
--------------------------------------------------------------*/
.featured {
	position: relative;
	overflow: hidden;
	color: var(--featured__color);
	background-color: var(--featured__bg);

	--featured__bg: var(--black);
	--featured__color: var(--white);
}

/* Featured tagline and header image */
.featured-info {
	position: relative;

	--featured-tagline__color: var(--featured__color);
	--featured-tagline__font-family: var(--font-family_base);
	--featured-tagline__font-size: var(--font-size_lg);
	--featured-tagline__font-weight: var(--font-weight_base);
	--featured-tagline__line-height: var(--line-height_base);
}

.featured-info__tagline {
	color: var(--featured-tagline__color);
	font-family: var(--featured-tagline__font-family);
	font-size: var(--featured-tagline__font-size);
	font-weight: var(--featured-tagline__font-weight);
	line-height: var(--featured-tagline__line-height);
}

.featured-info__tagline .site-description {
	margin-bottom: 0;
}

.featured-info__header-image {
	position: relative;
	display: table;
	width: 100%;
	height: calc(100vh - 3.75rem);
	min-height: 20rem;

	--header-image-overlay__bg: var(--black);
}

.featured-info__header-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.featured-info__header-image img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.featured-info__header-image::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .65;
	background-image: linear-gradient(10deg, var(--header-image-overlay__bg) 0%, rgba(255, 255, 255, 0) 70%);
}

.featured-info_has-tagline .featured-info__tagline {
	padding-top: 1em;
	padding-bottom: 1em;
}

.featured-info_has-header-image .featured-info__tagline {
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;

	--featured-tagline__font-family: var(--headings__font-family);
	--featured-tagline__font-size: var(--h1__font-size);
	--featured-tagline__font-weight: var(--headings__font-weight);
	--featured-tagline__line-height: var(--headings__line-height);
}

.sidebar_no .featured-info__header-image::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--header-image-overlay__bg)), color-stop(70%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(0deg, var(--header-image-overlay__bg) 0%, rgba(255, 255, 255, 0) 70%);
}

/* Featured carousel */
.featured__carousel {
	z-index: 2;
	background-color: var(--carousel-item__bg);
}

/* Posts Carousel */
.featured_carousel {
	padding-top: var(--gap_gorizontal);

	--featured__bg: transparent;
}

.featured_carousel::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 75%;
	height: 90%;
	content: '';
	opacity: .08;
	background-color: var(--black);
}

.featured_carousel::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 60%;
	height: 80%;
	content: '';
	opacity: .04;
	background-color: var(--black);
}

.featured_carousel .carousel__item:hover .carousel__thumbnail::before,
.featured_carousel .carousel__item:focus .carousel__thumbnail::before {
	opacity: .5;
	background-color: var(--carousel-thumbnail-overlay__bg);
}

/* Full Width Posts Carousel */
.featured_carousel-v2 .carousel__thumbnail {
	padding-top: calc(100vh - 3.75rem);
}

/* Full Width Posts Carousel (half-height) */
.featured_carousel-v3 .carousel__thumbnail {
	padding-top: calc(100vh - 3.75rem);
}

/* Four Items Posts Carousel */
.featured_carousel-v4 .carousel {
	--carousel-title__font-size: var(--h4__font-size);
}

.featured_carousel-v4 .carousel__item:hover .carousel__thumbnail::before,
.featured_carousel-v4 .carousel__item:focus .carousel__thumbnail::before {
	opacity: .5;
	background-color: var(--carousel-thumbnail-overlay__bg);
}

.featured_carousel-v4 .carousel__thumbnail {
	padding-top: calc(100vh - 3.75rem);
}

/* Posts Carousel with Control Items */
.featured_carousel-v5 {
	padding-top: var(--gap_gorizontal);

	--featured__bg: transparent;
	--featured__color: var(--body__color);
}

.featured_carousel-v5::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 75%;
	height: 65%;
	content: '';
	opacity: .08;
	background-color: var(--black);
}

.featured_carousel-v5::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 60%;
	height: 55%;
	content: '';
	opacity: .04;
	background-color: var(--black);
}

.featured_carousel-v5 .featured__carousel {
	z-index: 2;
	margin-bottom: var(--gap_typography);
}

.featured_carousel-v5 .featured__carousel .carousel__item:hover .carousel__thumbnail::before,
.featured_carousel-v5 .featured__carousel .carousel__item:focus .carousel__thumbnail::before {
	opacity: .5;
	background-color: var(--carousel-thumbnail-overlay__bg);
}

.featured_carousel-v5 .featured__nav-carousel {
	z-index: 2;
	padding-top: var(--gap_typography);
	padding-bottom: var(--gap_typography);
	border-top: 3px solid var(--black);
	border-bottom: 1px solid var(--border-color);

	--carousel-item__bg: transparent;
}

.featured_carousel-v5 .featured__nav-carousel .post-item {
	padding-right: var(--gap_typography);
	padding-left: var(--gap_typography);

	--post-item-title__font-weight: var(--font-weight_bold);
}

.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail {
	display: none;
}

.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail:hover {
	cursor: pointer;
}

.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail img {
	width: 4.5rem;
	height: 4.5rem;
}

.featured_carousel-v5 .featured__nav-carousel .post-item__meta {
	margin-bottom: .75em;
}

/* Featured posts grid */
.featured_grid {
	padding-top: var(--gap_gorizontal);

	--featured__bg: transparent;
}

.featured_grid::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	content: '';
	background-color: var(--gray-200);
}

.featured__posts-grid {
	position: relative;
	z-index: 2;
}

.featured__posts-grid .post-card:not(:last-child) {
	margin-bottom: var(--gap_gorizontal);
}

.featured__posts-grid .post-card_image .post-card__thumbnail::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--post-card-image-overlay__bg)), color-stop(70%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, var(--post-card-image-overlay__bg) 0%, rgba(255, 255, 255, 0) 70%);
}

/* Single Article Featured title and image */
.entry-featured {
	position: relative;
	overflow: hidden;
}

.entry-featured__header {
	margin-bottom: var(--gap_typography);
}

.entry-featured__header:last-child {
	margin-bottom: 0;
}

.entry-featured__title {
	margin-top: 0;
	margin-bottom: .3125em;
	color: var(--entry-featured-title__color);
	font-size: var(--entry-featured-title__font-size);

	--entry-featured-title__color: var(--body__color);
	--entry-featured-title__font-size: var(--h1__font-size);
}

.entry-featured__title em,
.entry-featured__title i {
	font-weight: var(--font-weight_base);
}

.entry-featured__meta {
	color: var(--entry-featured-meta__color);

	--entry-featured-meta__border-color: var(--gray-400);
	--entry-featured-meta__color: var(--secondary);
}

.entry-featured__meta > span {
	margin-right: .75em;
}

.entry-featured__meta > span:last-child {
	margin-right: 0;
}

.entry-featured__meta > span + .entry-format::before {
	display: inline-block;
	margin-right: .75em;
	content: '\002f';
	color: var(--entry-featured-meta__border-color);
}

.entry-featured__meta > span + .posted-on::before {
	display: inline-block;
	margin-right: .75em;
	content: '\2014';
	color: var(--entry-featured-meta__border-color);
}

.entry-featured__meta a {
	text-decoration: none;
	color: var(--entry-featured-meta__color);
}

.entry-featured__meta a:hover,
.entry-featured__meta a:focus {
	--entry-featured-meta__color: var(--primary);
}

.entry-featured__thumbnail {
	display: block;
}

.entry-featured__thumbnail img {
	display: block;
}

/* Large Featured */
.entry-featured_large {
	padding-top: var(--gap_gorizontal);
}

.entry-featured_large .entry-featured__header {
	max-width: 819px;
}

/* Full Width Featured */
.entry-featured_fullwidth .entry-featured__thumbnail {
	position: relative;
	display: table;
	width: 100%;
	height: calc(100vh - 3.75rem);
	min-height: 20rem;

	--entry-featured-image-overlay__bg: var(--black);
}

.entry-featured_fullwidth .entry-featured__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.entry-featured_fullwidth .entry-featured__thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.entry-featured_fullwidth .entry-featured__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .65;
	background-image: linear-gradient(10deg, var(--entry-featured-image-overlay__bg) 0%, rgba(255, 255, 255, 0) 70%);
}

.entry-featured_fullwidth .entry-featured__body {
	padding-top: var(--gap_gorizontal);
}

.entry-featured_fullwidth .entry-featured__header {
	max-width: 819px;
}

.entry-featured_fullwidth .entry-featured__meta {
	margin-bottom: 1em;
}

.entry-featured_fullwidth .entry-featured__title {
	margin-bottom: 0;
}

.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__body {
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	padding-bottom: var(--gap_gorizontal);
}

.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__meta {
	--entry-featured-meta__border-color: var(--gray-300);
	--entry-featured-meta__color: var(--gray-300);
}

.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__meta a:hover,
.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__meta a:focus {
	--entry-featured-meta__color: var(--white);
}

.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__title {
	--entry-featured-title__color: var(--white);
}

/*--------------------------------------------------------------
12.4 Regular Content
--------------------------------------------------------------*/
.content {
	position: relative;
	word-wrap: break-word;
}

.content-area {
	position: relative;
	padding-top: var(--gap_gorizontal);
	padding-bottom: var(--gap_gorizontal);
}

.main-content {
	margin-bottom: calc(var(--gap_gorizontal) * 2);
}

.main-content:last-child {
	margin-bottom: 0;
}

.main-content > :last-child {
	margin-bottom: 0;
}

.main-content__widgets .widget-area {
	margin-bottom: var(--gap_gorizontal);
}

/* List Content Layout */
.main-content__list {
	margin-bottom: var(--gap_gorizontal);
}

.main-content__list .post-card:not(:last-child) {
	margin-bottom: var(--gap_gorizontal);
}

/* Chess Content Layout */
.main-content__chess {
	margin-bottom: var(--gap_gorizontal);
}

.main-content__chess .post-card:not(:last-child) {
	margin-bottom: var(--gap_gorizontal);
}

/* Grid Content Layout */
.main-content__grid {
	margin-bottom: var(--gap_gorizontal);
}

.main-content__grid .post-card:not(:last-child) {
	margin-bottom: var(--gap_gorizontal);
}

/*--------------------------------------------------------------
12.5 Pages
--------------------------------------------------------------*/
.page-header {
	margin-bottom: var(--gap_gorizontal);
}

.page-title {
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: 2px solid currentColor;
	font-size: var(--page-title__font-size);

	--page-title-span__color: var(--primary);
	--page-title__font-size: var(--h1__font-size);
}

.page-title > span {
	color: var(--page-title-span__color);
}

.page-title:last-child {
	margin-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
12.6 Posts
--------------------------------------------------------------*/
.main-content > article {
	position: relative;
	margin-bottom: var(--gap_gorizontal);
	padding-bottom: var(--gap_gorizontal);
	border-bottom: 1px dotted var(--entry__border-color);

	--entry__border-color: var(--border-color);
}

.main-content > article > :last-child {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: var(--gap_typography);
}

.sticky-post {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: .5em 1em;
	color: var(--sticky-post__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--sticky-post__border-color);
	font-size: var(--sticky-post__font-size);
	line-height: 1;

	--sticky-post__border-color: var(--primary);
	--sticky-post__color: var(--primary);
	--sticky-post__font-size: var(--font-size_sm);
}

.entry-title {
	margin-top: 0;
	margin-bottom: .3125em;
	font-size: var(--entry-title__font-size);

	--entry-title-link__color: var(--body__color);
	--entry-title__font-size: var(--h1__font-size);
}

.entry-title em,
.entry-title i {
	font-weight: var(--font-weight_base);
}

.entry-title a {
	text-decoration: none;
	color: var(--entry-title-link__color);
}

.entry-title a:hover,
.entry-title a:focus {
	--entry-title-link__color: var(--primary);
}

.entry-title a:focus {
	outline: 0;
}

.entry-meta {
	color: var(--entry-meta__color);

	--entry-meta__border-color: var(--gray-400);
	--entry-meta__color: var(--secondary);
}

.entry-meta > span {
	margin-right: .75em;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta > span + .entry-format::before {
	display: inline-block;
	margin-right: .75em;
	content: '\002f';
	color: var(--entry-meta__border-color);
}

.entry-meta > span + .posted-on::before {
	display: inline-block;
	margin-right: .75em;
	content: '\2014';
	color: var(--entry-meta__border-color);
}

.entry-meta a {
	text-decoration: none;
	color: var(--entry-meta__color);
}

.entry-meta a:hover,
.entry-meta a:focus {
	--entry-meta__color: var(--primary);
}

.updated:not(.published) {
	display: none;
}

.post-thumbnail {
	display: block;
	margin-bottom: var(--gap_typography);
}

.post-thumbnail img {
	display: block;
}

a.post-thumbnail img {
	-webkit-transition: -webkit-filter .2s ease-in;
	        transition: -webkit-filter .2s ease-in;
	        transition:         filter .2s ease-in;
	        transition:         filter .2s ease-in, -webkit-filter .2s ease-in;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
}

a.post-thumbnail:hover img,
a.post-thumbnail:focus img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}

.entry-summary {
	margin-bottom: var(--gap_typography);
	-webkit-hyphens: auto;
	        hyphens: auto;

	--entry-summary__font-size: var(--font-size_lg);
	    -ms-hyphens: auto;
}

body:not(.search-results) .entry-summary {
	font-size: var(--entry-summary__font-size);
}

.entry-content {
	-webkit-hyphens: auto;
	        hyphens: auto;

	    -ms-hyphens: auto;
}

.entry-content > :last-child,
.entry-summary > :last-child,
.entry-video > :last-child,
.entry-audio > :last-child {
	margin-bottom: 0;
}

.entry-gallery .gallery {
	margin-bottom: -1em;
}

.entry-attachment img {
	margin-bottom: var(--gap_typography);
}

.entry-attachment > :last-child {
	margin-bottom: 0;
}

.more-link {
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	color: var(--more-link__color);
	font-weight: var(--font-weight_bold);

	--more-link__color: var(--body__color);
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;

	--more-link__color: var(--primary);
}

.more-link::after {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: .75em;
	content: '\f30f';
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.more-link:hover::after {
	margin-left: 1.25em;
}

.entry-footer {
	margin-top: var(--gap_typography);
	color: var(--entry-footer__color);

	--entry-footer__color: var(--secondary);
}

.entry-footer > span {
	margin-right: .75em;
}

.entry-footer > span:last-child {
	margin-right: 0;
}

.entry-footer a {
	text-decoration: none;
	color: var(--entry-footer__color);
}

.entry-footer a:hover,
.entry-footer a:focus {
	--entry-footer__color: var(--primary);
}

.entry-footer .tags-links {
	display: block;
	margin-right: 0;
	margin-bottom: var(--gap_typography);
}

.entry-footer .tags-links a {
	text-decoration: underline;
}

.entry-footer .avatar {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .5em;
	vertical-align: -.375em;
}

/*--------------------------------------------------------------
12.7 Post Cards
--------------------------------------------------------------*/
.post-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: var(--post-card__bg);
	background-clip: border-box;
	-webkit-box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);
	        box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);

	--post-card-content__color: var(--gray-800);
	--post-card-content__font-size: var(--font-size_base);
	--post-card-footer__color: var(--secondary);
	--post-card-footer__font-size: var(--font-size_sm);
	--post-card-meta__color: var(--secondary);
	--post-card-meta__font-size: var(--font-size_sm);
	--post-card-sticky__border-color: var(--primary);
	--post-card-sticky__color: var(--primary);
	--post-card-sticky__font-size: var(--font-size_sm);
	--post-card-title__color: var(--body__color);
	--post-card-title__font-family: var(--headings__font-family);
	--post-card-title__font-size: var(--h4__font-size);
	--post-card__bg: var(--white);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.post-card__thumbnail {
	display: block;
}

.post-card__thumbnail img {
	display: block;
	width: auto;
}

.post-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	    flex: 1 1 auto;
	padding: var(--gap_typography);

	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
}

.post-card__body > :last-child {
	margin-bottom: 0;
}

.post-card__sticky {
	margin-bottom: 1em;
}

.post-card__sticky span {
	display: inline-block;
	padding: .5em 1em;
	color: var(--post-card-sticky__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--post-card-sticky__border-color);
	font-size: var(--post-card-sticky__font-size);
	line-height: 1;
}

.post-card__title {
	margin-top: 0;
	margin-bottom: .5em;
	font-family: var(--post-card-title__font-family);
	font-size: var(--post-card-title__font-size);
}

.post-card__title em,
.post-card__title i {
	font-weight: var(--font-weight_base);
}

.post-card__title a {
	text-decoration: none;
	color: var(--post-card-title__color);
}

.post-card__title a:hover,
.post-card__title a:focus {
	--post-card-title__color: var(--primary);
}

.post-card__meta {
	margin-bottom: .7143em;
	color: var(--post-card-meta__color);
	font-size: var(--post-card-meta__font-size);
}

.post-card__meta > span {
	display: inline-block;
	margin-right: .5em;
}

.post-card__meta > span:last-child {
	margin-right: 0;
}

.post-card__meta > span + .posted-on::before {
	display: inline-block;
	margin-right: .5em;
	content: '\2012';
	color: var(--entry-meta__border-color);
}

.post-card__meta > span.comments-link a::before {
	display: inline-block;
	margin-right: .25em;
	margin-left: .5em;
	content: '\f3f9';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: 1.1429em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.post-card__meta a {
	text-decoration: none;
	color: var(--post-card-meta__color);
}

.post-card__meta a:hover,
.post-card__meta a:focus {
	--post-card-meta__color: var(--primary);
}

.post-card__content {
	    flex: 1 1 auto;
	margin-bottom: 1em;
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: var(--post-card-content__color);
	font-size: var(--post-card-content__font-size);
	line-height: 1.375;

	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	    -ms-hyphens: auto;
}

.post-card__content > :last-child {
	margin-bottom: 0;
}

.post-card__footer {
	color: var(--post-card-footer__color);
	font-size: var(--post-card-footer__font-size);
}

.post-card__footer > span {
	display: inline-block;
	margin-right: .75em;
}

.post-card__footer > span:last-child {
	margin-right: 0;
}

.post-card__footer a:not(.more-link) {
	text-decoration: none;
	color: var(--post-card-footer__color);
}

.post-card__footer a:not(.more-link):hover,
.post-card__footer a:not(.more-link):focus {
	--post-card-footer__color: var(--primary);
}

a.post-card__thumbnail img {
	-webkit-transition: -webkit-filter .2s ease-in;
	        transition: -webkit-filter .2s ease-in;
	        transition:         filter .2s ease-in;
	        transition:         filter .2s ease-in, -webkit-filter .2s ease-in;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
}

a.post-card__thumbnail:hover img,
a.post-card__thumbnail:focus img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}

/* Transparent Post Card */
.post-card_transparent {
	-webkit-box-shadow: none;
	        box-shadow: none;

	--post-card__bg: transparent;
}

.post-card_transparent .post-card__thumbnail {
	margin-bottom: var(--gap_typography);
}

.post-card_transparent .post-card__video {
	margin-bottom: var(--gap_typography);
}

.post-card_transparent .post-card__body {
	padding: 0;
}

/* Image and Gallery Post Card */
.post-card_image,
.post-card_gallery {
	--post-card-image-overlay__bg: var(--black);
	--post-card-meta__color: var(--gray-300);
	--post-card-sticky__border-color: rgba(255, 255, 255, .5);
	--post-card-sticky__color: var(--gray-300);
	--post-card-title__color: var(--white);
	--post-card__bg: transparent;
}

.post-card_image .post-card__thumbnail,
.post-card_gallery .post-card__thumbnail {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 150%;
}

.post-card_image .post-card__thumbnail img,
.post-card_gallery .post-card__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.post-card_image .post-card__thumbnail img,
	.post-card_gallery .post-card__thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.post-card_image .post-card__thumbnail::before,
.post-card_gallery .post-card__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--post-card-image-overlay__bg)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, var(--post-card-image-overlay__bg) 0%, rgba(255, 255, 255, 0) 100%);
}

.post-card_image .post-card__overlay,
.post-card_gallery .post-card__overlay {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-card_image .post-card__title a:hover,
.post-card_image .post-card__title a:focus,
.post-card_gallery .post-card__title a:hover,
.post-card_gallery .post-card__title a:focus {
	--post-card-title__color: var(--white);
}

.post-card_image .post-card__meta,
.post-card_gallery .post-card__meta {
	width: 100%;
	padding-top: .75em;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.post-card_image .post-card__meta a:hover,
.post-card_image .post-card__meta a:focus,
.post-card_gallery .post-card__meta a:hover,
.post-card_gallery .post-card__meta a:focus {
	--post-card-meta__color: var(--white);
}

.post-card_image .post-card__body,
.post-card_gallery .post-card__body {
	padding-top: 0;
	padding-bottom: 1em;
}

.post-card_image:hover a.post-card__thumbnail img,
.post-card_image:focus a.post-card__thumbnail img,
.post-card_gallery:hover a.post-card__thumbnail img,
.post-card_gallery:focus a.post-card__thumbnail img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}

/* Video Post Card */
.post-card__video {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.post-card__video:before {
	display: block;
	padding-top: 56.25%;
	content: '';
}

.post-card__video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
12.8 Post Items
--------------------------------------------------------------*/
.post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	--post-item-meta__color: var(--secondary);
	--post-item-meta__font-size: var(--font-size_sm);
	--post-item-title__color: var(--body__color);
	--post-item-title__font-family: var(--font-family_base);
	--post-item-title__font-size: var(--font-size_base);
	--post-item-title__font-weight: var(--font-weight_base);
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-item__thumbnail {
	display: block;
}

.post-item__thumbnail img {
	display: block;
	width: 4rem;
	height: 4rem;
}

.post-item__thumbnail_left {
	margin-right: 1.25rem;
}

.post-item__thumbnail_right {
	margin-left: 1.25rem;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.post-item__body {
	    flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}

.post-item__meta {
	margin-bottom: .25em;
	color: var(--post-item-meta__color);
	font-size: var(--post-item-meta__font-size);
}

.post-item__meta > span {
	display: inline-block;
	margin-right: .5em;
}

.post-item__meta > span:last-child {
	margin-right: 0;
}

.post-item__meta > span + .posted-on::before {
	display: inline-block;
	margin-right: .5em;
	content: '\2012';
	color: var(--entry-meta__border-color);
}

.post-item__meta a {
	text-decoration: none;
	color: var(--post-item-meta__color);
}

.post-item__meta a:hover,
.post-item__meta a:focus {
	--post-item-meta__color: var(--primary);
}

.post-item__title {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-family: var(--post-item-title__font-family);
	font-size: var(--post-item-title__font-size);
	font-weight: var(--post-item-title__font-weight);

	    -ms-hyphens: auto;
}

.post-item__title em,
.post-item__title i {
	font-weight: var(--font-weight_base);
}

.post-item__title a {
	text-decoration: none;
	color: var(--post-item-title-link__color);
}

.post-item__title a:hover,
.post-item__title a:focus {
	--post-item-title-link__color: var(--primary);
}

a.post-item__thumbnail img {
	-webkit-transition: -webkit-filter .2s ease-in;
	        transition: -webkit-filter .2s ease-in;
	        transition:         filter .2s ease-in;
	        transition:         filter .2s ease-in, -webkit-filter .2s ease-in;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
}

a.post-item__thumbnail:hover img,
a.post-item__thumbnail:focus img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}

/*--------------------------------------------------------------
12.9 Author Info
--------------------------------------------------------------*/
.author-info {
	clear: both;
	margin-bottom: var(--gap_gorizontal);
	padding: var(--gap_gorizontal) var(--gap_vertical);
	text-align: center;
	background-color: var(--author-info__bg);
	-webkit-box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);
	        box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);

	--author-info__bg: var(--white);
	--author-title__color: var(--body__color);
}

.author-info__avatar {
	margin-bottom: 1.5em;
}

.author-info__avatar .avatar {
	width: 5rem;
	height: 5rem;
}

.author-info__description > :last-child {
	margin-bottom: 0;
}

.author-info__title {
	margin-bottom: .375em;
	font-size: var(--h3__font-size);
}

.author-info__title a {
	text-decoration: none;
	color: var(--author-title__color);
}

.author-info__title a:hover,
.author-info__title a:focus {
	--author-title__color: var(--primary);
}

/*--------------------------------------------------------------
12.10 Related Posts
--------------------------------------------------------------*/
.related-posts {
	margin-bottom: var(--gap_gorizontal);

	--related-posts-title__font-size: var(--h2__font-size);
}

.related-posts__title {
	margin-bottom: var(--gap_typography);
}

.related-posts__title > h3 {
	font-size: var(--related-posts-title__font-size);
}

.related-posts__list .post-card {
	max-width: 100%;

	--post-card-title__font-size: var(--h5__font-size);
}

.related-posts__list .post-card:not(:last-child) {
	margin-bottom: 2em;
}

.related-posts__list .post-card__thumbnail {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 67%;
}

.related-posts__list .post-card__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.related-posts__list .post-card__thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

		-o-object-fit: cover;
		   object-fit: cover;
	}
}

/*--------------------------------------------------------------
12.11 Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: var(--gap_gorizontal);
}

.comments-title,
.comment-reply-title {
	font-size: var(--comments-title__font-size);

	--comments-title__font-size: var(--h2__font-size);
}

.comments-title {
	margin-bottom: var(--gap_typography);
	padding-bottom: .5em;
	border-bottom: 1px dotted var(--border-color);
}

.comment-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: outside none none;
}

.comment-list .comment {
	position: relative;
}

.comment-list article {
	padding-bottom: 2.5rem;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-bottom: 1em;
}

.comment-list .pingback + .comment,
.comment-list .trackback + .comment {
	padding-top: 1.5rem;
}

.comment-list .children {
	padding-left: 0;
	list-style: outside none none;
}

.comment-list .children > li {
	padding-left: var(--gap_vertical);
}

.comment-list .comment-respond {
	padding-bottom: 2.5rem;
}

.comment-author {
	margin-bottom: .1875em;
	font-family: var(--comment-author__font-family);
	font-size: var(--comment-author__font-size);
	line-height: var(--comment-author__line-height);

	--comment-author-link__color: var(--body__color);
	--comment-author__font-family: var(--headings__font-family);
	--comment-author__font-size: var(--h5__font-size);
	--comment-author__line-height: var(--headings__line-height);
}

.comment-author .fn {
	font-weight: var(--font-weight_bold);
}

.bypostauthor > article .comment-author .fn {
	position: relative;
}

.bypostauthor > article .comment-author .fn:after {
	position: absolute;
	top: .2rem;
	right: -.5rem;
	width: .3125rem;
	height: .3125rem;
	content: '';
	border-radius: 50%;
	background-color: var(--primary);
}

.comment-author .avatar {
	position: relative;
	float: left;
	width: 3rem;
	height: 3rem;
	margin-right: 1rem;
}

.comment-author .url {
	text-decoration: none;
	color: var(--comment-author-link__color);
}

.comment-author .url:hover,
.comment-author .url:focus {
	--comment-author-link__color: var(--primary);
}

.comment-metadata,
.pingback .edit-link {
	color: var(--comment-metadata__color);
	font-size: var(--comment-metadata__font-size);

	--comment-metadata__color: var(--secondary);
	--comment-metadata__font-size: var(--font-size_sm);
}

.comment-metadata {
	margin-bottom: var(--gap_typography);
}

.comment-metadata a,
.pingback .comment-edit-link {
	text-decoration: none;
	color: var(--comment-metadata__color);

	--comment-metadata__color: var(--secondary);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	--comment-metadata__color: var(--primary);
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link::before,
.pingback .edit-link::before {
	display: inline-block;
	padding: 0 .5em 0 .25em;
	content: '\2014';
}

.comment-content {
	padding: 1.5em;
	background-color: var(--comment-content__bg);
	-webkit-box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);
	        box-shadow: .25em .25em .5em rgba(0, 0, 0, .015);

	--comment-content__bg: var(--white);
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-reply-link {
	display: inline-block;
	margin-top: var(--gap_typography);
	padding: .5em 1em;
	text-decoration: none;
	color: var(--comment-reply-link__color);
	border-width: 1px;
	border-style: solid;
	border-color: var(--comment-reply-link__border-color);
	background-color: var(--comment-reply-link__bg);
	line-height: 1;

	--comment-reply-link__bg: transparent;
	--comment-reply-link__border-color: var(--border-color);
	--comment-reply-link__color: var(--secondary);
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	text-decoration: none;

	--comment-reply-link__bg: var(--primary);
	--comment-reply-link__border-color: var(--primary);
	--comment-reply-link__color: var(--white);
}

.comment-reply-link:focus {
	outline: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 1em;
	color: var(--comment-notes__color);
	font-size: var(--comment-notes__font-size);

	--comment-notes__color: var(--secondary);
	--comment-notes__font-size: var(--font-size_base);
}

.no-comments {
	margin-bottom: 0;
	font-weight: var(--font-weight_bold);
}

.comment-reply-title small {
	margin-left: .25em;

	--comment-reply-title__color: var(--secondary);
}

.comment-reply-title small a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 1rem;
	height: 1rem;
	vertical-align: text-top;
	color: var(--comment-reply-title__color);
	font-size: 1rem;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	--comment-reply-title__color: var(--primary);
}

.comment-reply-title small a::before {
	position: relative;
	display: inline-block;
	content: '\f129';
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.required {
	color: var(--red);
}

.form-allowed-tags code {
	font-family: var(--font-family__monospace);
}

.form-submit {
	clear: both;
	margin-bottom: 0;
	padding-top: .75em;
}

/*--------------------------------------------------------------
12.12 Sidebar
--------------------------------------------------------------*/
.sidebar_sticky > .widget-area {
	position: -webkit-sticky;
	position:         sticky;
	top: var(--gap_gorizontal);
}

/*--------------------------------------------------------------
12.13 Footer
--------------------------------------------------------------*/
.footer {
	position: relative;
	padding: var(--gap_gorizontal) 0;
	color: var(--footer__color);
	background-color: var(--footer__bg);

	--footer-link__color: var(--secondary);
	--footer__bg: var(--body__color);
	--footer__color: var(--secondary);
}

.footer a {
	color: var(--footer-link__color);
}

.footer a:hover,
.footer a:focus {
	--footer-link__color: var(--gray-300);
}

.footer__info_left {
	margin-bottom: var(--gap_gorizontal);
}

.footer__navigation:not(:last-child) {
	margin-bottom: 1.5em;
}

.footer__copyright {
	font-size: var(--font-size_sm);
}

.footer__copyright a {
	text-decoration: none;
}

/* Footer widgets */
.footer__widgets {
	margin-bottom: var(--gap_gorizontal);
	border-bottom: 1px solid var(--footer-widgets__border-color);

	--footer-widgets-link__color: var(--footer-link__color);
	--footer-widgets-secondary__color: var(--gray-700);
	--footer-widgets-title__color: var(--white);
	--footer-widgets__border-color: var(--gray-900);
}

.footer__widgets .widget-area {
	margin-bottom: var(--gap_gorizontal);
}

.footer__widgets .widget .widget-title {
	color: var(--footer-widgets-title__color);
	border-bottom: 0;
}

.footer__widgets .widget ul li > a {
	color: var(--footer-widgets-link__color);
}

.footer__widgets .widget ul li > a:hover,
.footer__widgets .widget ul li > a:focus {
	text-decoration: none;

	--footer-widgets-link__color: var(--gray-300);
}

.footer__widgets .widget .item-list {
	--item-list__border-color: var(--footer-widgets__border-color);
}

.footer__widgets .widget_calendar th,
.footer__widgets .widget_calendar td {
	border-color: var(--footer-widgets__border-color);
}

.footer__widgets .widget_calendar thead th {
	background-color: transparent;
}

.footer__widgets .widget_calendar tbody a {
	--widget-calendar-link__bg: var(--gray-900);
}

.footer__widgets .widget_calendar tbody a:hover,
.footer__widgets .widget_calendar tbody a:focus {
	--widget-calendar-link__bg: var(--primary);
}

.footer__widgets .widget_calendar tfoot a:hover,
.footer__widgets .widget_calendar tfoot a:focus {
	color: var(--gray-300);
}

.footer__widgets .widget_recent_entries .post-date {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .widget_recent_comments ul li {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .widget_recent_comments ul li .comment-author-link a {
	text-decoration: underline;
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .widget_recent_comments ul li .comment-author-link a:hover,
.footer__widgets .widget_recent_comments ul li .comment-author-link a:focus {
	color: var(--footer-widgets-link__color);
}

.footer__widgets .widget_rss .widget-title > a {
	color: var(--footer-widgets-title__color);
}

.footer__widgets .widget_rss .widget-title > a:hover,
.footer__widgets .widget_rss .widget-title > a:focus {
	--footer-widgets-title__color: var(--secondary);
}

.footer__widgets .widget_rss .rss-date,
.footer__widgets .widget_rss cite {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .tagcloud .tag-cloud-link {
	--tagcloud-count__color: var(--footer-widgets-secondary__color);
	--tagcloud__bg: transparent;
	--tagcloud__border-color: var(--footer-widgets__border-color);
	--tagcloud__color: var(--footer-widgets-link__color);
}

.footer__widgets .tagcloud .tag-cloud-link:hover,
.footer__widgets .tagcloud .tag-cloud-link:focus {
	--footer-widgets-link__color: var(--gray-300);
	--tagcloud__border-color: var(--gray-800);
}

.footer__widgets .tagcloud .tag-cloud-link:hover .tag-link-count,
.footer__widgets .tagcloud .tag-cloud-link:focus .tag-link-count {
	color: var(--secondary);
}

.footer__widgets .widget_archive li,
.footer__widgets .widget_categories li {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .widget_categories .current-cat > a,
.footer__widgets .widget_nav_menu .current-menu-item > a,
.footer__widgets .widget_pages .current_page_item > a {
	text-decoration: none;

	--footer-widgets-link__color: var(--gray-300);
}

.footer__widgets .widget_search input[type='search'] {
	--input__bg: var(--gray-900);
	--input__border-color: var(--gray-900);
}

.footer__widgets .widget_search input[type='search']:focus {
	--input__color: var(--gray-300);
}

.footer__widgets .widget_search .search-form__submit:hover,
.footer__widgets .widget_search .search-form__submit:focus {
	--search-submit__color: var(--gray-300);
}

.footer__widgets .posts-list {
	--item-list__border-color: var(--footer-widgets__border-color);
}

.footer__widgets .post-card__meta,
.footer__widgets .post-item__meta {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .post-card__meta a,
.footer__widgets .post-item__meta a {
	color: var(--footer-widgets-secondary__color);
}

.footer__widgets .post-card__meta a:hover,
.footer__widgets .post-card__meta a:focus,
.footer__widgets .post-item__meta a:hover,
.footer__widgets .post-item__meta a:focus {
	color: var(--footer-widgets-link__color);
}

.footer__widgets .post-card__title a,
.footer__widgets .post-item__title a {
	color: var(--footer-widgets-link__color);
}

.footer__widgets .post-card__title a:hover,
.footer__widgets .post-card__title a:focus,
.footer__widgets .post-item__title a:hover,
.footer__widgets .post-item__title a:focus {
	--footer-widgets-link__color: var(--gray-300);
}

.footer__widgets .post-card_image {
	--post-card-meta__color: var(--gray-300);
	--post-card-title__color: var(--white);
}

.footer__widgets .post-card_image .post-card__meta {
	color: var(--post-card-meta__color);
}

.footer__widgets .post-card_image .post-card__meta a {
	color: var(--post-card-meta__color);
}

.footer__widgets .post-card_image .post-card__meta a:hover,
.footer__widgets .post-card_image .post-card__meta a:focus {
	--post-card-meta__color: var(--white);
}

.footer__widgets .post-card_image .post-card__title a {
	color: var(--post-card-title__color);
}

.footer__widgets .post-card_image .post-card__title a:hover,
.footer__widgets .post-card_image .post-card__title a:focus {
	--post-card-title__color: var(--white);
}

/*--------------------------------------------------------------
12.14 Search Overlay
--------------------------------------------------------------*/
.search-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	        transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	background-color: var(--search-overlay__bg);

	--search-overlay__bg: var(--body__color);
}

.search-overlay_open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	        transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

.admin-bar .search-overlay_open {
	margin-top: 2.875rem;
}

.search-overlay__close {
	position: absolute;
	top: 0;
	right: 0;

	--button__bg: transparent;
	--button__border-color: transparent;
	--button__color: var(--secondary);
	--button__font-size: var(--h3__font-size);
}

.search-overlay__close:hover,
.search-overlay__close:focus {
	--button__bg: transparent;
	--button__border-color: transparent;
	--button__color: var(--white);
}

.search-overlay__close::before {
	display: inline-block;
	content: '\f2d7';
	text-transform: none;
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-rendering: auto;
}

.search-overlay .search-form {
	top: 5rem;
	width: calc(100% - var(--gap_vertical) * 2);
	max-width: 30rem;
	margin: 0 auto;
}

.search-overlay input[type='search'].search-form__field {
	padding: 1em 4.5em 1em 2em;
	border-radius: 2.5em;

	--input__bg: var(--gray-900);
	--input__border-color: var(--gray-900);
	--input__color: var(--gray-300);
}

.search-overlay .search-form__submit {
	width: 3.5em;
	outline: 0;

	--search-overlay-submit__font-size: var(--h5__font-size);
}

.search-overlay .search-form__submit:hover,
.search-overlay .search-form__submit:focus {
	--search-submit__color: var(--gray-300);
}

.search-overlay .search-form__submit::before {
	font-size: var(--search-overlay-submit__font-size);
}

/*--------------------------------------------------------------
13.0 Multisites
--------------------------------------------------------------*/
.widecolumn {
	padding-top: var(--gap_gorizontal);
	padding-bottom: var(--gap_gorizontal);
}

@supports (display: grid) {
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert,
.widecolumn .mu_register .error {
	margin: 0 0 .75em;
	padding: .75em 1.5em;
	color: inherit;
	font-weight: var(--font-weight_base);
}

.widecolumn .mu_register label {
	margin: 1.5em 0 .5em;
}

.widecolumn .mu_register label.checkbox {
	display: inline-block !important;
	margin: .5em 1em 0 0;
}

.widecolumn .mu_register label strong {
	font-weight: var(--font-weight_base);
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 em {
	font-style: normal;
}

.widecolumn p {
	margin: var(--gap_typography) 0;
}

.widecolumn p + h2 {
	margin: 1.5em 0 1em;
}

.widecolumn label,
.widecolumn .mu_register label {
	font-size: var(--font-size_sm);
	font-weight: var(--font-weight_base);
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	width: 100%;
	font-size: var(--font-size_base);
}

.widecolumn .mu_register #blogname {
	display: inline-block;
	width: auto;
	margin: 0 .5em 0 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
	margin: 0;
	font-size: var(--font-size_base);
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.widecolumn span.h3 {
	padding: 0 .5em 0 0;
	font-size: inherit;
	font-weight: var(--font-weight_bold);
}

/*--------------------------------------------------------------
14.0 Media Queries & Print
--------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
	.carousel__thumbnail {
		padding-top: 56.25%;
	}
	.featured_carousel-v5::before {
		height: 60%;
	}
	.featured_carousel-v5::after {
		height: 50%;
	}
	.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail {
		display: block;
	}
	.post-card_image .post-card__thumbnail,
	.post-card_gallery .post-card__thumbnail {
		padding-top: 67%;
	}
}

@media only screen and (min-width: 600px) {
	blockquote {
		padding-right: var(--gap_typography);
		padding-left: var(--gap_typography);
	}
	.post-navigation .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 50%;
	}
	.post-navigation .nav-previous {
		padding-right: var(--gap_vertical);
	}
	.post-navigation div + div {
		padding-left: var(--gap_vertical);
		text-align: right;
		border-top: 0;
	}
	.post-navigation div + div::before {
		position: absolute;
		top: 2.5rem;
		left: 0;
		width: 1px;
		height: calc(100% - 5rem);
		content: '';
		background-color: var(--post-navigation__border-color);
	}
	.attachment .post-navigation .nav-previous {
		width: auto;
		padding-right: 0;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33333%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66666%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28571%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11111%;
	}
	.featured__carousel {
		--carousel-title__font-size: var(--h4__font-size);
	}
	.featured_carousel-v4 .carousel__item {
		width: calc(100% / 2);
	}
	.featured_carousel-v5::before {
		height: 65%;
	}
	.featured_carousel-v5::after {
		height: 55%;
	}
	.featured_carousel-v5 .featured__nav-carousel .carousel__item {
		width: calc(100% / 2);
	}
	.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail {
		display: none;
	}
	.main-content__widgets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-content__widgets .widget-area {
		    flex: 1 1 50%;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
	}
	.main-content__widgets .widget-area + .widget-area {
		margin-left: var(--gap_vertical);
	}
	.main-content__chess .post-card_gorizontal .post-card__thumbnail {
		width: calc(50% - var(--gap_typography) / 2);
	}
	.main-content__chess .post-card_gorizontal .post-card__body {
		width: calc(50% + var(--gap_typography) / 2);
	}
	.main-content__chess .post-card_gorizontal:nth-child(2n) .post-card__thumbnail {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	@supports (display: grid) {
		.main-content__grid {
			display: grid;

			grid-auto-rows: auto;
			grid-gap: var(--gap_vertical);
			grid-template-columns: repeat(2, 1fr);
		}
	}
	@supports (display: grid) {
		.main-content__grid .post-card:not(:last-child) {
			margin-bottom: 0;
		}
	}
	@supports (display: grid) {
		.content-layout_two-columns .main-content__grid {
			grid-template-columns: repeat(2, 1fr);
		}
	}
	@supports (display: grid) {
		.content-layout_two-columns-v2 .main-content__grid {
			grid-template-columns: repeat(2, 1fr);
		}
		.content-layout_two-columns-v2 .main-content__grid .post-card_large {
			grid-column: 1 / 3;
		}
	}
	/* Gorizontal Post Card */
	.post-card_gorizontal {
		    flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
	}
	.post-card_gorizontal .post-card__thumbnail {
		position: relative;
		width: 45%;
	}
	.post-card_gorizontal .post-card__thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		min-width: 100%;
		max-width: 1000%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.post-card_gorizontal .post-card__thumbnail img {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			        transform: none;

			-o-object-fit: cover;
			   object-fit: cover;
		}
	}
	.post-card_gorizontal .post-card__body {
		width: 55%;
	}
	.post-card_image .post-card__thumbnail,
	.post-card_gallery .post-card__thumbnail {
		padding-top: 150%;
	}
	.post-card_image.post-card_large .post-card__thumbnail,
	.post-card_gallery.post-card_large .post-card__thumbnail {
		padding-top: 67%;
	}
	.author-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 2em;
		text-align: left;
	}
	.author-info__avatar {
		margin-right: 2em;
		margin-bottom: 0;

		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	@supports (display: grid) {
		.related-posts__list {
			display: grid;

			grid-auto-rows: auto;
			grid-gap: var(--gap_gorizontal) var(--gap_vertical);
			grid-template-columns: repeat(2, 1fr);
		}
	}
	.related-posts__list .post-card:not(:last-child) {
		margin-bottom: 0;
	}
	@supports (display: grid) {
		.related-posts__list .post-card:last-child {
			display: none;
		}
	}
	.comment-content {
		padding: 1.5em 2em;
	}
	.comment-form {
		padding: 1.5em 2em;
		background-color: var(--comment-form__bg);

		--comment-form__bg: rgba(0, 0, 50, .02);
	}
}

@media only screen and (min-width: 960px) {
	:root {
		--gap_vertical: 1.5rem;
	}
	.header__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		    flex: 0 1 auto;
		padding-bottom: 0;

		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 0;
		-webkit-box-pack: justify;
		-ms-flex: 0 1 auto;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.header__menu.toggled-on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__menu > * {
		display: inline-block;
	}
	.header__menu li {
		display: inline-block;
		border-width: 0;
	}
	.header__menu li:hover > a,
	.header__menu li.focus > a {
		--header-menu-link__color: var(--primary);
	}
	.header__menu li:hover > ul,
	.header__menu li.focus > ul {
		right: 0;
		left: auto;
		opacity: 1;
	}
	.header__menu a {
		padding: 1.625em .5em;
		white-space: nowrap;
		outline-offset: -.5em;
	}
	.header__menu .menu-item-has-children > a {
		margin-right: 0;
	}
	.header__menu ul ul {
		position: absolute;
		z-index: 99999;
		left: -999em;
		display: block;
		margin-left: 0;
		padding: 1em 0;
		-webkit-transition: opacity .3s ease-in-out;
		        transition: opacity .3s ease-in-out;
		opacity: 0;
		background-color: var(--header-sub-menu__bg);
	}
	.header__menu ul ul li:hover > a,
	.header__menu ul ul li:focus > a {
		--header-menu-link__color: var(--white);
	}
	.header__menu ul ul li:hover > ul,
	.header__menu ul ul li.focus > ul {
		right: 100%;
		left: auto;
	}
	.header__menu ul ul a {
		width: 14rem;
		padding: .375em 1.5em;
		white-space: normal;

		--header-menu-link__color: var(--secondary);
	}
	.header__menu ul ul a:hover,
	.header__menu ul ul a:focus {
		--header-menu-link__color: var(--white);
	}
	.header__menu ul ul a:focus {
		outline-offset: -1px;
	}
	.header__menu ul ul .current-menu-item > a,
	.header__menu ul ul .current-menu-ancestor > a {
		--header-menu-link__color: var(--white);
	}
	.header__menu ul ul .menu-item-has-children > a {
		padding-right: 2.5em;
	}
	.header__menu ul ul .menu-item-has-children > a::after {
		position: absolute;
		top: .625em;
		right: 1.5em;
		display: inline-block;
		content: '\f46a';
		text-transform: none;
		font-family: 'Ionicons';
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		line-height: 1;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		speak: none;
		text-rendering: auto;
	}
	.header__menu ul ul ul {
		top: -1em;
	}
	ul.header__menu_secondary {
		margin-left: var(--gap_vertical);
	}
	ul.header__menu_secondary::before {
		position: absolute;
		top: 50%;
		left: -.75em;
		width: 1px;
		height: 1.5em;
		margin-top: -.75em;
		content: '';
		background-color: var(--header-menu__border-color);
	}
	ul.header__menu_secondary > li > a::before {
		margin-right: 0;
	}
	ul.header__menu_secondary > li > a span {
		display: none;
	}
	.header__menu-toggle {
		display: none;
	}
	.dropdown-toggle {
		display: none;
	}
	.dropdown-toggle.toggled-on {
		display: none;
	}
	@supports (display: grid) {
		.content-area .container {
			display: grid;

			grid-auto-rows: auto;
			grid-gap: var(--gap_gorizontal) var(--gap_vertical);
			grid-template-columns: calc(100% - var(--gap_vertical) - 300px) 300px;
		}
		.main-content {
			grid-column: 1 / 2;
			grid-row: 1 / 2;
		}
		.hfeed.content-layout_three-columns .main-content,
		.hfeed.content-layout_three-columns-v2 .main-content {
			grid-column: 1 / 3 !important;
		}
		.woocommerce__front-page .main-content {
			grid-column: 1 / 3;
		}
		.sidebar {
			grid-column: 2 / 3;
			grid-row: 1 / 2;
		}
		.sidebar_left:not(.woocommerce-page) .content-area .container {
			grid-template-columns: 300px calc(100% - var(--gap_vertical) - 300px);
		}
		.sidebar_left:not(.woocommerce-page) .main-content {
			grid-column: 2 / 3;
		}
		.sidebar_left:not(.woocommerce-page) .sidebar {
			grid-column: 1 / 2;
		}
		.sidebar_left:not(.woocommerce-page).quta-front-page .main-content {
			grid-column: 1 / 3;
		}
		.sidebar_no:not(.woocommerce-page) .main-content {
			grid-column: 1 / 3;
		}
		.sidebar_no:not(.woocommerce-page).hfeed .main-content,
		.sidebar_no:not(.woocommerce-page).single .main-content {
			max-width: 819px;
			margin-right: auto;
			margin-left: auto;
		}
		.sidebar_no:not(.woocommerce-page).hfeed.content-layout_list .main-content,
		.sidebar_no:not(.woocommerce-page).hfeed.content-layout_chess .main-content,
		.sidebar_no:not(.woocommerce-page).hfeed.content-layout_three-columns .main-content,
		.sidebar_no:not(.woocommerce-page).hfeed.content-layout_three-columns-v2 .main-content {
			max-width: 100%;
		}
	}
	.header__site-title a {
		padding: 1.134em 0 1em;
	}
	.custom-logo-link {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
	.featured-info__tagline .site-description {
		max-width: 50%;
	}
	.featured-info__header-image {
		height: calc(100vh - 4.75rem);
	}
	.featured-info_has-header-image .featured-info__tagline {
		--featured-tagline__font-size: calc(var(--h1__font-size) + .25em);
	}
	.sidebar_no .featured-info_has-header-image .featured-info__tagline .site-description {
		max-width: 100%;
		text-align: center;
	}
	.featured__carousel {
		--carousel-title__font-size: var(--h3__font-size);
	}
	.featured_carousel-v2 .carousel__thumbnail {
		padding-top: calc(100vh - 4.75rem);
	}
	.featured_carousel-v3 .carousel__thumbnail {
		padding-top: calc(75vh - 4.75rem);
	}
	.featured_carousel-v4 .carousel__item {
		width: calc(100% / 3);
	}
	.featured_carousel-v4 .carousel__thumbnail {
		padding-top: calc(75vh - 4.75rem);
	}
	.featured_carousel-v5::before {
		height: 75%;
	}
	.featured_carousel-v5::after {
		height: 65%;
	}
	.featured_carousel-v5 .featured__nav-carousel .carousel__item {
		width: calc(100% / 3);
	}
	@supports (display: grid) {
		.featured__posts-grid {
			display: grid;

			grid-auto-rows: auto;
			grid-gap: var(--gap_vertical);
			grid-template-columns: repeat(3, 1fr);
		}
		.featured__posts-grid .post-card:not(:last-child) {
			margin-bottom: 0;
		}
		.featured__posts-grid .post-card:nth-child(1) {
			grid-column: 1 / 3;
			grid-row: 1 / 3;
		}
		.featured__posts-grid .post-card:nth-child(2) {
			grid-column: 3 / 4;
			grid-row: 1 / 2;
		}
		.featured__posts-grid .post-card:nth-child(3) {
			grid-column: 3 / 4;
			grid-row: 2 / 3;
		}
		.featured__posts-grid .post-card_image:nth-child(1) {
			--post-card-title__font-size: var(--h4__font-size);
		}
	}
	.sidebar_no:not(.page) .entry-featured .container {
		max-width: calc(var(--gap_vertical) + 819px + var(--gap_vertical));
	}
	.entry-featured_fullwidth .entry-featured__thumbnail {
		height: calc(100vh - 4.75rem);
	}
	.entry-featured_half-height .entry-featured__thumbnail {
		height: calc(75vh - 4.75rem);
	}
	.main-content {
		margin-bottom: 0;
	}
	.main-content__list .post-card {
		--post-card-title__font-size: var(--h4__font-size);
	}
	.main-content__list .post-card__body {
		padding: var(--gap_vertical);
	}
	.main-content__chess .post-card {
		--post-card-title__font-size: var(--h4__font-size);
	}
	.main-content__chess .post-card__body {
		padding: var(--gap_vertical);
	}
	.main-content__chess .post-card_gorizontal .post-card__thumbnail {
		width: calc(50% - var(--gap_vertical) / 2);
	}
	.main-content__chess .post-card_gorizontal .post-card__body {
		width: calc(50% + var(--gap_vertical) / 2);
	}
	@supports (display: grid) {
		.content-layout_three-columns .main-content__grid {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	@supports (display: grid) {
		.content-layout_three-columns-v2 .main-content__grid {
			grid-template-columns: repeat(3, 1fr);
		}
		.content-layout_three-columns-v2 .main-content__grid .post-card:nth-child(10n-9) {
			grid-column: 1 / 3;
		}
		.content-layout_three-columns-v2 .main-content__grid .post-card:nth-child(10n-3) {
			grid-column: 2 / 4;
		}
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card_large {
		--post-card-title__font-size: var(--h2__font-size);
	}
	.footer__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer__info_left {
		margin-top: auto;
		margin-bottom: auto;
	}
	.footer__navigation:not(:last-child) {
		margin-bottom: .5em;
	}
	.footer__navigation_social {
		margin-top: auto;
		margin-bottom: auto;
	}
	@supports (display: grid) {
		.footer__widgets {
			display: grid;

			grid-auto-rows: auto;
			grid-gap: var(--gap_gorizontal) var(--gap_vertical);
			grid-template-columns: repeat(4, 1fr);
		}
	}
	.admin-bar .search-overlay_open {
		margin-top: 2rem;
	}
	.search-overlay .search-form {
		top: 50%;
		-webkit-transform: translateX(0) translateY(-50%);
		        transform: translateX(0) translateY(-50%);
	}
	@supports (display: grid) {
		.widecolumn {
			max-width: 100%;

			grid-column: 2 / 4;
		}
	}
}

@media only screen and (min-width: 1280px) {
	:root {
		--gap_gorizontal: 3.5rem;
		--gap_vertical: 2.5rem;
		--h1__font-size: 2.639em;
	}
	.header__menu a {
		padding: 1.625em .75em;
	}
	ul.header__menu_secondary::before {
		left: -1.25em;
	}
	@supports (display: grid) {
		.content-area .container {
			grid-template-columns: calc(100% - var(--gap_vertical) * 2 - 300px - 1px) calc(300px + var(--gap_vertical) + 1px);
		}
		.sidebar_left:not(.woocommerce-page) .content-area .container {
			grid-template-columns: calc(300px + var(--gap_vertical) + 1px) calc(100% - var(--gap_vertical) * 2 - 300px - 1px);
		}
	}
	.featured__carousel {
		--carousel-meta__font-size: var(--font-size_base);
		--carousel-title__font-size: var(--h1__font-size);
	}
	.featured_carousel .carousel__body {
		padding-right: calc(var(--gap_vertical) * 2);
		padding-left: calc(var(--gap_vertical) * 2);
	}
	.featured_carousel-v4 .carousel {
		--carousel-title__font-size: var(--h3__font-size);
	}
	.featured_carousel-v4 .carousel__item {
		width: calc(100% / 4);
	}
	.featured_carousel-v5 .featured__nav-carousel .post-item__thumbnail {
		display: block;
	}
	@supports (display: grid) {
		.featured__posts-grid .post-card_image:nth-child(1) {
			--post-card-title__font-size: 2em;
		}
		.featured__posts-grid .post-card_image:nth-child(1) .post-card__body {
			padding-right: 2em;
			padding-left: 2em;
		}
	}
	.entry-featured_large .entry-featured__thumbnail {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}
	.sidebar_no .entry-featured_large .entry-featured__thumbnail {
		max-width: calc(100% + 310px);
		margin-right: -155px;
		margin-left: -155px;
	}
	.main-content__list .post-card {
		--post-card-title__font-size: var(--h2__font-size);
	}
	.main-content__list .post-card__content {
		line-height: inherit;
	}
	.main-content__list .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	/* List Content Layout with large items */
	.content-layout_list-v2 .main-content__list .post-card_large {
		--post-card-title__font-size: 2em;
	}
	.content-layout_list-v2 .main-content__list .post-card_large .post-card__body {
		padding: var(--gap_vertical);
	}
	.content-layout_list-v2 .main-content__list .post-card__content {
		line-height: inherit;
	}
	.content-layout_list-v2 .main-content__list .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.main-content__chess .post-card {
		--post-card-title__font-size: var(--h2__font-size);
	}
	.main-content__chess .post-card__content {
		line-height: inherit;
	}
	.main-content__chess .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	/* Chess Content Layout with large items */
	.content-layout_chess-v2 .main-content__chess .post-card_large {
		--post-card-title__font-size: 2em;
	}
	.content-layout_chess-v2 .main-content__chess .post-card_large .post-card__body {
		padding: var(--gap_vertical);
	}
	.content-layout_chess-v2 .main-content__chess .post-card__content {
		line-height: inherit;
	}
	.content-layout_chess-v2 .main-content__chess .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.content-layout_two-columns .main-content__grid .post-card {
		--post-card-title__font-size: var(--h3__font-size);
	}
	.content-layout_two-columns .main-content__grid .post-card__body {
		padding: 2em;
	}
	.content-layout_two-columns .main-content__grid .post-card__content {
		line-height: inherit;
	}
	.content-layout_two-columns .main-content__grid .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.content-layout_two-columns .main-content__grid .post-card_image .post-card__thumbnail,
	.content-layout_two-columns .main-content__grid .post-card_gallery .post-card__thumbnail {
		padding-top: 130%;
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card {
		--post-card-title__font-size: var(--h3__font-size);
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card__body {
		padding: 2em;
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card__content {
		line-height: inherit;
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card_large {
		--post-card-title__font-size: 2em;
	}
	.content-layout_two-columns-v2 .main-content__grid .post-card_large .post-card__body {
		padding: 2em;
	}
	.content-layout_three-columns .main-content__grid .post-card {
		--post-card-title__font-size: var(--h3__font-size);
	}
	.content-layout_three-columns .main-content__grid .post-card__body {
		padding: 2em;
	}
	.content-layout_three-columns .main-content__grid .post-card__content {
		line-height: inherit;
	}
	.content-layout_three-columns .main-content__grid .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.content-layout_three-columns .main-content__grid .post-card_image .post-card__thumbnail,
	.content-layout_three-columns .main-content__grid .post-card_gallery .post-card__thumbnail {
		padding-top: 130%;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card {
		--post-card-title__font-size: var(--h3__font-size);
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card__body {
		padding: 2em;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card__content {
		line-height: inherit;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card__content:not(:last-child) {
		margin-bottom: 1.25em;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card_large {
		--post-card-title__font-size: 2em;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card_image .post-card__thumbnail,
	.content-layout_three-columns-v2 .main-content__grid .post-card_gallery .post-card__thumbnail {
		padding-top: 130%;
	}
	.content-layout_three-columns-v2 .main-content__grid .post-card_image.post-card_large .post-card__thumbnail,
	.content-layout_three-columns-v2 .main-content__grid .post-card_gallery.post-card_large .post-card__thumbnail {
		padding-top: 67%;
	}
	@supports (display: grid) {
		.sidebar_no.hfeed .main-content > article .post-thumbnail,
		.sidebar_no.hfeed .main-content > article .entry-video,
		.sidebar_no.hfeed .main-content > article .entry-gallery,
		.sidebar_no.hfeed .main-content > article .entry-audio {
			max-width: calc(100% + 310px);
			margin-right: -155px;
			margin-left: -155px;
		}
		.sidebar_no.single .main-content > article .wp-caption.aligncenter img.size-full,
		.sidebar_no.single .main-content > article img.aligncenter.size-full {
			max-width: calc(100vw - 17px);
			margin-right: calc((100vw - 17px - 819px) / 2 * -1);
			margin-left: calc((100vw - 17px - 819px) / 2 * -1);
		}
		.sidebar_no.single .main-content > article img.alignleft.size-full {
			max-width: calc(((100vw - 17px - 819px) / 2) + 819px + 155px);
			margin-right: -155px;
			margin-left: calc((100vw - 17px - 819px) / 2 * -1);
		}
		.sidebar_no.single .main-content > article img.alignright.size-full {
			max-width: calc(((100vw - 17px - 819px) / 2) + 819px + 155px);
			margin-right: calc((100vw - 17px - 819px) / 2 * -1);
			margin-left: -155px;
		}
		.sidebar_no.single .main-content > article img.alignleft.size-full,
		.sidebar_no.single .main-content > article img.alignright.size-full {
			float: none;
			margin-bottom: 0;
		}
		.sidebar_no.single .main-content > article .post-thumbnail,
		.sidebar_no.single .main-content > article embed,
		.sidebar_no.single .main-content > article iframe,
		.sidebar_no.single .main-content > article object {
			max-width: calc(100% + 310px);
			margin-right: -155px;
			margin-left: -155px;
		}
		.sidebar_no.single .main-content > article .wp-caption.alignleft,
		.sidebar_no.single .main-content > article .wp-caption.alignright {
			width: calc(50% + 155px);
		}
		.sidebar_no.single .main-content > article img.alignleft.size-large,
		.sidebar_no.single .main-content > article img.alignright.size-large {
			max-width: calc(50% + 155px);
		}
		.sidebar_no.single .main-content > article .wp-caption.alignleft,
		.sidebar_no.single .main-content > article img.alignleft.size-large {
			margin-left: -155px;
		}
		.sidebar_no.single .main-content > article .wp-caption.alignright,
		.sidebar_no.single .main-content > article img.alignright.size-large {
			margin-right: -155px;
		}
		.sidebar_no.layout_boxed.single .main-content > article .wp-caption.aligncenter img.size-full,
		.sidebar_no.layout_boxed.single .main-content > article img.aligncenter.size-full {
			max-width: calc(100% + 24.375rem);
			margin-right: -12.1875rem;
			margin-left: -12.1875rem;
		}
		.sidebar_no.layout_boxed.single .main-content > article img.alignleft.size-full {
			max-width: calc(100% + 12.1875rem);
			margin-right: 0;
			margin-left: -12.1875rem;
		}
		.sidebar_no.layout_boxed.single .main-content > article img.alignright.size-full {
			max-width: calc(100% + 12.1875rem);
			margin-right: -12.1875rem;
			margin-left: 0;
		}
	}
	@supports (display: grid) {
		.related-posts__list {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	@supports (display: grid) {
		.related-posts__list .post-card:last-child {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-author,
	.comment-form-email {
		margin-right: 2%;
	}
	body.sidebar_right .sidebar {
		padding-left: var(--gap_vertical);
		border-left: 1px dotted var(--border-color);
	}
	body.sidebar_left .sidebar {
		padding-right: var(--gap_vertical);
		border-right: 1px dotted var(--border-color);
	}
}

@media only screen and (min-width: 1440px) {
	.featured-info_has-header-image .featured-info__tagline {
		padding-bottom: 1.5em;

		--featured-tagline__font-size: calc(var(--h1__font-size) + .5em);
	}
	.featured_carousel .container::before {
		position: absolute;
		z-index: 2;
		top: var(--gap_vertical);
		left: 0;
		width: 100%;
		height: calc(100% - var(--gap_vertical) * 2);
		content: '';
		opacity: .7;
		background-color: var(--white);
	}
	.featured_carousel-v5 .container::before {
		position: absolute;
		z-index: 2;
		top: var(--gap_vertical);
		left: 0;
		width: 100%;
		height: 72.5%;
		content: '';
		opacity: .7;
		background-color: var(--white);
	}
	.entry-featured_large .entry-featured__thumbnail {
		margin-right: -5rem;
		margin-left: -5rem;
	}
	.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__body {
		padding-bottom: calc(var(--gap_gorizontal) + 1.5em);
	}
	@supports (display: grid) {
		.sidebar_no.layout_boxed.single .main-content > article .wp-caption.aligncenter img.size-full,
		.sidebar_no.layout_boxed.single .main-content > article img.aligncenter.size-full {
			max-width: calc(100% + 31.3125rem);
			margin-right: -15.65625rem;
			margin-left: -15.65625rem;
		}
		.sidebar_no.layout_boxed.single .main-content > article img.alignleft.size-full {
			max-width: calc(100% + 15.65625rem);
			margin-right: 0;
			margin-left: -15.65625rem;
		}
		.sidebar_no.layout_boxed.single .main-content > article img.alignright.size-full {
			max-width: calc(100% + 15.65625rem);
			margin-right: -15.65625rem;
			margin-left: 0;
		}
	}
}

@media only screen and (min-width: 1920px) {
	.featured-info_has-header-image .featured-info__tagline {
		padding-bottom: 2em;

		--featured-tagline__font-size: calc(var(--h1__font-size) + .75em);
	}
	.featured_carousel-v2 .carousel {
		--carousel-title__font-size: calc(var(--h1__font-size) + .5em);
	}
	.featured_carousel-v3 .carousel {
		--carousel-title__font-size: calc(var(--h1__font-size) + .5em);
	}
	.featured_carousel-v4 .carousel {
		--carousel-title__font-size: var(--h2__font-size);
	}
	.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__body {
		padding-bottom: calc(var(--gap_gorizontal) + 2.5em);
	}
	.entry-featured_fullwidth.entry-featured_has-thumbnail .entry-featured__title {
		--entry-featured-title__font-size: calc(var(--h1__font-size) + .5em);
	}
}

@media only screen and (max-width: 599px) {
	body:not(.woocommerce-page) table {
		display: block;
		overflow-x: hidden;
		border-width: 0;
	}
}

@media print {
	form,
	button,
	.button,
	input,
	select,
	textarea,
	.navigation,
	.header__menu,
	.header__menu-toggle,
	.footer__navigation,
	.footer__navigation_social,
	.featured,
	.sidebar,
	.post-edit-link,
	.page-links,
	.author-info,
	.post-nav,
	.related-posts,
	.main-content__widgets,
	.comment-respond,
	.comment-metadata .edit-link,
	.comment-reply-link,
	.pingback .edit-link,
	.footer__widgets,
	.scroll-to-top,
	embed,
	iframe,
	object {
		display: none !important;
	}
	img,
	figure {
		page-break-inside: avoid;
	}
	.post-card__thumbnail {
		margin-bottom: var(--gap_typography) !important;
		padding-top: 0 !important;
	}
	.post-card__thumbnail::before {
		display: none !important;
	}
	.post-card__thumbnail img {
		position: relative !important;
	}
	.post-card__overlay {
		position: relative !important;
	}
	.post-card__body {
		padding: 0 !important;
	}
}
