/*
Theme Name: Adonia
Theme URI: http://underscores.me/
Author: Themetry
Author URI: https://themetry.com/
Description: A portfolio theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adonia
Tags:

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.

Adonia 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 {
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 3px solid #000;
}

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

th {
	text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Source Code Pro', monospace;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 {
	font-size: 3.125rem;
	line-height: 1.06em;
}

h2 {
	font-size: 2rem;
	line-height: 1.15625em;
}

h3,
thead {
	font-size: 1.4375rem;
	line-height: 1.60869565217391em;
}

h4,
tbody {
	font-size: 1.1875rem;
	line-height: 1.31578947368421em;
}

h5 {
	font-size: 0.9375rem;
	line-height: 1.13333333333333em;
}

h6 {
	font-size: 0.875rem;
	line-height: 1.64285714285714em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	font-family: 'Playfair Display', serif;
	font-size: 2.1875rem;
	font-style: italic;
	line-height: 1.14285714285714em;
	margin: 2em 1.5em 0;
	text-align: center;
}

.single .entry-content blockquote p,
body.page .entry-content blockquote p {
	margin-bottom: 2em;
}

blockquote:before {
	color: #ff5858;
	content: "\201C";
	display: block;
	font-size: 100px;
	font-style: normal;
}

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

/*--------------------------------------------------------------
# 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: #fff; /* Fallback for when there is no custom background color defined. */
}

q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.posts-navigation {
	padding-left: 50px;
	padding-right: 50px;
}

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

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

.posts-navigation a,
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:active,
.site-main #infinite-handle span button:focus,
.form-submit input[type=submit] {
	background: #fff;
	border-radius: 50%;
	box-shadow: -10px 10px 34px 0px rgba(0,0,0,0.3);
	color: #ff5858;
	display: block;
	font-size: 0.8125rem; /* 13 */
	height: 100px;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

.form-submit input[type=submit] {
	border: none;
}

.posts-navigation a {
	margin-bottom: -50px;
}

#infinite-handle span {
	background: none;
	border-radius: 0;
	padding: 0;
}

.site-main #infinite-handle span button,
.form-submit input[type=submit] {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: -50px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.says,
.comment-reply-title,
.comment-notes,
.logged-in-as {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus,
.says:focus,
.comment-reply-title:focus,
.comment-notes:focus,
.logged-in-as: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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	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,
.hentry:before,
.hentry:after,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.footer-wrap:before,
.footer-wrap:after,
.tagloud:before,
.tagcloud:after,
.tags-links:before,
.tags-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,
.hentry:after,
.posts-navigation .nav-links:after,
.footer-wrap:after,
.tagcloud:after,
.tags-links:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	padding-bottom: 92px;
}

.sidebar-widgets {
	padding-top: 92px;
}

.big-footer .widget {
	padding-bottom: 0;
}

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

.widget-title,
.widget ul,
.widget p {
	margin: 0;
}

.textwidget,
.widget li a,
.tagcloud a {
	color: #4a4a4a;
}

.widget li a,
.tagcloud a {
	text-decoration: none;
}

.widget,
.widget-title,
.widget_archive li a,
.widget_categories li a,
.widget input {
	font-size: 0.875rem;	
}

.widget-title {
	font-weight: 600;
	padding-bottom: 28px;
}

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

.widget li {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #f6f6f6;
	padding-top: 16px;
	padding-bottom: 16px;
}

.widget li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_archive li,
.widget_categories li {
	color: #c5c5c5;
	font-size: 0.75rem;
}

.widget_recent_entries a {
	font-size: 0.9375rem;
}

.widget_recent_entries .post-date {
	color: #909090;
	display: block;
	font-size: 0.6875rem;
	padding-top: 5px;
	text-transform: uppercase;
}

.tagcloud a {
	border-color: #f6f6f6;
}

.tagcloud a,
.tags-links a {
	border-style: solid;
	border-width: 1px;
	border-radius: 50px;
	display: inline-block;
	float: left;
	font-size: 0.6875rem !important;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 7px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.tags-links a {
	border-color: #eaeaea;
}

.tagcloud {
	margin-bottom: -3px;
}

input[type="search"].search-field {
	background-image: url('images/search.svg');
	background-position: 21px 50%;
	background-repeat: no-repeat;
	border: 1px solid #f6f6f6;
	border-radius: 50px;
	padding: 15px 45px;
	width: 100%;
}

.search-form {
	position: relative;
}

input[type="submit"].search-submit {
	background: none;
	border: none;
	font-weight: 600;
	line-height: 1;
	margin-top: -7px;
	padding: 0;
	position: absolute;
	right: 19px;
	top: 50%;
	text-transform: uppercase;
}

.widget .instagram-pics li {
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-widgets .widget ul.instagram-pics {
	margin: 0 -1px -1px 0;
}

.footer-widgets .instagram-pics {
	position: relative;
}

.footer-widgets .instagram-pics li:first-child {
	width: 75%;
}

.footer-widgets .instagram-pics li:first-child img {
	width: 100%;
}

.footer-widgets .instagram-pics li {
	margin-bottom: 1px;
	padding-right: 1px;
	width: 25%;
}

.instagram-pics img {
	display: block;
}

.big-footer .instagram-pics li {
	margin: 0 5px;
}

.big-footer .instagram-pics img {
	max-width: 240px;
}

.owl-item {
	float: left;
}

.big-footer a {
	color: #ff5858;
	text-decoration: none;
}

.big-footer .null-instagram-feed {
	margin-bottom: 101px;
	position: relative;
}

.big-footer .null-instagram-feed:before {
	background: #f5f5f5;
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	bottom: -101px;
	left: 0;
	right: 0;
}

.big-footer .null-instagram-feed .widget-inner {
	margin-left: -65px;
	max-width: 1000px;
	overflow: hidden;
}

.big-footer .null-instagram-feed .widget-title {
	left: calc(929px + 5%);
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 0;
	position: absolute;
	top: 133px;
}

.big-footer .null-instagram-feed .widget-title-inner {
	display: block;
	position: relative;
}

.big-footer .null-instagram-feed .widget-title-inner:after {
	background: #727272;
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	margin-top: -1px;
}

.big-footer .widget_text .widget-title {
	padding-bottom: 11px;
}

.big-footer .instagram-pics li a {
	display: block;
	position: relative;
}

.big-footer .instagram-pics li a:after {
	background: rgba(255,255,255,.7);
	content: url('images/instagram.svg');
	display: block;
	padding-top: 100px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s opacity;
}

.big-footer .instagram-pics li a:hover:after {
	opacity: 1;
}

.big-footer .widget_text {
	padding-top: 176px;
	padding-bottom: 363px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

.owl-nav.disabled {
	display: none;
}

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

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
# 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 {
	margin: 0.8075em 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
--------------------------------------------------------------*/
.loop-wrap,
.footer-widgets {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.loop-wrap,
.footer-widgets,
.single .entry-content {
	width: 64%
}

.page-header,
.single .entry-header,
body.page .entry-header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 99px;
	padding-bottom: 378px;
	text-align: center;
	width: 90%;
}

.page-title,
.page-description,
body.page .entry-title {
	margin: 0;
}

.page-title,
.single .entry-title,
.big-footer .widget_text .widget-title {
	font-size: 3.125rem; /* 50px */
	font-weight: 500;
	line-height: 1.5;
}

.page-title em,
.single .entry-title em {
	background: #ff5858;
	color: #fff;
	font-style: normal;
	margin-left: -10px;
	padding-left: 10px;
}

.page-description,
.single .entry-meta {
	font-size: 0.875rem; /* 14px */
	padding-top: 17px;
}

/*--------------------------------------------------------------
## Slide Out
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	position: relative;
}

.slide-out {
	background: #fff;
	box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -750px;
	max-width: 700px;
	width: 100%;
	transition: .5s right;
	z-index: 4;
}

.slide-out-toggled .slide-out {
	right: 0;
}

.close {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 50px;
	right: 7%;
}

#overlay {
	background: transparent;
	transition: .5s all;
	top: 0; left: 0; bottom: 0; right: 0;
	position: fixed;
	z-index: 1;
}

.slide-out-toggled #overlay {
	background: rgba( 255, 255, 255, .7);
}

.site-header,
.site-content,
.site-footer {
	position: relative;
	transition: .5s z-index;
}

.site-header,
.site-footer {
	z-index: 2;
}

/* Higher z-index in unlikely event of overflowing category list */
.site-content {
	z-index: 3;
}

.slide-out-toggled .site-header,
.slide-out-toggled .site-content,
.slide-out-toggled .site-footer {
	z-index: 0;
}


.close:before {
	content: url('images/close.svg');
}

.main-navigation,
.slide-out .widget {
	padding-left: 30%;
	padding-right: 30%;
}

.main-navigation {
	background: #f5f5f5;
	padding-top: 163px;
	padding-bottom: 209px;
	position: relative;
}

.main-navigation ul {
	font-size: 2rem;
	line-height: 1.46875;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation a {
	position: relative;
	text-decoration: none;
}

.menu-item-has-children > a:after {
	content: "+";
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -10px;
}

.main-navigation ul.sub-menu {
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.375;
	padding-top: 17px;
	padding-bottom: 12px;
}

.sub-menu li {
	padding-bottom: 4px;
}

.sub-menu a {
	color: #8f8e8e;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.site-branding {
	display: flex;
	float: left;
	min-height: 100px;
	max-width: calc(100% - 115px);
	width: 100%;
}

.site-title,
.menu-toggle {
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.30434782608696;
}

.site-title {
	padding-right: 25px;
}

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

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

.custom-logo-link,
.site-branding-text {
	align-items: center;
	display: inline-flex;
}

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

.custom-logo {
	display: block;
}

.custom-logo-link {
	margin-right: 50px;
}

.menu-toggle {
	background: none;;
	border: none;
	float: right;
	margin-top: 36px;
	padding: 0 58px 0 0;
	position: relative;
	text-transform: uppercase;
}

.menu-toggle:before {
	border-bottom: 9px double #000;
	border-top: 3px solid #000;
	border-left: 0;
	border-right: 0;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 8px;
	right: 0;
	width: 38px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.entry-title a {
	text-decoration: none;
}

.blog .site-main,
.entry-wrap,
.comments-wrap,
.archive .site-main,
.search .site-main {
	background: rgba(0,0,0,.039215686274509802); /* #f5f5f5 */
	position: relative;
}

.category-list {
	list-style: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -42px;
	left: 0;
	text-transform: uppercase;
	width: 18%;
}

.category-list li {
	margin-bottom: 12px;
	padding-left: 50px;
	position: relative;
}

.blog .category-list li:first-child:before,
.category-list .current-cat:before {
	background: #ff5858;
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 50%;
}

.category-list a {
	text-decoration: none;
}

.loop-wrap .hentry {
	align-items: center;
	display: flex;
	padding-bottom: 150px;
	padding-right: 30px;
}

.entry-image,
.entry-body {
	margin-top: -50px;
	margin-bottom: 50px;
	width: 50%;
}

.entry-body {
	/* padding: 0 40px 0 70px; */
	padding: 0 3% 0 6%;
	order: 2;
}

.entry-image {
	order: 1;
	position: relative;
}

.entry-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-image:before {
	background-image: url('images/document.svg');
	background-size: 64px;
	content: "";
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}

.entry-image:after {
	border: 3px solid #000;
	content: "";
	display: block;
	padding-top: 100%;
}

.has-post-thumbnail .entry-image:before,
.has-post-thumbnail .entry-image:after {
	display: none;
}

.post_format-post-format-quote .entry-image:before {
	background-image: url('images/quote.svg');
}

.post_format-post-format-link .entry-image:before {
	background-image: url('images/external.svg');
}

.loop-wrap .entry-meta > span {
	display: block;
}

.entry-meta,
.entry-content {
	font-size: 0.875rem; /* 14 */
}

.entry-meta {
	line-height: 1.78571428571429;
	position: relative;
}

.loop-wrap .entry-meta:after,
.comments-title:after {
	background: rgba(0,0,0,.07755102040816326); /* #e2e2e2 */
	content: "";
	display: block;
	height: 0;
	margin: 26px 0 29px;
	width: 1px;
}

.loop-wrap .entry-meta:after {
	padding-top: 17.391304347826%;
}

.entry-meta a,
.entry-body a {
	text-decoration: none;
}

.entry-meta,
.posted-on a,
.byline a {
	color: rgba(0,0,0,.4); /* #afafaf */
}

.loop-wrap .entry-title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.40625;
	position: relative;
}

.loop-wrap .entry-title:after {
	background: #000;
	content: "";
	display: block;
	margin: 11px 0 16px;
	height: 3px;
	width: 10px;
}

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

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

.sideways-text-wrap {
	transform: rotate(270deg);
	position: absolute;
	top: 0;
	right: -34px;
}

.sideways-text {
	font-size: 0.8125rem;
	line-height: 1;
	position: relative;
}

.sideways-text:after {
	background: #000;
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	position: absolute;

	/* Directions are weird because of earlier transform */
	right: calc(100% + 20px);
	bottom: 5px;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.size-adonia-singular {
	display: block;
	position: relative;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
	max-width: 90%;
}

.single .entry-content > p:first-child {
	font-size: 1.4375rem;
	line-height: 1.60869565217;
	margin-bottom: 2.5em;
}

.single .entry-content > p:first-child:last-child {
	margin-bottom: 7em;
}

.single .entry-content > p:first-child:first-letter {
	font-size: 5rem;
	line-height: 0.4375;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.single .entry-content,
body.page .entry-content {
	padding-top: 150px;
}

.single .entry-footer,
.comments-title,
.comment-list,
.comment-reply-title,
.comment-form,
.single .entry-content,
body.page .entry-content,
body.page .entry-footer {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.single .entry-content p,
.single .entry-content > ul,
.single .entry-content > ol,
.single .entry-content pre,
.single .entry-content table,
body.page .entry-content p,
body.page .entry-content > ul,
body.page .entry-content > ol,
body.page .entry-content pre,
body.page .entry-content table {
	margin-top: 0;
	margin-bottom: 4.14285714285714em;
}

.single .alignleft,
.single .alignright {
	margin-bottom: 70px;
}

.single .alignleft {
	margin-left: -200px;
	margin-right: 70px;
}

.single .alignright {
	margin-left: 70px;
	margin-right: -200px;
}

.tags-links {
	display: block;
	margin-bottom: -3px;
	padding-bottom: 236px;
}

.author-description {
	background: #fff;
	border-color: #f1f1f1 #f1f1f1 #000;
	border-style: solid;
	border-width: 1px 1px 3px;
	font-size: 0.8125rem;
	line-height: 1.76923076923077em;
	min-height: 260px;
	padding: 64px 54px 64px 25%;
	position: relative;
}

.author-description .avatar {
	border-radius: 50%;
	width: 15%;
	position: absolute;
	top: 71px;
	left: 7%;
}

.author-description .avatar,
.bypostauthor > .comment-body .avatar {
	border: 3px solid black;
	padding: 7px;
}

.author-title,
.author-bio {
	margin: 0;
}

.author-title {
	font-size: 1.4375rem;
	line-height: 1.30434782608696;
}

.author-bio,
.author-link-wrap {
	padding-top: 10px;
}

.author-link-wrap {
	display: block;
}

.author-description-wrap {
	padding-bottom: 252px;
}

.post-navigation .nav-links {
	display: flex;
}

.post-navigation .nav-label {
	color: rgba(255,255,255,.5);
	display: block;
	font-size: 0.6875rem;
	text-transform: uppercase;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	background-color: #ccc;
	background-size: cover;
	border-color: #fff;
	border-style: solid;
	display: inline-flex;
	border-top-width: 10px;
	border-bottom-width: 10px;
	text-align: center;
	width: 100%;
}

.post-navigation a {
	color: #fff;
	display: table;
	font-size: 1.1875rem;
	line-height: 1.42105263157895em;
	padding: 11%;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.post-navigation a:after {
	background: transparent;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: .5s background;
}

.post-navigation .nav-label,
.post-navigation .nav-text {
	position: relative;
	z-index: 1;
}

.post-navigation a:hover:after {
	background: rgba(0,0,0,.1);
}

.post-navigation .nav-previous:nth-child(1):nth-last-child(1),
.post-navigation .nav-next:nth-child(1):nth-last-child(1) {
	width: 50%;
}

.post-navigation .nav-previous {
	border-left-width: 10px;
	border-right-width: 5px;
}

.post-navigation .nav-next {
	border-left-width: 5px;
	border-right-width: 10px;
}

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

.bypostauthor {
	display: block;
}

.comments-title {
	font-size: 0.9375rem;
	line-height: 2em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 246px 0 123px 14%;
	position: relative;
}

.comments-title:after {
	padding-top: 80px;
	position: relative;
	left: 22%;
	top: 46px;
}

.big-number {
	position: absolute;
	left: 15%;
}

.big-number,
.comment-entry-title {
	font-weight: 300;
}

.big-number {
	color: rgba(0,0,0,.1);
	font-size: 12.5rem;
}

.comment-entry-title {
	color: #afafaf;
	font-weight: 300;
}

.comment-respond {
	background: #fcfcfc;
}

.comment-list {
	margin-bottom: 0;
	padding: 0 0 200px;
}

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

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

.comment-list .avatar {
	border-radius: 50%;
	position: absolute;
	top: 61px;
	left: 54px;
}

.bypostauthor > .comment-body {
	border: 3px solid #000;
}

.bypostauthor > .comment-body .avatar {
	height: 90px;
	width: 90px;
}

/* More specific style needed to adjust positioning */
.comment-list .bypostauthor > .comment-body .avatar {
	top: 51px;
	left: 44px;
}

.comment-body {
	background: #fff;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-top: 56px;
	padding-left: 158px;
	padding-right: 66px;
	padding-bottom: 52px;
	position: relative;
}

.comment-author .fn {
	font-size: 1.1875rem;
	line-height: 1.57894736842105em;
}

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

.comment-metadata {
	font-size: 0.75rem;
	line-height: 2.5em;
}

.comment-metadata a {
	color: #afafaf;
	text-decoration: none;
}

.comment-content {
	color: #4a4a4a;
	font-size: 0.8125rem;
	line-height: 1.76923076923077em;
	padding-top: 11px;
}

.comment-content p {
	margin: 0;
	padding-bottom: 23px;
}

.comment-reply-link {
	color: #afafaf;
	font-size: 0.75rem;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-reply-title {
	text-align: center;
}

.comment-reply-title small {
	display: block;
}

.comment-list .comment-respond {
	background: transparent;
}

.comment-list .form-submit input[type="submit"] {
	bottom: auto;
}

.comment-list .comment-reply-title {
	clip: initial;
	position: static !important;
	height: auto;
	width: auto;
	overflow: initial;
}

.comment-form {
	padding-top: 148px;
}

.comment-form p {
	margin-top: 0;
	margin-bottom: 0;
}

.comment-form-comment {
	padding-bottom: 69px;
}

.form-submit {
	padding-top: 116px;
}

.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email] {
	background: none;
	border-width: 0 0 1px;
	border-radius: 0;
	display: block;
	padding: 0;
	width: 100%;
}

.comment-form textarea:active,
.comment-form input[type=text]:active,
.comment-form input[type=email]:active,
.comment-form textarea:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus {
	border-color: #000;
}

.comment-form-author,
.comment-form-email {
	float: left;
	width: 50%;
}

.comment-form-author {
	padding-right: 15px;
}

.comment-form-email {
	padding-left: 15px;
}

.form-submit {
	clear: both;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgets {
	overflow: hidden;
	padding: 313px 0 0 0;
}

.footer-widget-area {
	float: left;
	width: 24%;
	margin-right: 14%;
}

.footer-widget-area:last-child {
	margin-right: 0;
}

.site-info {
	color: #a1a1a1;
	font-size: 0.75rem; /* 12 */
	padding-top: 36.5px;
	padding-bottom: 36.5px;
	text-align: center;
}

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

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
	.category-list {
		/* position: relative;
		text-align: center;
		top: auto;
		bottom: 100px;
		width: 100%; */
		display: none;
	}

	.category-list li {
		display: inline;
		padding-left: 0;
		margin-right: 50px;
	}

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

	.blog .category-list li:first-child:before,
	.category-list .current-cat:before {
		top: calc(100% + 5px);
		left: 50%;
		margin-left: -15px;
	}

	.loop-wrap,
	.footer-widgets,
	.single .entry-content {
		width: 90%;
	}

	.site-header {
		padding-left: 5%;
		padding-right: 5%;
	}

	.custom-logo-link {
		margin-right: 5%;
	}

	.site-branding-text {
		flex-direction: column;
		align-items: baseline;
		align-self: center;
	}

	.big-footer .null-instagram-feed .widget-title {
		top: calc(100% + 40px);
		left: 5%;
	}
}

@media (max-width: 960px) {
	.big-footer .null-instagram-feed .widget-inner {
		max-width: 750px;
	}

	.page-title,
	.single .entry-title,
	.big-footer .widget_text .widget-title {
		font-size: 2rem;
	}
}

@media (min-width: 801px) {
	.slide-out-toggled .site {
		height: auto !important;
	}
}

@media (max-width: 800px) {
	.loop-wrap .hentry {
		display: block;
		padding-right: 0;
	}

	.loop-wrap .hentry:first-child {
		margin-bottom: -50px;
		position: relative;
		top: -50px;
	}

	.entry-image {
		padding-bottom: 50px;
	}

	.entry-image,
	.entry-body {
		margin-top: 0;
		margin-bottom: 0;
	}

	.loop-wrap .hentry,
	.footer-widget-area,
	.footer-widget-area:last-child {
		margin-left: auto;
		margin-right: auto;
		max-width: 570px;
	}

	.footer-widget-area {
		float: none;
	}

	.entry-image,
	.entry-body,
	.footer-widget-area {
		width: 100%;
	}

	.slide-out {
		bottom: auto;
	}
}

@media (max-width: 710px) {
	.big-footer .null-instagram-feed .widget-inner {
		max-width: 500px;
	}
}

@media (max-width: 600px) {
	.main-navigation,
	.slide-out .widget {
		padding-left: 15%;
		padding-right: 15%;
	}

	.custom-logo-link {
		margin-right: 3%;
	}

	.site-header {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.custom-logo {
		max-width: 50px;
	}

	.site-title,
	.menu-toggle {
		font-size: 1rem;
	}

	.menu-toggle {
		padding: 0 28px 0 0;
	}

	.menu-toggle:before {
		border-bottom: 6px double #000;
		border-top: 2px solid #000;
		height: 2px;
		top: 6px;
		right: 0;
		width: 19px;
	}

	.site-branding {
		max-width: calc(100% - 68px);
	}

	.page-header,
	.single .entry-header {
		padding-top: 50px;
		padding-bottom: 190px;
	}

	.author-description {
		padding: 64px 5%;
		text-align: center;
	}

	.author-description .avatar {
    	display: block;
        margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 20px;
	    position: static;
    	width: 110px;
	}
}

@media (max-width: 460px) {
	.big-footer .null-instagram-feed .widget-inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 250px;
	}
}

@media (max-width: 400px) {
	.main-navigation,
	.slide-out .widget {
		padding-left: 5%;
		padding-right: 5%;
	}
}
