/*!
Theme Name: Elizabeth Anne Designs
Theme URI: https://elizabethannedesigns.com
Author: Ami Price
Author URI: https://elizabethannedesigns.com
Description: EAD v5
Version: 5.0.0
Text Domain: elizabeth

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 3rem;
}

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


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

/**
 * 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: "Pontano Sans", 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: Esteban, Georgia, serif;
	font-display: auto;
	font-weight: 400;
}

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: 1em 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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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

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

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #000;
	text-decoration: none;
}

.entry-content a {
	font-weight: bold;
}

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

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
# 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: 10px 0;
    margin: 0 25px;
    cursor: pointer;
    font-size: 1.5em;
}

#hamburger:hover {
}

.header-8 {
}

.header-8 #header-menu {
  padding: 0;
}

.header-8 #header-menu #header-wrap {
	display: flex;
	padding: 10px;
}

.header-8 #header-menu #header-wrap .site-branding {
  width: 15%;
  float: left;
  text-align: center;
}

.header-8 #header-menu #header-wrap .site-branding img {
	max-width: 250px;
	height: auto;
}

.header-8 #header-menu #header-wrap .menu-search-social {
  width: 80%;
  float: left;
  position: relative;
}

.header-8 #header-menu #header-wrap .menu-search-social #site-navigation {
  width: 100%;
  padding: 0 15px;
}

.header-8 #header-menu #header-wrap .header-right {
  width: 10%;
  float: left;
  padding: 7px;
  justify-content: flex-end;
}

.header-8 #menu-social ul {
  padding: 0;
}

.header-8 #menu-social ul li a {
  padding: 10px 10px 6px;
}

.header-8 .icon-button-search {
	padding: 7px 5px;
    font-size: 12px;
}

.header-8 .menu-search-social {
  max-width: 100%;
}

.header-right ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	font-size: 12px;
	float: left;
}

.header-right ul li {
  transition: .5s;
  display: inline;
  vertical-align: center;
  text-align: center;
}

.header-right ul li a {
  display: inline-block;
  text-align: center;
  vertical-align: center;
  padding: 7px;
  color: #000;
}

.header-right ul li a:hover {
	color: #b3ddf2;
	transition: 0.3s;
}

.header-right ul li a:hover:before {
  color: #000;
}

.header-right ul li a:before {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
	.header-8 #header-menu #header-wrap .site-branding {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	#hamburger {
		padding: 7px;
		margin: 0;
	}
	.header-8 #header-menu #header-wrap .site-branding img {
		max-width: 90%;
	}
	.header-8 #header-menu #header-wrap .menu-search-social {
		display: none;
	}
	.header-8 #header-menu #header-wrap .menu-search-social:before {
		display: none;
	}
	.header-8 #header-menu #header-wrap ul#menu-social-menu {
		display: none;
	}
	.header-8 #header-menu #header-wrap .header-right {
		width: auto;
	}
	.header-8 .icon-button-search {
		font-size: 16px;
		margin-top: -10px;
	}
	.main-navigation li:after {
		height: 0px !important;
	}
}

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

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

.main-navigation li {
	position: relative;
	letter-spacing: 1.5px;
    font-size: 12px;
    font-size: 1.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-popup {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  z-index: 99999;
  cursor: url(images/cursor-x.png) 30 15, auto;
}

.search-popup .search-top-bar-popup {
  display: inline-block;
  position: relative;
  top: 30%;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.search-popup .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.search-popup .search-top-bar-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  border-radius: 0;
  background: #000;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 20px;
  font-size: 2rem;
}

.search-popup .search-title {
  display: none;
  position: absolute;
  color: #000;
  font-weight: 300;
  font-size: 35px;
  font-size: 3.5rem;
  top: -70px;
  width: 100%;
  letter-spacing: 3px;
}

.search-popup .search-field-top-bar {
  border-radius: 0;
  border: none;
  padding: 10px 23px;
  width: 100%;
  height: 60px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}

.search-popup .search-top-bar-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  border-radius: 0;
  background: #000;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 20px;
  font-size: 2rem;
	margin: 0 !important;
}

input#search-field-top-bar:focus {
	outline: 0 !important;
}


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

.left_menu img {
	padding: 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: 'Karla', 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: 30px 30px 10px;
}

.menu_icons a {
	margin-right: .4em;
	font-size: 1.5em;
}

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

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

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

.sticky {
	display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary,
.related {
	margin: 0 auto;
    padding: 0 20px;
    max-width: 1160px;
	line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

}

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

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

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

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

.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: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
}

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

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

.toggle-view {
    position: relative;
    top: 30px;
    margin: 40px 0 0 60px;
    font-size: 20px;
    float: left;
}

@media screen and (max-width: 768px) {
	.toggle-view {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
}

#post-guide-vendors {
	display: block;
    overflow: hidden;
    margin: 50px 0;
}

.post-guide-vendor {
    border: 1px solid #dedede;
    float: left;
    position: relative;
    list-style: none;
}

.post-guide-vendor-header {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

#post-guide-vendors h3 {
	text-align: center;
	font-size: 1.5em;
}

.post-vendor-thumb {
	width: 100%;
    height: 300px;
    object-fit: cover;
	margin-bottom: 15px;
}

.post-vendor-name {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.2em;
}

.post-vendor-name a, .post-guide-vendor a:hover {
	text-decoration: none;
}

.vendor-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.post-vendor-portfolio {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	padding: 5px;
	width: 70%;
	margin: 20px auto;
	transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.post-vendor-portfolio:hover {
	background: #999;
}
.post-vendor-portfolio a, .post-vendor-portfolio a:visited, .post-vendor-portfolio a:hover {
	color: #fff;
	text-decoration: none;
}

.post-vendor-type {
    list-style: none;
    background: none;
    padding: 15px 0 0;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}

.questionnaire strong {
    display: inline-block;
    margin-bottom: 5px;
	font-style: italic;
    font-family: georgia;
}

.questionnaire {
	background: rgba(247,163,139, .05);
	padding: 50px;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	.questionnaire {
		padding: 20px;
	}
}

.questionnaire h3 {
	text-align: center;
    padding-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
}

.questionnaire h3:after, .questionnaire .text-row:last-of-type:after {
	content: '';
    height: 1px;
    background: #F78B8E;
    display: block;
    margin: 20px auto;
    width: 100px;
}

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

.entry-content p.text-row {

}

@media screen and (max-width: 768px) {
	.entry-content p.text-row {
		padding: 0 20px;
	}
	
	.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;
}

.vendor-credits {
	margin-bottom: 2.0em;
}

.vendor-credits p {
	text-align: center;
    font-size: .8em;
}

.vendor-credits h2 {
	text-align: center;
	margin-top: 30px;
}

.vendor_section, .credits-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.vendor_section ul, .credits-list ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.vendor_section ul li:first-child, .credits-list ul li:first-child {
	list-style: none;
	background: none; 
	padding: 0 0 0 0 !important; 
	font-style:italic;
	margin-bottom:5px;
}
.vendor_section ul li + li, .vendor_section ul li + li a, .vendor_section ul li + li a:hover, .vendor_section ul li + li a:visited,
.credits-list ul li + li, .credits-list ul li + li a, .credits-list ul li + li a:hover, .credits-list ul li + li a:visited {
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
}
.vendor_section ul li + li + li, .vendor_section ul li + li + li a, .vendor_section ul li + li + li a:visited,
.credits-list ul li + li + li, .credits-list ul li + li + li a, .credits-list ul li + li + li a:visited{
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	text-transform:uppercase;
	margin-bottom:5px; 
}

@media screen and (max-width: 769px) {
	.directory_vendors {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}
	.vendor_section, .credits-list {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
.directory_vendors {
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.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: 80%;
	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: 768px) {
	.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;
	}
}

/* =Single Vendor Page
----------------------------------------------- */

.vendor-header {
	display: flex; 
	justify-content: center;
	align-items: center;
	background: rgba(243,244,244,0.3);
}

.post-header-image {
	display: grid;
    height: 300px;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-gap: 5px;
}

.post-header-image li.highlight {
	height: 300px;
	list-style: none;
}

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

.vendorlogo {
	margin-top: -50px;
	height: 255px;
	width: 315px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.vendorlogo img {
	max-width: 215px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vendorinfo {
	width: 100%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.vendorinfo h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.vendor-meta {
	font-size: .8em;
}

#vendorgallery {
	margin-left: 300px;
}

#vendoricons {
	margin-top: 20px;
	display: flex;
	font-size: 75%
}

.vendoricon {
	padding-right: 20px;
}

.smallcaps {
	font-size: .8em;
	text-transform: uppercase; 
	letter-spacing: 1px;
}

#vendoricons .fa, #vendoricons .fab {
	color: #e197a1;
	margin-bottom: 10px;
}

.vendor-sidebar {
    float: left;
    width: 25%;
    padding: 50px 0;
    background: rgba(243,244,244,0.3);
    margin-top: 30px;
}

.vendor-widget {
	padding: 5%;
	text-align: center;
	word-wrap: break-word;
	font-size: .9em;
}

.vendor-widget .link-row {
	overflow: hidden;
	padding: 5%;
}

.vendor-main {
	margin: 30px 0;
	max-width: 65%;
  margin-left: calc(25% + 50px);
}

.thumb {
	width: 106px;
	height: 106px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style:none;
	max-height: 400px;
	max-width:600px;
	float: left;
}

.thumb img {
	object-fit: cover;
	height: 100px;
	width: 100px;
}

.thumbs {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
}

.thumbs li {
	list-style: none;
}

#slideshow {
	max-height: 450px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#slideshow a {
	text-decoration: none;
}

#slideshow img {
	max-height: 400px;
}

#outerholder {
	width: 100%;
	height: 430px;
	overflow: hidden;
}

div.controls {
	position: relative;
	top: 47%;
}

div.controls a {

}

div.controls a:hover {

}

div.controls a.prev {
	float: left;
	background: url('images/left-arrow.png') bottom;
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -99999px;
}

div.controls a.next {
	float: right;
	background: url('images/right-arrow.png') bottom;
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -99999px;
}


#slideshow-container {
	width: 100%;
	height: 430px;
}

#widethumblist {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#widethumblist_inner {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.small-video {
	float: left;
	margin: 0 15px 25px 0;
}

.vendor-details {
	margin-bottom: 30px;
}

.vendor-sidebar h3 {
	margin-bottom: 30px;
}

.vendor-details h5:after {
	content: '';
    height: 1px;
    background: #F78B8E;
    display: block;
    margin: 10px auto;
    width: 40px;
}

/*---:[ vendor search ]:---*/

.page-template-vendor-guide-search .site-content {
	max-width: 1200px;
	margin: 0 auto;
}

#threesgrid {
display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 20px; justify-items: center; text-align: center; margin-bottom: 30px; width: 100%;
}

img.head-img-opacity {
opacity: 0.6; object-fit: cover; width: 100%; max-width: 100%; height: 350px; margin-bottom: 30px;
}

.centervh {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;
}

.vendor-result { text-align: center; height: 120px; border: 1px solid #eee; padding: 20px; background: rgba(247,163,139, .1);
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
#guide-navigation #nav-dropdowns {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

#guide-navigation .nav-dropdown {
    float: left;
    margin: 0 20px 0 0;
    min-width: 200px;
}

#guide-navigation select {
    float: left;
}

#vendor-submit {
    border: 0 none;
    background: #f7a38b;
    color: #fff;
    font-family: karla;
	font-display: auto;
    padding: 4px;
    text-transform: uppercase;
    width: 70px;
    font-size: .8em;
    letter-spacing: 1px;
}

.searchandfilter ul {
    margin: 0 !important;
    padding: 0 !important;
	display: block;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    margin: 0;
	padding: 0 !important;
}

.searchandfilter ul>li>ul:not(.children) {
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.sf-input-checkbox {
    -webkit-appearance: none;
    background-color: #fbfbfb;
    border: 1px solid #000;
    padding: 9px !important;
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    margin-top: 2px;
}

.sf-input-checkbox:checked {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.sf-input-checkbox:checked:after {
    content: '\2714';
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 5px;
    color: #fff;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label, .searchandfilter li.sf-field-taxonomy-location label, .wp-caption-text, blockquote cite, figcaption, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote .wp-block-pullquote__citation, .wp-block-quote cite, .text-small, .comment-metadata, .logged-in-as, .post-categories, .post-count, .product-count, .post-meta, .post-tags, .sub-title, .tagcloud, .timestamp, #wp-calendar caption, .widget_rss ul li cite, .widget_rss ul li .rss-date {
    color: #000 !important;
	font-size: 0.688rem;
    font-weight: 400;
    letter-spacing: 0.181em;
    text-transform: uppercase;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding: 10px 0 0 10px !important;
}

.sf-field-search {
    margin-top: 30px !important;
}

.searchandfilter h4 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 20px;
    cursor: pointer;
}

.searchandfilter h4:before {
    content: '';
    height: 1px;
    display: block;
    background-color: #ccc;
    width: 100%;
    margin-bottom: 10px;
}

.sf-field-reset {
	margin-top: 20px !important;	
}

.searchandfilter .chosen-container {
	color: #000;
	font-size: 12px !important;
}

.searchandfilter  .chosen-container-single .chosen-single {
	background: #fff !important;
	box-shadow: none !important;
	border-radius: 0px;
}

.chosen-container .chosen-results li.highlighted {
	background: #F7A38B !important;
}

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

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