/*!
Theme Name: Falkorn
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Falkorn is a clean and modern WordPress theme with an elegant, carefully crafted design. This powerful, responsive blog theme is ideal for your personal or magazine-style blog, whether your passion is travel, beauty, nature, photography, architecture, DIY... the list goes on! Falkorn will make your WordPress look beautiful everywhere. The theme was designed with the "mobile first" design, meaning it was designed for mobile from the beginning and was adapted for bigger screen afterward. This result in a beautiful experience for the users, on all devices. Unlimited colors, 3 featured area layouts, 5 different blog listing layouts, 2 custom widgets, dozens of configurable options - and all of this you can manage with one click of your mouse in user friendly WordPress Customizer or when adding new post or page.
Version: 1.0.2
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Tags: one-column, custom-background, custom-header, custom-menu, flexible-header, featured-images, sticky-post, threaded-comments, editor-style, translation-ready
Text Domain: falkorn
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Animations
6.0 Typography
7.0 Elements
8.0 Forms
  8.1 Buttons
  8.2 Fields
9.0 Navigation
	9.1 Links
	9.2 Menus
  9.3 Navigations
10.0 Media
	10.1 Captions
	10.2 Galleries
  10.3 Carousels
11.0 Blocks
12.0 Widgets
13.0 Content
  13.1 Header
  13.2 Featured
  13.3 Regular Content
  13.4 Pages
	13.5 Posts
  13.6 Post Items
  13.7 Post Cards
  13.8 Author Info
  13.9 Related Posts
	13.10 Comments
  13.11 Sidebar
  13.12 Footer
  13.13 Search Overlay
14.0 Multisites
15.0 Customizer
16.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15;

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

body {
	margin: 0;
}

main {
	display: block;
}

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

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;
}

abbr[title] {
	        text-decoration: underline;
	        text-decoration: underline dotted;
	border-bottom: none;

	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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,
[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 {
	padding: .35em .75em .625em;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	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-decoration {
	-webkit-appearance: none;
}

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

	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	word-wrap: normal !important;
	border: 0;

	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #17181e;
	border-radius: 3px;
	background-color: #f7f8fa;
	-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: 16px;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;

	-webkit-clip-path: none;
	        clip-path: none;
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-top: .5em;
	margin-right: 1.8em;
}

.alignright {
	float: right;
	margin-top: .5em;
	margin-left: 1.8em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear::after,
.header::after,
.content::after,
.footer::after,
.entry__content::after,
.entry__summary::after,
.comment-content::after,
.textwidget::after {
	display: block;
	clear: both;
	content: '';
}

/*--------------------------------------------------------------
5.0 Animations
--------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes masonryItems {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes masonryItems {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: rgba(255, 255, 255, .35);
	}
	5% {
		background-color: rgba(255, 255, 255, .7);
	}
	20% {
		background-color: rgba(255, 255, 255, .35);
	}
}

@keyframes pulse {
	0% {
		background-color: rgba(255, 255, 255, .35);
	}
	5% {
		background-color: rgba(255, 255, 255, .7);
	}
	20% {
		background-color: rgba(255, 255, 255, .35);
	}
}

/*--------------------------------------------------------------
6.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	color: #17181e;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;

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

button,
input,
select,
optgroup,
textarea {
	color: #17181e;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	line-height: 1.8;

	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: calc(1.8 * 2rem);
	margin-bottom: calc(1.8 * 1rem);
	color: #17181e;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3125em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1.8em;
	padding: 0;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-weight: 700;
}

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

del {
	opacity: .8;
}

blockquote {
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: .5625em;
	padding-bottom: .5em;
	padding-left: 2em;
	color: #17181e;
	border-left: 4px solid #d42929;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.125em;
	font-weight: 400;
	font-style: italic;
	line-height: 1.8;
}

blockquote cite {
	display: block;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	font-style: normal;
}

blockquote cite::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 1.8em;
	font-style: italic;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 0 0 2rem;
	padding: 1.8em calc(1.8em * 1.25);
	background-color: #f7f8fa;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: .875em;
	line-height: 1.6;
}

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

code,
kbd,
tt,
var {
	word-wrap: break-word;
	background-color: #f7f8fa;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: .875em;
	line-height: 1.6;
}

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

mark,
ins {
	text-decoration: none;
	color: #fff;
	background-color: #d42929;
}

big {
	font-size: 125%;
}

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

::selection {
	color: #fff;
	background-color: #d42929;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

hr {
	height: 1px;
	margin-bottom: 1.8em;
	border: 0;
	background-color: #e8e9ec;
}

ul,
ol {
	margin: 0 0 1.8em;
	padding-left: 2.6em;
}

ul {
	list-style: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.8em 1.8em;
}

table {
	width: 100%;
	margin: 0 0 1.8em;
	border-collapse: collapse;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

table th,
table td {
	padding: .5em 1em;
	word-break: break-all;
	border: 1px solid #e8e9ec;
}

table th {
	background-color: #f7f8fa;
	font-weight: 700;
}

/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Buttons
--------------------------------------------------------------*/
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	display: inline-block;
	padding: .5375em 2em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #d42929;
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #d42929;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8;

	-webkit-appearance: none;
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	cursor: pointer;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	color: #fff;
	border-color: #b62323;
	background-color: #b62323;
}

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

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

a.button {
	text-decoration: none;
}

/*--------------------------------------------------------------
8.2 Fields
--------------------------------------------------------------*/
label {
	display: block;
	margin-bottom: .5em;
	color: #17181e;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
}

fieldset {
	margin-bottom: 1.8em;
}

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%;
	min-height: 3rem;
	padding: .5375em 1.5em;
	color: #2d2e34;
	border: 1px solid rgba(23, 24, 30, .08);
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;

	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
}

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 {
	border: 1px solid rgba(23, 24, 30, .14);
}

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

textarea {
	max-width: 100%;
	resize: vertical;
}

select {
	max-width: 100%;
	height: 3rem;
	padding: 0 1.25em;
	color: #2d2e34;
	border: 1px solid rgba(23, 24, 30, .08);
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
}

select:focus {
	border: 1px solid, rgba(23, 24, 30, .14);
	outline: thin solid rgba(212, 41, 41, .15);
	outline-offset: -.25em;
}

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

input[type='radio'] + label,
input[type='checkbox'] + label {
	display: inline;
	margin-bottom: 0;
	font-weight: 400;
}

form > :last-child {
	margin-bottom: 0;
}

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

.post-password-form label {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
}

.post-password-form input[type='password'] {
	margin-top: .5em;
	margin-bottom: 1.8em;
	font-size: 16px;
	font-size: 1rem;
}

.post-password-form input[type='submit'] {
	font-size: 16px;
	font-size: 1rem;
}

/* Search Form */
.search-form {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
}

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

.search-form__button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 3em;
	padding: 0;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	color: #84858a;
	border: 0;
	background-color: transparent;
}

.search-form__button:hover,
.search-form__button:focus {
	color: #4a4b51;
	background-color: transparent;
}

.search-form__button > svg {
	vertical-align: middle;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #84858a;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

:-moz-placeholder {
	color: #84858a;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

::-moz-placeholder {
	opacity: 1;
	color: #84858a;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #84858a;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

/*--------------------------------------------------------------
9.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Links
--------------------------------------------------------------*/
a {
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	text-decoration: underline;
	color: #d42929;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
9.2 Menus
--------------------------------------------------------------*/
/* Primary Menu */
.sidebar__navigation {
	margin-bottom: 4rem;
}

.sidebar__navigation::after {
	display: block;
	width: 33%;
	height: .0625rem;
	margin-top: 2rem;
	content: '';
	background-color: #e8e9ec;
}

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

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

.sidebar__navigation li {
	position: relative;
}

.sidebar__navigation a {
	display: inline-block;
	padding: .125em 0;
	text-decoration: none;
	color: #17181e;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1875em;
	font-weight: 400;
}

.sidebar__navigation a:hover,
.sidebar__navigation a:focus {
	color: #d42929;
}

.sidebar__navigation a:focus {
	outline: none;
}

.sidebar__navigation .current-menu-item > a,
.sidebar__navigation .current-menu-ancestor > a {
	color: #d42929;
}

.sidebar__navigation .menu-item-has-children > a {
	margin-right: .375em;
}

.sidebar__navigation ul ul {
	display: none;
	margin-left: 1.5em;
}

.sidebar__navigation ul ul a {
	color: #84858a;
	font-size: 1em;
	font-weight: 400;
}

.sidebar__navigation ul ul a:hover,
.sidebar__navigation ul ul a:focus {
	color: #d42929;
}

.sidebar__navigation ul ul .current-menu-item > a,
.sidebar__navigation ul ul .current-menu-ancestor > a {
	color: #d42929;
}

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

/* Dropdown Toggle */
.dropdown-toggle {
	padding: .25em;
	vertical-align: 10%;
	color: #84858a;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	line-height: 1;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: #d42929;
	background-color: transparent;
}

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

.dropdown-toggle.toggled-on {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	-webkit-transform-origin: center;
	        transform-origin: center;
	color: #d42929;
}

.dropdown-toggle > svg {
	vertical-align: middle;
}

.sidebar__menu > li > .dropdown-toggle {
	vertical-align: 15%;
}

/* Footer Menu */
.footer__menu {
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer__menu li {
	display: inline-block;
	margin-right: 1em;
}

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

.footer__menu li a {
	text-decoration: none;
	color: #999a9e;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer__menu li a:hover,
.footer__menu li a:focus {
	color: #e8e9ec;
}

/* Social Menu */
.menu--social {
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu--social li {
	display: inline-block;
	margin-right: .75em;
}

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

.menu--social li a {
	display: block;
	text-decoration: none;
	color: #999a9e;
	line-height: 1;
}

.menu--social li a:hover,
.menu--social li a:focus {
	color: #e8e9ec;
}

.menu--social li a > svg {
	vertical-align: middle;
}

/*--------------------------------------------------------------
9.3 Navigations
--------------------------------------------------------------*/
/* Page Links */
.page-links {
	clear: both;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8;
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin-right: .5em;
	padding: .475em 1.125em .35em;
	text-align: center;
	color: #17181e;
	background-color: #f7f8fa;
}

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

.page-links a:hover,
.page-links a:focus {
	color: #fff;
	background-color: #d42929;
}

.page-links > span:not(.page-links-title) {
	color: #fff;
	background-color: #17181e;
}

.page-links .page-links-title {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

/* Post Navigation */
.post-navigation-area {
	position: relative;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	border-top: .25em solid #f4f5f8;
}

.post-navigation {
	clear: both;
	overflow: hidden;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

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

.post-navigation .nav-previous svg,
.post-navigation .nav-next svg {
	position: absolute;
	top: 50%;
	color: #84858a;
}

.post-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #17181e;
	line-height: 1.5;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #17181e;
	outline: 0;
}

.post-navigation a:focus {
	color: #d42929;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	margin-bottom: .125em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.post-navigation .post-title {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2;

	text-rendering: optimizeLegibility;
}

.attachment .post-navigation {
	margin-bottom: 4rem;
}

.attachment .post-navigation .nav-links {
	overflow: hidden;
}

/* Comment Navigation */
.comment-navigation {
	overflow: hidden;
	margin-bottom: 4rem;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty) {
	margin-left: 1.5em;
}

.comment-navigation a {
	text-decoration: none;
	color: #84858a;
}

.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #4a4b51;
}

.comment-navigation a:focus {
	outline: none;
}

/* Pagination */
.pagination {
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
}

.pagination .page-numbers {
	display: none;
	margin-right: .25em;
	padding: .475em 1.125em .35em;
	color: #17181e;
	background-color: #f7f8fa;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
}

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

.pagination .page-numbers.current {
	color: #fff;
	background-color: #17181e;
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #d42929;
}

.pagination a:focus {
	outline: 0;
}

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

.pagination .prev,
.pagination .next {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

/* Scroll to Top */
.button--scroll-to-top {
	position: fixed;
	z-index: 1000;
	right: 1rem;
	bottom: 1rem;
	display: none;
	padding: .5em;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
	        transition: color .25s ease-in-out, background-color .25s ease-in-out;
	color: #fff;
	border: 0;
	border-radius: 50%;
	outline: 0;
	background-color: #d42929;
}

.button--scroll-to-top:hover,
.button--scroll-to-top:focus {
	color: #fff;
	background-color: #b62323;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

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

.button--scroll-to-top > svg {
	vertical-align: middle;
}

/*--------------------------------------------------------------
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 1.8em;
	/* 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: 1.8em;
	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 1.8em;
}

svg {
	-webkit-transition: fill 120ms ease-in-out;
	        transition: fill 120ms ease-in-out;

	fill: currentColor;
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.8em;
}

.wp-caption.aligncenter {
	text-align: center;
}

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

.wp-caption-text {
	margin: 0;
	padding: 1em 1em 0;
	text-align: center;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

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

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.8em;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 16px * 1) / 2 - .01px);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 16px * 2) / 3 - .01px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 16px * 3) / 4 - .01px);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 16px * 4) / 5 - .01px);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 16px * 5) / 6 - .01px);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 16px * 6) / 7 - .01px);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 16px * 7) / 8 - .01px);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 16px * 8) / 9 - .01px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-item:last-of-type {
	margin-right: 0;
}

.gallery-item > div > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.gallery-item > div > a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 0;
	background-color: #17181e;
}

.gallery-item > div > a:hover::before,
.gallery-item > div > a:focus::before {
	opacity: .15;
}

.gallery-item > div > a img {
	display: block;
}

.gallery-caption {
	display: block;
	margin: 0;
	padding: 1em 1em 0;
	text-align: center;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

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

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

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

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

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

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

.carousel__item {
	position: relative;
	opacity: 0;
}

.carousel.slick-initialized .carousel__item {
	opacity: 1;
}

.carousel__arrow {
	z-index: 120;
	padding: 0;
	color: rgba(255, 255, 255, .4);
	border: 0;
	background-color: transparent;
}

.carousel__arrow:hover,
.carousel__arrow:focus {
	background-color: transparent;
}

.carousel__arrow:focus {
	outline: none;
}

.carousel__arrow .svg-icon {
	vertical-align: middle;
}

/*--------------------------------------------------------------
11.0 Blocks
--------------------------------------------------------------*/
.entry__summary > *,
.entry__content > * {
	max-width: 100%;
	margin-bottom: calc(1.8 * 1rem);
}

.entry__summary > *.alignwide,
.entry__content > *.alignwide {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.entry__summary > *.alignfull,
.entry__content > *.alignfull {
	position: relative;
	left: -1.5rem;
	clear: both;
	width: calc(100% + 2 * 1.5rem);
	max-width: calc(100% + 2 * 1.5rem);
}

.entry__summary > *.alignleft,
.entry__content > *.alignleft {
	float: left;
	margin-right: 1.8em;
}

.entry__summary > *.alignright,
.entry__content > *.alignright {
	float: right;
	margin-left: 1.8em;
}

.entry__summary > *.aligncenter,
.entry__content > *.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.entry__content p.has-background {
	padding: 20px 30px;
}

.entry__content p.has-vivid-red-background-color:not(.has-text-color),
.entry__content p.has-vivid-cyan-blue-background-color:not(.has-text-color),
.entry__content p.has-very-dark-gray-background-color:not(.has-text-color) {
	color: #fff;
}

.entry__content p.has-drop-cap::first-letter {
	margin: .5rem 1rem 0 0;
	padding: 1.625rem;
	color: #fff;
	background-color: #d42929;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 2.53125em;
	font-weight: 700;
	line-height: 1;
}

.entry__content p.has-background.has-drop-cap::first-letter {
	color: inherit;
	background-color: rgba(0, 0, 0, .15);
}

.entry__content p.has-drop-cap::after {
	padding-top: 0;
	line-height: 0;
}

.entry__content .wp-block-table {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

.entry__content .wp-block-table th,
.entry__content .wp-block-table td {
	padding: .5em 1em;
	border: 1px solid #e8e9ec;
}

.entry__content .wp-block-quote {
	margin-top: 2.025em;
	margin-bottom: 2.025em;
	font-size: 16px;
	font-size: 1rem;
}

.entry__content .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-top: .5625em;
	padding-bottom: .5em;
	padding-left: 2em;
	border-left: 4px solid #d42929;
}

.entry__content .wp-block-quote p {
	color: #17181e;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.125em;
	font-weight: 400;
	font-style: italic;
	line-height: 1.8;
}

.entry__content .wp-block-quote.is-large,
.entry__content .wp-block-quote.is-style-large {
	margin: 2em auto;
	padding: 0;
	border: 0;
}

.entry__content .wp-block-quote.is-large p,
.entry__content .wp-block-quote.is-style-large p {
	font-size: 1.3125em;
}

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

.entry__content .wp-block-quote cite,
.entry__content .wp-block-quote footer {
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	font-style: normal;
	line-height: 1.5;
}

.entry__content .wp-block-gallery {
	padding-left: 0;
	list-style-type: none;
}

.entry__content .wp-block-gallery figcaption a {
	color: #fff;
}

.entry__content .wp-block-gallery .blocks-gallery-image figure a::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 0;
	background-color: #17181e;
}

.entry__content .wp-block-gallery .blocks-gallery-image figure a:hover::before,
.entry__content .wp-block-gallery .blocks-gallery-image figure a:focus::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a:hover::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a:focus::before {
	opacity: .15;
}

.entry__content .wp-block-file {
	margin-bottom: 2.025em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

.entry__content .wp-block-file .wp-block-file__button {
	display: table;
	padding: .5375em 2em;
	border-radius: 0;
	background-color: #d42929;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8;
}

.entry__content .wp-block-file .wp-block-file__button:hover,
.entry__content .wp-block-file .wp-block-file__button:focus {
	opacity: 1;
	color: #fff;
	border-color: #b62323;
	background-color: #b62323;
}

.entry__content .wp-block-file * + .wp-block-file__button {
	margin-top: 1.8em;
	margin-left: 0;
}

.entry__content .wp-block-audio {
	width: 100%;
}

.entry__content .wp-block-audio audio {
	width: 100%;
	min-width: 272px;
}

.entry__content .wp-block-video video {
	width: 100%;
}

.entry__content .wp-block-cover,
.entry__content .wp-block-cover-image {
	position: relative;
	min-height: 430px;
}

.entry__content .wp-block-cover h2,
.entry__content .wp-block-cover .wp-block-cover-text,
.entry__content .wp-block-cover .wp-block-cover-image-text,
.entry__content .wp-block-cover-image h2,
.entry__content .wp-block-cover-image .wp-block-cover-text,
.entry__content .wp-block-cover-image .wp-block-cover-image-text {
	padding-right: 1.8em;
	padding-left: 1.8em;
	color: #fff;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
}

.entry__content .wp-block-cover h2 strong,
.entry__content .wp-block-cover .wp-block-cover-text strong,
.entry__content .wp-block-cover .wp-block-cover-image-text strong,
.entry__content .wp-block-cover-image h2 strong,
.entry__content .wp-block-cover-image .wp-block-cover-text strong,
.entry__content .wp-block-cover-image .wp-block-cover-image-text strong {
	font-weight: 700;
}

.entry__content .wp-block-cover.alignleft,
.entry__content .wp-block-cover.alignright,
.entry__content .wp-block-cover-image.alignleft,
.entry__content .wp-block-cover-image.alignright {
	width: 100%;
	padding: 1.8em;
}

.entry__content .wp-block-cover.alignleft p,
.entry__content .wp-block-cover.alignright p,
.entry__content .wp-block-cover-image.alignleft p,
.entry__content .wp-block-cover-image.alignright p {
	padding-right: 0;
	padding-left: 0;
}

.entry__content .wp-block-cover.has-left-content,
.entry__content .wp-block-cover-image.has-left-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.entry__content .wp-block-cover.has-left-content h2,
.entry__content .wp-block-cover.has-left-content .wp-block-cover-text,
.entry__content .wp-block-cover.has-left-content .wp-block-cover-image-text,
.entry__content .wp-block-cover-image.has-left-content h2,
.entry__content .wp-block-cover-image.has-left-content .wp-block-cover-text,
.entry__content .wp-block-cover-image.has-left-content .wp-block-cover-image-text {
	margin-left: 0;
}

.entry__content .wp-block-cover.has-right-content,
.entry__content .wp-block-cover-image.has-right-content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.entry__content .wp-block-cover.has-right-content h2,
.entry__content .wp-block-cover.has-right-content .wp-block-cover-text,
.entry__content .wp-block-cover.has-right-content .wp-block-cover-image-text,
.entry__content .wp-block-cover-image.has-right-content h2,
.entry__content .wp-block-cover-image.has-right-content .wp-block-cover-text,
.entry__content .wp-block-cover-image.has-right-content .wp-block-cover-image-text {
	margin-right: 0;
}

.entry__content .wp-block-pullquote {
	color: #17181e;
	border-width: 4px;
	border-color: #d42929;
	font-size: 16px;
	font-size: 1rem;
}

.entry__content .wp-block-pullquote blockquote {
	margin: 0 1em;
	padding-left: 0;
	word-break: break-word;
	-webkit-hyphens: auto;
	        hyphens: auto;
	border: none;
	font-size: 16px;
	font-size: 1rem;

	    -ms-hyphens: auto;
}

.entry__content .wp-block-pullquote p {
	margin-bottom: 1.8em;
	font-size: 1.125em;
	font-style: italic;
	line-height: 1.8;
}

.entry__content .wp-block-pullquote p em {
	font-style: normal;
}

.entry__content .wp-block-pullquote cite {
	text-transform: none;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

.entry__content .wp-block-pullquote cite::before {
	display: none;
}

.entry__content .wp-block-pullquote.is-style-solid-color {
	padding: 3em 0;
}

.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-pale-pink-background-color):not(.has-vivid-red-background-color):not(.has-luminous-vivid-orange-background-color):not(.has-luminous-vivid-amber-background-color):not(.has-light-green-cyan-background-color):not(.has-vivid-green-cyan-background-color):not(.has-pale-cyan-blue-background-color):not(.has-vivid-cyan-blue-background-color):not(.has-very-light-gray-background-color):not(.has-cyan-bluish-gray-background-color):not(.has-very-dark-gray-background-color) {
	background-color: #d42929;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote {
	width: calc(100% - (2 * 1.8em));
	max-width: calc( 100% - (2 * 1.8em));
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote p {
	margin-bottom: 1.8em;
	font-size: 1.125em;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote a,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
	color: inherit;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color),
.entry__content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) cite {
	color: #fff;
}

.entry__content .wp-block-pullquote.alignleft,
.entry__content .wp-block-pullquote.alignright {
	width: 100%;
	padding: 2em;
}

.entry__content .wp-block-code {
	overflow: auto;
	margin-bottom: 2.25em;
	padding: 1.8em calc(1.8em * 1.25);
	color: #2d2e34;
	border: 0;
	border-radius: 0;
	background-color: #f7f8fa;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.entry__content .wp-block-code code {
	color: inherit;
	border-radius: 0;
	background-color: transparent;
	font-family: inherit;
	font-size: .875em;
	line-height: 1.6;
}

.entry__content .wp-block-verse {
	padding: 0;
	color: #2d2e34;
	background-color: transparent;
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

.entry__content .wp-block-preformatted {
	color: #2d2e34;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
}

.entry__content .wp-block-button .wp-block-button__link {
	padding: .6em 2em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.8;
}

.entry__content .wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #d42929;
}

.entry__content .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.entry__content .wp-block-button .wp-block-button__link:hover,
.entry__content .wp-block-button .wp-block-button__link:focus {
	cursor: pointer;
	color: #fff;
	background-color: #b62323;
}

.entry__content .wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -.25em;
}

.entry__content .wp-block-button .wp-block-button__link.has-background:hover,
.entry__content .wp-block-button .wp-block-button__link.has-background:focus {
	background-color: #17181e;
}

.entry__content .wp-block-button .wp-block-button__link.has-text-color:hover,
.entry__content .wp-block-button .wp-block-button__link.has-text-color:focus {
	color: #fff;
}

.entry__content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active {
	padding: .475em 2em;
	border-width: 2px;
	border-style: solid;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
	background-color: transparent;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
	color: #d42929;
	border-color: currentColor;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #b62323;
	border-color: #b62323;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-background:focus,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:hover,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:focus {
	color: #fff;
	border-color: #17181e;
	background-color: #17181e;
}

.entry__content .wp-block-separator {
	max-width: 20%;
	height: 2px;
	margin: 1.8em auto;
	border: 0;
	background-color: #e8e9ec;
	font-size: 16px;
	font-size: 1rem;
}

.entry__content .wp-block-separator.is-style-wide {
	max-width: 100%;
	height: 1px;
}

.entry__content .wp-block-separator.is-style-dots {
	max-width: 100%;
	height: inherit;
	text-align: center;
	border: inherit;
	background-color: inherit;
}

.entry__content .wp-block-separator.is-style-dots:before {
	color: #84858a;
	font-size: 1.3125em;
}

.entry__content .wp-block-media-text.has-vivid-red-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-vivid-cyan-blue-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-very-dark-gray-background-color .wp-block-media-text__content {
	color: #fff;
}

.entry__content .wp-block-media-text .wp-block-media-text__content {
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}

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

.entry__content .wp-block-archives,
.entry__content .wp-block-categories,
.entry__content .wp-block-latest-posts {
	padding-left: 0;
	list-style: none;
}

.entry__content .wp-block-archives ul,
.entry__content .wp-block-categories ul,
.entry__content .wp-block-latest-posts ul {
	padding-left: 0;
	list-style: none;
}

.entry__content .wp-block-archives li,
.entry__content .wp-block-categories li,
.entry__content .wp-block-latest-posts li {
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.entry__content .wp-block-archives li a,
.entry__content .wp-block-categories li a,
.entry__content .wp-block-latest-posts li a {
	text-decoration: none;
	color: #17181e;
}

.entry__content .wp-block-archives li a:hover,
.entry__content .wp-block-archives li a:focus,
.entry__content .wp-block-categories li a:hover,
.entry__content .wp-block-categories li a:focus,
.entry__content .wp-block-latest-posts li a:hover,
.entry__content .wp-block-latest-posts li a:focus {
	color: #d42929;
}

.entry__content .wp-block-archives li ul,
.entry__content .wp-block-categories li ul,
.entry__content .wp-block-latest-posts li ul {
	padding-left: 1.25em;
}

.entry__content .wp-block-archives.aligncenter,
.entry__content .wp-block-categories.aligncenter {
	text-align: center;
}

.entry__content .wp-block-latest-posts li {
	margin-bottom: 1.75em;
	line-height: 1.5;
}

.entry__content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	margin-top: .5em;
	color: #84858a;
	font-size: .875em;
}

.entry__content .wp-block-latest-comments {
	padding-left: 0;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	color: #84858a;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin-bottom: 1.8em;
	font-size: 1em;
	line-height: 1.8;
}

.entry__content .wp-block-image img {
	display: block;
}

.entry__content .wp-block-image .alignleft,
.entry__content .wp-block-image .alignright {
	max-width: 100%;
}

.entry__content .wp-block-image.alignfull img {
	width: 100vw;
}

.entry__content .wp-block-audio figcaption,
.entry__content .wp-block-video figcaption,
.entry__content .wp-block-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding: 1em 1em 0;
	text-align: center;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

.entry__content .wp-block-audio figcaption > :last-child,
.entry__content .wp-block-video figcaption > :last-child,
.entry__content .wp-block-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption > :last-child {
	margin-bottom: 0;
}

.entry__content .wp-block-embed-twitter {
	word-break: break-word;
}

.entry__content .has-small-font-size {
	font-size: calc(1em / 18 * 16);
}

.entry__content .has-normal-font-size {
	font-size: calc(1.125em / 18 * 16);
}

.entry__content .has-large-font-size {
	font-size: calc(1.3125em / 18 * 16);
}

.entry__content .has-huge-font-size {
	font-size: calc(1.5em / 18 * 16);
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 4rem;
}

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

.widget .widget-title {
	position: relative;
	margin-bottom: 1.25em;
	color: #17181e;
	font-size: 1.3125em;
	font-weight: 600;
}

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

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

.widget ul li {
	position: relative;
	margin-bottom: .375em;
	padding-top: .5em;
	border-top: 1px dotted #e8e9ec;
}

.widget ul li > a {
	text-decoration: none;
	color: #17181e;
}

.widget ul li > a:hover,
.widget ul li > a:focus {
	color: #d42929;
}

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

.widget ul.children,
.widget ul.sub-menu {
	margin-top: .375em;
	padding-left: 1.25em;
}

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

.widget_calendar caption {
	margin-bottom: .25em;
	text-align: left;
	color: #84858a;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
	font-size: .875em;
	line-height: 2.5;
}

.widget_calendar th {
	padding-top: .25em;
}

.widget_calendar tbody a {
	display: block;
	text-decoration: none;
	color: #17181e;
	background-color: #f7f8fa;
	font-weight: 600;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	color: #d42929;
	background-color: #f7f8fa;
}

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

.widget_calendar tfoot a:hover,
.widget_calendar tfoot a:focus {
	color: #d42929;
}

/* Recent Posts widget */
.widget_recent_entries ul li {
	margin-bottom: 1em;
	padding-top: 1em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

.widget_recent_entries ul li:last-child {
	padding-bottom: 1em !important;
}

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

.widget_recent_entries .post-date {
	display: block;
	margin-top: .5em;
	color: #84858a;
	font-size: .875em;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
	margin-bottom: 1.25em;
	padding-top: 1.25em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

.widget_recent_comments ul li:last-child {
	padding-bottom: 1.25em !important;
}

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

.widget_recent_comments ul li .comment-author-link a {
	display: inline !important;
	text-decoration: none;
	color: #d42929;
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	color: #b62323;
}

.widget_recent_comments ul li > a {
	display: block !important;
	margin-top: .5em !important;
	font-size: 16px;
	font-size: 1rem;
}

/* RSS widget */
.widget_rss .widget-title > a {
	text-decoration: none;
	color: #17181e;
}

.widget_rss .widget-title > a:hover,
.widget_rss .widget-title > a:focus {
	color: #d42929;
}

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

.widget_rss ul {
	padding-left: 0;
}

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

.widget_rss ul li:last-child {
	padding-bottom: 1.5em !important;
}

.widget_rss ul li .rsswidget {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-top: .75em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.widget_rss .rssSummary {
	margin-top: .75em;
	color: #2d2e34;
	font-size: .875em;
}

.widget_rss cite {
	font-style: normal;
}

.widget_rss cite:empty {
	margin: 0;
}

/* Tag Cloud widget */
.tagcloud {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	font-weight: 400;
	line-height: 1;
}

.tagcloud .tag-cloud-link {
	display: inline-block;
	margin-right: .75em;
	margin-bottom: .875em;
	text-decoration: none;
	color: #4a4b51;
}

.tagcloud .tag-cloud-link .tag-link-count {
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	color: #84858a;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
	color: #d42929;
}

.tagcloud .tag-cloud-link:hover .tag-link-count,
.tagcloud .tag-cloud-link:focus .tag-link-count {
	color: #d42929;
}

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

/* Other widgets */
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.widget_archive ul li,
.widget_categories ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #84858a;

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

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

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

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

.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
	color: #d42929;
}

.widget.widget_pages li {
	margin-bottom: .625em;
	padding-top: .75em;
	line-height: 1.5;
}

.widget.widget_pages li:last-child {
	padding-bottom: .625em !important;
}

.textwidget {
	color: #2d2e34;
}

.textwidget select {
	max-width: 100%;
}

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

.widget_media_gallery .gallery-item {
	margin-right: 8px;
	margin-bottom: 8px;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
	max-width: calc((100% - 8px * 1) / 2);
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
	max-width: calc((100% - 8px * 2) / 3);
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
	max-width: calc((100% - 8px * 3) / 4);
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
	max-width: calc((100% - 8px * 4) / 5);
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
	max-width: calc((100% - 8px * 5) / 6);
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
	max-width: calc((100% - 8px * 6) / 7);
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
	max-width: calc((100% - 8px * 7) / 8);
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
	max-width: calc((100% - 8px * 8) / 9);
}

.widget_falkorn_theme_most_commented_posts .post-list__item {
	position: relative;
}

.widget_falkorn_theme_most_commented_posts .post-list__item:not(:last-child) {
	margin-bottom: 1.8em;
}

.widget_falkorn_theme_most_commented_posts .post-card__thumbnail {
	margin-bottom: 1.5em;
	background-color: #e8e9ec;
}

.widget_falkorn_theme_most_commented_posts .post-card__thumbnail a {
	padding-top: 50%;
}

.widget_falkorn_theme_most_commented_posts .post-card__meta {
	font-size: .875em;
}

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

.widget_falkorn_theme_most_commented_posts .post-card__title {
	margin-bottom: .5em;
	font-size: 1em;
}

.widget_falkorn_theme_recent_posts .post-list__item {
	position: relative;
}

.widget_falkorn_theme_recent_posts .post-list__item:not(:last-child) {
	margin-bottom: 1.8em;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
body {
	margin: 0;
	background-color: #fff;
}

.site {
	position: relative;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.header {
	position: relative;
}

.header--position-absolute {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}

.header--colors-white .site__title a {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.header--colors-white .site__title a:hover,
.header--colors-white .site__title a:focus {
	color: #fff;
}

.header--colors-white .button--sidebar-toggle {
	color: rgba(255, 255, 255, .9);
}

.header--colors-white .button--sidebar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.header--colors-white .button--sidebar-toggle:hover,
.header--colors-white .button--sidebar-toggle:focus {
	color: #fff;
}

.header--colors-white .button--sidebar-toggle:hover .icon-bar,
.header--colors-white .button--sidebar-toggle:focus .icon-bar {
	background-color: #fff;
}

.header--colors-white .header__search {
	color: rgba(255, 255, 255, .9);
}

.header--colors-white .header__search:hover,
.header--colors-white .header__search:focus {
	color: #fff;
}

.header__panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem 1.5rem .5rem;

	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__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__search {
	margin-right: 1rem;
	color: #17181e;
	line-height: 1;
}

.header__search:hover,
.header__search:focus {
	color: #d42929;
}

.header__search .svg-icon {
	vertical-align: middle;
}

/* Site Branding */
.site__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: 1em;

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

.site__title {
	margin: 0;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1;
}

.site__title a {
	display: inline-block;
	padding: .8125rem 0 .5575rem;
	text-decoration: none;
	color: #17181e;
	outline: 0;
}

.site__title a:hover,
.site__title a:focus {
	color: #17181e;
}

/* Custom Logo */
.custom-logo-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	color: #17181e;
	border-radius: 50%;
}

.header--colors-white .custom-logo-link {
	color: #fff;
}

.custom-logo-link:focus {
	outline: 0;
}

.custom-logo-link + .site__title {
	margin-left: 1rem;
}

.custom-logo {
	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)) {
	.custom-logo {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

/* Button sidebar-toggle */
.button--sidebar-toggle {
	padding: 0;
	-webkit-transition: none;
	        transition: none;
	color: #17181e;
	border: 0;
	background-color: transparent;
	line-height: 1;
}

.button--sidebar-toggle:focus {
	outline: 0;
}

.button--sidebar-toggle .icon-bar {
	position: relative;
	display: block;
	width: 1.375em;
	height: .125em;
	margin-right: .0625em;
	margin-left: .0625em;
	-webkit-transition: all .3s ease-in;
	        transition: all .3s ease-in;
	background-color: #17181e;
}

.button--sidebar-toggle .icon-bar + .icon-bar {
	margin-top: .3125em;
}

.button--sidebar-toggle .icon-bar:nth-child(2) {
	margin-top: .1875em;
}

.button--sidebar-toggle .icon-bar:nth-child(4) {
	margin-bottom: .3125em;
}

.button--sidebar-toggle:hover,
.button--sidebar-toggle:focus {
	color: #d42929;
	background-color: transparent;
}

.button--sidebar-toggle:hover .icon-bar,
.button--sidebar-toggle:focus .icon-bar {
	background-color: #d42929;
}

/*--------------------------------------------------------------
13.2 Featured
--------------------------------------------------------------*/
.featured-content-area {
	position: relative;
}

/* Featured header image */
.featured--site-info {
	position: relative;
	overflow: hidden;
	min-height: 70vh;
	background-color: #17181e;
}

.featured .featured__header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured .featured__header-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-animation: thumbFadeIn 4s ease-out;
	        animation: thumbFadeIn 4s ease-out;
	opacity: .65;
}

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

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

/* Full width featured posts carousel v.1 */
.featured--carousel-v1 {
	position: relative;
	overflow: hidden;
	background-color: #17181e;
}

.featured--carousel-v1 .carousel {
	position: relative;
	z-index: 100;
	height: 100vh;
}

.featured--carousel-v1 .carousel.slick-initialized {
	height: auto;
}

.featured--carousel-v1 .carousel__arrow {
	position: absolute;
	top: 50%;
	display: none !important;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.featured--carousel-v1 .carousel__arrow--prev {
	left: 1rem;
}

.featured--carousel-v1 .carousel__arrow--next {
	right: 1rem;
}

.featured--carousel-v1 .carousel-item {
	position: relative;
	min-width: 0;
	min-height: 100vh;
	word-wrap: break-word;
	background-clip: border-box;
}

.featured--carousel-v1 .carousel-item__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #17181e;
}

.featured--carousel-v1 .carousel-item__thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
}

.featured--carousel-v1 .carousel-item__thumbnail a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	background-color: #17181e;
}

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

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

.featured--carousel-v1 .carousel-item.slick-active .carousel-item__thumbnail a img {
	-webkit-animation: fadeIn 4s ease-out;
	        animation: fadeIn 4s ease-out;
}

.featured--carousel-v1 .carousel-item__body {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 50%;
	width: 100%;
	padding: 4rem 1.5rem 2.5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.featured--carousel-v1 .carousel-item__body > :last-child {
	margin-bottom: 0;
}

.featured--carousel-v1 .carousel-item__title {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 700;

	    -ms-hyphens: auto;
}

.featured--carousel-v1 .carousel-item__title::after {
	display: block;
	width: 10rem;
	height: .0625rem;
	margin-top: 2.5rem;
	content: '';
	background-color: rgba(255, 255, 255, .35);
}

.featured--carousel-v1 .carousel-item__title a {
	text-decoration: none;
	color: #fff;
}

.featured--carousel-v1 .carousel-item__title a:hover,
.featured--carousel-v1 .carousel-item__title a:focus {
	color: #fff;
}

.featured--carousel-v1 .carousel-item__title a:focus {
	outline: 0;
}

.featured--carousel-v1 .carousel-item__meta {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .9);
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
	font-weight: 500;
}

.featured--carousel-v1 .carousel-item__meta > span {
	display: inline;
	margin-right: .75em;
}

.featured--carousel-v1 .carousel-item__meta > span:last-child {
	margin-right: 0;
}

.featured--carousel-v1 .carousel-item__meta > span:not(:last-child)::after {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-left: .75em;
	content: '';
	vertical-align: 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .9);
}

.featured--carousel-v1 .carousel-item__meta a {
	text-decoration: none;
	color: rgba(255, 255, 255, .9);
}

.featured--carousel-v1 .carousel-item__meta a:hover,
.featured--carousel-v1 .carousel-item__meta a:focus {
	color: #fff;
}

.featured--carousel-v1 .carousel-item__meta a:focus {
	outline: 0;
}

.featured--carousel-v1 .carousel-item__meta--after-title {
	margin-top: 1.5em;
	margin-bottom: 0;
	text-transform: none;
}

.featured--carousel-v1 .carousel-item__meta--after-title > span::after {
	display: none !important;
}

.featured--carousel-v1 .carousel-item__meta .byline {
	margin-bottom: 1em;
}

.featured--carousel-v1 .carousel-item__meta .avatar__wrapper {
	position: relative;
	top: -.125rem;
	display: inline-block;
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	margin-right: .75em;
	vertical-align: middle;
	border-radius: 50%;
}

.featured--carousel-v1 .carousel-item__meta .avatar__wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 2rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 2rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

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

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

.featured--carousel-v1 .carousel-item__meta .comments-link svg {
	margin-right: .75em;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	vertical-align: middle;
}

.featured--carousel-v1 .carousel-item__meta .comments-link:hover svg,
.featured--carousel-v1 .carousel-item__meta .comments-link:focus svg {
	color: #fff;
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__body {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__meta .avatar__wrapper {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__meta .comments-link svg {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
	        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
}

.featured--carousel-v1 .top-circles,
.featured--carousel-v1 .top-circles::before,
.featured--carousel-v1 .top-circles::after {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .025) 53%);
}

.featured--carousel-v1 .top-circles {
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vw;
	-webkit-transform: translate(42%, -44%);
	        transform: translate(42%, -44%);
}

.featured--carousel-v1 .top-circles::before,
.featured--carousel-v1 .top-circles::after {
	content: '';
}

.featured--carousel-v1 .top-circles::before {
	bottom: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
}

.featured--carousel-v1 .top-circles::after {
	bottom: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
}

.featured--carousel-v1 .bottom-circles,
.featured--carousel-v1 .bottom-circles::before,
.featured--carousel-v1 .bottom-circles::after {
	position: absolute;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 50%;
}

.featured--carousel-v1 .bottom-circles {
	bottom: 0;
	left: 0;
	width: 90vw;
	height: 90vw;
	-webkit-transform: translate(-35%, 40%);
	        transform: translate(-35%, 40%);
}

.featured--carousel-v1 .bottom-circles::before,
.featured--carousel-v1 .bottom-circles::after {
	content: '';
}

.featured--carousel-v1 .bottom-circles::before {
	bottom: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
}

.featured--carousel-v1 .bottom-circles::after {
	bottom: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
}

.featured--carousel-v1 .line-1,
.featured--carousel-v1 .line-2,
.featured--carousel-v1 .line-3 {
	position: absolute;
	top: 50%;
	height: 1px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	-webkit-animation: rotate linear infinite;
	        animation: rotate linear infinite;
}

.featured--carousel-v1 .line-1::before,
.featured--carousel-v1 .line-2::before,
.featured--carousel-v1 .line-3::before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-animation: pulse 3s linear infinite;
	        animation: pulse 3s linear infinite;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .35);
}

.featured--carousel-v1 .line-1 {
	left: 0;
	width: 50%;
	-webkit-animation-duration: 25s;
	        animation-duration: 25s;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}

.featured--carousel-v1 .line-1::before {
	left: -1px;
	-webkit-animation-delay: 7s;
	        animation-delay: 7s;
}

.featured--carousel-v1 .line-2 {
	left: 15%;
	width: 35%;
	-webkit-animation-duration: 20s;
	        animation-duration: 20s;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}

.featured--carousel-v1 .line-2::before {
	-webkit-animation-delay: 5s;
	        animation-delay: 5s;
}

.featured--carousel-v1 .line-3 {
	left: 30%;
	width: 20%;
	-webkit-animation-duration: 15s;
	        animation-duration: 15s;
}

.featured--carousel-v1 .line-3::before {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}

/* Full width featured posts carousel v.2 */
.featured--carousel-v2 {
	position: relative;
	overflow: hidden;
}

.featured--carousel-v2 .carousel {
	position: relative;
	z-index: 100;
	height: calc(100vh + 6.125rem);
}

.featured--carousel-v2 .carousel.slick-initialized {
	height: auto;
}

.featured--carousel-v2 .carousel__arrow {
	position: absolute;
	bottom: 0;
	display: none !important;
	padding: 1em 1.25em;
	color: #84858a;
	background-color: #fff;
}

.featured--carousel-v2 .carousel__arrow:hover {
	color: #17181e;
}

.featured--carousel-v2 .carousel__arrow--prev {
	right: 4.5rem;
}

.featured--carousel-v2 .carousel__arrow--next {
	right: 0;
}

.featured--carousel-v2 .carousel-item {
	position: relative;
	min-width: 0;
	min-height: calc(100vh + 6.125rem);
	word-wrap: break-word;
	background-clip: border-box;
}

.featured--carousel-v2 .carousel-item:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 75%;
	height: 90%;
	content: '';
	background-color: #f7f8fa;
}

.featured--carousel-v2 .carousel-item:after {
	position: absolute;
	z-index: 2;
	top: 6.125rem;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #17181e;
}

.featured--carousel-v2 .carousel-item__thumbnail {
	position: absolute;
	z-index: 5;
	top: 6.125rem;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #17181e;
}

.featured--carousel-v2 .carousel-item__thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
}

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

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

.featured--carousel-v2 .carousel-item__body {
	position: absolute;
	z-index: 10;
	bottom: 0;
	margin-right: 1.5rem;
	padding: 1.5rem;
	background-color: #f7f8fa;
}

.featured--carousel-v2 .carousel-item__body > :last-child {
	margin-bottom: 0;
}

.featured--carousel-v2 .carousel-item__title {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	        hyphens: auto;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 700;

	    -ms-hyphens: auto;
}

.featured--carousel-v2 .carousel-item__title::after {
	display: block;
	width: 10rem;
	height: .0625rem;
	margin-top: 2.5rem;
	content: '';
	background-color: #e8e9ec;
}

.featured--carousel-v2 .carousel-item__title a {
	text-decoration: none;
	color: #17181e;
}

.featured--carousel-v2 .carousel-item__title a:hover,
.featured--carousel-v2 .carousel-item__title a:focus {
	color: #4a4b51;
}

.featured--carousel-v2 .carousel-item__title a:focus {
	outline: 0;
}

.featured--carousel-v2 .carousel-item__meta {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
	font-weight: 500;
}

.featured--carousel-v2 .carousel-item__meta > span {
	display: inline-block;
	margin-right: .75em;
}

.featured--carousel-v2 .carousel-item__meta > span:last-child {
	margin-right: 0;
}

.featured--carousel-v2 .carousel-item__meta > span:not(:last-child)::after {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-left: .75em;
	content: '';
	vertical-align: 3px;
	border-radius: 50%;
	background-color: #84858a;
}

.featured--carousel-v2 .carousel-item__meta a {
	text-decoration: none;
	color: #84858a;
}

.featured--carousel-v2 .carousel-item__meta a:hover,
.featured--carousel-v2 .carousel-item__meta a:focus {
	color: #4a4b51;
}

.featured--carousel-v2 .carousel-item__meta a:focus {
	outline: 0;
}

.featured--carousel-v2 .carousel-item__meta--after-title {
	margin-top: 1.5em;
	margin-bottom: 0;
	text-transform: none;
}

.featured--carousel-v2 .carousel-item__meta--after-title > span::after {
	display: none !important;
}

.featured--carousel-v2 .carousel-item__meta .byline {
	margin-bottom: 1em;
}

.featured--carousel-v2 .carousel-item__meta .avatar__wrapper {
	position: relative;
	top: -.125rem;
	display: inline-block;
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	margin-right: .75em;
	vertical-align: middle;
	border-radius: 50%;
}

.featured--carousel-v2 .carousel-item__meta .avatar__wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 2rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 2rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

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

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

.featured--carousel-v2 .carousel-item__meta .comments-link svg {
	margin-right: .75em;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	vertical-align: middle;
}

.featured--carousel-v2 .carousel-item__meta .comments-link:hover svg,
.featured--carousel-v2 .carousel-item__meta .comments-link:focus svg {
	color: #4a4b51;
}

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

.content-area {
	position: relative;
	overflow: hidden;
}

.hfeed:not(.archive):not(.search):not(.error404) .content-area {
	padding-top: 4rem;
}

.main-content {
	position: relative;
	overflow: hidden;
}

.loop-container {
	position: relative;
	margin-bottom: 4rem;
}

body.content-layout--grid-v1 .loop-container__line {
	display: none;
}

body.content-layout--grid-v1 .loop-container .grid__item {
	position: relative;
	width: 100%;
}

body.content-layout--grid-v1 .loop-container .grid__item .post-card {
	border-top: 1px solid #e8e9ec;
}

body.content-layout--grid-v1 .loop-container .post-card {
	height: 100%;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	opacity: 0;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .8;
	background-color: #d42929;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail a {
	height: 100%;
}

body.content-layout--grid-v1 .loop-container .post-card:hover .post-card__thumbnail {
	opacity: 1;
}

body.content-layout--grid-v1 .loop-container .post-card__body {
	z-index: 10;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

body.content-layout--grid-v1 .loop-container .post-card__meta > span:not(:last-child):not(.posted-on)::after {
	-webkit-transition: background-color .25s ease-in-out;
	        transition: background-color .25s ease-in-out;
}

body.content-layout--grid-v1 .loop-container .post-card__content {
	-webkit-transition: color .25s ease-in-out;
	        transition: color .25s ease-in-out;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a {
	color: #fff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:hover,
body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:focus {
	color: #fff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta > span:not(:last-child):not(.posted-on)::after {
	background-color: rgba(255, 255, 255, .7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:hover,
body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:focus {
	color: #fff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__content {
	color: rgba(255, 255, 255, .9);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:hover,
body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:focus {
	color: #fff;
}

body.content-layout--grid-v2 .grid__item {
	margin: 0 0 4rem;
}

body.content-layout--grid-v2 .loop-container {
	margin-right: 1.5rem;
	margin-bottom: 0;
	margin-left: 1.5rem;
}

body.content-layout--grid-v2 .loop-container .post-card {
	height: 100%;
}

body.content-layout--grid-v2 .loop-container .post-card__thumbnail {
	height: 100%;
	margin-bottom: 1.8em;
}

body.content-layout--grid-v2 .loop-container .post-card__thumbnail a {
	height: 100%;
	padding-top: 130%;
}

body.content-layout--grid-v2 .loop-container .post-card:not(.post-card--has-thumbnail) {
	background-color: #f7f8fa;
}

body.content-layout--grid-v2 .loop-container .post-card__meta {
	margin-bottom: 1em;
}

body.content-layout--grid-v2 .loop-container .post-card__title {
	font-size: 1.3125em;
}

body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__body {
	padding: 0;
}

body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__meta {
	margin-bottom: .75em;
}

body.content-layout--grid-v3 .loop-container {
	margin-right: calc(1.5rem - 1.25rem);
	margin-bottom: 1.5rem;
	margin-left: calc(1.5rem - 1.25rem);
}

body.content-layout--grid-v3 .loop-container .grid__item {
	position: relative;
	width: 100%;
	padding: 0 1.25rem 2.5rem;
}

body.content-layout--grid-v3 .loop-container .post-card {
	height: 100%;
	background-color: #f7f8fa;
}

body.content-layout--grid-v3 .loop-container .post-card__thumbnail a {
	padding-top: 66.66667%;
}

body.content-layout--masonry-v1 .loop-container__line {
	display: none;
}

body.content-layout--masonry-v1 .loop-container .masonry__item {
	position: relative;
	width: 100%;
	opacity: 0;
}

.no-js body.content-layout--masonry-v1 .loop-container .masonry__item {
	opacity: 1;
}

body.content-layout--masonry-v1 .loop-container .masonry__item--is-visible {
	-webkit-animation: masonryItems 700ms ease-in forwards;
	        animation: masonryItems 700ms ease-in forwards;
	opacity: 1;
}

.no-js body.content-layout--masonry-v1 .loop-container .masonry__item--is-visible {
	-webkit-animation: none;
	        animation: none;
}

body.content-layout--masonry-v1 .loop-container .masonry__item .post-card {
	border-top: 1px solid #e8e9ec;
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
	opacity: 0;
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .8;
	background-color: #d42929;
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail a {
	height: 100%;
}

body.content-layout--masonry-v1 .loop-container .post-card:hover .post-card__thumbnail {
	opacity: 1;
}

body.content-layout--masonry-v1 .loop-container .post-card__body {
	z-index: 10;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

body.content-layout--masonry-v1 .loop-container .post-card__meta > span:not(:last-child):not(.posted-on)::after {
	-webkit-transition: background-color .25s ease-in-out;
	        transition: background-color .25s ease-in-out;
}

body.content-layout--masonry-v1 .loop-container .post-card__content {
	-webkit-transition: color .25s ease-in-out;
	        transition: color .25s ease-in-out;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a {
	color: #fff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:hover,
body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:focus {
	color: #fff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta > span:not(:last-child):not(.posted-on)::after {
	background-color: rgba(255, 255, 255, .7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:hover,
body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:focus {
	color: #fff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__content {
	color: rgba(255, 255, 255, .9);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a {
	color: rgba(255, 255, 255, .7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:hover,
body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:focus {
	color: #fff;
}

body.content-layout--masonry-v2 .loop-container {
	margin-right: calc(1.5rem - 1.25rem);
	margin-bottom: 1.5rem;
	margin-left: calc(1.5rem - 1.25rem);
}

body.content-layout--masonry-v2 .loop-container .masonry__item {
	position: relative;
	width: 100%;
	padding: 0 1.25rem 2.5rem;
	opacity: 0;
}

.no-js body.content-layout--masonry-v2 .loop-container .masonry__item {
	opacity: 1;
}

body.content-layout--masonry-v2 .loop-container .masonry__item--is-visible {
	-webkit-animation: masonryItems 700ms ease-in forwards;
	        animation: masonryItems 700ms ease-in forwards;
	opacity: 1;
}

.no-js body.content-layout--masonry-v2 .loop-container .masonry__item--is-visible {
	-webkit-animation: none;
	        animation: none;
}

body.content-layout--masonry-v2 .loop-container .post-card {
	background-color: #f7f8fa;
}

/*--------------------------------------------------------------
13.4 Pages
--------------------------------------------------------------*/
.page__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	margin-bottom: 4rem;
	padding-top: 12rem;
	padding-bottom: 4rem;
	background-color: #f7f8fa;

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

.page__header > * {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.page__header > :first-child {
	margin-top: auto;
}

.page__title {
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: #17181e;
	font-size: 1.75em;
	font-weight: 700;

	    -ms-hyphens: auto;
}

.page__content {
	color: #2d2e34;
	font-size: 1em;
}

.taxonomy-description {
	position: relative;
	color: #2d2e34;
	font-size: 1em;
}

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

.taxonomy-description::before {
	display: block;
	width: 10rem;
	height: .0625rem;
	margin-bottom: calc(1.8 * 1rem);
	content: '';
	background-color: #e8e9ec;
}

.not-found {
	position: relative;
	margin-bottom: 4rem;
}

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

.not-found .page__content {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.author .page__header--has-avatar {
	padding-top: 10rem;
}

.author .page__header .author__avatar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 7.75rem;
	height: 7.75rem;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}

.author .page__header .author__avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 7.75rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 7.75rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

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

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

.author .page__title {
	text-align: center;
}

.author .taxonomy-description {
	text-align: center;
}

.author .taxonomy-description::before {
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
13.5 Posts
--------------------------------------------------------------*/
.main-content > article {
	position: relative;
	margin-bottom: 4rem;
}

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

.main-content > article::after {
	display: block;
	height: 1px;
	margin-top: 4rem;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	content: '';
	background-color: #e8e9ec;
}

.entry__header,
.post__thumbnail,
.entry__footer {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.entry__summary,
.entry__content {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.entry__header {
	margin-bottom: 1.5em;
}

.entry__meta {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
	font-weight: 500;
}

.entry__meta > span {
	display: inline;
	margin-right: .75em;
}

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

.entry__meta > span:not(:last-child)::after {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-left: .75em;
	content: '';
	vertical-align: 3px;
	border-radius: 50%;
	background-color: #84858a;
}

.entry__meta a {
	text-decoration: none;
	color: #84858a;
}

.entry__meta a:hover,
.entry__meta a:focus {
	color: #4a4b51;
}

.entry__meta a:focus {
	outline: 0;
}

.entry__meta .sticky-post {
	display: inline-block;
	margin-right: 1.5em;
	padding: .25em 1em 0;
	color: #fff;
	background-color: #d42929;
}

.entry__meta .sticky-post::after {
	display: none !important;
}

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

.entry__title {
	margin-top: 0;
	margin-bottom: .5em;
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: #17181e;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 700;

	    -ms-hyphens: auto;
}

.entry__title a {
	text-decoration: none;
	color: #17181e;
}

.entry__title a:hover,
.entry__title a:focus {
	color: #4a4b51;
}

.entry__title a:focus {
	outline: 0;
}

.post__thumbnail {
	display: block;
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	text-align: center;
}

.post__thumbnail img {
	display: inline-block;
}

.post__thumbnail-wrapper {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f8fa;
}

.post__thumbnail-wrapper a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post__thumbnail-wrapper a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 0;
	background-color: #17181e;
}

.post__thumbnail-wrapper a:hover::before,
.post__thumbnail-wrapper a:focus::before {
	opacity: .15;
}

.post__thumbnail-wrapper a 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__thumbnail-wrapper a img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.entry__summary,
.entry__content {
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: #2d2e34;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;

	    -ms-hyphens: auto;
}

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

.entry__summary {
	margin-bottom: 1.8em;
}

.more-link {
	position: relative;
	white-space: nowrap;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
	font-weight: 500;
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;
	color: #4a4b51;
}

.more-link:focus {
	outline: 0;
}

.more-link::after {
	display: inline-block;
	margin-left: .125em;
	content: '\2026';
}

.entry__footer {
	margin-top: 1.8em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
}

.entry__footer a {
	color: #84858a;
}

.entry__footer a:hover,
.entry__footer a:focus {
	color: #4a4b51;
}

.entry__footer a:focus {
	outline: 0;
}

.single .main-content > article::after,
.page .main-content > article::after {
	display: none;
}

.single .main-content > article .entry__header,
.page .main-content > article .entry__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	margin: 0 0 2.5rem;
	padding-top: 12rem;
	background-color: #f7f8fa;

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

.single .main-content > article .entry__header > *,
.page .main-content > article .entry__header > * {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.single .main-content > article .entry__header > :first-child,
.page .main-content > article .entry__header > :first-child {
	margin-top: auto;
}

.single .main-content > article .entry__meta,
.page .main-content > article .entry__meta {
	color: #84858a;
}

.single .main-content > article .entry__meta a,
.page .main-content > article .entry__meta a {
	color: #84858a;
}

.single .main-content > article .entry__meta a:hover,
.single .main-content > article .entry__meta a:focus,
.page .main-content > article .entry__meta a:hover,
.page .main-content > article .entry__meta a:focus {
	color: #4a4b51;
}

.single .main-content > article .entry__meta--after-title,
.page .main-content > article .entry__meta--after-title {
	margin-top: 1.5em;
	margin-bottom: 0;
	text-transform: none;
}

.single .main-content > article .entry__meta--after-title > span::after,
.page .main-content > article .entry__meta--after-title > span::after {
	display: none;
}

.single .main-content > article .entry__meta .byline,
.page .main-content > article .entry__meta .byline {
	margin-bottom: 1em;
}

.single .main-content > article .entry__meta .avatar__wrapper,
.page .main-content > article .entry__meta .avatar__wrapper {
	position: relative;
	top: -.125rem;
	display: inline-block;
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	margin-right: .75em;
	vertical-align: middle;
	border-radius: 50%;
}

.single .main-content > article .entry__meta .avatar__wrapper img,
.page .main-content > article .entry__meta .avatar__wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 2rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 2rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.single .main-content > article .entry__meta .avatar__wrapper img,
	.page .main-content > article .entry__meta .avatar__wrapper img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.single .main-content > article .entry__meta .comments-link svg,
.page .main-content > article .entry__meta .comments-link svg {
	margin-right: .75em;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	vertical-align: middle;
}

.single .main-content > article .entry__meta .comments-link:hover svg,
.single .main-content > article .entry__meta .comments-link:focus svg,
.page .main-content > article .entry__meta .comments-link:hover svg,
.page .main-content > article .entry__meta .comments-link:focus svg {
	color: #4a4b51;
}

.single .main-content > article .entry__title,
.page .main-content > article .entry__title {
	color: #17181e;
}

.single .main-content > article.has-post-thumbnail .entry__header,
.page .main-content > article.has-post-thumbnail .entry__header {
	position: relative;
	overflow: hidden;
	min-height: 90vh;
	background-color: #17181e;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.single .main-content > article.has-post-thumbnail .entry__header > *:not(.post__thumbnail),
.page .main-content > article.has-post-thumbnail .entry__header > *:not(.post__thumbnail) {
	z-index: 10;
}

.single .main-content > article.has-post-thumbnail .entry__meta,
.page .main-content > article.has-post-thumbnail .entry__meta {
	color: rgba(255, 255, 255, .9);
}

.single .main-content > article.has-post-thumbnail .entry__meta > span::after,
.page .main-content > article.has-post-thumbnail .entry__meta > span::after {
	background-color: rgba(255, 255, 255, .9);
}

.single .main-content > article.has-post-thumbnail .entry__meta a,
.page .main-content > article.has-post-thumbnail .entry__meta a {
	color: rgba(255, 255, 255, .9);
}

.single .main-content > article.has-post-thumbnail .entry__meta a:hover,
.single .main-content > article.has-post-thumbnail .entry__meta a:focus,
.page .main-content > article.has-post-thumbnail .entry__meta a:hover,
.page .main-content > article.has-post-thumbnail .entry__meta a:focus {
	color: #fff;
}

.single .main-content > article.has-post-thumbnail .entry__meta .comments-link svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link svg {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
	        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
}

.single .main-content > article.has-post-thumbnail .entry__meta .comments-link:hover svg,
.single .main-content > article.has-post-thumbnail .entry__meta .comments-link:focus svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link:hover svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link:focus svg {
	color: #fff;
}

.single .main-content > article.has-post-thumbnail .entry__title,
.page .main-content > article.has-post-thumbnail .entry__title {
	margin-bottom: 0;
	color: #fff;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail,
.page .main-content > article.has-post-thumbnail .post__thumbnail {
	margin-top: 0;
	margin-bottom: 0;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail::before,
.page .main-content > article.has-post-thumbnail .post__thumbnail::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	background-color: #17181e;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail img,
.page .main-content > article.has-post-thumbnail .post__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%);
	-webkit-animation: fadeIn 4s ease-out;
	        animation: fadeIn 4s ease-out;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.single .main-content > article.has-post-thumbnail .post__thumbnail img,
	.page .main-content > article.has-post-thumbnail .post__thumbnail img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.single .main-content > article .entry__header {
	padding-bottom: 2.5rem;
}

.single .main-content > article .entry__title::after {
	display: block;
	width: 10rem;
	height: .0625rem;
	margin-top: 2.5rem;
	content: '';
	background-color: #e8e9ec;
}

.single .main-content > article.has-post-thumbnail .entry__header {
	min-height: 90vh;
}

.single .main-content > article.has-post-thumbnail .entry__meta .avatar__wrapper {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.single .main-content > article.has-post-thumbnail .entry__title::after {
	background-color: rgba(255, 255, 255, .35);
}

.page .main-content > article .entry__header {
	padding-bottom: 4rem;
}

.page .main-content > article.has-post-thumbnail .entry__header {
	min-height: 70vh;
}

.attachment .entry__footer .svg-icon {
	margin-right: .25em;
	vertical-align: -20%;
}

/*--------------------------------------------------------------
13.6 Post Items
--------------------------------------------------------------*/
.post-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;

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

.post-item__thumbnail {
	position: relative;
	display: block;
	    flex: 0 0 auto;
	margin-right: 1.25em;
	margin-bottom: 0;
	background-color: rgba(0, 0, 80, .025);

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

.post-item__thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 4.75em;
	height: 6.25em;
}

.post-item__thumbnail a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 0;
	background-color: #17181e;
}

.post-item__thumbnail a:hover::before,
.post-item__thumbnail a:focus::before {
	opacity: .15;
}

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

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

.post-item__body {
	    flex: 1 1 auto;

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

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

.post-item__title {
	margin-top: 0;
	margin-bottom: .375em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
}

.post-item__title em,
.post-item__title i {
	font-weight: 400;
}

.post-item__title a {
	text-decoration: none;
	color: #17181e;
}

.post-item__title a:hover,
.post-item__title a:focus {
	color: #d42929;
}

.post-item__meta {
	margin-bottom: .625em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

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

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

.post-item__meta > span:not(:last-child)::after {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-left: .5em;
	content: '';
	vertical-align: 3px;
	border-radius: 50%;
	background-color: #84858a;
}

.post-item__meta a {
	text-decoration: none;
	color: #84858a;
}

.post-item__meta a:hover,
.post-item__meta a:focus {
	color: #4a4b51;
}

/*--------------------------------------------------------------
13.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: #fff;
	background-clip: border-box;

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

.post-card--featured {
	background-color: #f7f8fa;
}

.post-card__thumbnail {
	position: relative;
	display: block;
	margin-bottom: 0;
	background-color: #f7f8fa;
}

.post-card__thumbnail a {
	position: relative;
	display: block;
	overflow: hidden;
}

.post-card__thumbnail a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 0;
	background-color: #17181e;
}

.post-card__thumbnail a:hover::before,
.post-card__thumbnail a:focus::before {
	opacity: .15;
}

.post-card__thumbnail a 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__thumbnail a img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: none;
		        transform: none;

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

.post-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	    flex: 1 1 auto;
	padding: 1.5em;

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

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

.post-card__title {
	margin-top: 0;
	margin-bottom: .625em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.625em;
	font-weight: 700;
}

.post-card__title a {
	text-decoration: none;
	color: #17181e;
}

.post-card__title a:hover,
.post-card__title a:focus {
	color: #4a4b51;
}

.post-card__title a:focus {
	outline: 0;
}

.post-card__meta {
	margin-bottom: 1.25em;
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
}

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

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

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

.post-card__meta > span.sticky-post .svg-icon {
	-webkit-transition: color .25s ease-in-out;
	        transition: color .25s ease-in-out;
	vertical-align: -25%;
}

.post-card__meta > span:not(:last-child):not(.posted-on)::after {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-left: .75em;
	content: '';
	vertical-align: 3px;
	border-radius: 50%;
	background-color: #84858a;
}

.post-card__meta a {
	text-decoration: none;
	color: #84858a;
}

.post-card__meta a:hover,
.post-card__meta a:focus {
	color: #4a4b51;
}

.post-card__meta a:focus {
	outline: 0;
}

.post-card__content {
	    flex: 1 1 auto;
	margin-bottom: 1.5em;
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: #2d2e34;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	line-height: 1.625;

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

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

.post-card__footer {
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9375em;
}

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

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

.post-card__footer a:not(.more-link) {
	text-decoration: none;
	color: #84858a;
}

.post-card__footer a:not(.more-link):hover,
.post-card__footer a:not(.more-link):focus {
	color: #4a4b51;
}

.post-card__footer a:not(.more-link):focus {
	outline: 0;
}

.post-card__footer a.more-link {
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

.post-card--has-thumbnail.post-card--image .post-card__thumbnail a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .625;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#17181e), color-stop(45%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, #17181e 0%, rgba(255, 255, 255, 0) 45%);
}

.post-card--has-thumbnail.post-card--image .post-card__overlay {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-card--has-thumbnail.post-card--image .post-card__title a {
	color: #fff;
}

.post-card--has-thumbnail.post-card--image .post-card__title a:hover,
.post-card--has-thumbnail.post-card--image .post-card__title a:focus {
	color: #fff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta {
	color: #fff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta a {
	color: #fff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta a:hover,
.post-card--has-thumbnail.post-card--image .post-card__meta a:focus {
	color: #fff;
}

/*--------------------------------------------------------------
13.8 Author Info
--------------------------------------------------------------*/
.author-info {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.author-info__inner {
	clear: both;
	margin-bottom: 4rem;
	padding: 2em;
	text-align: center;
	background-color: #f7f8fa;
}

.author-info__avatar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 5rem;
	height: 5rem;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	border-radius: 50%;
}

.author-info__avatar .avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 5rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 5rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

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

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

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

.author-info__title {
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: 600;
}

.author-info__title a {
	text-decoration: none;
	color: #17181e;
}

.author-info__title a:hover,
.author-info__title a:focus {
	color: #4a4b51;
}

.author-info__bio {
	color: #2d2e34;
}

/*--------------------------------------------------------------
13.9 Related Posts
--------------------------------------------------------------*/
.related-posts {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #f4f5f8;
}

.related-posts .related-posts__wrapper {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.related-posts__header {
	margin-bottom: 2.5em;
}

.related-posts__title {
	text-align: center;
	font-weight: 700;
}

.related-posts__item {
	position: relative;
}

.related-posts .post-card {
	background-color: transparent;
}

.related-posts .post-card__thumbnail {
	margin-bottom: 1.5em;
	background-color: #e8e9ec;
}

.related-posts .post-card__thumbnail a {
	padding-top: 50%;
}

.related-posts .post-card__meta {
	font-size: .875em;
}

.related-posts .post-card__body {
	padding: 0;
}

.related-posts .post-card__title {
	margin-bottom: .5em;
	font-size: 1.125em;
}

.related-posts .post-card__content {
	font-size: .9375em;
}

.related-posts .post-card__footer {
	font-size: .875em;
}

.related-posts .post-card--has-thumbnail .post-card__body {
	padding-right: 1em;
	padding-left: 1em;
}

.related-posts .post-card:not(.post-card--has-thumbnail) {
	height: 100%;
	padding: 2.5em 1em;
	border-top: 2px solid #17181e;
	border-bottom: 1px solid #e8e9ec;
}

/*--------------------------------------------------------------
13.10 Comments
--------------------------------------------------------------*/
.show-comments {
	margin-right: 1.5rem;
	margin-bottom: 4rem;
	margin-left: 1.5rem;
}

button.button--show-comments {
	display: block;
	width: 100%;
	padding: .9125em 2em;
	color: #17181e;
	border-color: #f7f8fa;
	background-color: #f7f8fa;
}

button.button--show-comments:focus {
	outline: 0;
}

button.button--show-comments svg {
	margin-right: 1.125em;
	-webkit-transition: color .25s ease-in-out;
	        transition: color .25s ease-in-out;
	vertical-align: middle;
	color: #84858a;
}

button.button--show-comments .button__count {
	margin-left: .375em;
	-webkit-transition: color .25s ease-in-out;
	        transition: color .25s ease-in-out;
	color: #84858a;
}

button.button--show-comments:hover svg,
button.button--show-comments:hover .button__count,
button.button--show-comments:focus svg,
button.button--show-comments:focus .button__count {
	color: #fff;
}

.no-js button.button--show-comments {
	display: none;
}

.comments-area {
	position: relative;
	display: none;
	overflow: hidden;
	background-color: #f9f9fb;
}

.no-js .comments-area {
	display: block !important;
}

.comments-area__wrapper {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.comments-title {
	margin-bottom: 2em;
	font-weight: 700;
}

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

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

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

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

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

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

.comment-list .children > li {
	padding-left: 1rem;
}

.comment-list .comment-respond {
	margin-top: 0;
	padding-bottom: 4rem;
}

.comment-author {
	margin-bottom: .125em;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.2;
}

.comment-author .url {
	text-decoration: none;
}

.comment-author .url .fn {
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	color: #17181e;
}

.comment-author .url:hover .fn,
.comment-author .url:focus .fn {
	color: #d42929;
}

.comment-author__avatar {
	position: relative;
	top: -3px;
	display: block;
	float: left;
	overflow: hidden;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 1.25rem;
	border-radius: 50%;
}

.comment-author .avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 3.125rem;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 3.125rem;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border-radius: 0;
}

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

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

.comment-author .post-author-badge {
	position: absolute;
	top: -.1875rem;
	left: 2.375rem;
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	background-color: #d42929;
}

.comment-author .post-author-badge .svg-icon {
	display: block;
	width: inherit;
	height: inherit;
	-webkit-transform: scale(.875);
	        transform: scale(.875);

	fill: #fff;
}

.comment-author .fn {
	color: #17181e;
	font-weight: 600;
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn {
	position: relative;
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn::after {
	position: absolute;
	top: .25rem;
	right: -.5rem;
	width: .25rem;
	height: .25rem;
	content: '';
	border-radius: 50%;
	background-color: #d42929;
}

.comment-metadata,
.pingback .edit-link {
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

.comment-metadata {
	margin-bottom: 1em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	text-decoration: none;
	color: #84858a;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #4a4b51;
}

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

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

.comment-content {
	color: #2d2e34;
}

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

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

.comment-reply {
	margin-top: 1.5em;
}

.comment-reply-link {
	display: inline-block;
	padding: .75em 1.625em;
	text-decoration: none;
	color: #17181e;
	border: 2px solid #e8e9ec;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
	font-weight: 600;
	line-height: 1;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #fff;
	border-color: #d42929;
	background-color: #d42929;
}

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

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #84858a;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.form-allowed-tags a {
	text-decoration: none;
	color: #84858a;
}

.comment-notes a:hover,
.comment-notes a:focus,
.comment-awaiting-moderation a:hover,
.comment-awaiting-moderation a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.form-allowed-tags a:hover,
.form-allowed-tags a:focus {
	color: #4a4b51;
}

.logged-in-as {
	color: #d42929;
}

.logged-in-as a {
	text-decoration: underline;
	color: #d42929;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
	text-decoration: none;
	color: #b62323;
}

.logged-in-as a + a {
	margin-left: .125em;
}

.comment-awaiting-moderation {
	margin-bottom: 1em;
	color: #d42929;
}

.no-comments {
	margin-bottom: 0;
	font-size: .875em;
	font-weight: 600;
}

.comment-reply-title small a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 1.25rem;
	height: 1.25rem;
	vertical-align: .375rem;
	text-decoration: none;
	color: #84858a;
	font-size: 32px;
	font-size: 2rem;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #d42929;
}

.comment-reply-title small a::before {
	position: relative;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	content: '\02df';
	text-align: center;
}

.comment-list + .comment-respond {
	margin-top: 2rem;
}

.required {
	color: #d42929;
}

.comment-reply-title {
	font-weight: 700;
}

.form-allowed-tags code {
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.comment-form-cookies-consent {
	clear: both;
	font-size: .875em;
}

.comment-form-cookies-consent label {
	color: #84858a;
}

.form-submit {
	clear: both;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.11 Sidebar
--------------------------------------------------------------*/
.sidebar {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	        transition: -webkit-transform .5s ease-in-out;
	        transition:         transform .5s ease-in-out;
	        transition:         transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	pointer-events: none;
	background-color: #fff;

	will-change: transform;
}

.admin-bar .sidebar {
	top: 46px;
}

.sidebar__header {
	text-align: right;
	background-color: #17181e;
}

.sidebar .button--sidebar-close {
	padding: 1em;
	color: #fff;
	outline: none;
	line-height: 1;
}

.sidebar .button--sidebar-close > svg {
	vertical-align: middle;
}

.sidebar__content {
	padding: 3em 2.5em;
}

.sidebar .site__description {
	margin-bottom: 4rem;
	color: #4a4b51;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5;
}

.sidebar .site__description--empty {
	display: none;
}

.sidebar .site__description::after {
	display: block;
	width: 33%;
	height: .0625rem;
	margin-top: 2rem;
	content: '';
	background-color: #e8e9ec;
}

.site-overlay {
	position: fixed;
	z-index: 99998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
	        transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
	opacity: 0;
	background-color: rgba(23, 24, 30, .5);

	will-change: opacity;
}

body.sidebar--is-open {
	overflow: hidden;
	height: 100%;
}

body.sidebar--is-open .sidebar {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	pointer-events: auto;
}

body.sidebar--is-open .site-overlay {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
13.12 Footer
--------------------------------------------------------------*/
.footer {
	position: relative;
	padding: 4rem 0;
	color: #999a9e;
	background-color: #17181e;
}

.footer > * {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.footer a {
	color: #999a9e;
}

.footer a:hover,
.footer a:focus {
	color: #e8e9ec;
}

.footer .copyright {
	text-align: center;
	color: #707177;
	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .875em;
}

.footer .copyright a {
	text-decoration: none;
	color: #707177;
}

.footer .copyright a:hover,
.footer .copyright a:focus {
	color: #999a9e;
}

.footer .copyright > span:not(:last-child),
.footer .copyright > a:not(:last-child) {
	margin-right: .625em;
}

.footer .copyright > span:not(:last-child)::after,
.footer .copyright > a:not(:last-child)::after {
	display: inline-block;
	width: .125rem;
	height: .125rem;
	margin-left: .625em;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #707177;
}

.footer .footer__navigation + .copyright,
.footer .social-navigation + .copyright {
	margin-top: 4rem;
}

.footer .footer__navigation + .copyright::before,
.footer .social-navigation + .copyright::before {
	display: block;
	width: 7rem;
	height: .0625rem;
	margin: 0 auto 4rem;
	content: '';
	background-color: #2d2e34;
}

/*--------------------------------------------------------------
13.13 Search Overlay
--------------------------------------------------------------*/
.search-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	        transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	        transition:         transform .5s cubic-bezier(.86, 0, .07, 1);
	        transition:         transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-webkit-transform: translate(0px, -100%);
	        transform: translate(0px, -100%);
	background-color: #17181e;
}

.search-overlay--open {
	-webkit-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
}

.admin-bar .search-overlay--open {
	margin-top: 46px;
}

.search-overlay .button--close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem;
	color: #84858a;
	border: 0;
	background-color: transparent;
	background-image: none;
}

.search-overlay .button--close:hover,
.search-overlay .button--close:focus {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #fff;
}

.search-overlay .button--close:focus {
	outline: none;
}

.search-overlay .button--close .svg-icon {
	position: relative;
	z-index: -1;
	vertical-align: middle;
}

.search-overlay .container__search-form {
	position: relative;
	top: 4.5rem;
	width: calc(100% - 1.5rem * 2);
	max-width: 40rem;
	margin: 0 auto;
}

.search-overlay .search-form__title {
	margin-bottom: .25em;
	text-align: center;
	color: #fff;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 3em;
}

.search-overlay .search-form {
	width: 100%;
}

.search-overlay input[type='search'] {
	width: 100%;
	padding: 1.25rem 5rem 1.25rem 2rem;
	color: #aeaeb3;
	border-color: #2d2e34;
	background-color: #2d2e34;
}

.search-overlay .search-form__button {
	width: 4rem;
	color: #aeaeb3;
}

.search-overlay .search-form__button:hover,
.search-overlay .search-form__button:focus {
	color: #fff;
}

/*--------------------------------------------------------------
14.0 Multisites
--------------------------------------------------------------*/
.widecolumn {
	position: relative;
	padding: 4rem 1.5rem;
}

.widecolumn .mu_register {
	width: auto;
	max-width: 760px;
}

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

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

.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: 1.8em 0;
}

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

.widecolumn label,
.widecolumn .mu_register label {
	font-size: .875em;
	font-weight: 1.8;
}

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

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

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

/*--------------------------------------------------------------
15.0 Customizer
--------------------------------------------------------------*/
/* Used for placeholder text */
.falkorn-customizer .placeholder__title {
	margin-top: 0;
	padding: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
}

.customize-partial-edit-shortcut {
	z-index: 100 !important;
}

.customize-partial-edit-shortcut > button {
	border: 2px solid #fff;
}

/* Featured content area placeholder */
.falkorn-customizer .featured-content-area--placeholder {
	display: none;
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder {
	display: block;
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1em;
	right: 1em;
	bottom: 1em;
	left: 1em;
	display: block;
	content: '';
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut button. */
.featured-content-area > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

.falkorn-customizer.header-transparent--activated .featured-content-area > .customize-partial-edit-shortcut > button {
	top: 120px;
}

/* Post navigation placeholder */
.falkorn-customizer .post-navigation-area--placeholder {
	padding: 0;
}

.falkorn-customizer .post-navigation-area--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer .post-navigation-area--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1em;
	right: 1em;
	bottom: 1em;
	left: 1em;
	display: block;
	content: '';
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut button. */
.post-navigation-area > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Related posts placeholder */
.falkorn-customizer .related-posts--placeholder {
	padding: 0;
}

.falkorn-customizer .related-posts--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer .related-posts--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1em;
	right: 1em;
	bottom: 1em;
	left: 1em;
	display: block;
	content: '';
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut button. */
.related-posts > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
	.header__search {
		margin-right: 1.5rem;
	}
	.featured--carousel-v1 .carousel-item__meta--after-title {
		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;
		justify-content: space-between;
	}
	.featured--carousel-v1 .carousel-item__meta .byline {
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 0;
	}
	.featured--carousel-v1 .bottom-circles {
		width: 80vw;
		height: 80vw;
	}
	.featured--carousel-v2 .carousel-item__meta--after-title {
		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;
		justify-content: space-between;
	}
	.featured--carousel-v2 .carousel-item__meta .byline {
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 0;
	}
	body.content-layout--grid-v1 .loop-container {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	body.content-layout--grid-v1 .loop-container .post-card__title {
		margin-bottom: 1em;
	}
	body.content-layout--grid-v1 .loop-container .post-card__meta {
		margin-bottom: 3em;
	}
	body.content-layout--grid-v1 .loop-container .post-card__footer {
		margin-top: 5em;
	}
	body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__thumbnail {
		margin-bottom: 0;
	}
	body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__body {
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: 0;
		width: calc(100% - 1.75em);
		padding: 1.75em;
		background-color: #fff;
	}
	body.content-layout--masonry-v1 .loop-container {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	body.content-layout--masonry-v1 .loop-container .post-card__title {
		margin-bottom: 1em;
	}
	body.content-layout--masonry-v1 .loop-container .post-card__meta {
		margin-bottom: 3em;
	}
	body.content-layout--masonry-v1 .loop-container .post-card__footer {
		margin-top: 5em;
	}
	.single .main-content > article .entry__meta--after-title,
	.page .main-content > article .entry__meta--after-title {
		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;
		justify-content: space-between;
	}
	.single .main-content > article .entry__meta .byline,
	.page .main-content > article .entry__meta .byline {
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 0;
	}
	.post-card__body {
		padding: 2em;
	}
	.comment-form {
		padding: 2em;
		background-color: #f4f5f8;
	}
	.sidebar {
		max-width: 445px;
	}
	.sidebar__content {
		padding: 4em;
	}
}

@media only screen and (min-width: 600px) {
	.post-navigation .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		max-width: 28rem;
	}
	.post-navigation .nav-previous {
		padding-right: 1.5em;
	}
	.post-navigation .nav-next {
		padding-left: 1.5em;
		text-align: right;
	}
	.attachment .post-navigation .nav-previous {
		max-width: 100%;
		padding-right: 0;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	.entry__content .wp-block-gallery.columns-3 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2) / 3 - .01px);
	}
	.entry__content .wp-block-gallery.columns-4 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3) / 4 - .01px);
	}
	.entry__content .wp-block-gallery.columns-5 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4) / 5 - .01px);
	}
	.entry__content .wp-block-gallery.columns-6 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5) / 6 - .01px);
	}
	.entry__content .wp-block-gallery.columns-7 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 16px * 6) / 7 - .01px);
	}
	.entry__content .wp-block-gallery.columns-8 .blocks-gallery-image,
	.entry__content .wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 16px * 7) / 8 - .01px);
	}
	.featured--carousel-v1 .carousel-item__title {
		-webkit-hyphens: none;
		        hyphens: none;
		font-size: 2.25em;

		    -ms-hyphens: none;
	}
	.featured--carousel-v1 .top-circles {
		width: 90vw;
		height: 90vw;
	}
	.featured--carousel-v1 .bottom-circles {
		width: 70vw;
		height: 70vw;
	}
	.featured--carousel-v2 .carousel-item__title {
		-webkit-hyphens: none;
		        hyphens: none;
		font-size: 2.25em;

		    -ms-hyphens: none;
	}
	.page__title {
		-webkit-hyphens: none;
		        hyphens: none;
		font-size: 2.25em;

		    -ms-hyphens: none;
	}
	.entry__title {
		-webkit-hyphens: none;
		        hyphens: none;
		font-size: 2.25em;

		    -ms-hyphens: none;
	}
	.author-info__inner {
		padding: 3em;
	}
	.search-overlay .button--close {
		top: .5rem;
		right: .5rem;
	}
	.search-overlay .container__search-form {
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.widecolumn .mu_register {
		padding: 4rem 1rem;
		background-color: rgba(0, 0, 80, .02);
	}
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 2.25em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.3125em;
	}
	h5 {
		font-size: 1.125em;
	}
	.page-links {
		font-size: .88889em;
	}
	.attachment .post-navigation {
		margin-bottom: 6rem;
	}
	.attachment .post-navigation > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.pagination {
		margin-bottom: 6rem;
	}
	.button--scroll-to-top {
		right: 1.5rem;
		bottom: 1.5rem;
	}
	.entry__summary > *.alignwide,
	.entry__content > *.alignwide {
		width: 100%;
		max-width: 100%;
	}
	.entry__summary > *.alignleft,
	.entry__content > *.alignleft {
		margin-left: calc((100% - (100vw / 12 * 9 + 2.5rem)) / 2);
	}
	.entry__summary > *.alignright,
	.entry__content > *.alignright {
		margin-right: calc((100% - (100vw / 12 * 9 + 2.5rem)) / 2);
	}
	.entry__content .wp-block-table {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.entry__content .wp-block-quote p {
		font-size: 1.3125em;
	}
	.entry__content .wp-block-quote.is-large p,
	.entry__content .wp-block-quote.is-style-large p {
		font-size: 1.5em;
	}
	.entry__content .wp-block-cover,
	.entry__content .wp-block-cover-image {
		padding-right: 4rem;
		padding-left: 4rem;
	}
	.entry__content .wp-block-cover h2,
	.entry__content .wp-block-cover .wp-block-cover-text,
	.entry__content .wp-block-cover .wp-block-cover-image-text,
	.entry__content .wp-block-cover-image h2,
	.entry__content .wp-block-cover-image .wp-block-cover-text,
	.entry__content .wp-block-cover-image .wp-block-cover-image-text {
		padding: 0;
		font-size: 2.25em;
	}
	.entry__content .wp-block-cover.alignleft,
	.entry__content .wp-block-cover.alignright,
	.entry__content .wp-block-cover-image.alignleft,
	.entry__content .wp-block-cover-image.alignright {
		width: calc(5 * (100vw / 12));
		max-width: 100%;
	}
	.entry__content .wp-block-cover.alignwide h2,
	.entry__content .wp-block-cover.alignwide .wp-block-cover-text,
	.entry__content .wp-block-cover.alignwide .wp-block-cover-image-text,
	.entry__content .wp-block-cover.alignfull h2,
	.entry__content .wp-block-cover.alignfull .wp-block-cover-text,
	.entry__content .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry__content .wp-block-cover-image.alignwide h2,
	.entry__content .wp-block-cover-image.alignwide .wp-block-cover-text,
	.entry__content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
	.entry__content .wp-block-cover-image.alignfull h2,
	.entry__content .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry__content .wp-block-cover-image.alignfull .wp-block-cover-image-text {
		max-width: calc(8 * (100vw / 12));
	}
	.entry__content .wp-block-pullquote p {
		font-size: 1.3125em;
	}
	.entry__content .wp-block-pullquote.is-style-solid-color blockquote {
		width: 100%;
		max-width: 80%;
	}
	.entry__content .wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 1.3125em;
	}
	.entry__content .wp-block-pullquote.alignfull blockquote {
		max-width: calc(80% - 128px);
		margin-right: auto;
		margin-left: auto;
	}
	.entry__content .wp-block-pullquote.alignleft,
	.entry__content .wp-block-pullquote.alignright {
		width: calc(5 * (100vw / 12));
		max-width: 100%;
	}
	.entry__content .wp-block-separator.is-style-wide {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
		font-size: 1.125em;
	}
	.entry__content .wp-block-image.alignfull img {
		margin-right: auto;
		margin-left: auto;
	}
	.featured--carousel-v1 .carousel {
		height: 90vh;
	}
	.featured--carousel-v1 .carousel-item {
		min-height: 90vh;
	}
	.featured--carousel-v1 .carousel-item__body {
		max-width: calc(100vw / 12 * 9 + 5.5rem);
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 4rem;
	}
	.featured--carousel-v1 .carousel-item__meta {
		font-size: 1em;
	}
	.featured--carousel-v1 .carousel-item__meta--after-title {
		line-height: 2.5rem;
	}
	.featured--carousel-v1 .carousel-item__meta .byline {
		margin-right: 1.5em;
	}
	.featured--carousel-v1 .carousel-item__meta .avatar__wrapper {
		width: 2.5rem;
		height: 2.5rem;
	}
	.featured--carousel-v1 .carousel-item__meta .avatar__wrapper img {
		width: 2.5rem;
		height: 2.5rem;
	}
	.featured--carousel-v1 .top-circles {
		width: 80vw;
		height: 80vw;
	}
	.featured--carousel-v1 .bottom-circles {
		width: 60vw;
		height: 60vw;
	}
	.featured--carousel-v2 .carousel {
		height: 90vh;
	}
	.featured--carousel-v2 .carousel-item {
		min-height: 90vh;
	}
	.featured--carousel-v2 .carousel-item__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.featured--carousel-v2 .carousel-item__body > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
	}
	.featured--carousel-v2 .carousel-item__meta {
		font-size: 1em;
	}
	.featured--carousel-v2 .carousel-item__meta--after-title {
		line-height: 2.5rem;
	}
	.featured--carousel-v2 .carousel-item__meta .byline {
		margin-right: 1.5em;
	}
	.featured--carousel-v2 .carousel-item__meta .avatar__wrapper {
		width: 2.5rem;
		height: 2.5rem;
	}
	.featured--carousel-v2 .carousel-item__meta .avatar__wrapper img {
		width: 2.5rem;
		height: 2.5rem;
	}
	.hfeed:not(.archive):not(.search):not(.error404) .content-area {
		padding-top: 6rem;
	}
	.loop-container {
		margin-bottom: 6rem;
	}
	body.content-layout--grid-v1 .loop-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	body.content-layout--grid-v1 .loop-container__line {
		position: absolute;
		top: 0;
		left: calc(50% - .5px);
		display: block;
		width: 1px;
		height: 100%;
		background-color: #e8e9ec;
	}
	body.content-layout--grid-v1 .loop-container .grid__item {
		width: 50%;
	}
	body.content-layout--grid-v1 .loop-container .grid__item:nth-child(1) .post-card,
	body.content-layout--grid-v1 .loop-container .grid__item:nth-child(2) .post-card {
		border-top: 0;
	}
	body.content-layout--grid-v2 .grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	body.content-layout--grid-v2 .grid__item {
		    flex: 0 0 calc((100% - 5rem) / 2 - .01px);
		width: calc((100% - 5rem) / 2 - .01px);
		margin-right: 1.25rem;
		margin-left: 1.25rem;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 5rem) / 2 - .01px);
	}
	body.content-layout--grid-v2 .loop-container {
		margin-right: calc(1.5rem - 1.25rem);
		margin-bottom: 2rem;
		margin-left: calc(1.5rem - 1.25rem);
	}
	body.content-layout--grid-v3 .loop-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 3.5rem;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	body.content-layout--grid-v3 .loop-container .grid__item {
		width: 50%;
	}
	body.content-layout--masonry-v1 .loop-container__line {
		position: absolute;
		top: 0;
		left: calc(50% - .5px);
		display: block;
		width: 1px;
		height: 100%;
		background-color: #e8e9ec;
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item {
		width: 50%;
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(1) .post-card,
	body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(2) .post-card {
		border-top: 0;
	}
	body.content-layout--masonry-v2 .loop-container {
		margin-bottom: 3.5rem;
	}
	body.content-layout--masonry-v2 .loop-container .masonry__item {
		width: 50%;
	}
	.page__header {
		margin-bottom: 6rem;
		padding-top: 16rem;
		padding-bottom: 4rem;
	}
	.page__header > * {
		width: 100%;
		max-width: calc(100vw / 12 * 9 + 5.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.page__content {
		font-size: 1.125em;
	}
	.taxonomy-description {
		font-size: 1.125em;
	}
	.not-found {
		margin-bottom: 6rem;
	}
	.not-found .page__content > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.author .page__header--has-avatar {
		padding-top: 12rem;
	}
	.main-content > article {
		margin-bottom: 6rem;
	}
	.main-content > article::after {
		max-width: calc(100vw / 12 * 10 + 2.5rem);
		margin-top: 6rem;
		margin-right: auto;
		margin-left: auto;
	}
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.entry__footer > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.entry__meta {
		font-size: 1em;
	}
	.post__thumbnail {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.entry__summary,
	.entry__content {
		-webkit-hyphens: none;
		        hyphens: none;
		font-size: 1.125em;

		    -ms-hyphens: none;
	}
	.more-link {
		font-size: .88889em;
	}
	.entry__footer {
		margin-top: 2.025em;
		font-size: 1em;
	}
	.single .main-content > article .entry__header,
	.page .main-content > article .entry__header {
		margin-bottom: 4rem;
		padding-top: 16rem;
	}
	.single .main-content > article .entry__header > *,
	.page .main-content > article .entry__header > * {
		width: 100%;
		max-width: calc(100vw / 12 * 9 + 5.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.single .main-content > article .entry__meta--after-title,
	.page .main-content > article .entry__meta--after-title {
		line-height: 2.5rem;
	}
	.single .main-content > article .entry__meta .byline,
	.page .main-content > article .entry__meta .byline {
		margin-right: 1.5em;
	}
	.single .main-content > article .entry__meta .avatar__wrapper,
	.page .main-content > article .entry__meta .avatar__wrapper {
		width: 2.5rem;
		height: 2.5rem;
	}
	.single .main-content > article .entry__meta .avatar__wrapper img,
	.page .main-content > article .entry__meta .avatar__wrapper img {
		width: 2.5rem;
		height: 2.5rem;
	}
	.single .main-content > article .entry__header {
		padding-bottom: 4rem;
	}
	.page .main-content > article .entry__header {
		padding-bottom: 6rem;
	}
	.author-info__inner {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-bottom: 6rem;
		margin-left: auto;
	}
	.related-posts {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.related-posts__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
	.related-posts__item {
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.related-posts__item:last-child {
		display: none;
	}
	.show-comments {
		margin-bottom: 6rem;
	}
	.show-comments > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	button.button--show-comments {
		padding: 1.1555em 4em;
		font-size: 1.125em;
	}
	.comments-area__wrapper {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.comments-area__wrapper > * {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.comment-list .children > li {
		padding-left: 4.375rem;
	}
	.comment--has-avatar .comment-content,
	.comment--has-avatar .comment-reply,
	.comment--has-avatar .comment-awaiting-moderation {
		margin-left: 4.375rem;
	}
	.footer {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.footer > * {
		max-width: calc(100vw / 12 * 9 + 5.5rem);
		margin-right: auto;
		margin-left: auto;
	}
	.search-overlay .button--close {
		top: 1.5rem;
		right: 1.5rem;
	}
	.widecolumn {
		max-width: calc(100vw / 12 * 9 + 5.5rem);
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 783px) {
	.admin-bar .sidebar {
		top: 32px;
	}
	.admin-bar .search-overlay--open {
		margin-top: 32px;
	}
}

@media only screen and (min-width: 960px) {
	.post-navigation {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.attachment .post-navigation > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.entry__summary > *.alignfull,
	.entry__content > *.alignfull {
		left: -2.5rem;
		width: calc(100% + 2 * 2.5rem);
		max-width: calc(100% + 2 * 2.5rem);
	}
	.entry__summary > *.alignleft,
	.entry__content > *.alignleft {
		margin-left: calc((100% - (100vw / 12 * 8 + 2.5rem)) / 2);
	}
	.entry__summary > *.alignright,
	.entry__content > *.alignright {
		margin-right: calc((100% - (100vw / 12 * 8 + 2.5rem)) / 2);
	}
	.entry__content .wp-block-cover.alignleft,
	.entry__content .wp-block-cover.alignright,
	.entry__content .wp-block-cover-image.alignleft,
	.entry__content .wp-block-cover-image.alignright {
		width: calc(4 * (100vw / 12));
	}
	.entry__content .wp-block-pullquote.alignleft,
	.entry__content .wp-block-pullquote.alignright {
		width: calc(4 * (100vw / 12));
	}
	.entry__content .wp-block-separator.is-style-wide {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.header__panel {
		padding: 2rem 2.5rem;
	}
	.featured--carousel-v1 .carousel__arrow {
		display: block !important;
	}
	.featured--carousel-v1 .carousel-item__body {
		max-width: calc(100vw / 12 * 8 + 7.5rem);
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.featured--carousel-v1 .top-circles {
		width: 70vw;
		height: 70vw;
	}
	.featured--carousel-v1 .bottom-circles {
		width: 50vw;
		height: 50vw;
	}
	.featured--carousel-v2 .carousel__arrow {
		display: block !important;
	}
	.featured--carousel-v2 .carousel-item:after {
		top: 7.125rem;
		width: 75%;
		height: calc(100% - 7.125rem);
	}
	.featured--carousel-v2 .carousel-item__thumbnail {
		top: 7.125rem;
		width: 75%;
		height: calc(100% - 7.125rem);
	}
	.featured--carousel-v2 .carousel-item__body {
		bottom: 10%;
		margin-right: 0;
		margin-left: 2.5rem;
		padding-right: 2.5rem;
		padding-left: 0;
	}
	.featured--carousel-v2 .carousel-item__body > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	body.content-layout--grid-v1 .loop-container {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	body.content-layout--grid-v2 .loop-container {
		margin-right: calc(2.5rem - 1.25rem);
		margin-left: calc(2.5rem - 1.25rem);
	}
	body.content-layout--grid-v3 .loop-container {
		margin-right: calc(2.5rem - 1.25rem);
		margin-left: calc(2.5rem - 1.25rem);
	}
	body.content-layout--masonry-v1 .loop-container {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	body.content-layout--masonry-v2 .loop-container {
		margin-right: calc(2.5rem - 1.25rem);
		margin-left: calc(2.5rem - 1.25rem);
	}
	.page__header > * {
		max-width: calc(100vw / 12 * 8 + 7.5rem);
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.not-found .page__content {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.not-found .page__content > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.main-content > article::after {
		max-width: calc(100vw / 12 * 9 + 2.5rem);
	}
	.entry__header,
	.post__thumbnail,
	.entry__footer {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.entry__summary,
	.entry__content {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.entry__footer > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.single .main-content > article .entry__header > *,
	.page .main-content > article .entry__header > * {
		max-width: calc(100vw / 12 * 8 + 7.5rem);
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.author-info {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.author-info__inner {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
		padding: 4em;
	}
	.related-posts .related-posts__wrapper {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.show-comments {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.show-comments > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.comments-area__wrapper {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.comments-area__wrapper > * {
		max-width: calc(100vw / 12 * 8 + 2.5rem);
	}
	.footer > * {
		max-width: calc(100vw / 12 * 8 + 7.5rem);
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.search-overlay .search-form__title {
		font-size: 3em;
	}
	.widecolumn {
		max-width: calc(100vw / 12 * 8 + 7.5rem);
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

@media only screen and (min-width: 1024px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		-webkit-transition: margin .4s ease-in-out;
		        transition: margin .4s ease-in-out;
	}
	.post-navigation .nav-previous:hover {
		margin-left: 2.5rem;
	}
	.post-navigation .nav-previous svg {
		left: -.5em;
		-webkit-transform: translate(-100%, -50%);
		        transform: translate(-100%, -50%);
	}
	.post-navigation .nav-next:hover {
		margin-right: 2.5rem;
	}
	.post-navigation .nav-next svg {
		right: -.5em;
		-webkit-transform: translate(100%, -50%);
		        transform: translate(100%, -50%);
	}
}

@media only screen and (min-width: 1280px) {
	.attachment .post-navigation > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.entry__summary > *.alignleft,
	.entry__content > *.alignleft {
		margin-left: calc((100% - (100vw / 12 * 6 + 7.5rem)) / 2);
	}
	.entry__summary > *.alignright,
	.entry__content > *.alignright {
		margin-right: calc((100% - (100vw / 12 * 6 + 7.5rem)) / 2);
	}
	.entry__content .wp-block-cover.alignleft,
	.entry__content .wp-block-cover.alignright,
	.entry__content .wp-block-cover-image.alignleft,
	.entry__content .wp-block-cover-image.alignright {
		width: calc(3 * (100vw / 12));
	}
	.entry__content .wp-block-cover.alignwide h2,
	.entry__content .wp-block-cover.alignwide .wp-block-cover-text,
	.entry__content .wp-block-cover.alignwide .wp-block-cover-image-text,
	.entry__content .wp-block-cover.alignfull h2,
	.entry__content .wp-block-cover.alignfull .wp-block-cover-text,
	.entry__content .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry__content .wp-block-cover-image.alignwide h2,
	.entry__content .wp-block-cover-image.alignwide .wp-block-cover-text,
	.entry__content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
	.entry__content .wp-block-cover-image.alignfull h2,
	.entry__content .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry__content .wp-block-cover-image.alignfull .wp-block-cover-image-text {
		max-width: calc(6 * (100vw / 12));
	}
	.entry__content .wp-block-pullquote.alignleft,
	.entry__content .wp-block-pullquote.alignright {
		width: calc(3 * (100vw / 12));
	}
	.entry__content .wp-block-separator.is-style-wide {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.featured--carousel-v1 .carousel-item__body {
		max-width: calc(100vw / 12 * 6 + 12.5rem);
		padding-bottom: 6rem;
	}
	.featured--carousel-v1 .carousel-item__title {
		font-size: 3.4375em;
	}
	.featured--carousel-v1 .carousel-item__title::after {
		margin-top: 3.5rem;
	}
	.featured--carousel-v1 .carousel-item__meta {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.featured--carousel-v1 .carousel-item__meta--after-title {
		font-size: 16px;
		font-size: 1rem;
	}
	.featured--carousel-v1 .top-circles {
		width: 50vw;
		height: 50vw;
	}
	.featured--carousel-v1 .bottom-circles {
		width: 35vw;
		height: 35vw;
	}
	.featured--carousel-v2 .carousel-item__body {
		padding-right: 4rem;
	}
	.featured--carousel-v2 .carousel-item__body > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.featured--carousel-v2 .carousel-item__title {
		font-size: 3.4375em;
	}
	.featured--carousel-v2 .carousel-item__title::after {
		margin-top: 3.5rem;
	}
	.featured--carousel-v2 .carousel-item__meta {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.featured--carousel-v2 .carousel-item__meta--after-title {
		font-size: 16px;
		font-size: 1rem;
	}
	body.content-layout--grid-v1 .loop-container::before,
	body.content-layout--grid-v1 .loop-container::after {
		position: absolute;
		z-index: 1;
		top: 0;
		display: block;
		width: 1px;
		height: 100%;
		content: '';
		background-color: #e8e9ec;
	}
	body.content-layout--grid-v1 .loop-container::before {
		left: calc(100% / 3 - .5px);
	}
	body.content-layout--grid-v1 .loop-container::after {
		right: calc(100% / 3 - .5px);
	}
	body.content-layout--grid-v1 .loop-container__line {
		display: none;
	}
	body.content-layout--grid-v1 .loop-container .grid__item {
		width: calc(100% / 3 - .01px);
	}
	body.content-layout--grid-v1 .loop-container .grid__item:nth-child(3) .post-card {
		border-top: 0;
	}
	body.content-layout--grid-v2 .grid__item {
		    flex: 0 0 calc((100% - 7.5rem) / 3 - .01px);
		width: calc((100% - 7.5rem) / 3 - .01px);

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 7.5rem) / 3 - .01px);
	}
	body.content-layout--grid-v2 .grid__item--wide {
		    flex: 0 0 calc((100% - 7.5rem) / 3 * 2 + 2.5rem - .01px);
		width: calc((100% - 7.5rem) / 3 * 2 + 2.5rem - .01px);

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 7.5rem) / 3 * 2 + 2.5rem - .01px);
	}
	body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
		padding-top: 61.694%;
	}
	body.content-layout--grid-v2 .loop-container .post-card--wide.post-card--has-thumbnail .post-card__body {
		width: 60%;
	}
	body.content-layout--grid-v3 .loop-container .grid__item {
		width: calc(100% / 3 - .01px);
	}
	body.content-layout--masonry-v1 .loop-container::before,
	body.content-layout--masonry-v1 .loop-container::after {
		position: absolute;
		z-index: 1;
		top: 0;
		display: block;
		width: 1px;
		height: 100%;
		content: '';
		background-color: #e8e9ec;
	}
	body.content-layout--masonry-v1 .loop-container::before {
		left: calc(100% / 3 - .5px);
	}
	body.content-layout--masonry-v1 .loop-container::after {
		right: calc(100% / 3 - .5px);
	}
	body.content-layout--masonry-v1 .loop-container__line {
		display: none;
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item {
		width: calc(100% / 3 - .01px);
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(3) .post-card {
		border-top: 0;
	}
	body.content-layout--masonry-v2 .loop-container .masonry__item {
		width: calc(100% / 3 - .01px);
	}
	.page__header {
		padding-top: 20rem;
		padding-bottom: 10rem;
	}
	.page__header > * {
		max-width: calc(100vw / 12 * 6 + 12.5rem);
	}
	.page__title {
		font-size: 3em;
	}
	.taxonomy-description::before {
		margin-top: 1rem;
		margin-bottom: calc(1.8 * 1rem + 1rem);
	}
	.not-found .page__content > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.author .page__header--has-avatar {
		padding-top: 12rem;
	}
	.main-content > article::after {
		max-width: calc(100vw / 12 * 7 + 7.5rem);
	}
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.entry__footer > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.entry__title {
		font-size: 3em;
	}
	.single .entry__title,
	.page .entry__title {
		font-size: 3.4375em;
	}
	.post__thumbnail {
		margin-top: 2.5em;
		margin-bottom: 2.5em;
	}
	.single .main-content > article .entry__header,
	.page .main-content > article .entry__header {
		padding-top: 20rem;
	}
	.single .main-content > article .entry__header > *,
	.page .main-content > article .entry__header > * {
		max-width: calc(100vw / 12 * 6 + 12.5rem);
	}
	.single .main-content > article .entry__meta,
	.page .main-content > article .entry__meta {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.single .main-content > article .entry__meta--after-title,
	.page .main-content > article .entry__meta--after-title {
		font-size: 16px;
		font-size: 1rem;
	}
	.single .main-content > article .entry__header {
		padding-bottom: 6rem;
	}
	.single .main-content > article .entry__title::after {
		margin-top: 3.5rem;
	}
	.page .main-content > article .entry__header {
		padding-bottom: 10rem;
	}
	.author-info__inner {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.related-posts__item {
		width: calc(100% / 3);
	}
	.related-posts__item:last-child {
		display: block;
	}
	.show-comments > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.comments-area__wrapper > * {
		max-width: calc(100vw / 12 * 6 + 7.5rem);
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-author,
	.comment-form-email {
		margin-right: 2%;
	}
	body.sidebar--is-open {
		margin-right: 17px;
	}
	.footer > * {
		max-width: calc(100vw / 12 * 6 + 12.5rem);
	}
	.search-overlay .search-form__title {
		font-size: 6rem;
	}
	.widecolumn {
		max-width: calc(100vw / 12 * 6 + 12.5rem);
	}
}

@media only screen and (min-width: 1440px) {
	.post-navigation {
		margin-right: 10%;
		margin-left: 10%;
	}
	.entry__summary > *.alignfull,
	.entry__content > *.alignfull {
		left: -12.5%;
		width: 125%;
		max-width: 125%;
	}
	.header__panel {
		margin-right: 1%;
		margin-left: 1%;
	}
	.featured--carousel-v2 .carousel-item:after {
		width: 57%;
	}
	.featured--carousel-v2 .carousel-item__thumbnail {
		width: 57%;
	}
	.featured--carousel-v2 .carousel-item__body {
		margin-left: 10%;
	}
	body.content-layout--grid-v1 .loop-container {
		margin-right: calc(1% + 2.5rem);
		margin-left: calc(1% + 2.5rem);
	}
	body.content-layout--grid-v1 .loop-container .post-card__body {
		padding: 2.5em;
	}
	body.content-layout--grid-v2 .loop-container {
		margin-right: calc(10% - 1.25rem);
		margin-left: calc(10% - 1.25rem);
	}
	body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
		padding-top: 61.554%;
	}
	body.content-layout--grid-v3 .loop-container {
		margin-right: calc(1% + 2.5rem - 1.25rem);
		margin-left: calc(1% + 2.5rem - 1.25rem);
	}
	body.content-layout--masonry-v1 .loop-container {
		margin-right: calc(1% + 2.5rem);
		margin-left: calc(1% + 2.5rem);
	}
	body.content-layout--masonry-v1 .loop-container .post-card__body {
		padding: 2.5em;
	}
	body.content-layout--masonry-v2 .loop-container {
		margin-right: calc(1% + 2.5rem - 1.25rem);
		margin-left: calc(1% + 2.5rem - 1.25rem);
	}
	.not-found .page__content {
		max-width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.entry__header,
	.post__thumbnail,
	.entry__footer {
		margin-right: 10%;
		margin-left: 10%;
	}
	.entry__summary,
	.entry__content {
		max-width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.author-info {
		margin-right: 10%;
		margin-left: 10%;
	}
	.related-posts .related-posts__wrapper {
		margin-right: 10%;
		margin-left: 10%;
	}
	.show-comments {
		margin-right: 10%;
		margin-left: 10%;
	}
	.comments-area__wrapper {
		margin-right: 10%;
		margin-left: 10%;
	}
}

@media only screen and (min-width: 1920px) {
	.post-navigation {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.attachment .post-navigation > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.entry__summary > *.alignfull,
	.entry__content > *.alignfull {
		left: calc(-12.5% - 10rem);
		width: calc(125% + 20rem);
		max-width: calc(125% + 20rem);
	}
	.entry__summary > *.alignleft,
	.entry__content > *.alignleft {
		margin-left: calc((100% - (100vw / 12 * 4 + 7.5rem)) / 2);
	}
	.entry__summary > *.alignright,
	.entry__content > *.alignright {
		margin-right: calc((100% - (100vw / 12 * 4 + 7.5rem)) / 2);
	}
	.entry__content .wp-block-cover.alignleft,
	.entry__content .wp-block-cover.alignright,
	.entry__content .wp-block-cover-image.alignleft,
	.entry__content .wp-block-cover-image.alignright {
		width: calc(2 * (100vw / 12));
	}
	.entry__content .wp-block-pullquote.alignleft,
	.entry__content .wp-block-pullquote.alignright {
		width: calc(2.25 * (100vw / 12));
	}
	.entry__content .wp-block-separator.is-style-wide {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.featured--carousel-v1 .carousel-item__body {
		max-width: calc(100vw / 12 * 4 + 12.5rem);
	}
	.featured--carousel-v2 .carousel-item__body {
		margin-left: calc(10% + 8rem);
	}
	.featured--carousel-v2 .carousel-item__body > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	body.content-layout--grid-v1 .loop-container::before {
		left: calc(100% / 4 - .5px);
	}
	body.content-layout--grid-v1 .loop-container::after {
		right: calc(100% / 4 - .5px);
	}
	body.content-layout--grid-v1 .loop-container__line {
		display: block;
	}
	body.content-layout--grid-v1 .loop-container .grid__item {
		width: calc(100% / 4 - .01px);
	}
	body.content-layout--grid-v1 .loop-container .grid__item:nth-child(4) .post-card {
		border-top: 0;
	}
	body.content-layout--grid-v2 .loop-container {
		margin-right: calc(10% + 8rem - 1.25rem);
		margin-left: calc(10% + 8rem - 1.25rem);
	}
	body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
		padding-top: 61.872%;
	}
	body.content-layout--grid-v3 .loop-container .grid__item {
		width: calc(100% / 4 - .01px);
	}
	body.content-layout--masonry-v1 .loop-container::before {
		left: calc(100% / 4 - .5px);
	}
	body.content-layout--masonry-v1 .loop-container::after {
		right: calc(100% / 4 - .5px);
	}
	body.content-layout--masonry-v1 .loop-container__line {
		display: block;
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item {
		width: calc(100% / 4 - .01px);
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(4) .post-card {
		border-top: 0;
	}
	body.content-layout--masonry-v2 .loop-container .masonry__item {
		width: calc(100% / 4 - .01px);
	}
	.page__header > * {
		max-width: calc(100vw / 12 * 4 + 12.5rem);
	}
	.not-found .page__content {
		padding-right: 8rem;
		padding-left: 8rem;
	}
	.not-found .page__content > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.main-content > article::after {
		max-width: calc(100vw / 12 * 5 + 7.5rem);
	}
	.entry__header,
	.post__thumbnail,
	.entry__footer {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.entry__summary,
	.entry__content {
		padding-right: 8rem;
		padding-left: 8rem;
	}
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.entry__footer > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.single .main-content > article .entry__header > *,
	.page .main-content > article .entry__header > * {
		max-width: calc(100vw / 12 * 4 + 12.5rem);
	}
	.author-info {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.author-info__inner {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.related-posts .related-posts__wrapper {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.show-comments {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.show-comments > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.comments-area__wrapper {
		margin-right: calc(10% + 8rem);
		margin-left: calc(10% + 8rem);
	}
	.comments-area__wrapper > * {
		max-width: calc(100vw / 12 * 4 + 7.5rem);
	}
	.footer > * {
		max-width: calc(100vw / 12 * 4 + 12.5rem);
	}
	.widecolumn {
		max-width: calc(100vw / 12 * 4 + 12.5rem);
	}
}

@media only screen and (max-width: 599px) {
	table {
		display: block;
		overflow-x: hidden;
	}
	.post-navigation div + div {
		margin-top: 2.5em;
	}
	.pagination .current .screen-reader-text {
		position: static !important;
		margin: 0 2px 0 0;

		-webkit-clip-path: none;
		        clip-path: none;
	}
	.widget_calendar table {
		display: table;
		overflow-x: visible;
	}
	.author-info__bio {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.post-navigation .nav-previous svg,
	.post-navigation .nav-next svg {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	body.content-layout--grid-v1 .loop-container .grid__item:nth-last-child(2) .post-card {
		border-bottom: 1px solid #e8e9ec;
	}
	body.content-layout--masonry-v1 .loop-container .masonry__item:nth-last-child(2) .post-card {
		border-bottom: 1px solid #e8e9ec;
	}
	.related-posts__item {
		margin-bottom: 3em;
	}
	.related-posts__item:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 479px) {
	.post-card__title {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
}
