/*!
Theme Name: Kelta
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Kelta is a simple, clean and modern blog/magazine WordPress theme. It is totaly responsive, so it adapts to any device it is viewed on. It has harmonious fluid grid using a mobile-first approach and impeccable polish in every detail. Kelta will make your WordPress look beautiful everywhere. Easy installation and powerful settings are all you need to build excellent websites.
Version: 1.0.1
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: kelta
*/
/*--------------------------------------------------------------
>>> 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
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 Author Info
  12.9 Related Posts
	12.10 Comments
  12.11 Sidebar
  12.12 Footer
  12.13 Search Overlay
13.0 Multisites
14.0 Media Queries & Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Global CSS variables
--------------------------------------------------------------*/
:root {
	--accent__color: #8C5881;
	--accent_hover__color: #f2eff9;
	--border__color: #e0e0e5;
	--column-gap_base: 1rem;
	--headings__font-family: 'Playfair Display';
	--headings__font-size: 1.802rem;
	--headings__font-weight: 700;
	--headings__line-height: 1.2;
	--main-text__color: #212124;
	--main-text__font-family: 'Muli';
	--main-text__font-size: 1rem;
	--main-text__font-weight: 400;
	--main-text__line-height: 1.5;
	--main-text_inverse__color: #fff;
	--row-gap_base: 2.5rem;
	--secondary-text__color: #9a9ca1;
	--site__background-color: #fff;
	--type-gap_base: 1em;
}

/*--------------------------------------------------------------
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 23px 14px;
	text-decoration: none;
	color: var(--accent__color, #8C5881);
	border-radius: 0;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	font-weight: bold;
	line-height: normal;
}

/*--------------------------------------------------------------
4.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-top: .25em;
	margin-right: var(--type-gap_base, 1em);
}

.alignright {
	display: inline;
	float: right;
	margin-top: .25em;
	margin-left: var(--type-gap_base, 1em);
}

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

/*--------------------------------------------------------------
5.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after {
	clear: both;
}

/*--------------------------------------------------------------
6.0 Typography
--------------------------------------------------------------*/
body {
	color: var(--main-text__color, #212124);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--main-text__font-size, 1rem);
	font-weight: var(--main-text__font-weight, 400);
	line-height: var(--main-text__line-height, 1.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: calc(var(--main-text__font-size, 1rem) * 2.5) 0 var(--main-text__font-size, 1rem);
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: inherit;
	font-family: var(--headings__font-family, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-weight: var(--headings__font-weight, 700);
	line-height: var(--headings__line-height, 1.2);

	    -ms-hyphens: auto;
	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(--headings__font-size, 1.802rem);
}

h2 {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
}

h3 {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.266);
}

h4 {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.424);
}

h5 {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.602);
}

h6 {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.802);
}

p {
	margin: 0 0 var(--type-gap_base, 1em);
	padding: 0;
}

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

blockquote {
	overflow: hidden;
	margin: 1.5em 0;
	padding: 1.5em 1em;
	color: var(--main-text__color, #212124);
	border-width: 1px 0;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.125em;
	font-weight: var(--main-text__font-weight, 400);
	font-style: normal;
	line-height: var(--main-text__line-height, 1.5);
}

blockquote cite,
blockquote small {
	display: block;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	line-height: 1.899;
}

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(--type-gap_base, 1em);
	font-style: italic;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 var(--main-text__font-size, 1rem);
	padding: var(--type-gap_base, 1em);
	background-color: rgba(0, 0, 50, .03);
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: .875rem;
	line-height: 1.5;
}

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

code,
kbd,
tt,
var {
	word-wrap: break-word;
	background-color: rgba(0, 0, 50, .03);
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: .875rem;
	line-height: 1.5;
}

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

mark,
ins {
	text-decoration: none;
	color: var(--main-text_inverse__color, #fff);
	background-color: var(--accent__color, #8C5881);
}

big {
	font-size: 125%;
}

::-moz-selection {
	color: #fff;
	background-color: #8C5881;
}

::selection {
	color: #fff;
	background-color: #8C5881;
}

/*--------------------------------------------------------------
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(--type-gap_base, 1em);
	border: 0;
	background-color: var(--border__color, #e0e0e5);
}

hr.post-divider {
	/* For "Auto Load Next Post" plugin. */
	margin: 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 var(--type-gap_base, 1em) var(--type-gap_base, 1em);
}

table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 var(--type-gap_base, 1em);
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
}

caption,
th {
	text-align: left;
}

th,
td {
	padding: .5em;
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
}

thead th {
	border-bottom-width: 2px;
}

/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Buttons
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	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(--main-text_inverse__color, #fff);
	border-width: 1px;
	border-style: solid;
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--main-text__font-size, 1rem);
	font-weight: var(--main-text__font-weight, 400);
	line-height: var(--main-text__line-height, 1.5);
}

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 {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--accent__color, #8C5881);
	background-color: var(--accent__color, #8C5881);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/*--------------------------------------------------------------
8.2 Fields
--------------------------------------------------------------*/
label {
	display: block;
	margin-bottom: .5em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

fieldset {
	margin-bottom: var(--type-gap_base, 1em);
}

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(--secondary-text__color, #9a9ca1);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	border-radius: 0;
	background-color: var(--main-text_inverse__color, #fff);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--main-text__font-size, 1rem);
	font-weight: var(--main-text__font-weight, 400);
	line-height: var(--main-text__line-height, 1.5);
}

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 {
	color: var(--main-text__color, #212124);
	border-color: var(--border__color, #e0e0e5);
	outline: 0;
	background-color: var(--main-text_inverse__color, #fff);
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05) inset;
	        box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05) inset;
}

select {
	max-width: 100%;
	height: calc(2.5rem + 2px);
	padding: calc(.5em + 1px) .75em;
	color: var(--secondary-text__color, #9a9ca1);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	border-radius: 0;
	background-color: var(--main-text_inverse__color, #fff);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--main-text__font-size, 1rem);
	font-weight: var(--main-text__font-weight, 400);
	line-height: var(--main-text__line-height, 1.5);
}

select:focus {
	color: var(--main-text__color, #212124);
	border-color: var(--border__color, #e0e0e5);
	outline: 0;
	background-color: var(--main-text_inverse__color, #fff);
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05) inset;
	        box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05) inset;
}

input[type='radio'],
input[type='checkbox'] {
	margin-right: .5em;
}

input[type='radio'] + label,
input[type='checkbox'] + label {
	font-weight: normal;
}

/* 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(--type-gap_base, 1em);
	font-size: var(--main-text__font-size, 1rem);
}

/* 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(--secondary-text__color, #9a9ca1);
	border: 0;
	background-color: transparent;
}

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

.search-form__submit:before {
	position: relative;
	display: inline-block;
	content: '\f4a4';
	text-transform: none;
	font-family: 'Ionicons';
	font-size: var(--main-text__font-size, 1rem);
	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-text__color, #9a9ca1);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

:-moz-placeholder {
	color: var(--secondary-text__color, #9a9ca1);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

::-moz-placeholder {
	opacity: 1;
	color: var(--secondary-text__color, #9a9ca1);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: var(--secondary-text__color, #9a9ca1);
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/*--------------------------------------------------------------
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(--accent__color, #f2eff9);
}

a:visited {
	color: var(--accent__color, #8C5881);
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: var(--accent_hover__color, #f2eff9);
}

a:focus {
	outline: thin dotted;
}

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

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

	-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-width: 1px 0 0;
	border-style: dotted;
	border-color: var(--border__color, #e0e0e5);
}

.header__menu a {
	display: block;
	padding: .625em 0;
	text-decoration: none;
	color: var(--main-text__color, #212124);
	outline-offset: -1px;
	font-weight: bold;
}

.header__menu a:hover,
.header__menu a:focus {
	color: var(--accent__color, #8C5881);
}

.header__menu a.menu-item_search {
	padding: calc(var(--main-text__font-size, 1rem) * .4255) 0;
	font-size: calc(var(--main-text__font-size, 1rem) * 1.266);
}

.header__menu a.menu-item_search:before {
	display: inline-block;
	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 a.menu-item_search .screen-reader-text {
	position: relative !important;
	margin-left: .625em;
	vertical-align: 15%;
	font-size: var(--main-text__font-size, 1rem);
}

.header__menu a.menu-item_search:before {
	content: '\f4a4';
}

.header__menu .current-menu-item > a,
.header__menu .current-menu-ancestor > a {
	color: var(--accent__color, #8C5881);
}

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

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

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

/* Menu-toggle Button */
.header__menu-toggle {
	padding: .8125em .5625em;
	-webkit-transition: none;
	        transition: none;
	color: var(--main-text__color, #212124);
	border: 0;
	background-color: transparent;
}

.header__menu-toggle:hover,
.header__menu-toggle:focus {
	color: var(--main-text__color, #212124);
	background-color: transparent;
}

.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(--main-text__color, #212124);
}

.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: 2.75em;
	padding: 0;
	content: '';
	text-align: center;
	color: var(--secondary-text__color, #9a9ca1);
	border: 0;
	background-color: transparent;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: var(--main-text__color, #212124);
	background-color: transparent;
}

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

.dropdown-toggle:after {
	position: relative;
	left: 0;
	display: inline-block;
	width: calc(var(--main-text__font-size, 1rem) * 2.5);
	height: calc(var(--main-text__font-size, 1rem) * 2.75);
	content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: calc(var(--main-text__font-size, 1rem) * 1.602);
	line-height: calc(var(--main-text__font-size, 1rem) * 2.75);

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

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

/* Page Links */
.page-links {
	clear: both;
	margin-top: var(--type-gap_base, 1em);
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin-right: .25em;
	padding: .5em 1em;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	font-weight: bold;
}

.page-links a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
}

.page-links a:hover,
.page-links a:focus {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
}

.page-links > span:not(.page-links-title) {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
}

/* Post Navigation */
.post-navigation {
	clear: both;
	overflow: hidden;
	margin-bottom: var(--row-gap_base, 2.5rem);
	padding-top: var(--type-gap_base, 1em);
	border-width: 1px 0 0;
	border-style: dotted;
	border-color: var(--border__color, #e0e0e5);
}

.post-navigation div + div {
	margin-top: var(--type-gap_base, 1em);
	padding-top: var(--type-gap_base, 1em);
	border-width: 1px 0 0;
	border-style: dotted;
	border-color: var(--border__color, #e0e0e5);
}

.post-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: var(--main-text__color, #212124);
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: var(--accent__color, #8C5881);
	outline: 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-link-thumbnail {
	margin-right: 1rem;

	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.post-navigation .nav-link-thumbnail img {
	width: 5rem;
	height: 5rem;
}

.post-navigation .nav-link-meta {
	margin: auto 0;

	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

.post-navigation .meta-nav {
	margin-bottom: .25em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

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

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

.post-navigation .post-title em,
.post-navigation .post-title i {
	font-style: normal;
}

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

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

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

.image-navigation a,
.comment-navigation a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: var(--accent__color, #8C5881);
}

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

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

.pagination .page-numbers {
	display: none;
	margin-right: .25em;
	padding: .5em 1em;
	color: var(--main-text__color, #212124);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	font-weight: bold;
}

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

.pagination .page-numbers.current {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
}

.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-right: -.25em;
	margin-bottom: 0;
	margin-left: -.25em;
	padding-left: 0;
	list-style: none;
}

.footer__menu li {
	position: relative;
	display: inline-block;
}

.footer__menu li.current-menu-item > a {
	color: var(--main-text_inverse__color, #fff);
}

.footer__menu li.current-menu-item > a:after {
	background-color: rgba(255, 255, 255, .25);
}

.footer__menu li a {
	display: inline-block;
	padding: .25em;
	text-decoration: none;
}

.footer__menu li a:after {
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	background-color: rgba(255, 255, 255, .15);
}

.footer__menu li a:hover:after,
.footer__menu li a:focus:after {
	background-color: rgba(255, 255, 255, .25);
}

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

.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(--main-text_inverse__color, #fff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
}

.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: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	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: '\f09a';
}

.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: '\f16a';
}

.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(--main-text_inverse__color, #fff);
	border: 0;
	border-radius: 50%;
	outline: 0;
	background-color: var(--accent__color, #8C5881);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	background-color: var(--main-text__color, #212124);
}

.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(--type-gap_base, 1em);
	/* 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(--type-gap_base, 1em);
	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(--type-gap_base, 1em);
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	margin-bottom: var(--type-gap_base, 1em);
}

.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(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	font-style: italic;
}

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -.5em calc(var(--type-gap_base, 1em) - 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(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	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;
}

/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

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

.widget .widget-title {
	position: relative;
	margin-top: 0;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.266);
}

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

.widget ul {
	padding-left: 0;
	list-style: outside none none;
}

.widget ul li {
	margin-bottom: .5em;
	padding-top: .5em;
	border-width: 1px 0 0;
	border-style: dotted;
	border-color: var(--border__color, #e0e0e5);
}

.widget ul li > a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
}

.widget ul li > a:hover,
.widget ul li > a:focus {
	color: var(--accent__color, #8C5881);
}

.widget ul:not(.children):not(.sub-menu) > li:last-child {
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom-width: 1px;
}

.widget ul.children,
.widget ul.sub-menu {
	margin-top: .5em;
	margin-left: 1em;
}

/* Calendar widget */
.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	line-height: 3em;
}

.widget_calendar caption {
	margin-bottom: .5em;
	font-weight: bold;
}

.widget_calendar tbody a {
	display: block;
	text-decoration: none;
	color: var(--main-text_inverse__color, #fff);
	background-color: var(--accent__color, #8C5881);
	font-weight: bold;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: var(--main-text__color, #212124);
}

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

/* Recent Posts widget */
.widget_recent_entries ul li {
	margin-bottom: 1em;
	padding-top: 1em;
}

.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: normal;
}

.widget_recent_entries ul:not(.children):not(.sub-menu) > li:last-child {
	padding-bottom: 1em;
}

.widget_recent_entries .post-date {
	display: block;
	margin-top: .25em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

/* Recent Comments widget */
.widget_recent_comments ul li {
	margin-bottom: 1em;
	padding-top: 1em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.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: normal;
}

.widget_recent_comments ul li .comment-author-link a {
	display: inline !important;
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	color: var(--accent__color, #8C5881);
}

.widget_recent_comments ul li > a {
	display: block !important;
	font-size: var(--main-text__font-size, 1rem);
}

.widget_recent_comments ul:not(.children):not(.sub-menu) > li:last-child {
	padding-bottom: 1em;
}

/* RSS widget */
.widget_rss .widget-title > a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
}

.widget_rss .widget-title > a:hover,
.widget_rss .widget-title > a:focus {
	color: var(--accent__color, #8C5881);
}

.widget_rss .rss-widget-icon {
	margin-right: .25em;
	vertical-align: 2%;
}

.widget_rss ul li {
	margin-bottom: 1em;
	padding-top: 1em;
}

.widget_rss ul li .rsswidget {
	font-weight: bold;
}

.widget_rss ul:not(.children):not(.sub-menu) > li:last-child {
	padding-bottom: 1em;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-top: .75em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.widget_rss .rssSummary {
	margin-top: .75em;
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.widget_rss cite {
	font-style: normal;
}

/* Tag Cloud widget */
.tagcloud {
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.tagcloud .tag-cloud-link {
	display: inline-block;
	margin-right: .25em;
	margin-bottom: .5em;
	padding: .5em .75em;
	text-decoration: none;
	color: var(--main-text__color, #212124);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	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(--secondary-text__color, #9a9ca1);
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--main-text__color, #212124);
	background-color: var(--main-text__color, #212124);
}

.tagcloud .tag-cloud-link:hover .tag-link-count,
.tagcloud .tag-cloud-link:focus .tag-link-count {
	color: var(--main-text_inverse__color, #fff);
}

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

/* Other widgets */
.widget_archive li,
.widget_categories li {
	color: var(--secondary-text__color, #9a9ca1);
}

.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
	color: var(--accent__color, #8C5881);
}

.textwidget select {
	width: 100%;
}

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

/* Most Commented and Recent Posts widgets */
.widget_kelta_most_commented_posts ul li,
.widget_kelta_recent_posts ul li {
	margin-bottom: 1em;
	padding-top: 1em;
}

.widget_kelta_most_commented_posts ul:not(.children):not(.sub-menu) > li:last-child,
.widget_kelta_recent_posts ul:not(.children):not(.sub-menu) > li:last-child {
	padding-bottom: 1em;
}

.widget_kelta_most_commented_posts .post-item,
.widget_kelta_recent_posts .post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget_kelta_most_commented_posts .post-item__thumbnail,
.widget_kelta_recent_posts .post-item__thumbnail {
	position: relative;
	display: block;
	    flex: 0 0 auto;
	margin-right: 1.5rem;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
}

.widget_kelta_most_commented_posts .post-item__thumbnail a,
.widget_kelta_recent_posts .post-item__thumbnail a {
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.widget_kelta_most_commented_posts .post-item__thumbnail a img,
.widget_kelta_recent_posts .post-item__thumbnail a img {
	display: block;
	width: 5.75rem;
	height: 5.75rem;
	-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%);
}

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

.widget_kelta_most_commented_posts .post-item__header,
.widget_kelta_recent_posts .post-item__header {
	position: relative;
	margin-bottom: .35rem;
}

.widget_kelta_most_commented_posts .post-item__meta,
.widget_kelta_recent_posts .post-item__meta {
	margin-bottom: .25rem;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.widget_kelta_most_commented_posts .post-item__meta > span,
.widget_kelta_recent_posts .post-item__meta > span {
	display: inline-block;
	margin-right: .75em;
}

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

.widget_kelta_most_commented_posts .post-item__meta a,
.widget_kelta_recent_posts .post-item__meta a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.widget_kelta_most_commented_posts .post-item__meta a:hover,
.widget_kelta_most_commented_posts .post-item__meta a:focus,
.widget_kelta_recent_posts .post-item__meta a:hover,
.widget_kelta_recent_posts .post-item__meta a:focus {
	color: var(--accent__color, #8C5881);
}

.widget_kelta_most_commented_posts .post-item__title,
.widget_kelta_recent_posts .post-item__title {
	margin: 0;
	font-family: var(--main-text__font-family, 'Muli'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--main-text__font-size, 1rem);
}

.widget_kelta_most_commented_posts .post-item__title em,
.widget_kelta_most_commented_posts .post-item__title i,
.widget_kelta_recent_posts .post-item__title em,
.widget_kelta_recent_posts .post-item__title i {
	font-weight: normal;
}

.widget_kelta_most_commented_posts .post-item__title a,
.widget_kelta_recent_posts .post-item__title a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
	background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
	background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: 100% 1px;
}

.widget_kelta_most_commented_posts .post-item__title a:hover,
.widget_kelta_most_commented_posts .post-item__title a:focus,
.widget_kelta_recent_posts .post-item__title a:hover,
.widget_kelta_recent_posts .post-item__title a:focus {
	background-size: 100% .5rem;
}

.widget_kelta_most_commented_posts .post-item__footer,
.widget_kelta_recent_posts .post-item__footer {
	position: relative;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.widget_kelta_most_commented_posts .post-item__footer a,
.widget_kelta_recent_posts .post-item__footer a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.widget_kelta_most_commented_posts .post-item__footer a:hover,
.widget_kelta_most_commented_posts .post-item__footer a:focus,
.widget_kelta_recent_posts .post-item__footer a:hover,
.widget_kelta_recent_posts .post-item__footer a:focus {
	color: var(--accent__color, #8C5881);
}

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

.site {
	background-color: var(--site__background-color, #fff);
}

/*--------------------------------------------------------------
12.1 Layout
--------------------------------------------------------------*/
.header,
.featured-info,
.featured-carousel__item-wrapper,
.content,
.footer {
	display: grid;

	grid-auto-rows: auto;
	grid-gap: var(--row-gap_base, 2.5rem) var(--column-gap_base, 1rem);
	grid-template-columns: 1fr repeat(4, minmax(1rem, 7rem)) 1fr;
}

.header__wrapper,
.main-content,
.sidebar,
.footer__wrapper {
	grid-column: 2 / -2;
}

.header__wrapper,
.main-content,
.footer__wrapper {
	grid-row: 1 / 2;
}

.sidebar {
	grid-row: 2 / 3;
}

/*--------------------------------------------------------------
12.2 Header
--------------------------------------------------------------*/
.header {
	position: relative;
	z-index: 10;
	background-color: var(--main-text_inverse__color, #fff);
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .025);
	        box-shadow: 0 15px 15px rgba(0, 0, 0, .025);
}

.header__wrapper {
	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, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
	font-weight: var(--headings__font-weight, 700);
	line-height: 1;
}

.header__site-title a {
	display: inline-block;
	padding: 1.073959rem 0;
	text-decoration: none;
	color: var(--main-text__color, #212124);
	outline-offset: -1px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	padding: .875rem .75rem .875rem 0;
}

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

.custom-logo {
	width: auto;
	max-width: 14rem;
	max-height: 4rem;
}

/*--------------------------------------------------------------
12.3 Featured
--------------------------------------------------------------*/
.featured {
	position: relative;
	overflow: hidden;
	color: var(--main-text__color, #212124);
	background-color: #e9eff9;
}

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

.featured-info__media {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;

	grid-column: 1 / -1;
	grid-row: 1 / 2;
}

.featured-info__media 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__media img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.featured-info__wrapper {
	position: relative;
	z-index: 5;

	grid-column: 2 / -2;
	grid-row: 1 / 2;
}

.featured-info__tagline {
	margin-top: 18rem;
	margin-bottom: 1rem;
	padding: var(--column-gap_base, 1rem);
	text-align: center;
	background-color: var(--main-text_inverse__color, #fff);
	font-family: var(--headings__font-family, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--headings__font-size, 1.802rem);
	font-weight: var(--headings__font-weight, 700);
	line-height: var(--headings__line-height, 1.2);
}

.featured-info:not(.featured-info_has-header-image):not(.featured-info_has-tagline) {
	display: none;
}

.featured-info_has-header-image:not(.featured-info_has-tagline) .featured-info__tagline {
	display: none;
}

.featured-info_has-tagline:not(.featured-info_has-header-image) .featured-info__media {
	background-image: linear-gradient(20deg, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

/* Featured carousel */
.featured-carousel {
	position: relative;
	height: 28rem;
	margin-bottom: 0 !important;
}

.featured-carousel__item-wrapper {
	position: relative;

	grid-auto-rows: 28rem;
}

.featured-carousel__media {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-color: var(--main-text__color, #212124);

	grid-column: 1 / -1;
	grid-row: 1 / 2;
}

.featured-carousel__media 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-carousel__media img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.featured-carousel__wrapper {
	position: relative;
	z-index: 5;

	grid-column: 2 / -2;
	grid-row: 1 / 2;
}

.featured-carousel__caption {
	position: absolute;
	bottom: 0;
	margin-bottom: 1rem;
	padding: var(--column-gap_base, 1rem);
	text-align: center;
	background-color: var(--main-text_inverse__color, #fff);
}

.featured-carousel__caption .entry-meta {
	margin-bottom: .25em;
}

.featured-carousel__caption .entry-meta .cat-links:after {
	display: inline-block;
	padding-left: .75em;
	content: '\2014';
}

.featured-carousel__caption .entry-title {
	-webkit-hyphens: none;
	        hyphens: none;
	font-family: var(--headings__font-family, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--headings__font-size, 1.802rem);
	font-weight: var(--headings__font-weight, 700);
	line-height: var(--headings__line-height, 1.2);

	    -ms-hyphens: none;
}

.featured-carousel .slick-prev,
.featured-carousel .slick-next,
.featured-carousel .slick-dots {
	display: none !important;
}

.featured-carousel .slick-prev,
.featured-carousel .slick-next {
	top: auto;
	bottom: calc(2rem + 2px);
	width: 4.5rem;
	height: 3.5rem;
	-webkit-transform: none;
	        transform: none;
	color: var(--main-text__color, #212124);
	background: var(--main-text_inverse__color, #fff) !important;
}

.featured-carousel .slick-prev:hover,
.featured-carousel .slick-prev:focus,
.featured-carousel .slick-next:hover,
.featured-carousel .slick-next:focus {
	color: var(--accent__color, #8C5881);
}

.featured-carousel .slick-prev:before,
.featured-carousel .slick-next:before {
	display: inline-block;
	text-transform: none;
	opacity: 1;
	color: inherit;
	font-family: 'Ionicons';
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
	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;
}

.featured-carousel .slick-prev {
	right: calc(6.5rem + 4px);
	left: auto;
}

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

.featured-carousel .slick-next {
	right: calc(2rem + 2px);
}

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

.featured-carousel .slick-dots {
	top: 50%;
	right: calc(2rem + 2px);
	bottom: auto;
	width: 10rem;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.featured-carousel .slick-dots li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: .25rem 0;
	padding: 0;
}

.featured-carousel .slick-dots li button {
	width: 100%;
	height: auto;
	padding: 0;
	-webkit-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
	text-align: right;
	opacity: .25;
	color: var(--main-text__color, #212124);
	background-color: transparent;
	font-family: var(--headings__font-family, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
	line-height: var(--headings__line-height, 1.2);
}

.featured-carousel .slick-dots li button:before {
	top: 62%;
	right: 1em;
	left: auto;
	width: .75em;
	height: 2px;
	content: '';
	-webkit-transition: width .3s ease-in-out;
	        transition: width .3s ease-in-out;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	opacity: 1;
	color: inherit;
	background-color: var(--main-text__color, #212124);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.featured-carousel .slick-dots li.slick-active button {
	opacity: 1;
}

.featured-carousel .slick-dots li.slick-active button:before {
	width: 7rem;
}

/* Featured Image */
.featured-image {
	position: relative;
	height: 28rem;
}

.featured-image__media {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;

	grid-column: 1 / -1;
	grid-row: 1 / 2;
}

.featured-image__media 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-image__media img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

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

.main-content {
	padding-top: var(--row-gap_base, 2.5rem);
}

.main-content:last-child {
	padding-bottom: var(--row-gap_base, 2.5rem);
}

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

.main-content__widgets .widget:last-child {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

/* Grid Content Layout */
.main-content__grid {
	display: grid;
	margin-bottom: var(--row-gap_base, 2.5rem);

	grid-auto-rows: auto;
	grid-gap: var(--column-gap_base, 1rem);
	grid-template-columns: 1fr;
}

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

/*--------------------------------------------------------------
12.5 Pages
--------------------------------------------------------------*/
.page-header {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.page-title {
	font-size: var(--headings__font-size, 1.802rem);
}

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

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

/*--------------------------------------------------------------
12.6 Posts
--------------------------------------------------------------*/
.main-content > article:not(.post-card) {
	position: relative;
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.entry-header {
	margin-bottom: var(--type-gap_base, 1em);
}

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

.sticky-post {
	display: inline-block;
	margin-bottom: 1em;
	padding: .5em 1em;
	color: var(--secondary-text__color, #9a9ca1);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	line-height: 1;
}

.entry-title {
	margin-top: 0;
	margin-bottom: calc(var(--main-text__font-size, 1rem) * .75);
	font-size: var(--headings__font-size, 1.802rem);
}

.entry-title em,
.entry-title i {
	font-weight: normal;
}

.entry-title a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
	background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
	background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	background-repeat: repeat-x;
	background-position: 0 89%;
	background-size: 100% 1px;
}

.entry-title a:hover,
.entry-title a:focus {
	background-size: 100% .875rem;
}

.entry-meta {
	color: var(--secondary-text__color, #9a9ca1);
}

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

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

.entry-meta a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: var(--accent__color, #8C5881);
}

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

.post-thumbnail {
	display: block;
	margin-bottom: var(--type-gap_base, 1em);
}

.post-thumbnail img {
	display: block;
}

.post-thumbnail a {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.post-thumbnail a 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%);
}

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

.post-thumbnail:last-of-type {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary {
	margin-bottom: var(--type-gap_base, 1em);
	font-weight: bold;
}

body:not(.search-results) .entry-summary:last-of-type {
	margin-bottom: 0;
}

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

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

.entry-attachment {
	margin-bottom: var(--type-gap_base, 1em);
}

.entry-attachment img {
	margin-bottom: calc(var(--type-gap_base, 1em) + .5em);
}

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

.more-link {
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	color: var(--main-text__color, #212124);
	font-weight: bold;
}

.more-link:visited {
	color: var(--main-text__color, #212124);
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;
	color: var(--accent__color, #8C5881);
}

.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(--type-gap_base, 1em);
	color: var(--secondary-text__color, #9a9ca1);
}

.entry-footer:empty {
	margin-top: 0;
}

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

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

.entry-footer a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: var(--accent__color, #8C5881);
}

.entry-footer .tags-links {
	display: block;
	margin-right: 0;
	margin-bottom: var(--type-gap_base, 1em);
}

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

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

/* Post formats */
.hfeed .main-content > article:not(.post-card).sticky,
.hfeed .main-content > article:not(.post-card).format-image,
.hfeed .main-content > article:not(.post-card).format-aside,
.hfeed .main-content > article:not(.post-card).format-video,
.hfeed .main-content > article:not(.post-card).format-quote,
.hfeed .main-content > article:not(.post-card).format-link,
.hfeed .main-content > article:not(.post-card).format-gallery,
.hfeed .main-content > article:not(.post-card).format-audio,
.hfeed .main-content > article:not(.post-card).format-status,
.hfeed .main-content > article:not(.post-card).format-chat {
	margin-right: -1rem;
	margin-left: -1rem;
	padding: 2.5rem 1rem;
}

.hfeed .main-content > article:not(.post-card).sticky:first-child,
.hfeed .main-content > article:not(.post-card).format-image:first-child,
.hfeed .main-content > article:not(.post-card).format-aside:first-child,
.hfeed .main-content > article:not(.post-card).format-video:first-child,
.hfeed .main-content > article:not(.post-card).format-quote:first-child,
.hfeed .main-content > article:not(.post-card).format-link:first-child,
.hfeed .main-content > article:not(.post-card).format-gallery:first-child,
.hfeed .main-content > article:not(.post-card).format-audio:first-child,
.hfeed .main-content > article:not(.post-card).format-status:first-child,
.hfeed .main-content > article:not(.post-card).format-chat:first-child {
	margin-top: -2.5rem;
}

.hfeed .main-content > article:not(.post-card).sticky {
	background-color: #f4f7fc !important;
}

.hfeed .main-content > article:not(.post-card).format-image {
	background-color: #f6f7f8;
}

.hfeed .main-content > article:not(.post-card).format-gallery {
	background-color: #f6f7f8;
}

.hfeed .main-content > article:not(.post-card).format-aside {
	background-color: #f3fcfd;
}

.hfeed .main-content > article:not(.post-card).format-quote {
	background-color: #f3fcfd;
}

.hfeed .main-content > article:not(.post-card).format-link {
	background-color: #f4f7fc;
}

.hfeed .main-content > article:not(.post-card).format-audio {
	background-color: #f4fafe;
}

.hfeed .main-content > article:not(.post-card).format-video {
	background-color: #f4fafe;
}

.hfeed .main-content > article:not(.post-card).format-status {
	background-color: #f9f7f6;
}

.hfeed .main-content > article:not(.post-card).format-chat {
	background-color: #f9f7f6;
}

/* Post formats for single pages */
.single-format-image .content {
	background-color: #f6f7f8;
}

.single-format-gallery .content {
	background-color: #f6f7f8;
}

.single-format-aside .content {
	background-color: #f3fcfd;
}

.single-format-quote .content {
	background-color: #f3fcfd;
}

.single-format-link .content {
	background-color: #f4f7fc;
}

.single-format-audio .content {
	background-color: #f4fafe;
}

.single-format-video .content {
	background-color: #f4fafe;
}

.single-format-status .content {
	background-color: #f9f7f6;
}

.single-format-chat .content {
	background-color: #f9f7f6;
}

/*--------------------------------------------------------------
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: rgba(0, 0, 50, .015);
	background-clip: border-box;

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

.post-card > :last-child:not(.post-card__thumbnail) {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * 2);
}

.post-card__thumbnail {
	position: relative;
	display: block;
	width: 100%;
}

.post-card__thumbnail a {
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.post-card__thumbnail 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%);
}

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

.post-card__header,
.post-card__content,
.post-card__footer {
	position: relative;
	padding-right: 1rem;
	padding-left: 1rem;
}

.post-card__header,
.post-card__content {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * 1.5);
}

.post-card__header {
	padding-top: calc(var(--main-text__font-size, 1rem) * 2);
}

.post-card__meta {
	margin-bottom: var(--main-text__font-size, 1rem);
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.post-card__meta > span {
	margin-right: .75em;
}

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

.post-card__meta a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.post-card__meta a:hover,
.post-card__meta a:focus {
	color: var(--accent__color, #8C5881);
}

.post-card__meta:empty {
	margin-bottom: 0 !important;
}

.post-card__sticky {
	position: absolute;
	top: calc(var(--main-text__font-size, 1rem) * -.375);
	right: 1rem;
	color: var(--accent__color, #8C5881);
	font-size: calc(var(--main-text__font-size, 1rem) * 2.5);
	line-height: 1;
}

.post-card__sticky:before {
	display: inline-block;
	content: '\f26b';
	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;
}

.post-card__title {
	margin: 0;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
}

.post-card__title em,
.post-card__title i {
	font-weight: normal;
}

.post-card__title a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
	background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
	background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	background-repeat: repeat-x;
	background-position: 0 92%;
	background-size: 100% 1px;
}

.post-card__title a:hover,
.post-card__title a:focus {
	background-size: 100% .5rem;
}

.post-card__content {
	    flex: 1 1 auto;

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

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

.post-card__footer {
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.post-card__footer:empty {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * .5) !important;
}

.post-card__footer a {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.post-card__footer a:hover,
.post-card__footer a:focus {
	color: var(--accent__color, #8C5881);
}

.post-card:not(.has-post-thumbnail) .post-card__header {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * 2);
}

.post-card:not(.has-post-thumbnail) .post-card__meta {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * 3);
}

.post-card:not(.has-post-thumbnail) .post-card__content {
	margin-bottom: calc(var(--main-text__font-size, 1rem) * 5);
}

.post-card.sticky {
	background-color: #f4f7fc !important;
}

.post-card.format-image {
	background-color: #f6f7f8;
}

.post-card.format-gallery {
	background-color: #f6f7f8;
}

.post-card.format-aside {
	background-color: #f3fcfd;
}

.post-card.format-quote {
	background-color: #f3fcfd;
}

.post-card.format-link {
	background-color: #f4f7fc;
}

.post-card.format-audio {
	background-color: #f4fafe;
}

.post-card.format-video {
	background-color: #f4fafe;
}

.post-card.format-status {
	background-color: #f9f7f6;
}

.post-card.format-chat {
	background-color: #f9f7f6;
}

/* Post Card Image/Gallery/Large */
.post-card_image.has-post-thumbnail .post-card__thumbnail,
.post-card_gallery.has-post-thumbnail .post-card__thumbnail,
.post-card_large.has-post-thumbnail .post-card__thumbnail {
	display: table;
	height: 100%;
	padding-top: 140%;
}

.post-card_image.has-post-thumbnail .post-card__thumbnail a,
.post-card_gallery.has-post-thumbnail .post-card__thumbnail a,
.post-card_large.has-post-thumbnail .post-card__thumbnail a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-card_image.has-post-thumbnail .post-card__thumbnail a:before,
.post-card_gallery.has-post-thumbnail .post-card__thumbnail a:before,
.post-card_large.has-post-thumbnail .post-card__thumbnail a:before {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, .3)));
	background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .3) 100%);
}

.post-card_image.has-post-thumbnail .post-card__thumbnail img,
.post-card_gallery.has-post-thumbnail .post-card__thumbnail img,
.post-card_large.has-post-thumbnail .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.has-post-thumbnail .post-card__thumbnail img,
	.post-card_gallery.has-post-thumbnail .post-card__thumbnail img,
	.post-card_large.has-post-thumbnail .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.has-post-thumbnail .post-card__thumbnail-overlay,
.post-card_gallery.has-post-thumbnail .post-card__thumbnail-overlay,
.post-card_large.has-post-thumbnail .post-card__thumbnail-overlay {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	min-width: 0;

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

.post-card_image.has-post-thumbnail .post-card__meta,
.post-card_gallery.has-post-thumbnail .post-card__meta,
.post-card_large.has-post-thumbnail .post-card__meta {
	color: rgba(255, 255, 255, .8);
}

.post-card_image.has-post-thumbnail .post-card__meta a,
.post-card_gallery.has-post-thumbnail .post-card__meta a,
.post-card_large.has-post-thumbnail .post-card__meta a {
	color: rgba(255, 255, 255, .8);
}

.post-card_image.has-post-thumbnail .post-card__meta a:hover,
.post-card_image.has-post-thumbnail .post-card__meta a:focus,
.post-card_gallery.has-post-thumbnail .post-card__meta a:hover,
.post-card_gallery.has-post-thumbnail .post-card__meta a:focus,
.post-card_large.has-post-thumbnail .post-card__meta a:hover,
.post-card_large.has-post-thumbnail .post-card__meta a:focus {
	color: rgba(255, 255, 255, .95);
}

.post-card_image.has-post-thumbnail .post-card__title a,
.post-card_gallery.has-post-thumbnail .post-card__title a,
.post-card_large.has-post-thumbnail .post-card__title a {
	color: var(--main-text_inverse__color, #fff);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%);
}

.post-card_image.has-post-thumbnail .post-card__footer,
.post-card_gallery.has-post-thumbnail .post-card__footer,
.post-card_large.has-post-thumbnail .post-card__footer {
	color: rgba(255, 255, 255, .8);
}

.post-card_image.has-post-thumbnail .post-card__footer a,
.post-card_gallery.has-post-thumbnail .post-card__footer a,
.post-card_large.has-post-thumbnail .post-card__footer a {
	color: rgba(255, 255, 255, .8);
}

.post-card_image.has-post-thumbnail .post-card__footer a:hover,
.post-card_image.has-post-thumbnail .post-card__footer a:focus,
.post-card_gallery.has-post-thumbnail .post-card__footer a:hover,
.post-card_gallery.has-post-thumbnail .post-card__footer a:focus,
.post-card_large.has-post-thumbnail .post-card__footer a:hover,
.post-card_large.has-post-thumbnail .post-card__footer a:focus {
	color: rgba(255, 255, 255, .95);
}

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

.post-card_large.has-post-thumbnail .post-card__sticky {
	display: none;
}

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

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

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

.post-card_video.post-card_has-video .post-card__header {
	    flex: 1 1 auto;

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

/*--------------------------------------------------------------
12.8 Author Info
--------------------------------------------------------------*/
.author-info {
	clear: both;
	margin-bottom: var(--row-gap_base, 2.5rem);
	padding: 2.5em 1.5em;
	text-align: center;
	background-color: rgba(0, 0, 50, .015);
}

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

.author-info__avatar .avatar {
	width: 96px;
	height: 96px;
}

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

.author-info__title a {
	text-decoration: none;
	color: var(--main-text__color, #212124);
	background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
	background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	background-repeat: repeat-x;
	background-position: 0 96%;
	background-size: 100% 1px;
}

.author-info__title a:hover,
.author-info__title a:focus {
	background-size: 100% .875rem;
}

/*--------------------------------------------------------------
12.9 Related Posts
--------------------------------------------------------------*/
.related-posts {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.related-posts__title {
	margin-bottom: 2.5rem;
}

.related-posts__title > h3 {
	font-size: var(--headings__font-size, 1.802rem);
}

.related-posts__list .post-card {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.related-posts__list .post-card.has-post-thumbnail .post-card__header {
	    flex: 1 1 auto;

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

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

/*--------------------------------------------------------------
12.10 Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.comments-title,
.comment-reply-title {
	font-size: var(--headings__font-size, 1.802rem);
}

.comments-title {
	margin-bottom: 2.5rem;
	padding-bottom: .25em;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: var(--border__color, #e0e0e5);
}

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

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

.comment-list .comment:before {
	position: absolute;
	top: -2px;
	right: 0;
	content: counter(comment);
	color: rgba(0, 0, 0, .05);
	font-size: 3.247em;
	line-height: 1;
}

.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: none;
}

.comment-list .children > li {
	padding-left: var(--column-gap_base, 1rem);
}

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

.comment-author {
	margin-bottom: .25em;
	font-family: var(--headings__font-family, 'Playfair Display'), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.424);
	line-height: var(--headings__line-height, 1.2);
}

.comment-author .fn {
	font-weight: bold;
}

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

.comment-author .url {
	text-decoration: none;
	color: var(--main-text__color, #212124);
	background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
	background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	background-repeat: repeat-x;
	background-position: 0 96%;
	background-size: 100% 1px;
}

.comment-author .url:hover,
.comment-author .url:focus {
	background-size: 100% .75rem;
}

.comment-metadata,
.pingback .edit-link {
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.comment-metadata {
	margin-bottom: var(--type-gap_base, 1em);
}

.comment-metadata a,
.pingback .comment-edit-link {
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: var(--accent__color, #8C5881);
}

.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: rgba(0, 0, 50, .015);
}

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

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

.bypostauthor > article .comment-content {
	background-color: rgba(39, 94, 194, .04);
}

.comment-reply-link {
	display: inline-block;
	margin-top: var(--type-gap_base, 1em);
	padding: .5em 1em;
	text-decoration: none;
	color: var(--secondary-text__color, #9a9ca1);
	border-width: 1px;
	border-style: solid;
	border-color: var(--border__color, #e0e0e5);
	line-height: 1;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	text-decoration: none;
	color: var(--main-text_inverse__color, #fff);
	border-color: var(--accent__color, #8C5881);
	background-color: var(--accent__color, #8C5881);
}

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

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 1em;
	color: var(--secondary-text__color, #9a9ca1);
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.no-comments {
	margin-bottom: 0;
	font-weight: bold;
}

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

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

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: var(--accent__color, #8C5881);
}

.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(--accent_hover__color, #d00);
}

.form-allowed-tags code {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

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

/*--------------------------------------------------------------
12.11 Sidebar
--------------------------------------------------------------*/
.sidebar {
	padding-top: var(--row-gap_base, 2.5rem);
	padding-bottom: var(--row-gap_base, 2.5rem);
}

.sidebar_right .content:before,
.sidebar_left .content:before {
	content: '';
	background-color: rgba(0, 0, 50, .015);

	grid-column: 1 / -1;
	grid-row: 2 / 3;
}

.sidebar_sticky > .widget-area {
	position: -webkit-sticky;
	position:         sticky;
	top: var(--row-gap_base, 2.5rem);
}

/*--------------------------------------------------------------
12.12 Footer
--------------------------------------------------------------*/
.footer {
	padding: var(--row-gap_base, 2.5rem) 0;
	color: var(--secondary-text__color, #9a9ca1);
	background-color: var(--main-text__color, #212124);
}

.footer a {
	color: var(--secondary-text__color, #9a9ca1);
}

.footer a:hover,
.footer a:focus {
	color: var(--main-text_inverse__color, #fff);
}

.footer__widgets {
	margin-bottom: var(--row-gap_base, 2.5rem);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer__widgets .widget:last-child {
	margin-bottom: var(--row-gap_base, 2.5rem);
}

.footer__info_left {
	margin-bottom: var(--row-gap_base, 2.5rem);
	text-align: center;
}

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

.footer__copyright {
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
}

.footer__copyright a {
	text-decoration: none;
}

.footer__navigation_social {
	text-align: center;
}

/* Footer widgets */
.footer__widgets .widget .widget-title {
	color: var(--main-text_inverse__color, #fff);
}

.footer__widgets .widget ul li {
	border-color: rgba(255, 255, 255, .1);
}

.footer__widgets .widget ul li > a {
	color: var(--secondary-text__color, #9a9ca1);
}

.footer__widgets .widget ul li > a:hover,
.footer__widgets .widget ul li > a:focus {
	color: var(--main-text_inverse__color, #fff);
}

.footer__widgets .widget_calendar th,
.footer__widgets .widget_calendar td {
	border-color: rgba(255, 255, 255, .1);
}

.footer__widgets .widget_recent_entries .post-date {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_recent_comments ul li {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_recent_comments ul li .comment-author-link a {
	color: rgba(255, 255, 255, .25);
}

.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(--secondary-text__color, #9a9ca1);
}

.footer__widgets .widget_rss .widget-title > a {
	color: var(--main-text_inverse__color, #fff);
}

.footer__widgets .widget_rss .widget-title > a:hover,
.footer__widgets .widget_rss .widget-title > a:focus {
	color: var(--secondary-text__color, #9a9ca1);
}

.footer__widgets .widget_rss .rss-date,
.footer__widgets .widget_rss cite {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__meta,
.footer__widgets .widget_kelta_recent_posts .post-item__meta {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__meta a,
.footer__widgets .widget_kelta_recent_posts .post-item__meta a {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__meta a:hover,
.footer__widgets .widget_kelta_most_commented_posts .post-item__meta a:focus,
.footer__widgets .widget_kelta_recent_posts .post-item__meta a:hover,
.footer__widgets .widget_kelta_recent_posts .post-item__meta a:focus {
	color: var(--secondary-text__color, #9a9ca1);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__title,
.footer__widgets .widget_kelta_recent_posts .post-item__title {
	font-weight: normal;
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__title a,
.footer__widgets .widget_kelta_recent_posts .post-item__title a {
	color: var(--secondary-text__color, #9a9ca1);
	background: none;
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__title a:hover,
.footer__widgets .widget_kelta_most_commented_posts .post-item__title a:focus,
.footer__widgets .widget_kelta_recent_posts .post-item__title a:hover,
.footer__widgets .widget_kelta_recent_posts .post-item__title a:focus {
	color: var(--main-text_inverse__color, #fff);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__footer,
.footer__widgets .widget_kelta_recent_posts .post-item__footer {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__footer a,
.footer__widgets .widget_kelta_recent_posts .post-item__footer a {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_kelta_most_commented_posts .post-item__footer a:hover,
.footer__widgets .widget_kelta_most_commented_posts .post-item__footer a:focus,
.footer__widgets .widget_kelta_recent_posts .post-item__footer a:hover,
.footer__widgets .widget_kelta_recent_posts .post-item__footer a:focus {
	color: var(--secondary-text__color, #9a9ca1);
}

.footer__widgets .tagcloud .tag-cloud-link {
	color: var(--secondary-text__color, #9a9ca1);
	border-color: rgba(255, 255, 255, .1);
}

.footer__widgets .tagcloud .tag-cloud-link .tag-link-count {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .tagcloud .tag-cloud-link:hover,
.footer__widgets .tagcloud .tag-cloud-link:focus {
	color: var(--main-text_inverse__color, #fff);
	border-color: rgba(255, 255, 255, .25);
	background-color: transparent;
}

.footer__widgets .tagcloud .tag-cloud-link:hover .tag-link-count,
.footer__widgets .tagcloud .tag-cloud-link:focus .tag-link-count {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_archive li,
.footer__widgets .widget_categories li {
	color: rgba(255, 255, 255, .25);
}

.footer__widgets .widget_categories .current-cat > a,
.footer__widgets .widget_nav_menu .current-menu-item > a,
.footer__widgets .widget_pages .current_page_item > a {
	color: var(--main-text_inverse__color, #fff);
}

/*--------------------------------------------------------------
12.13 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(--main-text__color, #212124);
}

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

.search-overlay__close {
	position: fixed;
	top: 0;
	right: 0;
	color: var(--secondary-text__color, #9a9ca1);
	border-width: 0;
	background-color: transparent;
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.125);
}

.search-overlay__close:hover,
.search-overlay__close:focus {
	color: var(--main-text_inverse__color, #fff);
	background-color: transparent;
}

.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: 50%;
	width: calc(100% - 2rem);
	max-width: 30rem;
	margin: 0 auto;
	-webkit-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
}

.search-overlay input[type='search'].search-form__field {
	padding: 1em 4.5em 1em 2em;
	color: var(--main-text_inverse__color, #fff);
	border-width: 0;
	border-radius: 2.5em;
	background-color: rgba(255, 255, 255, .05);
}

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

.search-overlay .search-form__submit:before {
	font-size: calc(var(--headings__font-size, 1.802rem) / 1.424);
}

/*--------------------------------------------------------------
13.0 Multisites
--------------------------------------------------------------*/
.widecolumn {
	padding-top: var(--row-gap_base, 2.5rem);

	grid-column: 2 / -2;
}

.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: normal;
}

.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: normal;
}

.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(--type-gap_base, 1em) 0;
}

.widecolumn p + h2 {
	margin: var(--type-gap_base, 1em) 0;
}

.widecolumn label,
.widecolumn .mu_register label {
	font-size: calc(var(--main-text__font-size, 1rem) / 1.125);
	font-weight: normal;
}

.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(--main-text__font-size, 1rem);
}

.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: calc(var(--headings__font-size, 1.802rem) / 1.266);
}

.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: bold;
}

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

@media screen and (min-width: 480px) {
	.header,
	.featured-info,
	.featured-carousel__item-wrapper,
	.content,
	.footer {
		grid-template-columns: 1fr repeat(8, minmax(1rem, 6rem)) 1fr;
	}
}

@media screen and (min-width: 600px) {
	:root {
		--column-gap_base: 1.5rem;
	}
	blockquote {
		padding: 1.5em 2.5em;
	}
	.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(--type-gap_base, 1em);
	}
	.post-navigation div + div {
		margin-top: 0;
		padding-top: 0;
		padding-left: var(--type-gap_base, 1em);
		border-top-width: 0;
		border-left-width: 1px;
	}
	.post-navigation div + div .nav-link-thumbnail {
		margin-right: 0;
		margin-left: 1rem;

		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.post-navigation div + div .nav-link-meta {
		text-align: right;
	}
	.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.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	.featured-info__tagline {
		margin-bottom: 1.5rem;
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.125);
	}
	.featured-carousel__caption {
		margin-bottom: 1.5rem;
	}
	.featured-carousel__caption .entry-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.125);
	}
	.main-content__widgets .widget-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -.75rem;
		margin-left: -.75rem;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.main-content__widgets .widget {
		    flex: 1 1 50%;
		padding-right: .75rem;
		padding-left: .75rem;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
	}
	.content-layout_two-columns .main-content__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.content-layout_two-columns-large .main-content__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.content-layout_two-columns-large .main-content__grid .post-card_large {
		grid-column: 1 / -1;
	}
	.sidebar_no.content-layout_two-columns .main-content__grid,
	.sidebar_no.content-layout_two-columns-large .main-content__grid,
	.content-layout_three-columns .main-content__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hfeed .main-content > article:not(.post-card).sticky,
	.hfeed .main-content > article:not(.post-card).format-image,
	.hfeed .main-content > article:not(.post-card).format-aside,
	.hfeed .main-content > article:not(.post-card).format-video,
	.hfeed .main-content > article:not(.post-card).format-quote,
	.hfeed .main-content > article:not(.post-card).format-link,
	.hfeed .main-content > article:not(.post-card).format-gallery,
	.hfeed .main-content > article:not(.post-card).format-audio,
	.hfeed .main-content > article:not(.post-card).format-status,
	.hfeed .main-content > article:not(.post-card).format-chat {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.post-card__header,
	.post-card__content,
	.post-card__footer {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.post-card__sticky {
		right: 1.5rem;
	}
	.post-card_large.has-post-thumbnail .post-card__thumbnail {
		padding-top: 67% !important;
	}
	.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;
	}
	.related-posts__list {
		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;
	}
	.related-posts__list .post-card {
		    flex: 0 0 calc(50% - .75rem);

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - .75rem);
	}
	.related-posts__list > :nth-child(odd) {
		margin-right: 1.5rem;
	}
	.related-posts__list > :nth-last-child(2) {
		margin-bottom: 0;
	}
	.comment-content {
		padding: 1.5em 2em;
	}
	.comment-form {
		padding: 1.5em 2em;
		background-color: rgba(0, 0, 50, .015);
	}
	.footer__widgets .widget-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -.75rem;
		margin-left: -.75rem;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer__widgets .widget {
		    flex: 1 1 50%;
		padding-right: .75rem;
		padding-left: .75rem;

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

@media screen and (min-width: 840px) {
	.header,
	.featured-info,
	.featured-carousel__item-wrapper,
	.content,
	.footer {
		grid-template-columns: 1fr repeat(12, minmax(1rem, 4.875rem)) 1fr;
	}
}

@media screen and (min-width: 960px) {
	.header__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		    flex: 0 1 auto;

		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 ul.header__menu_secondary {
		position: relative;
		margin-left: var(--column-gap_base, 1rem);
	}
	.header__menu ul.header__menu_secondary:before {
		position: absolute;
		top: 50%;
		left: -.75em;
		width: 1px;
		height: 1.5em;
		margin-top: -.75em;
		content: '';
		background-color: var(--border__color, #e0e0e5);
	}
	.header__menu li {
		display: inline-block;
		border-width: 0;
	}
	.header__menu li:hover > a,
	.header__menu li.focus > a {
		color: var(--accent__color, #8C5881);
	}
	.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 a.menu-item_search {
		padding: calc(var(--main-text__font-size, 1rem) * 1.4255) calc(var(--main-text__font-size, 1rem) * .5);
	}
	.header__menu a.menu-item_search .screen-reader-text {
		position: absolute !important;
	}
	.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(--main-text__color, #212124);
	}
	.header__menu ul ul li:hover > a,
	.header__menu ul ul li:focus > a {
		color: var(--main-text_inverse__color, #fff);
	}
	.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;
		color: var(--secondary-text__color, #9a9ca1);
		font-weight: normal;
	}
	.header__menu ul ul a:hover,
	.header__menu ul ul a:focus {
		color: var(--main-text_inverse__color, #fff);
	}
	.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 {
		color: var(--main-text_inverse__color, #fff);
	}
	.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: .5em;
		right: 1.5em;
		display: inline-block;
		content: '\f107';
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: auto;
	}
	.header__menu ul ul ul {
		top: -1em;
	}
	.header__menu-toggle {
		display: none;
	}
	.dropdown-toggle {
		display: none;
	}
	.dropdown-toggle.toggled-on {
		display: none;
	}
	.footer__menu li {
		margin-right: .25em;
	}
	.footer__menu li:last-child {
		margin-right: 0;
	}
	.main-content {
		grid-column: 2 / 10;
	}
	.sidebar {
		grid-column: 10 / 14;
		grid-row: 1 / 2;
	}
	.sidebar_left .main-content {
		grid-column: 6 / 14;
	}
	.sidebar_left .sidebar {
		grid-column: 2 / 6;
	}
	.sidebar_no .main-content {
		grid-column: 4 / -4;
	}
	.sidebar_no.page .main-content,
	.sidebar_no.content-layout_two-columns .main-content,
	.sidebar_no.content-layout_two-columns-large .main-content,
	.sidebar_no.content-layout_three-columns .main-content {
		grid-column: 2 / -2;
	}
	.sidebar_no.kelta-customizer .sidebar {
		display: none;
	}
	.header__site-title a {
		padding: 1.573959rem 0;
	}
	.custom-logo-link {
		padding-top: 1.375rem;
		padding-bottom: 1.375rem;
	}
	.featured-info {
		grid-auto-rows: 25rem;
	}
	.featured-info:after {
		position: absolute;
		top: 1rem;
		left: 1rem;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
		content: '';
		border-width: 2px;
		border-style: solid;
		border-color: rgba(0, 0, 0, .04);
	}
	.featured-info__media {
		grid-column: 1 / 10;
	}
	.featured-info__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		grid-column: 8 / -2;
	}
	.featured-info__tagline {
		margin-top: auto;
		margin-bottom: auto;
		padding: 1.5rem 2rem;
		text-align: left;
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.266);
	}
	.featured-info_has-header-image:not(.featured-info_has-tagline) .featured-info__media {
		grid-column: 1 / -1;
	}
	.featured-carousel {
		height: 25rem;
	}
	.featured-carousel__item-wrapper {
		grid-auto-rows: 25rem;
	}
	.featured-carousel__item-wrapper:after {
		position: absolute;
		top: 1rem;
		left: 1rem;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
		content: '';
		border-width: 2px;
		border-style: solid;
		border-color: rgba(0, 0, 0, .04);
	}
	.featured-carousel__media {
		grid-column: 1 / 10;
	}
	.featured-carousel__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		grid-column: 8 / -2;
	}
	.featured-carousel__caption {
		position: relative;
		bottom: auto;
		margin-top: auto;
		margin-bottom: auto;
		padding: 1.5rem 2rem;
		text-align: left;
	}
	.featured-carousel__caption .entry-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.266);
	}
	.featured-image {
		height: 25rem;
	}
	.main-content {
		padding-bottom: var(--row-gap_base, 2.5rem);
	}
	.sidebar_no.content-layout_two-columns .main-content__grid,
	.sidebar_no.content-layout_two-columns-large .main-content__grid,
	.content-layout_three-columns .main-content__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.sidebar_no.content-layout_two-columns .main-content__grid .post-card_large,
	.sidebar_no.content-layout_two-columns-large .main-content__grid .post-card_large,
	.content-layout_three-columns .main-content__grid .post-card_large {
		grid-column: 1 / 3;
	}
	.sidebar_right .content:before {
		grid-column: 10 / 15;
		grid-row: 1 / 2;
	}
	.sidebar_right .sidebar {
		padding-left: var(--column-gap_base, 1rem);
	}
	.sidebar_left .content:before {
		grid-column: 1 / 6;
		grid-row: 1 / 2;
	}
	.sidebar_left .sidebar {
		padding-right: var(--column-gap_base, 1rem);
	}
	.footer__widgets .widget {
		    flex: 1 1 calc(100% / 3);

		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(100% / 3);
	}
	.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;
		text-align: left;
	}
	.footer__navigation:not(:last-child) {
		margin-bottom: .5em;
	}
	.footer__navigation_social {
		margin-top: auto;
		margin-bottom: auto;
	}
	.widecolumn {
		padding-bottom: var(--row-gap_base, 2.5rem);

		grid-column: 2 / 10;
	}
}

@media screen and (min-width: 1280px) {
	:root {
		--column-gap_base: 2.5rem;
		--row-gap_base: 3.5rem;
		--type-gap_base: 1.5em;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: calc(var(--main-text__font-size, 1rem) * 1.5);
	}
	pre {
		margin-bottom: calc(var(--main-text__font-size, 1rem) * 1.5);
	}
	.header__menu ul.header__menu_secondary:before {
		left: -1.25em;
	}
	.header__menu a {
		padding: 1.625em .75em;
	}
	.post-navigation div + div .nav-link-thumbnail {
		margin-left: 1.5rem;
	}
	.post-navigation .nav-link-thumbnail {
		margin-right: 1.5rem;
	}
	.header,
	.featured-info,
	.featured-carousel__item-wrapper,
	.content,
	.footer {
		grid-template-columns: 1fr repeat(12, minmax(1rem, 3.95833rem)) 1fr;
	}
	.featured-info {
		grid-auto-rows: 30rem;
	}
	.featured-info__tagline {
		padding: 2rem 3rem;
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.802);
	}
	.featured-carousel {
		height: 30rem;
	}
	.featured-carousel__item-wrapper {
		grid-auto-rows: 30rem;
	}
	.featured-carousel__caption {
		padding: 2rem 3rem;
	}
	.featured-carousel__caption .entry-meta {
		margin-bottom: .5em;
	}
	.featured-carousel__caption .entry-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.802);
	}
	.featured-image {
		height: 30rem;
	}
	.main-content__widgets .widget-area {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
	.main-content__widgets .widget {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.page-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.424);
	}
	.entry-title {
		margin-bottom: var(--main-text__font-size, 1rem);
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.424);
	}
	.entry-gallery:last-child {
		margin-bottom: -1.5em;
	}
	.hfeed .main-content > article:not(.post-card).sticky,
	.hfeed .main-content > article:not(.post-card).format-image,
	.hfeed .main-content > article:not(.post-card).format-aside,
	.hfeed .main-content > article:not(.post-card).format-video,
	.hfeed .main-content > article:not(.post-card).format-quote,
	.hfeed .main-content > article:not(.post-card).format-link,
	.hfeed .main-content > article:not(.post-card).format-gallery,
	.hfeed .main-content > article:not(.post-card).format-audio,
	.hfeed .main-content > article:not(.post-card).format-status,
	.hfeed .main-content > article:not(.post-card).format-chat {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
		padding: 3.5rem 2.5rem;
	}
	.hfeed .main-content > article:not(.post-card).sticky:first-child,
	.hfeed .main-content > article:not(.post-card).format-image:first-child,
	.hfeed .main-content > article:not(.post-card).format-aside:first-child,
	.hfeed .main-content > article:not(.post-card).format-video:first-child,
	.hfeed .main-content > article:not(.post-card).format-quote:first-child,
	.hfeed .main-content > article:not(.post-card).format-link:first-child,
	.hfeed .main-content > article:not(.post-card).format-gallery:first-child,
	.hfeed .main-content > article:not(.post-card).format-audio:first-child,
	.hfeed .main-content > article:not(.post-card).format-status:first-child,
	.hfeed .main-content > article:not(.post-card).format-chat:first-child {
		margin-top: -3.5rem;
	}
	.hfeed.sidebar_no .main-content > article:not(.post-card).sticky:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-image:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-aside:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-video:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-quote:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-link:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-gallery:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-audio:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-status:first-child,
	.hfeed.sidebar_no .main-content > article:not(.post-card).format-chat:first-child {
		margin-top: 0;
	}
	.post-card_large .post-card__title {
		font-size: var(--headings__font-size, 1.802rem);
	}
	.related-posts__title > h3 {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.125);
	}
	.related-posts__list .post-card {
		    flex: 0 0 calc(50% - 1.25rem);

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1.25rem);
	}
	.related-posts__list > :nth-child(odd) {
		margin-right: 2.5rem;
	}
	.comments-title,
	.comment-reply-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 1.125);
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-author,
	.comment-form-email {
		margin-right: 2%;
	}
	.footer__widgets .widget-area {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
	.footer__widgets .widget {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.featured-info {
		grid-auto-rows: 40rem;
	}
	.featured-info__tagline {
		margin-right: -4rem;
		padding: 2.5rem 4rem;
		font-size: calc(var(--headings__font-size, 1.802rem) * 2.027);
	}
	.featured-carousel {
		height: 40rem;
	}
	.featured-carousel__item-wrapper {
		grid-auto-rows: 40rem;
	}
	.featured-carousel__caption {
		margin-right: -4rem;
		padding: 2.5rem 4rem;
	}
	.featured-carousel__caption .entry-title {
		font-size: calc(var(--headings__font-size, 1.802rem) * 2.027);
	}
	.featured-carousel .slick-prev,
	.featured-carousel .slick-next,
	.featured-carousel .slick-dots {
		z-index: 10;
		display: block !important;
	}
	.featured-image {
		height: 40rem;
	}
}

@media print {
	.header,
	.featured-info,
	.featured-carousel__item-wrapper,
	.content,
	.footer {
		display: block;
	}
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.header__menu,
	.header__menu-toggle,
	.footer__navigation,
	.footer__navigation_social,
	.featured,
	.sidebar,
	.edit-link,
	.page-links,
	.post-navigation,
	.related-posts,
	.main-content__widgets,
	.comment-respond,
	.comment-metadata .edit-link,
	.comment-reply-link,
	.pingback .edit-link,
	.footer__widgets,
	.scroll-to-top {
		display: none !important;
	}
	.header {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.post-card_image.has-post-thumbnail .post-card__thumbnail,
	.post-card_gallery.has-post-thumbnail .post-card__thumbnail,
	.post-card_large.has-post-thumbnail .post-card__thumbnail {
		display: table;
		height: auto;
		padding-top: 67%;
	}
	.post-card_image.has-post-thumbnail .post-card__thumbnail a:before,
	.post-card_gallery.has-post-thumbnail .post-card__thumbnail a:before,
	.post-card_large.has-post-thumbnail .post-card__thumbnail a:before {
		display: none;
	}
	.post-card_image.has-post-thumbnail .post-card__thumbnail-overlay,
	.post-card_gallery.has-post-thumbnail .post-card__thumbnail-overlay,
	.post-card_large.has-post-thumbnail .post-card__thumbnail-overlay {
		position: relative;
	}
	.post-card_image.has-post-thumbnail .post-card__meta,
	.post-card_gallery.has-post-thumbnail .post-card__meta,
	.post-card_large.has-post-thumbnail .post-card__meta {
		color: var(--secondary-text__color, #9a9ca1);
	}
	.post-card_image.has-post-thumbnail .post-card__meta a,
	.post-card_gallery.has-post-thumbnail .post-card__meta a,
	.post-card_large.has-post-thumbnail .post-card__meta a {
		color: var(--secondary-text__color, #9a9ca1);
	}
	.post-card_image.has-post-thumbnail .post-card__meta a:hover,
	.post-card_image.has-post-thumbnail .post-card__meta a:focus,
	.post-card_gallery.has-post-thumbnail .post-card__meta a:hover,
	.post-card_gallery.has-post-thumbnail .post-card__meta a:focus,
	.post-card_large.has-post-thumbnail .post-card__meta a:hover,
	.post-card_large.has-post-thumbnail .post-card__meta a:focus {
		color: var(--accent__color, #8C5881);
	}
	.post-card_image.has-post-thumbnail .post-card__title a,
	.post-card_gallery.has-post-thumbnail .post-card__title a,
	.post-card_large.has-post-thumbnail .post-card__title a {
		color: var(--main-text__color, #212124);
		background-image: -webkit-gradient(linear, left top, right top, from(#dfe7f6), to(#dfe7f6));
		background-image: linear-gradient(to right, #dfe7f6 0%, #dfe7f6 100%);
	}
	.post-card_image.has-post-thumbnail .post-card__footer,
	.post-card_gallery.has-post-thumbnail .post-card__footer,
	.post-card_large.has-post-thumbnail .post-card__footer {
		color: var(--secondary-text__color, #9a9ca1);
	}
	.post-card_image.has-post-thumbnail .post-card__footer a,
	.post-card_gallery.has-post-thumbnail .post-card__footer a,
	.post-card_large.has-post-thumbnail .post-card__footer a {
		color: var(--secondary-text__color, #9a9ca1);
	}
	.post-card_image.has-post-thumbnail .post-card__footer a:hover,
	.post-card_image.has-post-thumbnail .post-card__footer a:focus,
	.post-card_gallery.has-post-thumbnail .post-card__footer a:hover,
	.post-card_gallery.has-post-thumbnail .post-card__footer a:focus,
	.post-card_large.has-post-thumbnail .post-card__footer a:hover,
	.post-card_large.has-post-thumbnail .post-card__footer a:focus {
		color: var(--accent__color, #8C5881);
	}
}
