/*!
Theme Name: Untica
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Untica 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! Untica 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, beautiful featured area layout, 4 different blog listing layouts, 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: https://themeforest.net/licenses
Tags: one-column, two-columns, left-sidebar, custom-header, custom-menu, flexible-header, featured-images, sticky-post, threaded-comments, editor-style, translation-ready
Text Domain: untica
*/
/*--------------------------------------------------------------
>>> 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 Layout
  13.2 Header
  13.3 Featured
  13.4 Regular Content
  13.5 Pages
	13.6 Posts
  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: 16px 24px;
	text-decoration: none;
	color: #212025;
	border-radius: 3px;
	background-color: #fbfbfc;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
	        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .15);
	font-size: 14px;
	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: 2em;
}

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

.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,
.tags-links::after,
.comment-content::after,
.page-links::after,
.tagcloud::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;
	}
}

/*--------------------------------------------------------------
6.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 20px;
	font-size: calc(16.4px + .1875vw);
}

body {
	color: #212025;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6;

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

button,
input,
select,
optgroup,
textarea {
	color: #212025;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;

	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 3.2rem;
	margin-bottom: 1.6rem;
	letter-spacing: -.02em;
	color: #212025;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.15;

	-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.80203em;
}

h2 {
	font-size: 1.60181em;
}

h3 {
	font-size: 1.42383em;
}

h4 {
	font-size: 1.26563em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1.6rem;
	padding: 0;

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

b,
strong {
	font-weight: bold;
}

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

del {
	opacity: .8;
}

blockquote {
	position: relative;
	margin: 0 0 1.6rem;
	padding: 3em 0;
	text-align: center;
	color: #212025;
}

blockquote p {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.125em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.6;
}

blockquote cite,
blockquote footer {
	display: block;
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .6243em;
	font-weight: normal;
	font-style: normal;
}

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

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

blockquote {
	quotes: '' '';
}

blockquote::before,
blockquote::after {
	position: absolute;
	opacity: .07;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 8em;
	line-height: 1;
}

blockquote::before {
	top: -1.125rem;
	left: -.5rem;
	content: '\201c';
}

blockquote::after {
	right: -.375rem;
	bottom: -4rem;
	content: '\201d';
}

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

address {
	margin: 0 0 1.6rem;
	font-style: italic;
}

pre {
	white-space: pre-wrap;
	color: #212025;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: .88889em;
}

pre code,
pre kbd,
pre tt,
pre var {
	font-size: inherit;
}

code,
kbd,
tt,
var {
	word-wrap: break-word;
	color: #212025;
	background-color: #fbfbfc;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: .88889em;
}

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

mark,
ins {
	padding-right: .25em;
	padding-left: .25em;
	text-decoration: none;
	color: #fff;
	background-color: #ac9d8a;
}

big {
	font-size: 125%;
}

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

::-moz-selection {
	color: #fff;
	background-color: #ac9d8a;
}

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

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

hr {
	height: 1px;
	margin-bottom: 1.6rem;
	border: 0;
	background-color: #efeff0;
}

ul,
ol {
	margin: 0 0 1.6rem;
	padding-left: 2.5rem;
}

ul {
	list-style: disc;
}

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

ol {
	list-style: decimal;
}

li {
	line-height: inherit;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.6rem 1.5rem;
}

table {
	width: 100%;
	margin: 0 0 1.6rem;
	border-collapse: collapse;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .79012em;
}

table th,
table td {
	padding: .625em 1em;
	word-break: normal;
	border: 1px solid #efeff0;
}

table th {
	background-color: #fbfbfc;
	font-weight: bold;
}

/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Buttons
--------------------------------------------------------------*/
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	display: inline-block;
	padding: .625rem 1.625rem;
	-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 #ac9d8a;
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #ac9d8a;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: 600;
	line-height: 1.6;

	-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: #97846c;
	background-color: #97846c;
}

.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: #212025;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: 600;
}

fieldset {
	margin-bottom: 1.6rem;
}

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: 2.474rem;
	padding: .625rem 1rem;
	color: #212025;
	border: 1px solid #efeff0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: normal;
	line-height: 1.6;

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

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

textarea {
	max-width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	resize: vertical;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .94118em;
}

select {
	max-width: 100%;
	height: 2.474rem;
	padding: 0 1rem;
	color: #212025;
	border: 1px solid #efeff0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: normal;
	line-height: 1.6;
}

select:focus {
	border: 1px solid #717174;
}

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

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

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

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

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

.post-password-form input[type='password'] {
	margin-top: .5em;
	margin-bottom: 1.6rem;
}

/* Search Form */
.search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.search-form__label {
	    flex: 0 0;
	margin-bottom: 0;

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

.search-form input[type='search'] {
	    flex: 1 auto;
	border-right-width: 0;

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

.search-form__button {
	padding: .5rem .625rem;
	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	opacity: 1;
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-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: #ac9d8a;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
9.2 Menus
--------------------------------------------------------------*/
/* Primary Menu */
.main-navigation {
	position: relative;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .88889em;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul.toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
	text-transform: uppercase;
}

.main-navigation a {
	position: relative;
	display: inline-block;
	padding: .375em 0;
	text-decoration: none;
	letter-spacing: .075em;
	color: #bdbdbf;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #ac9d8a;
}

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

.main-navigation .current-menu-item > a {
	color: #ac9d8a;
}

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

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

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul ul li {
	text-transform: none;
}

.main-navigation ul ul a::before {
	display: inline-block;
	margin-right: .375em;
	margin-left: -1em;
	content: '\2013';
	opacity: .35;
}

/* Dropdown Toggle */
.dropdown-toggle {
	padding: 0;
	vertical-align: 28%;
	opacity: .5;
	color: #bdbdbf;
	border: none;
	background-color: transparent;
	line-height: 1;
}

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

.dropdown-toggle:hover {
	opacity: 1;
}

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

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

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

/* Social Menu */
.social-navigation {
	margin-bottom: 1em;
}

.menu--social {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.menu--social li {
	display: inline-block;
}

.menu--social li:not(:last-child) {
	margin-right: .25em;
}

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

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

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

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

.page-links a,
.page-links > span {
	float: left;
	margin-right: 1.375em;
	color: #212025;
	border-bottom: 3px solid #efeff0;
}

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

.page-links a:hover,
.page-links a:focus {
	color: #97846c;
}

.page-links > span:not(.page-links-title) {
	color: #97846c;
}

/* Post Navigation */
.post-navigation-area {
	position: relative;
	clear: both;
	border-top: 1px solid #efeff0;
}

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

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	background-color: #212025;
	background-position: center;
	background-size: cover;
}

.post-navigation .nav-previous::before,
.post-navigation .nav-next::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: background-color .4s ease-in-out;
	        transition: background-color .4s ease-in-out;
	background-color: rgba(0, 0, 0, .4);
}

.post-navigation .nav-previous:hover::before,
.post-navigation .nav-next:hover::before {
	background-color: rgba(0, 0, 0, .6);
}

.post-navigation a {
	position: relative;
	display: block;
	height: 100%;
	padding: 10% 5%;
	text-decoration: none;
	color: #fff;
}

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

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

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	display: inline-block;
	margin-bottom: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255, 255, 255, .4);
	font-size: .6243em;
	font-weight: bold;
}

.post-navigation .post-title {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.42383em;
	font-weight: bold;
	line-height: 1.15;

	text-rendering: optimizeLegibility;
}

/* Comment Navigation */
.comment-navigation {
	overflow: hidden;
	padding-bottom: 3.5rem;
}

.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .75rem;
	border-top: 1px solid #efeff0;

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

.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 .nav-next {
	margin-left: auto;
}

.comment-navigation a {
	text-decoration: none;
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
}

.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #97846c;
}

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

/* Pagination */
.pagination {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.pagination .page-numbers {
	display: none;
	margin-right: 1.375em;
	color: #212025;
	border-bottom: 3px solid #efeff0;
	font-size: .88889em;
	font-weight: 600;
	line-height: 1.15;
}

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

.pagination .page-numbers.current {
	color: #97846c;
}

.pagination .page-numbers.dots {
	border-bottom: none;
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: #97846c;
}

.pagination a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
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.6rem;
	/* Extra wide images within figure tags don't overflow the content area. */
}

figure > a {
	display: block;
}

.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.6rem;
	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.6rem;
}

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.6rem;
}

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

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

.wp-caption-text {
	margin: .75em auto 0;
	text-align: center;
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .6243em;
	line-height: 1.6;
}

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

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

	-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: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 1rem * 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% - 1rem * 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% - 1rem * 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% - 1rem * 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% - 1rem * 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% - 1rem * 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% - 1rem * 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% - 1rem * 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: #000;
}

.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: .75em 0 0;
	text-align: center;
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .6243em;
	line-height: 1.6;
}

.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 > *.alignwide,
.entry__content > *.alignwide {
	clear: both;
	max-width: 100%;
}

.entry__summary > *.alignfull,
.entry__content > *.alignfull {
	position: relative;
	left: -5.55556%;
	clear: both;
	width: calc(100% * 100 / 90 + .1px);
	max-width: calc(100% * 100 / 90 + .1px);
}

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

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

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

.entry__content .has-small-font-size {
	font-size: .88889em;
}

.entry__content .has-normal-font-size {
	font-size: 1em;
}

.entry__content .has-large-font-size {
	font-size: 1.125em;
}

.entry__content .has-huge-font-size {
	font-size: 1.26563em;
}

.entry__content .has-accent-color {
	color: #ac9d8a;
}

.entry__content .has-accent-hover-color {
	color: #97846c;
}

.entry__content .has-primary-text-color {
	color: #212025;
}

.entry__content .has-secondary-text-color {
	color: #717174;
}

.entry__content .has-secondary-background-color {
	color: #fbfbfc;
}

.entry__content .has-background-color {
	color: #fff;
}

.entry__content .has-accent-background-color {
	background-color: #ac9d8a;
}

.entry__content .has-accent-hover-background-color {
	background-color: #97846c;
}

.entry__content .has-primary-text-background-color {
	background-color: #212025;
}

.entry__content .has-secondary-text-background-color {
	background-color: #717174;
}

.entry__content .has-secondary-background-background-color {
	background-color: #fbfbfc;
}

.entry__content .has-background-background-color {
	background-color: #fff;
}

.entry__content p.has-background {
	padding: 1.5em;
}

.entry__content p.has-drop-cap::first-letter {
	margin: .125em .3em 0 0;
	padding: .425em .45em;
	background-color: rgba(0, 0, 0, .05);
	font-size: 2.66667em;
	line-height: 1;
}

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

.entry__content .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-right: 0;
	padding-left: 0;
	border: none;
}

.entry__content .wp-block-quote cite,
.entry__content .wp-block-quote footer {
	margin-top: 0;
	color: #717174;
	font-size: .6243em;
	font-style: normal;
}

.entry__content .wp-block-quote.is-large,
.entry__content .wp-block-quote.is-style-large {
	margin-right: auto;
	margin-left: auto;
	padding: 3em 0;
}

.entry__content .wp-block-quote.is-large p,
.entry__content .wp-block-quote.is-style-large p {
	font-size: 1.26563em;
	line-height: 1.6;
}

.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-code {
	overflow: auto;
	padding: 1.5rem;
	white-space: pre;
	color: #212025;
	border: 0;
	border-radius: 0;
	background-color: #fbfbfc;
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: .88889em;
}

.entry__content .wp-block-code code {
	background-color: transparent;
}

.entry__content .wp-block-verse {
	white-space: pre-wrap;
	font-family: inherit;
	font-size: inherit;
}

.entry__content .wp-block-table th,
.entry__content .wp-block-table td {
	padding: .625em 1em;
	word-break: normal;
	border: 1px solid #efeff0;
}

.entry__content .wp-block-audio figcaption,
.entry__content .wp-block-video figcaption,
.entry__content .wp-block-embed 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 {
	max-width: 768px;
	margin: .75em auto 0;
	text-align: center;
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .6243em;
	line-height: 1.6;
}

.entry__content .wp-block-audio figcaption > :last-child,
.entry__content .wp-block-video figcaption > :last-child,
.entry__content .wp-block-embed 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-gallery .blocks-gallery-item figcaption {
	max-width: 100%;
}

.entry__content .wp-block-image .alignleft {
	margin-right: 2em;
}

.entry__content .wp-block-image .alignright {
	margin-left: 2em;
}

.entry__content div.wp-block-image {
	max-width: 100%;
}

.entry__content .wp-block-gallery .blocks-gallery-item figcaption {
	z-index: 10;
	padding-top: 48px;
	color: #fff;
}

.entry__content .wp-block-gallery .blocks-gallery-item 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: #000;
}

.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-gallery.alignleft,
.entry__content .wp-block-gallery.alignright {
	max-width: 32rem;
}

.entry__content .wp-block-gallery.alignfull {
	padding-right: 16px;
	padding-left: 16px;
}

.entry__content .wp-block-audio audio {
	min-width: 288px;
}

.entry__content .wp-block-button {
	color: #fff;
}

.entry__content .wp-block-button__link {
	padding: .625rem 1.625rem;
	border-radius: .25rem;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: 600;
	line-height: 1.6;
}

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

.entry__content .wp-block-button__link:hover,
.entry__content .wp-block-button__link:focus {
	opacity: .9;
}

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

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

.entry__content .wp-block-button.is-style-outline {
	color: #212025;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link {
	padding: calc(.625rem - 2px) calc(1.625rem - 2px);
}

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

.entry__content .wp-block-file .wp-block-file__button {
	display: inline-block;
	padding: .625rem 1.625rem;
	color: #fff;
	border-radius: 0;
	background-color: #ac9d8a;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: 600;
	line-height: 1.6;
}

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

.entry__content .wp-block-file * + .wp-block-file__button {
	margin-left: 1.5rem;
}

.entry__content .wp-block-file.alignwide,
.entry__content .wp-block-file.alignfull {
	text-align: center;
}

.entry__content .wp-block-separator {
	height: 0;
	border-color: #efeff0;
	background-color: transparent;
}

.entry__content .wp-block-separator.is-style-dots {
	height: auto;
}

.entry__content .wp-block-separator.is-style-dots::before {
	color: #717174;
}

.entry__content .wp-block-pullquote {
	padding: 1.5rem 0;
	color: #212025;
	border-top: 4px solid #212025;
	border-bottom: 4px solid #212025;
}

.entry__content .wp-block-pullquote p {
	font-size: 1.125em;
	line-height: 1.6;
}

.entry__content .wp-block-pullquote cite,
.entry__content .wp-block-pullquote footer {
	color: #717174;
	font-size: .6243em;
}

.entry__content .wp-block-pullquote.alignleft,
.entry__content .wp-block-pullquote.alignright {
	max-width: 32rem;
}

.entry__content .wp-block-pullquote.alignwide blockquote,
.entry__content .wp-block-pullquote.alignfull blockquote {
	margin-right: auto;
	margin-left: auto;
}

.entry__content .wp-block-pullquote.alignwide p,
.entry__content .wp-block-pullquote.alignfull p {
	font-size: 1.26563em;
}

.entry__content .wp-block-pullquote.alignwide blockquote {
	max-width: calc(960px + 7em);
}

.entry__content .wp-block-pullquote.alignfull {
	padding-right: 5%;
	padding-left: 5%;
}

.entry__content .wp-block-pullquote.alignfull blockquote {
	max-width: calc(1280px + 7em);
}

.entry__content .wp-block-pullquote .has-text-color cite,
.entry__content .wp-block-pullquote .has-text-color footer {
	color: inherit;
}

.entry__content .wp-block-pullquote.is-style-solid-color {
	border: none;
}

.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-accent-background-color):not(.has-accent-hover-background-color):not(.has-primary-text-background-color):not(.has-secondary-text-background-color):not(.has-secondary-background-background-color):not(.has-background-background-color) {
	background-color: #fbfbfc;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 88%;
	text-align: center;
}

.entry__content .wp-block-pullquote.is-style-solid-color p {
	margin-bottom: 1.6rem;
	font-size: 1.26563em;
}

.entry__content .wp-block-pullquote.is-style-solid-color p:last-child {
	margin-bottom: 0;
}

.entry__content .wp-block-pullquote.is-style-solid-color cite,
.entry__content .wp-block-pullquote.is-style-solid-color footer {
	text-transform: uppercase;
}

.entry__content .wp-block-pullquote.is-style-solid-color.alignwide p,
.entry__content .wp-block-pullquote.is-style-solid-color.alignfull p {
	font-size: 1.26563em;
}

.entry__content .wp-block-pullquote.is-style-solid-color.alignfull blockquote {
	max-width: calc(1280px + 7em);
}

.entry__content .wp-block-cover .wp-block-cover__inner-container > *,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container > * {
	max-width: calc(768px + 2rem);
	margin-right: auto;
	margin-left: auto;
	padding: 1rem;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container > * a,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container > * a {
	color: inherit;
}

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

.entry__content .wp-block-cover .wp-block-cover__inner-container h1,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h1 {
	font-size: 1.80203em;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h2,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h2 {
	font-size: 1.60181em;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h3,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h3 {
	font-size: 1.42383em;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h4,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h4 {
	font-size: 1.26563em;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h5,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h5 {
	font-size: 1.125em;
}

.entry__content .wp-block-cover .wp-block-cover__inner-container h6,
.entry__content .wp-block-cover-image .wp-block-cover__inner-container h6 {
	font-size: 1em;
}

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

.entry__content .wp-block-cover.alignfull,
.entry__content .wp-block-cover-image.alignfull {
	min-height: 100vh;
}

.entry__content .wp-block-columns {
	margin-bottom: 0;
}

.entry__content .wp-block-columns .wp-block-column {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.entry__content .wp-block-columns .wp-block-column > * {
	margin-bottom: 1.6rem;
}

.entry__content .wp-block-columns.alignfull {
	padding-right: 1rem;
	padding-left: 1rem;
}

.entry__content .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 1.75rem;
}

.entry__content .wp-block-media-text .wp-block-media-text__content > * {
	margin-bottom: 1.6rem;
}

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

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

.entry__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 1.75rem 0 0;
}

.entry__content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	padding: 1.75rem 0 0;
}

.entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 0 1.75rem;
}

.entry__content .wp-block-media-text.has-accent-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-accent-hover-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-primary-text-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-secondary-text-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-secondary-background-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text.has-background-background-color .wp-block-media-text__content,
.entry__content .wp-block-media-text[style^='background-color'] .wp-block-media-text__content {
	padding: 1.75rem 1.6rem !important;
}

.entry__content .wp-block-media-text.alignfull .wp-block-media-text__content {
	padding: 1.75rem 1rem !important;
}

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

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

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

.entry__content .wp-block-archives.alignleft,
.entry__content .wp-block-archives.alignright,
.entry__content .wp-block-categories.alignleft,
.entry__content .wp-block-categories.alignright {
	max-width: 32rem;
	margin-top: 0;
}

.entry__content .wp-block-categories.alignfull {
	text-align: center;
}

.entry__content .wp-block-latest-posts li:not(:last-child) {
	margin-bottom: .75rem;
}

.entry__content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: #717174;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry__content .wp-block-latest-posts.aligncenter,
.entry__content .wp-block-latest-posts.alignwide,
.entry__content .wp-block-latest-posts.alignfull {
	text-align: center;
}

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

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment {
	margin-bottom: 1.6em;
	font-size: .79012em;
	line-height: 1.6;
}

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

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin-bottom: .75em;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .88889em;
}

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

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: 1.125em;
	line-height: 1.6;
}

.entry__content .wp-block-latest-comments.alignleft,
.entry__content .wp-block-latest-comments.alignright {
	max-width: 32rem;
}

.entry__content .wp-block-latest-comments.aligncenter {
	text-align: center;
}

.entry__content .wp-block-latest-comments.alignfull {
	padding-right: 1rem;
	padding-left: 1rem;
}

.entry__content .wp-block-embed.alignleft,
.entry__content .wp-block-embed.alignright {
	max-width: 32rem;
}

.entry__content .wp-block-embed__wrapper > * {
	margin-top: 0 !important;
	margin-right: auto;
	margin-bottom: 0 !important;
	margin-left: auto;
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 3rem;
	font-size: .70233em;
}

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

.widget .widget-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 1rem;
	letter-spacing: 0;
	color: #e0e0e3;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.26563em;
	font-weight: 600;
}

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

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

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

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

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

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

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

.widget ul.children li::before,
.widget ul.sub-menu li::before {
	display: inline-block;
	margin-right: .375em;
	margin-left: -.75rem;
	content: '\2013';
	opacity: .35;
}

.widget ul .current-cat,
.widget ul .current-menu-item,
.widget ul .current_page_item {
	color: #ac9d8a;
}

.widget ul .current-cat a,
.widget ul .current-menu-item a,
.widget ul .current_page_item a {
	color: #ac9d8a;
}

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

.widget_calendar caption {
	margin-bottom: .5em;
	text-align: left;
	color: #bdbdbf;
	font-size: 1.125em;
}

.widget_calendar th {
	background-color: transparent;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
	color: #bdbdbf;
	border-color: #434347;
	font-size: 1.125em;
	line-height: 2.75;
}

.widget_calendar tbody a {
	display: block;
	text-decoration: none;
	color: #bdbdbf;
	font-weight: 600;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	color: #ac9d8a;
}

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

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

/* Recent Posts widget */
.widget_recent_entries ul li {
	margin-bottom: 1.5rem;
}

.widget_recent_entries ul li a {
	position: relative;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

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

.widget_recent_entries .post-date {
	display: block;
	margin-top: .5em;
	color: #bdbdbf;
	font-size: .88889em;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
	margin-bottom: 1.5rem;
	color: #bdbdbf;
	font-size: .88889em;
}

.widget_recent_comments ul li .comment-author-link a {
	color: #bdbdbf;
}

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

.widget_recent_comments ul li > a {
	position: relative;
	display: block !important;
	margin-top: .5em !important;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.125em;
}

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

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

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

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

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

.widget_rss ul li .rsswidget {
	color: #e0e0e3;
	font-weight: 600;
	line-height: 1.15;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-top: .875em;
	color: #bdbdbf;
	font-size: .88889em;
}

.widget_rss .rssSummary {
	margin-top: .875em;
	color: #bdbdbf;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

.widget_rss cite {
	font-style: normal;
}

.widget_rss cite:empty {
	margin: 0;
}

/* Tag Cloud widget */
.tagcloud .tag-cloud-link {
	float: left;
	margin-right: 1rem;
	margin-bottom: .625rem;
	padding-bottom: .25em;
	text-decoration: none;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #bdbdbf;
	border-bottom: 2px solid #434347;
	font-size: .70233em !important;
	font-weight: bold;
	line-height: 1.5;
}

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

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

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

/* Other widgets */
.widget_search .search-form {
	font-size: 1.42383em;
}

.widget_search .search-form > label {
	margin-bottom: 0;
}

.widget_search .search-form input[type='search'] {
	color: #bdbdbf;
	border-color: #434347;
	background-color: transparent;
}

.textwidget {
	color: #bdbdbf;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

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

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

.widget_media_gallery .gallery-item {
	margin-right: .5rem;
	margin-bottom: .5rem;
}

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

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

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

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

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

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

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

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

.widget_media_gallery .wp-caption-text {
	display: none;
}

.widget_media_image .wp-caption > a {
	position: relative;
	display: block;
}

.widget_media_image .wp-caption > 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: #000;
}

.widget_media_image .wp-caption > a:hover::before,
.widget_media_image .wp-caption > a:focus::before {
	opacity: .15;
}

.widget_media_image .wp-caption-text {
	color: #bdbdbf;
	font-size: .79012em;
}

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

.site {
	position: relative;
}

/*--------------------------------------------------------------
13.1 Layout
--------------------------------------------------------------*/
.page__header,
.page__content,
.main-content > article,
.author-info,
.comments-area,
.pagination,
.widecolumn {
	width: 100%;
	padding: 10% 5%;
}

.page__header > *,
.page__content > *,
.entry__header > *,
.entry__summary > *,
.entry__content > *,
.attachment .entry__attachment > figcaption,
.entry__footer > *,
.author-info > *,
.comments-area > *,
.widecolumn > * {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
13.2 Header
--------------------------------------------------------------*/
.header {
	position: relative;
	padding: 7.5% 5%;
}

/* Site Branding */
.site__branding {
	max-width: 100%;
}

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

.site__title {
	margin: 0 0 1rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.60181em;
	font-weight: normal;
	line-height: 1.15;
}

.site__title a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	outline: 0;
}

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

.site__description {
	color: #bdbdbf;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
	line-height: 1.5;
}

/* Custom Logo */
.custom-logo-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
	color: #fff;
}

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

.custom-logo-link + .site__title {
	margin-top: 1.6rem;
}

.custom-logo {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
}

.button--secondary-toggle {
	margin-top: 1.25rem;
	padding: .375em 1em .375em .75em;
	color: #bdbdbf;
	border: 1px solid currentColor;
	background-color: transparent;
	line-height: 1;
}

.button--secondary-toggle:hover,
.button--secondary-toggle:focus {
	color: #ac9d8a;
	background-color: transparent;
}

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

.button--secondary-toggle.toggled-on {
	color: #ac9d8a;
}

.button--secondary-toggle .svg-icon {
	margin-right: .5em;
	vertical-align: -58%;
}

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

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

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

.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 .slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured--carousel-v1 .carousel-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	min-width: 0;
	min-height: 100vmin;
	word-wrap: break-word;
	background-clip: border-box;

	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.featured--carousel-v1 .carousel-item__thumbnail {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}

.featured--carousel-v1 .carousel-item__thumbnail a {
	display: block;
	overflow: hidden;
	max-width: 100%;
}

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

.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__body {
	z-index: 10;
	padding: 10% 5%;
	text-align: center;
}

.featured--carousel-v1 .carousel-item__body > * {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

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

.featured--carousel-v1 .carousel-item .cat-links {
	margin-bottom: .75rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	font-size: .6243em;
	font-weight: bold;
	line-height: 1.5;
}

.featured--carousel-v1 .carousel-item .cat-links a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}

.featured--carousel-v1 .carousel-item .cat-links a::after {
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	opacity: .25;
	background-color: #fff;
}

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

.featured--carousel-v1 .carousel-item .cat-links a:focus {
	outline: 0;
}

.featured--carousel-v1 .carousel-item__title {
	margin-top: 0;
	margin-bottom: .75rem;
	letter-spacing: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.60181em;
	font-weight: bold;
}

.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 {
	color: #fff;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
}

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

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

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

.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 .byline a {
	text-decoration: underline;
}

.featured--carousel-v1 .carousel-item__meta .byline a:hover,
.featured--carousel-v1 .carousel-item__meta .byline a:focus {
	text-decoration: none;
}

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

.content-area {
	position: relative;
}

.loop-container--grid-v1 {
	position: relative;
}

.loop-container--grid-v1 .post-card {
	border-top: 1px solid #efeff0;
}

.loop-container--grid-v1 .post-card:nth-child(1) {
	border-top: none;
}

.loop-container--grid-v2 {
	position: relative;
}

.loop-container--masonry-v1 {
	position: relative;
}

.loop-container--masonry-v1 .post-card {
	position: relative;
	width: 100%;
	opacity: 0;
	border-top: 1px solid #efeff0;
}

.loop-container--masonry-v1 .post-card:nth-child(1) {
	border-top: none;
}

.loop-container--masonry-v1 .post-card--is-visible {
	-webkit-animation: fadeIn 700ms ease-in forwards;
	        animation: fadeIn 700ms ease-in forwards;
	opacity: 1;
}

.no-js .loop-container--masonry-v1 .post-card--is-visible {
	-webkit-animation: none;
	        animation: none;
}

.no-js .loop-container--masonry-v1 .post-card {
	opacity: 1;
}

.content-layout--grid-v1 .page__header,
.content-layout--grid-v2 .page__header,
.content-layout--masonry-v1 .page__header {
	text-align: center;
}

.content-layout--grid-v1 .pagination,
.content-layout--grid-v2 .pagination,
.content-layout--masonry-v1 .pagination {
	border-top: 1px solid #efeff0;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page__header {
	position: relative;
	border-bottom: 1px solid #efeff0;
}

.page__title {
	letter-spacing: 0;
	color: #212025;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.60181em;
}

.page__content {
	-webkit-hyphens: auto;
	        hyphens: auto;
	color: #212025;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;

	    -ms-hyphens: auto;
}

.page__content > * {
	margin-bottom: 1.6rem;
}

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

.taxonomy-description {
	position: relative;
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
}

.taxonomy-description > * {
	margin-bottom: 1.6rem;
}

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

/*--------------------------------------------------------------
13.6 Posts
--------------------------------------------------------------*/
.main-content > article {
	position: relative;
	overflow: hidden;
}

.hfeed .main-content > article {
	border-bottom: 1px solid #efeff0;
}

.entry__header {
	margin-bottom: 1.6rem;
}

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

.sticky-post {
	margin-bottom: .75rem;
	color: #fff;
	font-size: .6243em;
}

.sticky-post span {
	display: inline-block;
	padding: .25em .875em;
	background-color: #ac9d8a;
}

.cat-links {
	margin-bottom: .75rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #212025;
	font-size: .6243em;
	font-weight: bold;
	line-height: 1.5;
}

.cat-links a {
	display: inline-block;
	text-decoration: none;
	color: #212025;
	border-bottom: 3px solid #efeff0;
}

.cat-links a:hover,
.cat-links a:focus {
	color: #97846c;
}

.cat-links a:focus {
	outline: 0;
}

.entry__title {
	margin-top: 0;
	margin-bottom: .75rem;
	letter-spacing: 0;
	color: #212025;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.60181em;
	font-weight: bold;
}

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

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

.entry__title a:focus {
	outline: 0;
}

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

.entry__title i,
.entry__title em,
.entry__title b,
.entry__title strong {
	color: #ac9d8a;
}

.entry__meta {
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
}

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

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

.entry__meta > span + .edit-link::before {
	display: inline;
	margin-right: .375em;
	content: '\2013';
}

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

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

.entry__meta a:focus {
	outline: 0;
}

.entry__meta .byline a {
	text-decoration: underline;
}

.entry__meta .byline a:hover,
.entry__meta .byline a:focus {
	text-decoration: none;
}

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

.post__thumbnail {
	position: relative;
	left: 50%;
	display: block;
	overflow: hidden;
	max-width: calc(111.11111% + 1px);
	margin-bottom: 1.6rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.post__thumbnail-wrapper,
.post__thumbnail-link {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fbfbfc;
}

.post__thumbnail-wrapper > *,
.post__thumbnail-link > * {
	display: block;
}

.post__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: #000;
}

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

.post__thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	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 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 {
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

.entry__summary > *,
.entry__content > * {
	margin-bottom: 1.6rem;
}

.entry__summary .gallery,
.entry__summary .wp-block-gallery,
.entry__content .gallery,
.entry__content .wp-block-gallery {
	margin-bottom: calc(1.6rem - 16px);
}

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

.entry__summary:not(:last-child) {
	margin-bottom: 1.6rem;
}

body:not(.hfeed) .entry__summary {
	color: #717174;
	font-size: 1.125em;
	font-style: italic;
}

body:not(.hfeed) .entry__summary > :last-child {
	padding-bottom: 1.6rem;
	border-bottom: 3px solid #efeff0;
}

.more-link {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
}

.more-link:hover,
.more-link:focus {
	color: #434347;
}

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

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

.entry__footer {
	margin-top: 1.6rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #212025;
	font-size: .6243em;
	font-weight: bold;
	line-height: 1.5;
}

.entry__footer a {
	display: inline-block;
	text-decoration: none;
	color: #212025;
	border-bottom: 3px solid #efeff0;
}

.entry__footer a:hover,
.entry__footer a:focus {
	color: #97846c;
}

.entry__footer a:focus {
	outline: 0;
}

.entry__footer .tags-links {
	display: block;
}

.entry__footer .tags-links a:not(.last-child) {
	margin-right: 1.25em;
}

.entry__footer .tags-links a::before {
	display: inline;
	content: '\0023';
}

.attachment .entry__attachment {
	position: relative;
	left: 50%;
	width: calc(111.11111% + 1px);
	max-width: calc(111.11111% + 1px);
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.attachment .entry__attachment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.attachment .full-size-link a {
	border-bottom: none;
}

.attachment .full-size-link .svg-icon {
	margin-right: .375em;
	vertical-align: -36%;
}

/*--------------------------------------------------------------
13.7 Post Cards
--------------------------------------------------------------*/
.post-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	min-width: 0;
	padding: 10% 5%;
	word-wrap: break-word;
	background-clip: border-box;

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

.post-card__title {
	margin-top: 0;
	margin-bottom: .75rem;
	letter-spacing: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.60181em;
	font-weight: bold;
}

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

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

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

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

.post-card__title i,
.post-card__title em,
.post-card__title b,
.post-card__title strong {
	color: #ac9d8a;
}

.post-card__meta {
	margin-bottom: 1.6rem;
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
}

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

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

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

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

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

.post-card__meta .byline a {
	text-decoration: underline;
}

.post-card__meta .byline a:hover,
.post-card__meta .byline a:focus {
	text-decoration: none;
}

.post-card__thumbnail {
	position: relative;
	display: block;
	max-width: 100%;
	margin-bottom: 1.6rem;
	background-color: #fbfbfc;
}

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

.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__thumbnail--cropped a {
	padding-top: 66.66667%;
}

.post-card__content {
	    flex: 1 1 auto;
	margin-bottom: 1.6rem;
	color: #212025;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .94118em;

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

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

.post-card__footer {
	color: #717174;
	font-size: .88889em;
}

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

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

.post-card__footer a {
	color: #717174;
}

.post-card__footer a:hover,
.post-card__footer a:focus {
	color: #434347;
}

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

.post-card__footer .more-link {
	font-size: inherit;
}

.post-card.post-card--image {
	padding: 0;
}

.post-card.post-card--image .post-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;
	height: 100%;
	padding: 10% 5%;

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

.post-card.post-card--image .post-card__title {
	margin-bottom: 1rem;
}

.post-card.post-card--image .post-card__meta {
	font-size: .79012em;
}

.post-card.post-card--image .post-card__footer {
	font-size: .79012em;
}

.post-card.post-card--image.post-card--has-thumbnail {
	background-color: #212025;
}

.post-card.post-card--image.post-card--has-thumbnail .post-card__thumbnail {
	margin: 0;
	background-color: transparent;
}

.post-card.post-card--image.post-card--has-thumbnail .post-card__thumbnail a {
	padding-top: 125%;
}

.post-card.post-card--image.post-card--has-thumbnail .post-card__thumbnail a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: background-color .5s ease-in-out;
	        transition: background-color .5s ease-in-out;
	opacity: 1;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(45%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 45%);
}

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

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

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

.post-card.post-card--image.post-card--has-thumbnail .post-card__meta {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .65);
}

.post-card.post-card--image.post-card--has-thumbnail .post-card__meta a {
	color: rgba(255, 255, 255, .65);
}

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

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

.post-card.post-card--image.post-card--has-thumbnail .cat-links a {
	color: #fff;
	border-color: rgba(255, 255, 255, .25);
}

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

.post-card.post-card--image.post-card--has-thumbnail:hover .post-card__thumbnail a::before,
.post-card.post-card--image.post-card--has-thumbnail:focus .post-card__thumbnail a::before {
	background-color: rgba(0, 0, 0, .55);
}

.post-card.post-card--image:not(.post-card--has-thumbnail):nth-child(even) {
	background-color: #fbfbfc;
}

/*--------------------------------------------------------------
13.8 Author Info
--------------------------------------------------------------*/
.author-info {
	position: relative;
	clear: both;
	border-top: 1px solid #efeff0;
}

.author-info__avatar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-bottom: 1.25rem;
	border-radius: 50%;
	background-color: #fbfbfc;
}

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

@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: .75em;
	letter-spacing: 0;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.author-info__title a {
	text-decoration: none;
	color: #212025;
	border-bottom: 3px solid #efeff0;
}

.author-info__title a:hover,
.author-info__title a:focus {
	color: #97846c;
}

.author-info__bio {
	color: #434347;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .88889em;
	font-style: italic;
	line-height: 1.5;
}

.author-info__bio > * {
	margin-bottom: 1.5rem;
}

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

/*--------------------------------------------------------------
13.9 Related Posts
--------------------------------------------------------------*/
.related-posts {
	position: relative;
}

.related-posts .post-card {
	border-top: 1px solid #efeff0;
}

/*--------------------------------------------------------------
13.10 Comments
--------------------------------------------------------------*/
.comments-area {
	position: relative;
	border-top: 1px solid #efeff0;
	background-color: #fbfbfc;
}

.comments-title {
	margin-bottom: 3.5rem;
	font-size: 1.80203em;
	font-weight: normal;
}

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

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

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

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

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

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

.comment-author {
	position: relative;
	color: #212025;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .88889em;
	font-weight: 600;
	line-height: 1.15;
}

.comment-author .url {
	text-decoration: underline;
	color: #212025;
}

.comment-author .url:hover,
.comment-author .url:focus {
	color: #97846c;
}

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

.comment-author .avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	width: 48px;
	min-width: 100%;
	max-width: 1000%;
	height: auto;
	height: 48px;
	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: -3px;
	left: 34px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ac9d8a;
}

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

	fill: #fff;
}

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

.comment-metadata,
.pingback .edit-link {
	color: #717174;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .79012em;
	font-style: italic;
}

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

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

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

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

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

.comment-content {
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: .94118em;
}

.comment-content > * {
	margin-bottom: 1.6rem;
}

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

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

.comment-reply {
	margin-top: 1.6rem;
}

.comment-reply-link {
	display: inline-block;
	padding: .625em 1.25em;
	text-decoration: none;
	color: #212025;
	border: 2px solid #efeff0;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: 600;
	line-height: 1;
}

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

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

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

.comment-awaiting-moderation {
	margin-bottom: 1rem;
	color: #ef3823;
}

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

.comment-reply-title small a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: 40%;
	text-decoration: none;
	color: #717174;
	font-size: 32px;
	font-weight: normal;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #ac9d8a;
}

.comment-reply-title small a::before {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	content: '\02df';
	text-align: center;
}

.required {
	color: #ef3823;
}

.comment-reply-title {
	font-size: 1.80203em;
	font-weight: normal;
}

.form-allowed-tags code {
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.comment-form-cookies-consent {
	clear: both;
}

.comment-form-cookies-consent label {
	color: #717174;
}

.form-submit {
	clear: both;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.11 Sidebar
--------------------------------------------------------------*/
.sidebar {
	position: relative;
	background-color: #212025;
}

.sidebar__wrapper {
	position: -webkit-sticky;
	position:         sticky;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: column;

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

.secondary {
	display: none;
	    flex-direction: column;
	    flex: 1 1 auto;

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

.secondary.toggled-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.no-js .secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.secondary > * {
	padding: 7.5% 5%;
}

/*--------------------------------------------------------------
13.12 Footer
--------------------------------------------------------------*/
.footer {
	position: relative;
	margin-top: auto;
	color: #bdbdbf;
}

.footer a {
	color: #bdbdbf;
}

.footer a:hover,
.footer a:focus {
	color: #ac9d8a;
}

.footer__search {
	position: relative;
	margin-bottom: 2em;
}

.footer__search .button--search {
	padding: 0;
	color: #bdbdbf;
	border: none;
	background-color: transparent;
}

.footer__search .button--search:hover,
.footer__search .button--search:focus {
	color: #ac9d8a;
	background-color: transparent;
}

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

.footer .copyright {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .6243em;
}

.footer .copyright a:hover,
.footer .copyright a:focus {
	text-decoration: underline;
}

.footer .copyright > :not(:last-child) {
	margin-right: .5em;
}

/*--------------------------------------------------------------
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(-100%, 0);
	        transform: translate(-100%, 0);
	background-color: #212025;
}

.search-overlay--open {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.admin-bar .search-overlay--open {
	margin-top: 46px;
}

.search-overlay .button--close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem;
	color: #bdbdbf;
	border: none;
	background-color: transparent;
}

.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 .search-form__wrapper {
	position: relative;
	top: 3.5rem;
	padding-right: 5%;
	padding-left: 5%;
}

.search-overlay .search-form__title {
	margin-bottom: .5em;
	text-align: center;
	color: #fff;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	font-size: 2.02729em;
}

.search-overlay .search-form {
	width: 100%;
}

.search-overlay input[type='search'] {
	padding: 1rem 1.25rem;
	color: #bdbdbf;
	border-color: #434347;
	background-color: transparent;
}

.search-overlay .search-form__button {
	padding: .9375rem 1rem;
	color: #fff;
}

/*--------------------------------------------------------------
14.0 Multisites
--------------------------------------------------------------*/
.widecolumn {
	position: relative;
}

.widecolumn .mu_register .mu_alert,
.widecolumn .mu_register .error {
	margin: 0 0 .75em;
	padding: .75em 1.5em;
	color: inherit;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .70233em;
	font-weight: normal;
}

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

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

.widecolumn .mu_register label strong {
	font-weight: normal;
}

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

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
}

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

.widecolumn p {
	margin: 1.6rem 0;
}

.widecolumn p + h2 {
	margin: 1.6rem 0 1rem;
}

.widecolumn label,
.widecolumn .mu_register label {
	font-size: .70233em;
	font-weight: bold;
}

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

/*--------------------------------------------------------------
15.0 Customizer
--------------------------------------------------------------*/
/* Used for placeholder text */
.untica-customizer .placeholder__title {
	margin-top: 0;
	padding: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-size: .79012em;
}

.customize-partial-edit-shortcut {
	z-index: 1000 !important;
}

.customize-partial-edit-shortcut > button {
	border: 2px solid #fff;
}

.site__title .customize-partial-edit-shortcut > button {
	top: -2px;
}

.widget .customize-partial-edit-shortcut > button,
.copyright__text .customize-partial-edit-shortcut > button {
	top: -6px;
}

.social-navigation .customize-partial-edit-shortcut > button {
	top: -4px;
}

/* Featured content area placeholder */
.untica-customizer .featured-content-area--placeholder {
	display: none;
}

.untica-customizer.highlight-featured-content-area .featured-content-area--placeholder {
	display: block;
}

.untica-customizer.highlight-featured-content-area .featured-content-area--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.untica-customizer.highlight-featured-content-area .featured-content-area--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	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;
}

/* Post navigation placeholder */
.untica-customizer .post-navigation--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.untica-customizer .post-navigation--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	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 */
.untica-customizer .related-posts--placeholder {
	display: block;
}

.untica-customizer .related-posts--placeholder > * {
	position: relative;
	z-index: 2;
	/* Prevent ::after from preventing interactions within the section */
}

.untica-customizer .related-posts--placeholder::after {
	position: absolute;
	/* Matches visible edit shortcuts. */
	z-index: 1;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	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) {
	.comment-navigation .nav-previous a::before,
	.comment-navigation .nav-next a::after {
		font-size: 1.125em;
		font-style: normal;
		line-height: 1;
	}
	.comment-navigation .nav-previous a::before {
		margin-right: .5em;
		content: '\2190';
	}
	.comment-navigation .nav-next a::after {
		margin-left: .5em;
		content: '\2192';
	}
	.entry__content p.has-background {
		padding-right: 2em;
		padding-left: 2em;
	}
	.entry__content .wp-block-columns.alignfull {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.entry__content .wp-block-media-text.alignfull .wp-block-media-text__content {
		padding: 1.75rem 2.5rem !important;
	}
	.entry__content .wp-block-latest-comments.alignfull {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.featured--carousel-v1 .carousel-item__title {
		font-size: 1.80203em;
	}
	.page__title {
		font-size: 1.80203em;
	}
	.entry__title {
		font-size: 1.80203em;
	}
	.post-card__title {
		font-size: 1.80203em;
	}
	.post-card.post-card--image .post-card__title {
		font-size: 1.60181em;
	}
	.comment-form {
		padding: 1.75em;
		background-color: rgba(0, 0, 0, .02);
	}
}

@media only screen and (min-width: 600px) {
	.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);
	}
	.entry__content .wp-block-pullquote {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.entry__content .wp-block-columns .wp-block-column {
		flex-basis: calc(50% - 1.5rem);
		-ms-flex-preferred-size: calc(50% - 1.5rem);
	}
	.entry__content .wp-block-columns .wp-block-column:nth-child(even) {
		margin-left: 3rem;
	}
	.header {
		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;
	}
	.site__branding {
		margin-right: 1em;
	}
	.button--secondary-toggle {
		margin-top: 0;
		margin-left: auto;
	}
	.author-info__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.author-info__avatar {
		margin-right: 1.5rem;
		margin-bottom: 0;

		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.search-overlay .button--close {
		top: .5rem;
		right: .5rem;
	}
}

@media only screen and (min-width: 768px) {
	blockquote {
		padding: 1.5em 3.5em;
	}
	.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 {
		    flex: 1 1 50%;
		text-align: center;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
	}
	.post-navigation a {
		padding: 20% 10%;
	}
	.post-navigation .nav-previous:last-child a,
	.post-navigation .nav-next:first-child a {
		padding: 10%;
	}
	.pagination {
		text-align: center;
	}
	.entry__content .wp-block-quote:not(.is-large):not(.is-style-large) {
		padding-right: 3.5em;
		padding-left: 3.5em;
	}
	.entry__content .wp-block-quote.is-large,
	.entry__content .wp-block-quote.is-style-large {
		padding: 1.5em 3.5em;
	}
	.entry__content .wp-block-code {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.entry__content .wp-block-cover.alignfull .wp-block-cover__inner-container > *,
	.entry__content .wp-block-cover-image.alignfull .wp-block-cover__inner-container > * {
		max-width: calc(960px + 2rem);
	}
	.entry__content .wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 3rem;
	}
	.entry__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 3rem 0 0;
	}
	.entry__content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding: 0 0 0 3rem;
	}
	.entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 3rem 0 0;
	}
	.entry__content .wp-block-media-text.has-accent-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text.has-accent-hover-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text.has-primary-text-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text.has-secondary-text-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text.has-secondary-background-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text.has-background-background-color .wp-block-media-text__content,
	.entry__content .wp-block-media-text[style^='background-color'] .wp-block-media-text__content {
		padding: 3rem !important;
	}
	.entry__content .wp-block-media-text.alignfull .wp-block-media-text__content {
		padding: 3rem !important;
	}
	.featured--carousel-v1 .carousel-item__title {
		font-size: 2.2807em;
	}
	.loop-container--grid-v1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.loop-container--grid-v1::before {
		position: absolute;
		left: 50%;
		width: 1px;
		height: 100%;
		content: '';
		background-color: #efeff0;
	}
	.loop-container--grid-v1 .post-card:nth-child(2) {
		border-top: none;
	}
	.loop-container--grid-v1 .post-card {
		    flex: 0 0 50%;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
	}
	.loop-container--grid-v2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.loop-container--grid-v2 .post-card {
		    flex: 0 0 50%;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
	}
	.loop-container--masonry-v1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.loop-container--masonry-v1::before {
		position: absolute;
		left: 50%;
		width: 1px;
		height: 100%;
		content: '';
		background-color: #efeff0;
	}
	.loop-container--masonry-v1 .post-card:nth-child(2) {
		border-top: none;
	}
	.loop-container--masonry-v1 .post-card {
		    flex: 0 0 50%;
		width: 50%;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
	}
	.page__title {
		font-size: 2.02729em;
	}
	.entry__title {
		font-size: 2.02729em;
	}
	.post-card {
		padding: 5%;
	}
	.related-posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.related-posts::before {
		position: absolute;
		left: 50%;
		width: 1px;
		height: 100%;
		content: '';
		background-color: #efeff0;
	}
	.related-posts .post-card {
		    flex: 0 0 50%;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
	}
	.comment-list .children > li {
		padding-left: calc(56px + 1.125rem);
	}
	.comment-author__avatar {
		top: -8px;
		width: 56px;
		height: 56px;
		margin-right: 1.125rem;
	}
	.comment-author .avatar {
		width: 56px;
		height: 56px;
	}
	.comment-author .post-author-badge {
		top: -7px;
		left: 42px;
	}
	.comment--has-avatar .comment-content,
	.comment--has-avatar .comment-reply,
	.comment--has-avatar .comment-awaiting-moderation {
		margin-left: calc(56px + 1.125rem);
	}
	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		margin-top: 2rem;
	}
	.search-overlay .button--close {
		top: 1.5rem;
		right: 1.5rem;
	}
	.search-overlay .search-form__wrapper {
		top: 45%;
		max-width: 42rem;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.search-overlay .search-form__title {
		font-size: 2.2807em;
	}
}

@media only screen and (min-width: 782px) {
	.entry__content .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.entry__content .wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.entry__content .wp-block-columns .wp-block-column:nth-child(even) {
		margin-left: 3rem;
	}
}

@media only screen and (min-width: 783px) {
	.admin-bar .search-overlay--open {
		margin-top: 32px;
	}
}

@media only screen and (min-width: 854px) {
	.page__header > *,
	.page__content > *,
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.attachment .entry__attachment > figcaption,
	.entry__footer > *,
	.author-info > *,
	.comments-area > *,
	.widecolumn > * {
		max-width: 768px;
	}
	.featured--carousel-v1 .carousel-item__body > * {
		max-width: 768px;
	}
}

@media only screen and (min-width: 960px) {
	.entry__content .wp-block-cover.alignwide,
	.entry__content .wp-block-cover-image.alignwide {
		min-height: 540px;
	}
	.post__thumbnail {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: left;
		width: 32%;
	}
	.comment-form-author,
	.comment-form-email {
		margin-right: 2%;
	}
}

@media only screen and (min-width: 1280px) {
	.main-navigation {
		font-size: .79012em;
	}
	.entry__content .wp-block-pullquote.alignwide p,
	.entry__content .wp-block-pullquote.alignfull p {
		font-size: 1.42383em;
	}
	.entry__content .wp-block-pullquote.alignwide {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.entry__content .wp-block-pullquote.alignfull {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.entry__content .wp-block-pullquote.is-style-solid-color.alignwide p,
	.entry__content .wp-block-pullquote.is-style-solid-color.alignfull p {
		font-size: 1.42383em;
	}
	.entry__content .wp-block-pullquote.is-style-solid-color.alignwide blockquote {
		max-width: calc(960px + 7em);
	}
	.entry__content .wp-block-cover.alignwide,
	.entry__content .wp-block-cover-image.alignwide {
		min-height: 720px;
	}
	.entry__content .wp-block-columns {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.entry__content .wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 3rem;
	}
	.site {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.page__header,
	.page__content,
	.main-content > article,
	.author-info,
	.comments-area,
	.pagination,
	.widecolumn {
		padding: 5%;
	}
	.header {
		padding: 15% 10%;
	}
	.site__branding {
		margin-right: 0;
	}
	.button--secondary-toggle {
		display: none;
	}
	.featured--carousel-v1 .carousel__arrow {
		display: block !important;
	}
	.featured--carousel-v1 .carousel-item__body {
		padding: 5%;
	}
	.featured--carousel-v1 .carousel-item__title {
		font-size: 2.56578em;
	}
	.content {
		overflow: hidden;
		    flex: 1 1 auto;

		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
	}
	.page__title {
		font-size: 2.2807em;
	}
	.entry__title {
		font-size: 2.2807em;
	}
	.post-card.post-card--image .post-card__body {
		padding: 10% 7.5%;
	}
	.sidebar {
		z-index: 10000;
		    flex: 0 0 20vw;
		min-width: 320px;

		-webkit-box-flex: 0;
		-ms-flex: 0 0 20vw;
	}
	.sidebar__wrapper {
		min-height: 100vh;
	}
	.secondary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.secondary > * {
		padding: 10%;
	}
	.search-overlay {
		left: 20%;
		width: 80%;
	}
	.search-overlay .search-form__title {
		font-size: 4em;
	}
}

@media only screen and (min-width: 1440px) {
	.featured--carousel-v1 .carousel-item__title {
		font-size: 3.24732em;
	}
	.loop-container--grid-v2 .post-card {
		    flex: 0 0 calc(100% / 3 - .01px);

		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3 - .01px);
	}
	.page__title {
		font-size: 2.88651em;
	}
	.entry__title {
		font-size: 2.88651em;
	}
}

@media only screen and (min-width: 1920px) {
	.page__header > *,
	.page__content > *,
	.entry__header > *,
	.entry__summary > *,
	.entry__content > *,
	.attachment .entry__attachment > figcaption,
	.entry__footer > *,
	.author-info > *,
	.comments-area > *,
	.widecolumn > * {
		max-width: 40vw;
	}
	.featured--carousel-v1 .carousel-item__body > * {
		max-width: 50vw;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-caption {
		display: none;
	}
	.entry__content .wp-block-media-text.is-stacked-on-mobile {
		grid-template-areas: 'media-text-media' 'media-text-content';
		grid-template-columns: 100% !important;
	}
	.entry__content .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
		grid-template-areas: 'media-text-content' 'media-text-media';
	}
}

@media only screen and (max-width: 599px) {
	table {
		display: block;
		overflow-x: hidden;
	}
	.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;
	}
}

@media only screen and (max-width: 479px) {
	.featured--carousel-v1 .carousel-item__title {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.page__title {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.page__content {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.taxonomy-description {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.entry__title {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.entry__summary,
	.entry__content {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.post-card__title {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.post-card__content {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.author-info__bio {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
	.comment-content {
		-webkit-hyphens: auto;
		        hyphens: auto;

		    -ms-hyphens: auto;
	}
}
