/*
Theme Name: Spatial
Theme URI: https://themetry.com/themes/spatial/
Author: Themetry
Author URI: https://themetry.com/
Description: A theme for blogs and portfolios with a minimalist touch
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spatial
Tags: white, one-column, responsive-layout, custom-menu, editor-style, featured-images, infinite-scroll, post-slider, rtl-language-support, site-logo, sticky-post, theme-options, translation-ready, clean, minimal
Status: inactive

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th,
caption {
	padding: 10px 20px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
}

p,
.jetpack-video-wrapper,
.wp-block-button {
	margin-bottom: 1.73333333333333em;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.social-links a:before,
.slider-prev:before,
.slider-next:before,
.menu-toggle:before,
.search-submit:before,
#infinite-handle span:after,
.comment-reply-link:before,
.slide-out .menu-item-has-children > a:before,
.slide-out .page_item_has_children > a:before {
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

h1 {
	font-size: 3rem;
	line-height: 3.5625rem;
}

h2,
.entry-title,
.comments-title,
.comment-reply-title,
.search-results .page-title,
.archive .page-title,
.blog-title {
	font-size: 2.25rem;
	line-height: 1.5em;
}

h3,
blockquote {
	font-size: 1.5rem;
	line-height: 1.5em;
}

h4,
.post-navigation,
.slide-out,
.entry-footer,
.comment-navigation,
.comment-content {
	font-size: 0.9375rem;
	line-height: 1.73333333333333em;
}

.entry-content {
	line-height: 1.73333333333333;
}

h5 {
	font-size: 0.8125rem;
	line-height: 1.3125rem;
}

h6 {
	font-size: 0.6875rem;
	line-height: 1.125rem;
}

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

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

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

blockquote {
	margin: 3rem 0 4rem;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

.wp-block-quote {
	border: 0;
}

.wp-block-quote > :first-child,
.wp-block-pullquote blockquote > :first-child,
blockquote.reddit-card > :first-child {
	padding-top: 20px;
}

.wp-block-quote.is-style-large > :first-child {
	padding-top: 40px;
}

blockquote.reddit-card > :first-child {
	display: block;
}

blockquote:before {
	background: #fff;
	color: #222;
	content: "\201D";
	font-size: 3rem;
	line-height: 0.75em;
	position: absolute;
	top: -3px;
	width: 66px;
	left: 50%;
	margin-left: -33px;
	text-align: center;
	z-index: 1;
}

blockquote:after {
	background: rgba(0,0,0,.1);
	content: "";
	display: block;
	height: 1px;
	max-width: 400px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

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

ul,
ol {
	margin: 0 0 1.625rem 1.625rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.625rem;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.625rem;
	width: 100%;
}

th,
td {
	border: 1px solid rgba(0,0,0,.1);
}

th {
	color: #222;
	text-align: left;
}

caption {
	background: #f2f2f2;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	background: #f5f5f5;
	border: none;
	border-radius: 5px;
	color: #000;
	font-size: 0.9375rem;
	font-weight: bold;
	padding: 14px 20px;
	transition: .5s background;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.site-main #infinite-handle span button:hover,
.posts-navigation a:hover,
.site-main #infinite-handle:hover span button,
.wp-block-button__link:hover {
	background: #ddd;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.site-main #infinite-handle span button:focus,
.posts-navigation a:focus,
.site-main #infinite-handle:focus span button
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.site-main #infinite-handle span button:active,
.posts-navigation a:active,
.site-main #infinite-handle:active span button,
.wp-block-button__link:focus,
.wp-block-button__link:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 {
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	display: block;
	padding: 12px 20px;
	width: 100%;
	-webkit-appearance: none;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.posts-navigation {
	font-size: 0.9375rem;
}

.posts-navigation .nav-previous {
	float: left;
}

.posts-navigation .nav-next {
	float: right;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-toggles {
	display: inline-flex;
	flex-flow: row wrap;
	padding-top: 30px;
	padding-left: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-toggles:before {
	left: -40px;
	top: 47px;
	height: 2px;
	width: 80px;
}

.menu-toggle {
	margin-top: -5px;
	margin-right: 27px;
	padding: 10px 10px 10px 39px;
	position: relative;
	order: 1;
}

button.menu-toggle,
button.search-submit {
	background: transparent;
	color: #888;
	font-weight: normal;
	transition: .5s color;
}

.menu-toggle:before {
	content: '\f419';
	position: absolute;
	left: 10px;
	top: 7px;
}

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

.menu-toggle:before,
.search-submit:before {
	font-size: 1.1875rem;
}

button.search-submit {
	border: none;
	box-shadow: none;
}

.search-submit {
	padding: 0;
	position: relative;
	top: -2px;
}

.nav-toggles .search-form {
	display: inline-block;
	order: 2;
}

.nav-toggles .search-field {
	border: none;
	display: inline;
	padding: 3px;
	position: relative;
	top: 1px;
	width: auto;
}

::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}

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

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

:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.social-links {
	display: inline-block;
	position: absolute;
	right: 36px;
	top: 75px;
}

.social-links .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.social-links .menu:before,
.nav-toggles:before {
	background: rgba(0,0,0,.1333333333);
	content: "";
	display: block;
	position: absolute;
}

.social-links .menu:before {
	height: 75px;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	top: -115px;
}

.social-links li {
	padding-bottom: 25px;
}

.social-links a:before {
	color: #888;
	content: '\f415';
	font-size: 1.1875rem;
	text-decoration: none;
	transition: .5s color;
}

.social-links a:hover:before,
.menu-toggle:hover,
.search-submit:hover {
	color: #222;
}

.social-links a[href*='wordpress.org']:before,
.social-links a[href*='wordpress.com']:before {
	content: '\f205';
}

.social-links a[href*='facebook.com']:before {
	content: '\f204';
}

.social-links a[href*='twitter.com']:before {
	content: '\f202';
}

.social-links a[href*='dribbble.com']:before {
	content: '\f201';
}

.social-links a[href*='plus.google.com']:before {
	content: '\f206';
}

.social-links a[href*='pinterest.com']:before {
	content: '\f209';
}

.social-links a[href*='github.com']:before {
	content: '\f200';
}

.social-links a[href*='tumblr.com']:before {
	content: '\f214';
}

.social-links a[href*='youtube.com']:before {
	content: '\f213';
}

.social-links a[href*='flickr.com']:before {
	content: '\f211';
}

.social-links a[href*='vimeo.com']:before {
	content: '\f212';
}

.social-links a[href*='instagram.com']:before {
	content: '\f215';
}

.social-links a[href*='codepen.io']:before {
	content: '\f216';
}

.social-links a[href*='linkedin.com']:before {
	content: '\f207';
}

.social-links a[href*='foursquare.com']:before {
	content: '\f226';
}

.social-links a[href*='reddit.com']:before {
	content: '\f222';
}

.social-links a[href*='digg.com']:before {
	content: '\f221';
}

.social-links a[href*='stumbleupon.com']:before {
	content: '\f223';
}

.social-links a[href*='spotify.com']:before {
	content: '\f515';
}

.social-links a[href*='twitch.tv']:before {
	content: '\f516';
}

.social-links a[href*='dropbox.com']:before {
	content: '\f225';
}

.social-links a[href*='/feed']:before {
	content: '\f413';
}

.social-links a[href*='skype']:before {
	content: '\f220';
}

.social-links a[href*='mailto']:before {
	content: '\f410';
}

/* Supplemental social icons so we don't have to load an entirely new icon font */
.social-links a[href*='medium.com']:before,
.social-links a[href*='soundcloud.com']:before,
.social-links a[href*='ravelry.com']:before {
	opacity: .46666666666666664; /* equivalent of #888 */
	transition: .5s opacity; /* same transition speed as color */
}

.social-links a[href*='medium.com']:hover:before,
.social-links a[href*='soundcloud.com']:hover:before,
.social-links a[href*='ravelry.com']:hover:before {
	opacity: .8666666666666667; /* equivalent of #222 */
}

.social-links a[href*='medium.com']:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiwyVjIySDIyVjJaTTE4LjYxNTM4LDYuNzM4NTcsMTcuNTQyNzcsNy43NjdhLjMxMzUuMzEzNSwwLDAsMC0uMTE5MTguMzAxdjcuNTU2MzRhLjMxMzUuMzEzNSwwLDAsMCwuMTE5MTguMzAxbDEuMDQ3NTIsMS4wMjg0MXYuMjI1NzVoLTUuMjY5di0uMjI1NzVsMS4wODUxNi0xLjA1MzVjLjEwNjYzLS4xMDY2MS4xMDY2My0uMTM4LjEwNjYzLS4zMDFWOS40OTE0NkwxMS40OTYsMTcuMTU0NGgtLjQwNzcxTDcuNTc1NjIsOS40OTE0NnY1LjEzNThhLjcwODQ4LjcwODQ4LDAsMCwwLC4xOTQ0NS41ODk0Nkw5LjE4MTQsMTYuOTI4NjV2LjIyNTc1SDUuMTc5NDl2LS4yMjU3NWwxLjQxMTMzLTEuNzExOTNhLjY4MzQuNjgzNCwwLDAsMCwuMTgxOS0uNTg5NDZWOC42ODg4YS41MjAzOS41MjAzOSwwLDAsMC0uMTY5MzYtLjQzOUw1LjM0ODg1LDYuNzM4NTdWNi41MTI4Mkg5LjI0NDEzTDEyLjI1NSwxMy4xMTZsMi42NDctNi42MDMxN2gzLjcxMzM3WiIvPjwvc3ZnPg==);
}

.social-links a[href*='soundcloud.com']:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMzA0IDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTc4NCAxMzcybDE2LTI0MS0xNi01MjNxLTEtMTAtNy41LTE3dC0xNi41LTdxLTkgMC0xNiA3dC03IDE3bC0xNCA1MjMgMTQgMjQxcTEgMTAgNy41IDE2LjV0MTUuNSA2LjVxMjIgMCAyNC0yM3ptMjk2LTI5bDExLTIxMS0xMi01ODZxMC0xNi0xMy0yNC04LTUtMTYtNXQtMTYgNXEtMTMgOC0xMyAyNGwtMSA2LTEwIDU3OXEwIDEgMTEgMjM2djFxMCAxMCA2IDE3IDkgMTEgMjMgMTEgMTEgMCAyMC05IDktNyA5LTIwem0tMTA0NS0zNDBsMjAgMTI4LTIwIDEyNnEtMiA5LTkgOXQtOS05bC0xNy0xMjYgMTctMTI4cTItOSA5LTl0OSA5em04Ni03OWwyNiAyMDctMjYgMjAzcS0yIDktMTAgOS05IDAtOS0xMGwtMjMtMjAyIDIzLTIwN3EwLTkgOS05IDggMCAxMCA5em0yODAgNDUzem0tMTg4LTQ5MWwyNSAyNDUtMjUgMjM3cTAgMTEtMTEgMTEtMTAgMC0xMi0xMWwtMjEtMjM3IDIxLTI0NXEyLTEyIDEyLTEyIDExIDAgMTEgMTJ6bTk0LTdsMjMgMjUyLTIzIDI0NHEtMiAxMy0xNCAxMy0xMyAwLTEzLTEzbC0yMS0yNDQgMjEtMjUycTAtMTMgMTMtMTMgMTIgMCAxNCAxM3ptOTQgMThsMjEgMjM0LTIxIDI0NnEtMiAxNi0xNiAxNi02IDAtMTAuNS00LjV0LTQuNS0xMS41bC0yMC0yNDYgMjAtMjM0cTAtNiA0LjUtMTAuNXQxMC41LTQuNXExNCAwIDE2IDE1em0zODMgNDc1em0tMjg5LTYyMWwyMSAzODAtMjEgMjQ2cTAgNy01IDEyLjV0LTEyIDUuNXEtMTYgMC0xOC0xOGwtMTgtMjQ2IDE4LTM4MHEyLTE4IDE4LTE4IDcgMCAxMiA1LjV0NSAxMi41em05NC04NmwxOSA0NjgtMTkgMjQ0cTAgOC01LjUgMTMuNXQtMTMuNSA1LjVxLTE4IDAtMjAtMTlsLTE2LTI0NCAxNi00NjhxMi0xOSAyMC0xOSA4IDAgMTMuNSA1LjV0NS41IDEzLjV6bTk4LTQwbDE4IDUwNi0xOCAyNDJxLTIgMjEtMjIgMjEtMTkgMC0yMS0yMWwtMTYtMjQyIDE2LTUwNnEwLTkgNi41LTE1LjV0MTQuNS02LjVxOSAwIDE1IDYuNXQ3IDE1LjV6bTM5MiA3NDJ6bS0xOTgtNzQ2bDE1IDUxMC0xNSAyMzlxMCAxMC03LjUgMTcuNXQtMTcuNSA3LjUtMTctNy04LTE4bC0xNC0yMzkgMTQtNTEwcTAtMTEgNy41LTE4dDE3LjUtNyAxNy41IDcgNy41IDE4em05OSAxOWwxNCA0OTItMTQgMjM2cTAgMTEtOCAxOXQtMTkgOC0xOS04LTktMTlsLTEyLTIzNiAxMi00OTJxMS0xMiA5LTIwdDE5LTggMTguNSA4IDguNSAyMHptMjEyIDQ5MmwtMTQgMjMxcTAgMTMtOSAyMnQtMjIgOS0yMi05LTEwLTIybC02LTExNC02LTExNyAxMi02MzZ2LTNxMi0xNSAxMi0yNCA5LTcgMjAtNyA4IDAgMTUgNSAxNCA4IDE2IDI2em0xMTEyLTE5cTAgMTE3LTgzIDE5OS41dC0yMDAgODIuNWgtNzg2cS0xMy0yLTIyLTExdC05LTIydi04OTlxMC0yMyAyOC0zMyA4NS0zNCAxODEtMzQgMTk1IDAgMzM4IDEzMS41dDE2MCAzMjMuNXE1My0yMiAxMTAtMjIgMTE3IDAgMjAwIDgzdDgzIDIwMXoiLz48L3N2Zz4=);
}

.social-links a[href*='ravelry.com']:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMzA0IDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDcgMTczM3EtNi0xLTExLTQtMTMtOC0zNi0yM3QtODYtNjUtMTE2LjUtMTA0LjUtMTEyLTE0MC04OS41LTE3Mi41cS0xNy0zLTE3NS0zNyA2NiAyMTMgMjM1IDM2MnQzOTEgMTg0em0tNjQxLTYwNmwxNjggMjhxLTI1LTc2LTQxLTE2Ny41dC0xOS0xNDUuNWwtNC01M3EtODQgODItMTIxIDIyNCA1IDY1IDE3IDExNHptMTEwLTYwOXEtNDMgNjQtNzcgMTQ4IDQ0LTQ2IDc0LTY4em0xNDM3IDQzNHEwLTE2MS02Mi0zMDd0LTE2Ny41LTI1Mi0yNTAuNS0xNjguNS0zMDQtNjIuNXEtMTQ3IDAtMjgxIDUyLjV0LTI0MCAxNDguNXEtMzAgNTgtNDUgMTYwIDYwLTUxIDE0My04My41dDE1OC41LTQzIDE0My0xMy41IDEwOC41IDFsNDAgM3EzMyAxIDUzIDE1LjV0MjQuNSAzMyA2LjUgMzctMSAyOC41cS0xMjYtMTEtMjI3LjUtMC41dC0xODMgNDMuNS0xNDIuNSA3MS41LTEzMSA5OC41cTQgMzYgMTEuNSA5Mi41dDM1LjUgMTc4IDYyIDE3OS41cTEyMyA2IDI0Ny41LTE0LjV0MjE0LjUtNTMuNSAxNjIuNS02NyAxMDkuNS01OWwzNy0yNHEyMi0xNiAzOS41LTIwLjV0MzAuNSA1IDE3IDM0LjVxMTQgOTctMzkgMTIxLTIwOCA5Ny00NjcgMTM0LTEzNSAyMC0zMTcgMTYgNDEgOTYgMTEwIDE3Ni41dDEzNyAxMjcgMTMwLjUgNzkgMTAxLjUgNDMuNWwzOSAxMnExNDMgMjMgMjYzLTE1IDE5NS05OSAzMTQtMjg5dDExOS00MTh6bTc0LTM3cS0xNCAxMzUtNDAgMjEyLTcwIDIwOC0xODEuNSAzNDYuNXQtMzE4LjUgMjUzLjVxLTQ4IDMzLTgyIDQ0LTcyIDI2LTE2MyAxNi0zNiAzLTczIDMtMjgzIDAtNTA0LjUtMTczdC0yOTUuNS00NDJxLTEgMC00LTAuNXQtNS0wLjVxLTYgNTAgMi41IDExMi41dDI2IDExNSAzNiA5OCAzMS41IDcxLjVsMTQgMjZxOCAxMiA1NCA4Mi03MS0zOC0xMjQuNS0xMDYuNXQtNzguNS0xNDAtMzkuNS0xMzctMTcuNS0xMDcuNWwtMi00MnEtNS0yLTMzLjUtMTIuNXQtNDguNS0xOC01My0yMC41LTU3LjUtMjUtNTAtMjUuNS00Mi41LTI3LTI1LTI1LjVxMTkgMTAgNTAuNSAyNS41dDExMyA0NS41IDE0NS41IDM4bDItMzJxMTEtMTQ5IDk0LTI5MCA0MS0yMDIgMTc2LTM2NSAyOC0xMTUgODEtMjE0IDE1LTI4IDMyLTQ1dDQ5LTMycTE1OC03NCAzMDMuNS0xMDR0MzAyLTExIDMwNi41IDk3cTIyMCAxMTUgMzMzIDMzNnQ4NyA0NzR6Ii8+PC9zdmc+);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.says,
.masonry .sticky .posted-on,
#comment-nav-above {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft:not(.wp-block-social-links),
.alignright:not(.wp-block-social-links) {
	display: inline;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.slide .entry-body:before,
.slide .entry-body:after,
.footer-widgets:before,
.footer-widgets:after,
.slides:before,
.slides:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.slide .entry-body:after,
.footer-widgets:after,
.slides:after,
.slider-direction-nav:after,
.posts-navigation .nav-links:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3rem;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget:not(.widget_text) ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.widget.widget_text ul,
.widget.widget_text ol,
.widget:not(.widget_text) ul.sub-menu,
.widget:not(.widget_text) ul.children {
	padding-left: 1em;
}

.textwidget ul:last-child,
.textwidget ol:last-child,
.textwidget p:last-child,
.widget-title,
.widget:not(.widget_text) ul {
	margin: 0;
}

.widget li {
	padding-bottom: 2px;
}

.widget,
.widget a {
	color: #666;
}

.widget-title {
	color: #222;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 2rem;
	text-transform: uppercase;
}

.calendar_wrap table {
	table-layout: fixed;
}

.calendar_wrap th,
.calendar_wrap td {
	padding: 10px 0;
}

.calendar_wrap th,
.calendar_wrap tbody {
	text-align: center;
}

.calendar_wrap tfoot td {
	border: none;
}

.calendar_wrap tfoot td:last-child {
	text-align: right;
}

.widget .search-form,
.not-found .search-form {
	position: relative;
}

.widget .search-field,
.not-found .search-field {
	padding-right: 54px;
}

.widget .search-submit,
.not-found .search-submit {
	position: absolute;
	top: 12px;
	right: 19px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

.single .byline,
.group-blog .byline,
.posted-on {
	display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.625rem;
}

.page-links ul {
	list-style: none;
	margin: 0;
}

.pages-label,
.page-links ul,
.page-links li,
.page-links > .page-number,
.page-links a {
	display: inline-block;
}

.pages-label {
	padding-right: 8px;
}

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

.page-links li {
	padding: 0 9px;
}

.page-links li > .page-number {
	background: rgba(0,0,0,.05);
	border-radius: 2px;
	margin: 0 -10px;
	padding: 4px 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
	padding-bottom: 4.6875rem;
}

.comment-reply-title,
.comments-title {
	color: #999;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center;
}

.comment-reply-title {
	text-transform: uppercase;
}

.comment-reply-title small {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 1em;
}

.comment-form {
	color: #999;
}

.logged-in-as,
.comment-notes {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	line-height: 1.63636363636364em;
	text-align: center;
}

#email-notes {
	display: block;
}

.required {
	color: #cc0000;
}

.comment-form label {
	display: block;
	font-size: 0.9375rem;
}

.comment-list,
.comment-list .children {
	margin: 0;
	padding: 0;
}

.comment-list .children {
	padding-left: 5%;
}

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

.comment-author .fn,
.comment-metadata a:nth-child(1):nth-last-child(2) {
	margin-right: 1.625rem;
}

.comment-author .fn {
	font-size: 1.1875rem;
	font-weight: normal;
	line-height: 2.25rem;
}

.comment-author .fn,
.comment-author .fn a {
	color: #222;
}

.comment-author .fn a,
.comment-metadata a,
.comment-reply-link {
	text-decoration: none;
}

.comment-metadata {
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

.comment-metadata a {
	color: #999;
}

.comment-metadata a.comment-edit-link {
	color: #ffaa00;
}

.comment-content {
	margin-top: -8px;
}

.comment-body {
	padding-bottom: 1.6875rem;
	position: relative;
}

.comment-author,
.comment-metadata {
	display: inline-block;
}

.comment-author .avatar {
	border-radius: 4px;
	position: absolute;
	left: -90px;
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link:before {
	color: #000;
	content: '\f467';
	font-size: 1.1875rem;
}

.comment-navigation {
	font-weight: bold;
	text-align: right;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

.comment-navigation .nav-next {
	padding-left: 1.625rem;
}

.comments-body {
	padding-bottom: 4.25rem;
}

.comment-respond,
.site #respond {
	padding-bottom: 4.0625rem;
}

.site #respond {
	font-family: inherit;
	margin: 0;
	padding-top: 0;
}

.comment-meta {
	padding-right: 20px;
}

.no-comments {
	padding: 0 5% 5%;
	margin: 0;
	min-height: 70px;
	text-align: center;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

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

.slider-wrap + #infinite-handle {
	display: none;
}

#infinite-handle {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	max-width: 178px;
	text-align: center;
}

.spinner {
	top: 13px !important;
}

.posts-navigation {
	margin-bottom: 140px;
}

#infinite-handle {
	margin-bottom: 70px;
	overflow-y: hidden;
}

.infinite-loader {
	padding-bottom: 70px;
}

.infinite-loader {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 52px;
	width: 34px;
}

/* Styles that need extra specificity */
.site-main #infinite-handle span button,
.posts-navigation a {
	background: #f5f5f5;
	border-radius: 30px;
	font-weight: bold;
	padding: 14.75px 40px;
}

#infinite-handle span {
	background: transparent;
	border-radius: 0;
	color: #222;
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	padding: 0 0 70px;
	position: relative;
}

#infinite-handle span:after {
	content: "\f429";
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 4px;
    transform: rotate(90deg);
    transition: .5s bottom;
}

#infinite-handle:hover span:after {
	bottom: -16px;
}

#infinite-handle button,
.posts-navigation a {
	letter-spacing: 0;
	text-transform: uppercase;
}

#infinite-handle button:after,
#infinite-handle button:before {
	transition: .5s bottom;
}

.posts-navigation a {
	display: inline-block;
	text-decoration: none;
	transition: .5s background;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
	font-size: 0.75rem;
	margin: 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site {
	padding: 4.6875% 5% 5.125%;
}

.site-inner {
	background: #fff;
}

.single .hentry,
.single.post-template-full-width-page .hentry .entry-header,
.single.post-template-full-width-page .hentry .entry-footer,
body.page .hentry,
body.page .hentry .entry-header,
body.page .hentry .entry-footer,
.post-template-full-width-page .entry-content > *:not( .alignwide ):not( .alignfull ),
body.page .entry-content > *:not( .alignwide ):not( .alignfull ),
.comment-respond,
.comment-list,
.comment-navigation,
.site-branding,
.search-results .page-title,
.archive .page-title,
.archive-description,
.not-found,
.site-info,
.blog-title,
.site #respond {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.single .hentry,
.single.post-template-full-width-page .hentry .entry-header,
.single.post-template-full-width-page .hentry .entry-footer,
body.page .hentry,
body.page .hentry .entry-header,
body.page .hentry .entry-footer,
.post-template-full-width-page .entry-content > *:not( .alignwide ):not( .alignfull ),
body.page .entry-content > *:not( .alignwide ):not( .alignfull ),
.comment-respond,
.comment-list,
.comment-navigation,
.search-results .page-title,
.archive .page-title,
.archive-description,
.not-found,
.site-info {
	max-width: 680px;
}

.entry-title,
.entry-content,
.widget,
.post-navigation,
.site-branding {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
## Slide Out
--------------------------------------------------------------*/
.site {
	overflow-x: hidden;
	position: relative;
	transition: .5s padding;
}

@media (min-width: 441px) {
	.menu-toggled .site {
		padding-left: 0;
		padding-right: 10%;
	}
}

.menu-toggled .menu-toggle:before {
	color: #222;
	content: '\f406';
}

.site-inner {
	margin-left: 0;
	transition: .5s margin;
}

.menu-toggled .site-inner {
	margin-left: 320px;
	margin-right: -320px;
}

.slide-out {
	background: #fcfcfc;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -320px;
	padding: 100px 40px;
	transition: .5s all;
	visibility: hidden;
	width: 320px;
}

.menu-toggled .slide-out {
	left: 0;
	visibility: visible;
}

.slide-out ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slide-out a {
	margin-bottom: 0.625rem;
}

.slide-out a {
	color: #666;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.slide-out a:hover {
	text-decoration: underline;
}

.slide-out .menu-item-has-children > a:before,
.slide-out .page_item_has_children > a:before {
	color: #000;
	content: '\f502';
	font-size: 10px;
	opacity: .25;
	position: absolute;
	text-decoration: none;
	right: -19px;
	top: 4px;
}

.slide-out .current_page_item > a,
.slide-out .current-menu-item > a {
	color: #000;
	font-weight: bold;
}

.slide-out .sub-menu,
.slide-out .children {
	border-left: 1px solid rgba(0,0,0,.05);
	margin-left: 18px;
	margin-top: -5px;
	margin-bottom: 6px;
	padding-left: 18px;
	padding-top: 0.3125rem;
}

.slide-out .sub-menu li:last-child > a,
.slide-out .children li:last-child > a {
	margin-bottom: 0.25rem;
}

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

.site-branding {
	padding-top: 90px;
	padding-bottom: 84px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 601px) {
	/* Check if social links are present */
	.site-branding:nth-last-child(3) {
		padding-left: 54px;
		padding-right: 54px;
	}
}

.custom-logo-link {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 67px;
}

.site-title,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 4.5rem;
	font-weight: 300;
	letter-spacing: .175em;
	line-height: 1.2em;
}

.site-title a {
	text-decoration: none;
}

.site-title a:hover {
	text-decoration: underline;
}

.site-description {
	color: #aaa;
	font-size: 0.8125rem;
	letter-spacing: .175em;
	margin-top: 12px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider-wrap {
	padding-left: 140px;
	padding-right: 140px;
	position: relative;
}

.slider .entry-body {
	padding-top: 83px;
	padding-bottom: 163px;
}

.slider .entry-header {
	padding-right: 58px;
	text-align: right;
}

.slider .entry-meta {
	margin-top: 3px;
}

.slider .entry-meta,
.masonry .entry-meta {
	margin-bottom: 10px;
}

.entry-content,
.comment-content {
	color: #666;
}

.post-thumbnail-wrap {
	font-size: 0;
	text-align: center;
}

.post-thumbnail-link {
	display: inline-block;
}

.slide .wp-post-image,
.masonry .wp-post-image {
	display: block;
	font-size: 1rem;
}

.slides,
.slider-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.slide .entry-header,
.slide .entry-content {
	float: left;
	width: 50%;
}

.slider-prev,
.slider-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.slider-prev {
	left: 40px;
}

.slider-next {
	right: 40px;
}

.slider-prev:before,
.slider-next:before {
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	color: #666;
	content: "";
	font-size: 1.875rem;
	text-decoration: none;
	height: 60px;
	line-height: 58px;
	width: 60px;
}

.slider-prev:before {
	content: '\f430';
	text-indent: -3px;
}

.slider-next:before {
	content: '\f429';
	text-indent: 3px;
}

/*--------------------------------------------------------------
## Masonry
--------------------------------------------------------------*/
.masonry,
.footer-wrap,
.posts-navigation {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.75%;
}

.masonry {
	margin-bottom: 86px;
}

.masonry .post-thumbnail-link,
.masonry .wp-post-image {
	width: 100%;
}

.masonry .hentry {
	padding-left: 1px;
	padding-right: 1px;
	width: 33.3333%;
}

.masonry .entry-body,
.widget {
	padding-left: 12.5%;
	padding-right: 12.5%;
}

.masonry .entry-body {
	padding-top: 46px;
	padding-bottom: 42px;
}

.masonry .sticky .entry-body {
	background: #ffffe7;
}

.entry-title,
.entry-content,
.masonry .entry-content p,
.slider .entry-content p {
	margin: 0;
}

.masonry .entry-title {
	font-size: 1.875rem;
	line-height: 1.4em;
}

.masonry .entry-content p,
.slider .entry-content p {
	padding-bottom: 1.73333333333333em;
}

.masonry .entry-content {
	padding-top: 19px;
}

.posted-on {
	padding-right: 10px;
}

.posted-on a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Index
--------------------------------------------------------------*/
.entry-meta {
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

.entry-title {
	font-weight: 400;
}

.post-navigation a {
	display: inline-block;
}

.entry-title a {
	display: block;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.continue-reading {
	font-weight: bold;
}

.search-results .page-title,
.archive .page-title,
.blog-title {
	color: #999;
	font-weight: 300;
	letter-spacing: .1em;
}

.search-results .page-title,
.archive .page-title,
.archive-description,
.not-found,
.blog-title {
	text-align: center;
}

.archive-description {
	color: #666;
}

.blog-title {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 3rem;
}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.single .site-content,
body.page .site-content {
	padding-top: 4.875rem;
}

.single .entry-header,
body.page .entry-header {
	text-align: center;
}

.single .entry-title,
body.page .entry-title {
	padding-bottom: 4.4375rem;
}

.single .entry-title,
body.page .entry-title,
.comments-title,
.comment-reply-title {
	letter-spacing: 0.4375rem;
}

.entry-content .size-spatial-singular {
	display: block;
	margin: 0 auto 34px;
}

.single .posted-on,
.single .byline {
	padding-bottom: 4rem;
}

.entry-footer {
	padding-top: 30px;
}

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

.entry-footer > span {
	display: block;
}

.post-navigation {
	margin-top: 5.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 83.611111111111%;
	text-align: center;
}

.post-navigation,
body.page .hentry {
	padding-bottom: 4.8125rem;

}

.post-navigation .nav-links {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.post-navigation a {
	border: 2px solid #e5e5e5;
	display: table-cell;
	padding: 3.2773% 13.445%;
	text-decoration: none;
	vertical-align: top;
	width: 50%;
}

.post-navigation a:hover {
	background-color: #fcfcfc;
}

.post-navigation a:hover .nav-link {
	text-decoration: none;
}

.post-navigation .nav-label {
	color: #999;
	display: block;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.36363636363636em;
	text-transform: uppercase;
}

.post-navigation .nav-link {
	text-decoration: underline;
}

.not-found {
	padding-bottom: 7rem;
}

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

.site-footer:before {
	background: #e5e5e5;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	height: 2px;
	width: 300px;
}

.footer-wrap {
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 37px;
}

.footer-widget-area {
	float: left;
	max-width: 660px;
}

.footer-widget-area:nth-child(1):nth-last-child(1) {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area:nth-child(1):nth-last-child(2),
.footer-widget-area:nth-child(2):nth-last-child(1) {
	width: 50%;
}

.footer-widget-area:nth-child(1):nth-last-child(3),
.footer-widget-area:nth-child(2):nth-last-child(2),
.footer-widget-area:nth-child(3):nth-last-child(1) {
	width: 33.3333%;
}

.site-info {
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 65px;
	padding-bottom: 38px;
	text-align: center;
	text-transform: uppercase;
}

.site-info,
.site-info a {
	color: #666;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
body.page .hentry,
.single.post-template-full-width-page .hentry {
	max-width: 100%;
	width: 100%;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.wp-block-image.alignfull {
	display: block;
	text-align: center;
  }

.post-template-full-width-page .alignwide,
body.page .alignwide {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator {
	border-color: #e5e5e5;
	border-width: 0 !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

body .wp-block-image.is-resized figcaption {
	text-align: initial;
}

.wp-block-calendar th {
	text-align: center;
}

.wp-block-jetpack-timeline {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

.has-background-dim a,
.has-background-dim a:focus,
.has-background-dim a:active {
	color: #fff;
}

.has-background-dim .is-style-outline .wp-block-button__link {
	border-color: #fff;
	color: #fff;
}

.has-background-dim .is-style-outline .wp-block-button__link:hover {
	background-color: #fff;
	border-color: #fff;
	color: #666;
}

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

.wp-block-pullquote blockquote.has-text-color cite {
	color: inherit;
}

.has-background-dim blockquote:before,
.has-background blockquote:before {
	background: transparent;
	color: #fff;
}

.has-background-dim blockquote:after,
.has-background blockquote:after {
	display: none;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.alignfull.wp-block-embed iframe,
.alignwide.wp-block-embed iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1400px) {
	.masonry,
	.footer-wrap,
	.posts-navigation {
		max-width: 90%;
	}

	.post-navigation a {
		padding: 6% 10%;
	}
}

@media (max-width: 1100px) {
	.comment-author .avatar {
		left: 0;
	}

	.comment-body {
		padding-left: 90px;
	}
}

@media (max-width: 1000px) {
	.masonry .hentry {
		width: 50%;
	}

	.slide .entry-header,
	.slide .entry-content {
		float: none;
		width: 100%;
	}

	.slider .entry-header {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.slider .entry-title {
		padding-bottom: 1rem;
	}

	.footer-widget-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-widget-area:nth-child(1):nth-last-child(2),
	.footer-widget-area:nth-child(2):nth-last-child(1),
	.footer-widget-area:nth-child(1):nth-last-child(3),
	.footer-widget-area:nth-child(2):nth-last-child(2),
	.footer-widget-area:nth-child(3):nth-last-child(1) {
		width: 100%;
	}

	.post-navigation a {
		padding: 10%;
	}
}

@media (max-width: 900px) {
	.post-navigation {
		max-width: 90%;
	}
}

@media (min-width: 701px) {
	.post-navigation a:nth-child(1):nth-last-child(1) {
		display: block;
		width: 50%;
	}

	.post-navigation a[rel=next]:nth-child(1):nth-child(1) {
		float: right;
	}
}

@media (max-width: 700px) {
	.masonry {
		height: auto !important;
		margin-bottom: 43px;
		position: static !important;
	}

	.masonry .hentry {
		padding-left: 0;
		padding-right: 0;
		position: static !important;
		transform: none !important;
		width: 100%;
	}

	.site-title {
		font-size: 2.5rem;
	}

	h2,
	.entry-title,
	.comments-title,
	.comment-reply-title,
	.search-results .page-title,
	.archive .page-title {
		font-size: 1.75rem;
	}

	.masonry .entry-title {
		font-size: 1.5rem;
	}

	.slider .entry-body {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.slider-direction-nav {
		margin-top: -60px;
		margin-bottom: 60px;
		position: relative;
	}

	.slider-prev {
		float: left;
	}

	.slider-next {
		float: right;
	}

	.slider-prev,
	.slider-next {
		position: static;
		margin-top: 0;
	}

	.slider-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.slider-prev {
		left: 5%;
	}

	.slider-next {
		right: 5%;
	}

	.post-navigation a {
		display: block;
		padding: 5%;
		width: 100%;
	}

	.post-navigation a[rel=prev]:nth-child(1):nth-last-child(2) {
		border-bottom-width: 1px;
	}

	.post-navigation a[rel=next]:nth-child(2):nth-last-child(1) {
		border-top-width: 1px;
	}

	.comment-metadata {
		display: block;
	}

	.single .site-content,
	body.page .site-content {
		padding-top: 0;
	}

	.single .entry-title,
	body.page .entry-title,
	.single .entry-meta,
	.comments-body,
	.comment-respond {
		padding-bottom: 2rem;
	}

	.post-navigation {
		margin-top: 3rem;
	}

	.post-navigation,
	body.page .hentry,
	.comments-title {
		padding-bottom: 2.4rem;
	}

	.widget-title,
	.blog-title {
		padding-bottom: 1rem;
	}

	.footer-wrap {
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
	.social-links {
		position: static;
	}

	.social-links .menu::before {
		display: none;
	}

	.social-links li {
		display: inline-block;
		padding-bottom: 0;
		padding-right: 10px;
		padding-top: 20px;
	}

	.site-info .sep {
		display: block;
		font-size: 0;
		visibility: hidden;
	}
}

@media (max-width: 500px) {
	h2,
	.entry-title,
	.comments-title,
	.comment-reply-title,
	.search-results .page-title,
	.archive .page-title,
	.blog-title {
		font-size: 1.25rem;
	}

	.site-title {
		font-size: 1.75rem;
	}

	.site-description {
		font-size: 0.75rem;
	}

	.site {
		padding: 0;
	}

	.nav-toggles {
		padding-top: 5%;
		padding-left: 5%;
	}

	.menu-toggle {
		margin-right: 18px;
	}

	.nav-toggles .search-form {
		max-width: 150px;
	}

	.nav-toggles .search-field {
		width: calc(100% - 23px);
	}

	.nav-toggles:before {
		display: none;
	}

	.custom-logo-link {
		margin-top: 15px;
		margin-bottom: 30px;
		max-width: 50%;
	}

	.masonry .entry-body,
	.widget {
		padding-left: 10%;
		padding-right: 10%;
	}

	.masonry .sticky .entry-body {
		padding-bottom: 52px;
	}

	.masonry .entry-body {
		padding-bottom: 32px;
	}

	.masonry .hentry {
		margin-bottom: 20px;
	}

	.masonry,
	.footer-wrap {
		max-width: 100%;
	}

	.site-footer:before {
		left: 0;
		margin-left: 12.5%;
		width: 75%;
	}

	.posts-navigation {
		text-align: center;
	}

	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		float: none;
	}

	.posts-navigation .nav-previous:nth-child(1):nth-last-child(2) {
		padding-bottom: 1rem;
	}

	.comment-author .avatar {
		width: 30px;
	}

	.comment-body {
		padding-left: 45px;
	}

	.comment-metadata,
	.comment-content {
		position: relative;
		left: -45px;
	}

	.comment-author .fn,
	.comment-metadata a:nth-child(1):nth-last-child(2) {
		margin-right: 0;
	}

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

@media (min-width: 441px) {
	.menu-toggled .site {
		height: auto !important;
	}
}

@media (max-width: 440px) {
	.slide-out {
		bottom: auto;
		left: -100%;
		width: 100%;
		z-index: 1;
	}

	.menu-toggled .site-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.site {
		overflow: auto;
		transition: .5s overflow;
	}

	.menu-toggled .site {
		overflow: hidden;
	}

	.menu-toggled .slide-out {
		left: 0;
	}

	.menu-toggle {
		z-index: 2;
	}

	.slide-out {
		padding-left: calc(5% + 30px);
		padding-right: calc(5% + 30px);
		padding-bottom: 50px;
	}
}
