/*!
Theme Name: Aisle Society
Theme URI: https://editandpost.com
Author: Edit and Post
Description: Theme for Aisle Society blogs
Version: 2.1
Text Domain: aisle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

aisle is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

button a {
	text-decoration: none !important;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-display: auto;
	font-size: 1.063rem;
    font-weight: 400;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-display: auto;
	font-weight: 400;
	color: #000;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	h1 {
	font-size: 2rem;
	}
	h2 {
	font-size: 1.8rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	
}

p {
	margin-bottom: 1rem;
}

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

blockquote {
	margin: 0 1.5em;
}

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

.center {
	text-align: center; 
}

.subtitle {
    font-style: italic;
    text-align: center;
}

/*--------------------------------------------------------------
# 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 https://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. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

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. */
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 20px;
    border: none !important;
	cursor: pointer;
	transition: 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e6e6e6;
	color: #000;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #e6e6e6;
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"],
select,
textarea {
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
	display: block;
    width: 100%;
    padding: .375rem 1rem;
    font-size: .85rem !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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;
}

select {
	border: 1px solid #EEEEEE;
    max-width: 100%;
    padding: .25rem .75rem;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:visited {
	color: #000;
	text-decoration: none;
}

.post-template-default .entry-content a, .page-template-default .entry-content a {
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #A0A0A0;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.main-navigation {
		display: none !important;
	}
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 0 20px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* =Top Bar
----------------------------------------------- */

#hamburger {
	position: relative;
    float: left;
    padding: 0 0 0 20px;
    /* margin: 0 25px; */
    cursor: pointer;
    /* font-size: 1.5em; */
    line-height: 1.5em;
}

@media screen and (min-width: 769px) {
	#hamburger {
		display: none;
	}
	.mobile-search {
		display: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	#hamburger {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.mobile-search {
		font-size: 1.1em !important;
		line-height: 2.0em  !important;
	}
}

.mobile-search {
	margin-right: 20px;
    font-size: 70%;
    line-height: 2.0em;
}

#hamburger:hover {
}

.topbar {
	background: #fff;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

@media screen and (max-width: 768px) {
	.topbar {
		display: none;
	}
}

.topbar-container {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	height: 40px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.topbar-container .col-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.topbar-container .col-right {
    justify-content: flex-end;
	font-size: .9em;
}

.topbar-container .col-left, .topbar-container .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.topbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.topbar .menu > li > a {
	font-family: Arial, sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	color: #a0a0a0;
}

.topbar .menu > li + li {
    margin-left: 2rem;
}

.topbar .col-right > ul > li + li {
    margin-left: 10px;
}

/* =Site Branding
----------------------------------------------- */
.site-header .site-branding {
	margin: 0 auto;
    width: 400px;
    padding: 40px 0;
	max-width: 80%;
	text-align: center;
}

.mobile-logo {
	display: none;
}

@media screen and (max-width: 767px) {
	.full-logo {
		display: none;
	}
	.mobile-logo {
		display: block;
	}
	.mobile-logo img {
		max-height: 35px;
	}

	.branding-wrap {
		border-bottom: 1px solid #eee;
		padding: 20px 0 10px 0;
		position: fixed;
		top: 0;
		background: #fff;
		height: 60px;
		width: 100%;
		z-index: 99999;
		display: flex;
	}
	
	.site-header .site-branding {
		padding: 0;
    	max-width: 60%;
		text-align: center;
	}
	#content {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.full-logo {
		display: none;
	}
	.mobile-logo {
		display: block;
	}
	.branding-wrap {
		border-bottom: 1px solid #eee;
		padding: 20px 0 10px 0;
		position: fixed;
		top: 0;
		background: #fff;
		height: 85px;
		width: 100%;
		z-index: 99999;
		display: flex;
	}
	
	.site-header .site-branding {
		padding: 0;
    	max-width: 60%;
	}
	#content {
		margin-top: 85px;
	}
}

/* =Mobile
----------------------------------------------- */
.left_menu {
	width: 0;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
    transition: .5s; overflow-x: hidden;
	z-index: 100000;
	white-space: nowrap;
}

.left_menu img {
	max-width: 75%;
    margin: 20px;
}

.left_menu ul {
	padding: 30px;
	margin: 0;
}

.left_menu ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: Lato, sans-serif;
	font-display: auto;
    font-size: 12px !important;
}

.left_menu ul li:last-child {
	margin-bottom: 30px;
}

.left_menu .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
	line-height:36px;
    padding: 0px;
}

.login-window, .verify {
	margin: 0 0 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background: #ddd;
	font-family: "karla",serif;
	float: left;
}

.login-window:hover, .verify:hover {
	background: #eee;
	transition: all 0.3s ease-in-out 0s;
	color: #333;
}

.menu_icons {
	clear:both;
	margin-top: 20px;
	color: #333;
	padding: 0 0 10px 30px;
}

.menu_icons a:not(:last-of-type) {
	margin-right: .4em;
}

.left_menu .footer_text {
	clear:both;
	color: #333;
	padding: 10px 30px;
	font-size: .8em;
}

/* =Main Nav
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #eee;
	
}

.main-navigation ul {
    list-style: none;
    margin: 0px 20px;
    padding: 0px;
    position: relative;
    white-space: normal;
    display: flex;
    justify-content: center;
	height: 60px;
	line-height: 28px;
	max-width: 80%;
	margin: 0 auto;
}

.main-navigation li {
	position: relative;
	letter-spacing: 1.5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.main-navigation li + li {
	margin-left: 2rem;
}

.main-navigation a {
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 15px 0;
	font-family: 'Karla', sans-serif;
	font-display: auto;
	font-size: 12px !important;
}

.main-navigation a:hover {
	color: #666;
}

.main-navigation a {
    color: #000;
}

.icon-button-search {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
}

.icon-button-search:hover i {
  transition: .3s;
  color: #000;
}

#search_open {
	display: none;
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: white;
	transition: .3s;
}

#search_open .search-container {
	max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    position: relative;
    text-align: center;
    max-width: 600px;
}

#search_open input[type="search"] {
	font-size: 2.0rem!important;
    font-weight: 400;
    text-transform: uppercase!important;
    text-align: center;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #e6e6e6;
    padding: 5px;
}

#search_open .search-container h4 {
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	padding: 20px 0;
}

#search_open .search-container p {
	padding: 20px 0;
	font-size: .8em;
}

#search_open .fa-times-thin {
	font-size: 3.0em;
	float: right;
	margin-right: 20%;
	margin-top: 20px;
}

.fa-times-thin:before {
	content: '\00d7';
}

#mobile_search {
	display: none;
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: .3s;
    height: inherit;
}

#mobile_search .search-container {
	margin-left: auto;
    margin-right: auto;
    top: 50px;
    position: relative;
    text-align: center;
    max-width: 100%;
    background: #fff;
    padding: 20px;
	display: flex;
}

#mobile_search input[type="search"] {
    font-weight: 400;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #e6e6e6;
    padding: 5px;
    font-size: .8em;
    font-style: italic;
    font-family: georgia;
}

#mobile_search .search-container .search-form {
	width: calc(98% - 20px);
}

#mobile_search .search-container .fa {
	margin-right: 3%;
    line-height: 1.5em;
}

#mobile_search .fa-times-thin {
    float: right;
    font-size: 2.0em;
    vertical-align: -15%;
    margin-right: 20px;
    line-height: 1.9em;
    position: fixed;
    right: 0;
    background: #fff;
}

/* =Home Slider
----------------------------------------------- */

.home-slider .item .image-overlay {
    width: 100%;
    padding-top: 88%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	margin-left: -2px;
}

.home-slider-full .item .image-overlay {
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-slider-wrap {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.home-slider-wrap {
		min-height: 20vh;
		margin-bottom: 20px;
	}
	.home-slider .item {
		padding-left: 0px !important;
	}
	.home-slider .item .image-overlay {
		margin-left: 0px;
	}
}

.home-slider, .home-slider-full {
	display: none;
}
.home-slider .slick-initialized, .home-slider-full .slick-initialized  {
	display: block;
}

.home-slider .item {
	padding-left: 2px;
}

.home-slider .feat-overlay, .home-slider-full .feat-overlay {
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto !important;
}

.home-slider .overlay-link, .home-slider-full .overlay-link {
	display: inline-block;
    z-index: 99999;
    height: 100%;
    position: absolute;
    width: 100%;
}

.home-slider .feat-text, .home-slider-full .feat-text {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	color: #fff;
	position: absolute;
    top: 0;
    width: 96%;
}

.home-slider h3, .home-slider-full h3 {
	line-height: 1.0em;
	margin: 10px auto;
	font-size: 2.0em;
	max-width: 96%;
}

.home-slider a, .home-slider-full a {
	color: #fff;
}

.home-slider .feat-cat, .home-slider-full .feat-cat, .wrap-grid .feat-cat {
	font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.slick-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
	position: relative;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide img {
  width: 100%;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  background: none;
  font-size: 48px;
  padding: 20px;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  transition: 0.35s;
}


@media screen and (max-width: 768px) {
	.slick-arrow { 
		font-size: 20px;
	}
}

.slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
  text-shadow: 0 0 15px #fff;
  border: none;
  background: transparent;
}

.slick-prev {
  transform: translate(-100px, -50%);
}

.slick-next {
  right: 0;
  transform: translate(100px, -50%);
}

.slick-slider:hover .slick-arrow {
  transform: translate(0, -50%);
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots > li {
  display: inline;
}

.slick-slider .description {
  opacity: 0;
  transition: 1s;
}

.slick-current {
  position: relative;
}

.slick-current .description {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 30%;
  opacity: 1;
}

.recent-post-header {
    font-size: 2.0em;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

/* = Ad Units
----------------------------------------------- */

.leaderboard {
	margin: 0 auto 20px;
    text-align: center;
    width: 728px;
    height: 100px;
}

.leaderboard img {
	width: 728px;
	height: 90px;
}

.mobile-leaderboard {
	display: none;
}

@media screen and (max-width: 768px) {
	.leaderboard {
		display: none;
	}
	
	.mobile-leaderboard {
		display: block;
		height: 50px;
		width: 300px;
		margin: 0 auto 20px;
	}
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.wrap-grid {
	max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) { 
	.wrap-grid {
		max-width: 94%;
		grid-gap: 10px;
	}
}

.post-thumbnail {
	display: block;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    text-align: center;
	-webkit-transition: all .2s ease;
    transition: all .2s ease; 
}


.post-thumbnail:hover img {
	opacity: .7;
}

.post-more a, .post-more a:hover, .post-more a:visited {
	text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    font-size: 70%;
}

.grid-item img {
	height: 400px;
    object-fit: cover;
    width: 100%;
	vertical-align: middle;
	margin-bottom: 2rem;
}

.grid-item .post-thumbnail .post-more {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 2rem;
    left: 2rem;
    margin: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .2s .1s ease;
    transition: all .2s .1s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}

.grid-item .post-thumbnail:hover .post-more {
	opacity: 1;
}

.filter-main {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas: 
		"header header"
		"secondary post-archive";
    grid-column-gap: 40px;
	grid-row-gap: 20px;
    padding: 0;
    margin: 0 auto 40px;
	max-width: 90%;
}

.filter-main header {
  grid-area: header;
}

.filter-main .wrap-grid {
	max-width: 100%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.filter-main {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas: "header" "post-archive" "secondary";
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* = Main Content
----------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary,
.entry-footer,
.related {
	margin: 0 auto;
	line-height: 1.75;
}

@media screen and (max-width: 768px) {
	.page-content,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.related {
		margin: 0 auto !important;
		padding: 0 20px;
		max-width: 100%;
	}
}

.entry-content {
    margin-top: 3rem;
}

.entry-content p {
    color: #000 !important;
}

.home-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    flex-direction: row;
}

.content-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    flex-direction: row;
    width: 1520px;
}

.home .has-sidebar {
	max-width: calc(100% - 340px);
	min-width: 70%;
	margin: 0 auto;
}

.post-template-default #primary, .page-template-default #primary {
	max-width: calc(100% - 340px);
	min-width: 70%;
	margin: 0 auto;
	
}

.post-template-default #primary.post-gallery-wrapper {
	max-width: 100%;
	margin: 0 auto;
	min-width: 100%;
}

.post-template-default #secondary, .page-template-default #secondary, .has-sidebar #secondary {
	margin-top: 3rem;
    max-width: 300px;
    max-width: 25%;
    width: 300px;
    display: block;
    margin-left: 40px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	.content-wrapper {
		max-width: 96%;
		flex-direction: column;
		width: 96%;
	}
	.post-template-default #primary, .page-template-default #primary {
		width: 100%;
		max-width: 100%;
	}
	.post-template-default #secondary, .page-template-default #secondary {
		margin-top: 0;
		margin-bottom: 40px;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}
}

#full-gallery {
	margin-bottom: 20px;
}

.post-grid {
	display: grid;
	max-width: 100%;
	grid-gap: 40px;
}

.post-grid-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-grid img {
	height: 100%;
	object-fit: cover;
}

.aisle-landscape {
	grid-column-start: 1;
	grid-column-end: span 2;
}

.aisle-portrait {
	grid-column-start: auto;
	grid-column-end: span 1;
}

@media screen and (max-width: 768px) {
	.aisle-landscape {
		grid-column-start: 1;
		grid-column-end: span 1;
	}

}

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

.entry-content p.img-row {
	display:grid;
	grid-column-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

.entry-content p.text-row {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.entry-content p.text-row {
		
	}
	
	.entry-content p.img-row {
		display:grid;
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
}
}

.entry-content img.size-large, .entry-content p>figure:only-child, .entry-content p>img:only-of-type, .entry-content p>a:only-child, .entry-content img.size-full {
    grid-column-start: 1;
    grid-column-end: span 2;
	width: 100%;
}

.entry-content img.size-medium, .entry-content .img-row img:not(:only-of-type) {
	grid-column-start: auto;
    grid-column-end: span 1;
	width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.entry-content .alignfull {
	width: 100vw !important;
    max-width: 100vw;
    transform: translateX(0);
    margin: 3rem 0;
    padding: 0;
    margin-left: calc(-50vw + 50% - 10px);
}

.wp-block-cover__inner-container {
	font-family: Esteban,Georgia,serif;
	font-display: auto;
}

.wp-block-cover, .wp-block-cover-image {
    background-color: #fff; 
	height: 40vw;
}

.wp-block-embed figcaption {
    font-size: 1.063rem !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.75;
    text-align: left;
}

.wp-block-embed iframe, .wp-block-embed embed, .wp-block-embed object, .wp-block-embed video {
	width: 100%;
    height: 880px;
}

ul.wp-block-gallery {
	margin: 0 !important;
}

.wp-block-column {
	margin-bottom: 0px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 40px)/2);
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 40px 40px 0;
}

.wp-block-image {
	margin-bottom: 40px;
}

@media (min-width: 600px) {
	.wp-block-column { 
		flex-basis: calc(50% - 20px);
	}
}

/* =Post Header Styles
----------------------------------------------- */

.page-header {
	text-align: center;
}

/* Full Image Header */

.post-img-header {
	width: 100%;
    height: 70vh;
    position: relative;
}

.post-img-header .background-header {
	width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-img-header .header-info {
	position: relative;
    top: -40%;
    left: 0%;
    width: 1520px;
    overflow: hidden;
    max-width: 96%;
    margin: 0 auto;
    padding: 0 calc(2% + 20px);
}

.post-img-header .header-info, .post-img-header .header-info h1, .post-img-header .header-info a, .post-img-header .header-info a:hover {
	color: #fff;
}

.post-img-header .header-info h1 {
	margin: 20px 0;
}

.post-img-header .header-category {
	text-transform: uppercase;
}

/* Simple Image Header */

.post-simple-header {
	padding: 40px 0 0;
    margin: 0 0 -2rem 0;
}

@media screen and (max-width: 768px) {
	.post-simple-header { 
		text-align: center; 
		padding: 20px 0 32px 0;
	}
	.post-simple-header .header-info, .post-simple-header .photographer { 
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
	}
}

/* Color Image Header */

.color-header-container {
	background: #fff0eb;
}
.post-color-header {
	margin-top: 4.0em;
}
.color-header-container {
	margin-top: 100px;
    height: 65vh;
}
.post-color-header .header-info {
	margin-top: -30px;
}
.post-color-header button {
	padding: 20px 40px;
}
.color-header-photo {
    background: #fff;
    position: relative;
    top: -60px;
    height: calc(65vh + 60px);
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    width: 1520px;
    max-width: 90%;
    padding: 0px calc(2% + 20px);
}

.post-color-header .background-header {
	height: 58vh;
    object-fit: cover;
    margin: 0 auto;
    max-width: 1560px;
    overflow: hidden;
	background-size: cover;
    background-position: 50% 50%;
}

.post-color-header .background-header img {
	height: 58vh;
    object-fit: cover;
    margin: 0 auto;
    max-width: 1560px;
    overflow: hidden;
	width: 100%;
}

.post-color-header .header-info, .post-color-header .photographer {
	text-align: center;
}

/* Page Header */

@media screen and (max-width: 768px) {
	.page-template-default .entry-title {
		margin: 20px 0 0;
		text-align: center;
	}
}

/* = Term Bar
----------------------------------------------- */

.term-bar {
	background: #eee;
}

.term-bar .term-container {
	display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    height: 60px;
    width: 1520px;
    overflow: hidden;
    max-width: 96%;
    margin: 0 auto;
    padding: 0 calc(2% + 20px);
}

.term-link {
    font-size: 0.688rem;
    font-weight: 400;
    letter-spacing: 0.181em;
    text-transform: uppercase;
}

.wed-term {
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.wed-term label {
	display: block; 
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
}

.term-list {
	font-size: 90%;
    font-family: georgia;
}

.color {
	border-radius: 6px;
	display: inline-block;
	height: 12px;
	margin-right: 4px;
	width: 12px;
}


@media screen and (max-width: 768px) { 
	.term-bar {
		background: #fff;
	}
	
	.term-bar .term-container {
		margin: 20px 0;
		padding: 0 20px;
		display: flex;
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		height: auto;
		width: 100%;
		overflow: auto;
	}
	.term-bar .wed-term {
		margin-top: 20px;
	}
	.term-bar .wed-term:not(:last-of-type) {
		margin-right: 30px;
	}
	
	.term-bar .wed-term-category {
		display: none;
	}
}

/* = Simple Terms
----------------------------------------------- */
.term-simple {
	margin: 3.0rem 0 -2.0rem 0;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.term-simple .wed-term {
	margin-top: 20px;
}

.term-simple .wed-term:not(:last-of-type) {
	margin-right: 30px;
}

@media screen and (max-width: 768px) { 
	.term-simple {
		margin: 20px 0;
		padding: 0 20px;
	}
}

/* = Post Headline
----------------------------------------------- */

.post-headline {
	font-family: Georgia;
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
}

.post-headline::first-letter {
    font-size: 1.5em;
}

.post-headline:after {
	clear: both;
	content: "";
    display: table;
    table-layout: fixed;
}


/* = Previous/Next Posts
----------------------------------------------- */
.post-pagination {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
	background-color: #fbfbfb;
	margin: 40px auto;
}

.post-pagination > div {
  width: 100%;
  padding: 0;
  transition: .3s;
}

.post-pagination > div > a {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  height: 120px;
  width: 120px;
  color: #222;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}

.post-pagination > div:hover {
  color: #000;
  text-decoration: none;
}

.post-pagination .prev-post + .next-post {
  border-left: 14px solid #fff;
}

.post-pagination .prev-post .pagination-text {
  padding-left: 25px;
}

.post-pagination .prev-post > a {
  float: left;
  margin-right: 24px;
}

.post-pagination .prev-post > a + .pagination-text {
  padding-left: 0;
}

.post-pagination .next-post {
  text-align: right;
}

.post-pagination .next-post .pagination-text {
  padding-right: 25px;
}

.post-pagination .next-post .pagination-text h4 {
  margin-right: 0;
  margin-left: 10px;
}

.post-pagination .next-post > a {
  float: right;
  margin-left: 24px;
}

.post-pagination .next-post > a + .pagination-text {
  padding-right: 0;
}

.post-pagination .pagination-title, .post-pagination .pagination-title a {
  margin: 0;
	text-decoration: none;
}

.post-pagination .pagination-text {
  padding: 20px 0;
}

.post-pagination .pagination-text h4 {
  font-weight: normal;
  margin-left: 0;
  margin-right: 10px;
  line-height: 1.4;
	clear: none !important;
	letter-spacing: 0px !important;
}

.post-pagination .pagination-text span {
  vertical-align: top;
  transition: color .3s;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 2;
  font-size: 11px !important;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #222;
}

.nav-links > div a {
  display: inline-block;
  background: #eee;
  color: rgba(0, 0, 0, 0.8);
  padding: 13px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 80%;
}

.nav-links > div a:hover {
  border-color: #000;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.nav-links > div a:active, .nav-links > div a:focus {
  border-color: #ddd;
}

@media screen and (max-width: 768px) { 
	.post-pagination .prev-post > a, .post-pagination .next-post > a {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.post-pagination .prev-post > a + .pagination-text {
		padding-left: 10px;
	}
	.post-pagination .next-post > a + .pagination-text {
		padding-right: 10px;
	}
}


/* = Related Posts
----------------------------------------------- */

.entry-content .rpbt_shortcode {
    background: #f8f8f8;
    padding: 40px; 
}

.related_title, .rpbt_shortcode h2, .rpbt_shortcode h3 {
	text-align: center;
    margin-bottom: 30px;
}

.rpbt_shortcode figcaption {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #000 !important;
    font-family: Esteban,Georgia,serif; 
	font-display: auto;
}

.rpbt_shortcode .gallery-item:first-of-type {
	padding-left: 0px;
}

.rpbt_shortcode .gallery-item:last-of-type {
	padding-right: 0px;
}

@media ( max-width: 768px ) { 
	.rpbt_shortcode .gallery-item {
		padding: 0px;
	}
}

.related_post img {
	object-fit: cover; 
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.related_title, .rpbt_shortcode h2, .rpbt_shortcode h3 {
	text-align: center;
	margin-bottom: 30px;
}

.entry-content .rpbt_shortcode {
	background: #F8F8F8;
    padding: 40px;
}

.rpbt_shortcode figcaption {
	font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
	color: #000 !important;
	font-family: Esteban, Georgia, serif;
	font-display: auto;
}

.rpbt_shortcode img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.related_excerpt {
	display: grid;
	grid-template-columns: 30% 50%;
	grid-gap: 40px;
	margin-bottom: 40px;
}

@media ( max-width: 768px ) {
	.related_excerpt {
		grid-template-columns: 100%;
	}
}

.related_details {
	display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

ul.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related_paragraph {
	font-size: .7em;
}

.related_button {
	background-color: #000;
	color: #fff;
	font-size: .7em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.related_button:hover {
	background-color: #999;
	transition: .3s;
}

.related_with_excerpt img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/* = View Gallery
----------------------------------------------- */

.toggle-view-wrapper {
	position: relative;
	width: 0;
	height: 0;
}
.toggle-view {
    position: absolute;
    top: 60px;
    margin: 0 0 0 40px;
    font-size: 20px;
    float: left;
	width: 65px;
    display: flex;
    justify-content: space-between;
	left: 60px;
}

@media screen and (max-width: 767px) {
	.toggle-view-wrapper {
		position: relative;
		width: 100%;
		height: 0;
		text-align: center;
		margin: 0 auto;
	}
	.toggle-view {
		margin: 20px auto;
		float: none;
		text-align: center;
		left: auto;
		top: auto;
		position: relative;
	}
}

.view-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin: 50px 0;
	padding: 40px;
	background: #efefef;
}

.view-gallery > a:nth-child(8) { 
	display:flex;
	justify-content: center;
	align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: x-small;
    width: -moz-min-content;
    word-spacing: 9999999px;
    padding: 70px;
}

.view-gallery img.grid-image {
	width: 100%;
	object-fit: cover;
	height: 250px;
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

@media ( max-width: 768px ) {
	.view-gallery {
		display: grid;
		grid-gap: 2%;
    	margin: 50px 0;
    	padding: 30px 20px;
    	background: #efefef;
		grid-template-columns: 49% 49%;
	}
	
	.view-gallery img.grid-image {
		width: 100%;
		object-fit: cover;
		height: 125px;
		opacity: 1;
		transition: opacity .5s ease-out;
		-moz-transition: opacity .5s ease-out;
		-webkit-transition: opacity .5s ease-out;
		-o-transition: opacity .5s ease-out;
	}
	
	.view-gallery > a:nth-child(8) {  
		height: 140px;
		padding: 70px;
	}
}

.post-gallery {
	max-width: 100%;
	margin: 50px auto;
}

.grid-sizer, .post-gallery > .gallery-image {
	width: 22%;
}

.post-gallery > .gallery-image--width2 { 
	width: 48%; 
}

.post-gallery > .gallery-image {
	margin-bottom: 30px;
}

.gutter-sizer {
	width: 4%;
}

@media screen and (max-width: 767px) {
	.gutter-sizer {
		width: 0%;
	}	
	.grid-sizer, .post-gallery > .gallery-image {
		width: 96%;
		margin: 0 auto 10px auto;
	}
	.post-gallery {
		padding: 0 2%;
		margin: 50px auto;
	}
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
	.gutter-sizer {
		width: 2%;
	}	
	.grid-sizer, .post-gallery > .gallery-image {
		width: 49%;
	}
}


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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%;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}

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

@media screen and (max-width: 768px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-info {
	padding-top: 3rem;
    padding-bottom: 3rem;
	max-width: 1160px;
	margin: 0 auto;
	max-width: 96%;
}

.site-footer .site-branding {
	display: inline-block;
    margin-bottom: 1rem;
}

.site-footer .site-branding img {
	max-width: 200px;
}

.site-footer nav {
	float: right;
}

.site-footer ul {
	list-style: none;
    margin: 0px 20px;
    padding: 0px;
    position: relative;
    white-space: normal;
    display: flex;
    justify-content: space-between;
}

.site-footer li a {
	text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 15px 0;
    font-family: 'Karla', sans-serif;
	font-display: auto;
    font-size: 12px !important;
}

.footer-menu>li+li {
    margin-left: 2rem;
}

.footer-copyright {
	color: #A0A0A0; 
	font-size: 80%;
}

@media ( max-width: 767px ) { 
	.site-footer .site-branding { 
		width: 200px;
    	margin: 0 auto 10px;
		display: block;
	}
	.footer-copyright {
		text-align: center;
	}
	.site-footer nav {
		display: none;
	}
	.footer-info {
		margin: 0 auto;
		max-width: 100%;
		padding: 20px;
	}
	#sb_instagram #sbi_images {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2px;
		max-height: 100vw;
		overflow: hidden;
	}
	#sb_instagram #sbi_images .sbi_item {
		height: 50vw;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.site-footer .site-branding { 
		width: 200px;
    	margin: 0 auto 10px;
		display: block;
	}
	.footer-copyright {
		text-align: center;
	}
	.site-footer nav {
		display: none;
	}
	.footer-info {
		margin: 0 auto;
		max-width: 100%;
		padding: 20px;
	}
	#sb_instagram #sbi_images {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 2px;
		max-height: 100vw;
		overflow: hidden;
	}
	#sb_instagram #sbi_images .sbi_item {
		width: 25vw !important;
		height 25vw;
	}
}

.newsletter-bar {
	background: #eee;
    display: flex;
    justify-content: center;
    padding: 20px;
}

@media ( max-width: 768px ) { 
	.newsletter-bar { 
		flex-direction: column;
	}
	.newsletter-bar span { 
		text-align: center; 
		margin-bottom: 10px;
		margin-right: 0px !important;
	}
	.newsletter-bar #gform_2 {
		display: grid !important;
		max-width: 100%;
		height: 32px;
		grid-template-columns: 70% calc(30% - 10px);
		grid-gap: 10px;
	}
	.newsletter-bar .gform_wrapper .gform_body {
		min-width: 100px !important;
	}
	.newsletter-bar .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		padding: 5px 10px;
	}
}

.newsletter-bar span {
	line-height: 32px;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

.newsletter-bar .gform_wrapper {
	margin: 0;
}

.newsletter-bar #gform_2 {
	display: flex;
    max-width: 100%;
    height: 32px;
}

.newsletter-bar .gform_wrapper .gform_body {
	min-width: 280px;
}

.newsletter-bar .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.newsletter-bar .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.newsletter-bar .gform_wrapper li.hidden_label input {
	margin-top: 0;
	height: 32px;
}

.newsletter-bar .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0; 
}

.newsletter-bar .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 12px;
	margin: 0;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	background: none !important;
}

a.pk-share-buttons-link {
	color: unset !important;
	text-decoration: unset !important;
}