/*!
Theme Name: Offbeat Empire
Theme URI: https://editandpost.com
Author: Edit and Post
Description: Theme for Offbeat Empire Blogs
Version: 1.0
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.5; /* 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: #000000;
	font-family: "Georgia", 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: 700;
	color: #000;
	font-style: italic;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
	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 {
    position: relative;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    letter-spacing: initial;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
	border-top: 1px solid rgba(4, 181, 152, .2);
	padding: 40px 40px 0px;
	border-bottom: 1px solid rgba(4, 181, 152, .2);
}

blockquote.outro, blockquote.intro, blockquote.highlight {
    background: none;
    border-left: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: normal;
    border-top: 1px solid rgba(4, 181, 152, .2);
    border-bottom: 1px solid rgba(4, 181, 152, .2);
    background-color: rgba(199, 239, 232,.3);
    padding: 40px;
}

blockquote ul {
	list-style-position: inside;
}

blockquote.outro:before, blockquote.intro:before, blockquote.highlight:before {
	content: '';
}

@media screen and (max-width: 1024px) {
	blockquote {
		padding: 60px 20px 20px;
		margin: 0;
		font-size: 18px;
	}
	blockquote.outro, blockquote.intro { 
		margin: 0;
	}
	blockquote.question {
		padding: 20px !important;
		margin: 20px 0 !important;
		font-size: 18px !important;		
	}
	blockquote.question:before {
		bottom: 40px !important;
		left: 90% !important;
		font-size: 102px !important;
	}
}

blockquote.question {
	position: relative;
    color: #000;
    font-size: 17px;
	text-align: left;
    font-weight: 300;
    font-style: italic;
    letter-spacing: initial;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid rgba(4, 181, 152, .2);
    padding: 20px 80px 20px 40px;
    border-bottom: 1px solid rgba(4, 181, 152, .2);
    background-color: rgba(199, 239, 232,.3);
	margin: 0;
}

blockquote.question:before {
	content: "\003F";
    font-family: Georgia,Merriweather,serif;
    font-style: normal;
    font-size: 60px;
    line-height: .41;
	position: absolute;
    left: 95%;
    opacity: .12;
    font-size: 132px;
	color: #04b598;
	bottom: 40px;
	right: 0%;
}

blockquote:before {
	content: "\201c";
    float: left;
    margin-top: 18px;
    margin-left: -45px;
    font-family: Georgia,Merriweather,serif;
    font-style: normal;
    font-size: 60px;
    line-height: .41;
	position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(7px) rotate(
1deg
);
    opacity: .12;
    font-size: 132px;
	color: #04b598;
}

blockquote div {
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media screen and (min-width: 768px) {
	blockquote.pullright {
		max-width: 40%;
		float: right;
		margin-right: 0;
	}


	blockquote.pullleft {
		max-width: 40%;
		float: left;
		margin-left: 0;
	}
}

blockquote.promo {
	background-color: #d2e7ce;
    border: none;
    color: #4b9f3b;
    font-size: 18px;
    line-height: 1.25;
    position: relative;
    z-index: 10;
    padding: 20px;
    align-items: center;
    font-style: italic;
    margin: 20px 0;
    font-family: 'Raleway';
    background-image: url(/wp-content/themes/offbeat/lib/images/medallion-promo-bride.png);
    background-repeat: no-repeat;
    padding-left: 140px;
    background-position: 20px;
	background-size: 100px 100px;
}

blockquote.promo a, blockquote.promo p {
	color: #4b9f3b !important;
	text-align: left;
}

blockquote.promo h3 {
	font-size: 1.2em;
	margin: 0;
	text-align: left;
}

blockquote.promo .medallion {
	margin-right: 20px;
}

blockquote.promo img.medallion {

}

blockquote.promo:before {
	content:'';
}

@media (max-width: 1024px) {
	blockquote.promo {
		padding: 20px 20px 20px 140px;
		margin: 0 -20px 0 -20px;
		display: flex;
		overflow: hidden;
	}
	blockquote.promo .medallion {
		float: left;
	}
}

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

.capitalize {
	text-transform: capitalize;
}

.gray {
	color: #ccc;
}

.small {
	font-size: 80%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.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%;
}

.flex {
	display: flex;
	align-items: center;
}

.white {
	color: #fff;
}

.upper {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# 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.big-button {
	width: 100%;
    padding: 40px;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

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

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

a.button.teal {
	color: #ffffff !important;
    background-color: #04b598;
	display: inline-block;
    margin-bottom: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
	text-decoration: none !important;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 20px;
    border: none !important;
	cursor: pointer;
	transition: 0.3s ease;
}

a.button.teal:hover, a.btn-festive:hover, a.btn-bigpink:hover {
	opacity: .8;
}

a.btn-festive {
	color: #ffffff !important;
    background-color: #013b49;
	display: inline-block;
    margin-bottom: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
	text-decoration: none !important;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 20px;
    border: none !important;
	cursor: pointer;
	transition: 0.3s ease;	
}

a.btn-bigpink {
    background: #d81853;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Raleway';
}

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: #04b598;
	text-decoration: none;
}

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

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

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-ad {
	float: left;
	height: 50px;
}

.menu-ad img {
	height: 50px;
    width: auto;
    margin-top: 3px;
}

.main-navigation {
	float: right;
	height: 50px;
}

@media screen and (max-width: 1024px) {
	.menu-ad { 
		display: none;
	}
	.main-navigation {
		float: none;
		background: #000;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.main-navigation li a {
		background: #d81853;
    	padding: 0px 10px;
	}
	.mobile-menu-ad img {
		height: 50px;
    	margin: 0 20px !important;
	}
}

@media screen and (max-width: 1023px) {
	.main-navigation {
		margin-top: 40px;
	}
}

.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: 1025px) {
	.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 20px;
	/* Make sure select elements fit in widgets. */
}

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

#secondary .widget-title {
	font-size: 80%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	color: #000;
}

.texture-background {
	padding: 20px 15px;
    background-image: url(https://offbeatbride.com/wp-content/themes/crossing-streams/images/background-intro.jpg);
    width: 100%;
}

.narrow-widget {
	max-width: 1245px;
	margin: 0 auto;
}

.widget .wp-block-latest-posts img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	max-height: 250px !important;
	max-width: 100% !important;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 0px !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 20px;
}

.tag-grid {
	display: grid;
    grid-template-columns: 250px 250px 250px 250px 250px 250px;
	max-width: 1500px;
	margin: 0 auto 60px;
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
	.tag-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.tag-grid {
		grid-template-columns: 1fr 1fr;
	}	
}

@media screen and (max-width: 1024px) {
	.tag-grid .grid-item img {
		height: 175px !important;
	}
	.tag-grid .tag-name {
		height: 175px !important;
	}
}

.tag-grid .grid-item {
	position: relative;
}

.tag-grid .grid-item img {
	height: 250px;
	margin-bottom: 0px;
}

.tag-grid .tag-name {
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
    width: 100%;
    height: 250px;
	text-transform: uppercase;
    font-family: 'Raleway';
    letter-spacing: 1px;
    font-size: .7em;
	transition: .3s;
}

.tag-grid .tag-name:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.latest-vendors .wrap-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.latest-vendors .wrap-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.latest-vendors .wrap-grid {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# 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: 1025px) {
	#hamburger {
		display: none;
	}
	.mobile-search {
		display: none;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#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: #000;
}

@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, .topbar .menu > li > a:visited {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s;
}

.topbar .menu > li > a:hover {
	color: #04b598;
}

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

.topbar .col-right a {
	transition: 0.3s;
}

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

.topbar .col-right > ul > li {
	font-size: .8em;
}

/* =Site Branding
----------------------------------------------- */

.site-header {

}

.header-container {
	width: 100%;
    height: 50px;
    background: #5c5952;
    margin-top: 20px;
	box-shadow: 5px 2px 1px black;
	border-top: 1px solid #000;
	overflow: visible;
	position: relative;
	z-index: 9998;
}

.header-wrap {
    max-width: 70%;
    margin: 0 auto;
    margin-top: -3px;
}

.site-header .site-branding {
	margin: 0 auto;
    width: 200px;
    padding: 0;
}

.mobile-logo {
	display: none;
}

.branding-wrap {
	float: left;
    width: 200px;
	height: 50px;
}

.home #content { 

}

@media screen and (max-width: 767px) {
	.full-logo {
		display: none;
	}
	.mobile-logo {
		display: flex;
   		justify-content: center;
		margin-left: 15px;
	}
	.mobile-logo img {
		max-height: 35px;
	}
	
	.header-wrap {
		max-width: 100%;
	}

	.branding-wrap {
		padding: 20px 0 10px 0;
		position: fixed;
		top: 0;
		background: #000;
		height: 60px;
		width: 100%;
		z-index: 99999;
		display: flex;
		float: none;
		color: #fff;
	}
	
	.site-header {
		height: 50px;
	}
	
	.header-container {
		height: 0;
	}
	
	.site-header .site-branding {
		padding: 0;
    	max-width: 60%;
		width: 250px;
		text-align: center;
	}
	
	.home #content {
		margin-top: 58px;
	}
	#content {
		margin-top: 58px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.full-logo {
		display: none;
	}
	.mobile-logo {
		display: flex;
   		justify-content: center;
		margin-left: 15px;
	}
	.mobile-logo img {
		max-height: 35px;
	}
	
	.header-wrap {
		max-width: 100%;
	}
	.branding-wrap {
		padding: 20px 0 10px 0;
		position: fixed;
		top: 0;
		background: #000;
		height: 60px;
		width: 100%;
		z-index: 99999;
		display: flex;
		float: none;
		color: #fff;
	}	
	.site-header .site-branding {
		padding: 0;
    	max-width: 60%;
		width: 250px;
		text-align: center;
	}
	.content-wrapper {
		margin: 0 auto;
		max-width: 97% !important;
	}
	.header-container {
		height: 0;
	}
	.home #content {
		margin-top: 58px;
	}
	#content {
		margin-top: 58px;
	}
}

/* =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 a {
	color: #fff;
}

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

.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 {
	color: #fff;
}

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

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

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

.main-navigation ul {
    list-style: none;
    padding: 0;
    position: relative;
    white-space: normal;
    display: flex;
    justify-content: center;
	align-items: center;
	line-height: 28px;
	margin: 0 auto;
}

.main-navigation li {
	position: relative;
	letter-spacing: 1.5px;
    font-size: 13px;
    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;
	transition: 0.3s;
}

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

.main-navigation a {
    color: #fff;
	font-weight: bold;
}

.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: #000;
	transition: .3s;
	color: #fff;
}

#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: 1.5rem!important;
    font-weight: 400;
    text-transform: uppercase!important;
    text-align: center;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #e6e6e6;
    padding: 10px 10px 10px 30px;
}

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

#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: #000;
    padding: 20px;
	display: flex;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#mobile_search .search-container {
		top: 90px;
	}
}

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

/* =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;
	background: rgba(0,0,0,.4);
}

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

.feat-text .view-post {
	margin-top: 20px;
	background: #04b598;
}

.feat-text:hover .view-post {
	opacity: .8;
}


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

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

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

.mobile-leaderboard {
	display: none;
}

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

.homepage-content {
	margin: 40px auto;
	max-width: 90%;
	background: #fff;
	padding: 0px;
	max-width: 1560px;
}

.homepage-content > .alignfull:first-child {
    margin-top: -40px;
    padding: 0;
    border-top: 40px solid #2a2822;
    border-bottom: 40px solid #2a2822;
}

.homepage-content > .alignfull {
    margin-bottom: 0;
	margin-top: 0;
    border-top: 40px solid #2a2822;
    border-bottom: 40px solid #2a2822;
}

.homepage-content > .alignfull:last-child {
    margin-bottom: -40px;
    padding: 0;
    border-top: 40px solid #2a2822;
    border-bottom: 40px solid #2a2822;
}

.homepage-content .highlight-block {
	padding: 1px 40px 40px;
	background: url(/wp-content/themes/offbeat/lib/images/background-intro.jpg);
}

.homepage-content .highlight-block a {
	color: #d81853;
}

@media screen and (max-width: 768px) {  
	.homepage-content .highlight-block { 
		padding: 1px 20px 20px;
	}
	.wp-block-search .wp-block-search__label {
		width: 90%;
	}
	.homepage-content .highlight-block .wp-block-image .alignright {
		float: none;
	}
}

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

@media screen and (max-width: 767px) { 
	.wrap-grid {
		grid-gap: 10px;
		grid-template-columns: 1fr;
	}
}

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


@media screen and (max-width: 768px) {
	.grid-item img {
		height: 300px;
		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;
}

.grid-item {
	background: #fff;
}

.grid-item-details {
	padding: 0 40px 40px;
}

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

h2.grid-title {
	font-size: 1.3rem;
	margin-top: 0px;
}

@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%;
	}
	
	.homepage-widgets {
		max-width: 97% !important;
		margin: 0 auto 20px !important;
	}
	
	.homepage-content {
		padding: 20px !important;
		margin: 0 auto 20px !important;
	}
}

.entry-content {

}

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

.home .homepage-widgets, .home-wrapper {
    max-width: 90%;
    display: flex;
	max-width: 1560px;
	width: 100%;
}

.homepage-widgets h2 {
	color: #fff;
}

.home .homepage-widgets {
	margin: 20px auto 0;
	text-align: center;
}

.home-wrapper {
	margin: 0 auto;
}

.home .site-footer {
}

.home .homepage-widgets h1 a, .home .homepage-widgets h2 a, .home .homepage-widgets h3 a, .home .homepage-widgets h4 a, .home .homepage-widgets h5 a, .home .homepage-widgets h6 a, .home .homepage-widgets h1 a:visited, .home .homepage-widgets h2 a:visited, .home .homepage-widgets h3 a:visited, .home .homepage-widgets h4 a:visited, .home .homepage-widgets h5 a:visited, .home .homepage-widgets h6 a:visited {
	color: #04b598;
}
.home .homepage-widgets h1 a:hover, .home .homepage-widgets h2 a:hover, .home .homepage-widgets h3 a:hover, .home .homepage-widgets h4 a:hover, .home .homepage-widgets h5 a:hover, .home .homepage-widgets h6 a:hover {
	color: #d81853;
}

.home-wrapper {
	flex-direction: row;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.home-wrapper, .home .homepage-widgets {
		max-width: 97%;
		margin: 0 auto 20px;
	}
	.homepage-content {
		padding: 20px;
	}
}

.home .homepage-widgets {
	flex-direction: column;
}

.home #primary {

}

h2.recent-posts-header {
	color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

.header-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	width: 100%;
}

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

.post-template-default #primary, .page-template-default #primary, .error404 #primary, .search-no-results #primary, .vendor-search #primary, .single-aff_product #primary {
	background: #fff;
	padding: 0 40px 40px;
	width: calc(100% - 400px);
}

.page-template-no-sidebar #primary, .page-template-page-nosidebar #primary {
	background: #fff;
	padding: 40px; 
	max-width: 1560px;
	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, .page-template-no-sidebar #secondary, .has-sidebar #secondary, .error404 #secondary, .search-no-results #secondary, .vendor-search #secondary, .single-aff_product #secondary {
    max-width: 360px;
	min-width: 360px;
    display: block;
    margin-left: 40px;
    overflow: hidden;
	min-height: 0 !important;
}

#secondary .sidebar-widgets {
	background: #fff;
	padding: 40px;
}

@media screen and (max-width: 768px) {
	.home-wrapper {
		flex-direction: column;
		max-width: 97%;
		margin: 0 auto 20px;
	}
	#secondary .sidebar-widgets {
		padding: 20px;
	}
	.post-template-default #primary, .page-template-default #primary, .error404 #primary, .search-no-results #primary, .vendor-search #primary, .single-aff_product #primary { 
		padding: 0;
	}
	.page-template-no-sidebar #primary, .page-template-page-nosidebar #primary {
		padding: 20px 0;
	}
	.content-wrapper {
		max-width: 97%;
		flex-direction: column;
		width: 97%;
	}
	.post-template-default #primary, .page-template-default #primary, .page-template-no-sidebar #primary, .page-template-page-nosidebar #primary, .error404 #primary, .search-no-results #primary, .vendor-search #primary, .single-aff_product #primary {
		width: 100%;
		max-width: 100%;
	}
	.post-template-default #secondary, .page-template-default #secondary, .page-template-no-sidebar #secondary, .page-template-page-nosidebar #secondary, .has-sidebar #secondary, .error404 #secondary, .search-no-results #secondary, .vendor-search #secondary, .single-aff_product #secondary {
		margin-top: 40px;
		margin-bottom: 40px;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.post-template-default #primary, .page-template-default #primary, .error404 #primary, .search-no-results #primary, .vendor-search #primary, .single-aff_product #primary {
		padding: 0 20px 20px;
		max-width: calc(100% - 300px);
	}
	.page-template-no-sidebar #primary, .page-template-page-nosidebar #primary {
		padding: 0 20px 20px; 
		max-width: 100%;
	}
	.post-template-default #secondary, .page-template-default #secondary, .page-template-no-sidebar #secondary, .page-template-page-nosidebar #secondary, .has-sidebar #secondary, .error404 #secondary, .search-no-results #secondary, .vendor-search #secondary, .single-aff_product #secondary { 
		margin-left: 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: 1024px) {
	.alignfull {
		margin-left: calc(-50vw + 50%) !important;
	}
}

@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 {

}

.entry-content img.size-medium, .entry-content .img-row img:not(:only-of-type) {

}

.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: #666 !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);
	}
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0 !important;
}

.highlight-intro {
    background-color: #d2e7ce;
    border: none;
    color: #4b9f3b;
    font-size: 12px;
    line-height: 1.25;
    position: relative;
    z-index: 10;
    padding: 10px 40px;	
	display: flex; 
	align-items: center;
	font-style: italic;
	margin: 0 -40px 0 -40px;
}

.highlight-intro a {
	color: #4b9f3b !important;
}

.highlight-intro .medallion {
	margin-right: 10px;
}

.highlight-intro img.medallion {
	width: 60px;
	height: 60px;
}

@media (max-width: 1024px) {
	.highlight-intro {
		padding: 20px;
		margin: 0 -20px 0 -20px;
		display: flex;
		overflow: hidden;
	}
	.highlight-intro .medallion {
		float: left;
	}
}

.imageblockimg {
	float: left;
	margin-right: 20px;
}

.section-grid {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 33% 1fr;
	margin: 40px 0;
}

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

.section-grid h1 {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

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

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

/* Full Image Header */

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

.background-header {
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.archive-description {
	color: #fff;
}

.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, .post-img-header .entry-header h1  {
	color: #fff;
}

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

.archive .post-img-header .entry-header {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

/* Simple Image Header */

.header-wrapper {
	margin-bottom: 40px;
	background: #000;
	min-height: 350px;
}

.simple-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	min-height: 350px;
	margin-top: 0;
}

.post-simple-header {
	padding: 0;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.post-simple-header h1 {
	color: #fff;
	margin: 0;
}

.entry-header-meta {
	font-size: .8em;
    font-family: 'Raleway';
    font-weight: bold;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #aaa;
}

.entry-header-meta a {
	margin-left: 5px;
}

.entry-header-meta-guest {
	display: flex;
    justify-content: center;
    align-items: center;
}

.bio-pic {
	border-radius: 16px;
	margin-right: 10px;
}

	.header-container {
		
	}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.header-wrapper {
		margin-bottom: 40px;
		background: #000;
		height: 300px;
	}

}

@media screen and (max-width: 1024px) {
	.single-post .background-header {

	}
	.post-simple-header { 
		text-align: center; 
		padding: 20px 0;
	}
	.post-simple-header .header-info, .post-simple-header .photographer { 
		max-width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	
	.search .header-wrapper, .archive .header-wrapper, .page .header-wrapper {
		margin-bottom: 20px;
		min-height: 150px;
	}
	.search .simple-header-wrapper, .archive .simple-header-wrapper, .page .simple-header-wrapper {
		padding: 20px;
		min-height: 100px;
	}
	.search .entry-title, .archive .entry-title, .page .entry-title {
		margin: 0px !important;
	}
}

/* Color Image Header */

.color-header-container {
	background: #fff0eb;
}
.post-color-header {
	margin-top: 4.0em;
}
.color-header-container {

    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 + 80px);
    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, .page-template-no-sidebar .entry-title {
		margin: 20px 0 0;
		text-align: center;
	}
}

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

.term-bar {
    width: 1520px;
    max-width: 100%;
    margin: 60px auto;
    padding: 20px 60px;
    border: 1px solid #e5acac;
	background: #fcf5f6;
}

.term-bar .term-container {
    display: block;
    overflow: hidden;
}

.gallery-view-term-bar {
	width: 1400px;
	margin: 0 auto;
}

.gallery-view-term-bar .term-bar {
	margin: 60px auto 20px;
}

.term-link {
	font-size: 0.688rem;
	font-weight: 400;
	letter-spacing: 0.181em;
	text-transform: uppercase;
	border-bottom: 1px solid #f3d6d8;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: .5em;
}

.wed-term {
	display: flex;
}

.wed-term-category {
	font-size: .8em;
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 10px;
}

.wed-term-style label, .wed-term-setting label, .wed-term-season label {
	width: 70px;
}

.wed-term label {
	display: block;
    text-transform: uppercase;
    font-family: raleway;
    font-size: 13px;
    color: #e5acac;
    margin-right: 10px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.term-column {
	float: left;
	padding: 10px 0;
}

.term-column:nth-of-type(2) {
	border-left: 1px solid #e5acac;
	border-right: 1px solid #e5acac;
	padding: 10px 60px;
	margin: 0 60px;
}

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

.color {
	border-radius: 15px;
    display: inline-block;
    height: 30px;
    margin-right: 8px;
    width: 30px;
    box-shadow: rgb(85 87 90 / 20%) 1px 1.1px 0px 0.5px;
}

.color:hover {
	border: 1px solid #666;
}


@media screen and (max-width: 768px) { 
	.term-bar {
		padding: 10px;
	}
	
	.term-bar .term-container {

	}
	
	.wed-term-style label, .wed-term-setting label, .wed-term-season label {
		width: auto;
	}
	
	.term-column:nth-of-type(2) { 
		border-left: none;
		border-right: none;
		padding: 0px;
		margin: 10px 0;
	}
	
	.term-column {
		float: none;
	}
	
	.color {
		border-radius: 10px;
		height: 20px;
		width: 20px;
	}

}

/* = Simple Terms
----------------------------------------------- */
.term-simple {
	margin-top: 30px;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
	justify-content: center;
}

.term-simple a.wed-term {
	border: 1px solid #04b598;
    border-radius: 5px;
    font-size: .5em;
    text-transform: uppercase;
    font-family: 'Raleway';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 10px 3px;
	margin: 5px 10px 10px;
	transition: .3s;
}

.term-simple a.wed-term:hover {
	border: 1px solid #d81853;
}

.term-simple a.wed-term:first-of-type {
	margin-left: 0px;
}

.term-simple a.wed-term:last-of-type {
	margin-right: 0px;
}

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

@media screen and (max-width: 767px) { 
	.term-simple a.wed-term { 
		display: none;
	}
	
	.term-simple a.wed-term:first-of-type { 
		display: block;
	}
	.term-simple a.wed-term:nth-of-type(2){
		display: block;
	}
	.term-simple a.wed-term:nth-of-type(3){
		display: block;
	}
}

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

.post-headline {
	font-family: georgia;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: -.5px;
}

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

/* = Author Bio
----------------------------------------------- */
.guest-author {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 110px 1fr;
	border-top: 40px solid #2a2822;
	border-bottom: 40px solid #2a2822;
	margin: 0 -40px;
	height: 190px;
}

.entry-author {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 150px 1fr;
	border-top: 40px solid #2a2822;
	border-bottom: 40px solid #2a2822;
	margin: 0 -40px;
	height: 230px;
}

.guest-author .entry-author-avatar img {
	width: 110px;
	height: 110px;
}

.entry-author {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 150px 1fr;
	border-top: 40px solid #2a2822;
	border-bottom: 40px solid #2a2822;
	margin: 0 -40px;
}

.entry-author-avatar img {
	width: 150px;
	height: 150px;
}

.entry-author-bio {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	padding: 10px 0;
}

.entry-author-bio h4 {
	margin: 0;
	font-style: normal;
	float: left;
    margin-right: 10px;
}

.author-links {
	font-size: .8em;
	margin-top: 3px;
}

.author-links a {
	margin: 0 20px 0 0px;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: bold;
}

.entry-author-bio p {
	font-size: 12px;
	margin: 10px 10px 5px 0;
	clear: both;
	max-height; 70px;
	overflow: hidden;
}

.entry-author-bio a {
	text-decoration: none !important; 
	font-weight: bold;
}


@media ( max-width: 1024px ) { 
	.guest-author, .entry-author {
		display: block;
		margin: 0 -20px;
		padding: 20px 20px 0;
		height: auto;
		border-top: 20px solid #2a2822;
    	border-bottom: 20px solid #2a2822;
		overflow: hidden;
	}
	.entry-author-avatar {
		width: 80px;
		display: inline-block;
		float: left;
		margin-right: 10px;
	}
	.guest-author .entry-author-avatar img, .entry-author .entry-author-avatar img {
		width: 80px;
		height: 80px;
	}
	.guest-author .flex, .entry-author .flex {
		display: block;
	}
	.entry-author-bio h4 {
		float: none;
	}
	.entry-author-bio p {
		clear: none;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.guest-author, .entry-author {
		margin: 0 -20px;
	}
}

/* = Previous/Next Posts
----------------------------------------------- */

.pagination .nav-links {
	font-size: .8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 4em;
    margin: 2em auto;
	text-align: center;
}

.pagination .nav-links a.page-numbers {
	margin-right: .6em;
    padding: 20px;
    transition: all .3s;
    border: 1px solid #ebebeb;
	color: #fff;
}

.pagination .nav-links .dots {
    margin-right: .6em;
	padding: 20px;	
	color: #fff;
}

.pagination .nav-links .current, .pagination .nav-links a.page-numbers:hover {
	background-color: #04b598;
    border: 1px solid #04b598;
    margin-right: .6em;
	padding: 20px;
    transition: all .3s;
	color: #fff;
}

.post-pagination {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
	background-color: #fbfbfb;
	margin: 0 -40px;
}

.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: 10px 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;
	font-size: 12px;
	font-style: normal;
}
.post-pagination .pagination-text h4 a {
	color: #666;
}

.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: 1024px) { 
	.pagination .nav-links a.page-numbers, .pagination .nav-links .current, .pagination .nav-links a.page-numbers:hover, .pagination .nav-links .dots { 
		padding: 10px;
	}
	.post-pagination {
		flex-direction: column;
		border: 0;
		margin: -20px -20px 0 -20px;
	}
	.post-pagination .prev-post + .next-post {
		border-left: 0;
		border-top: 20px solid #fff;
	}
	.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
----------------------------------------------- */

.clickylinks-related-post {
	display: flex;
}

@media screen and (max-width: 1024px) {
	.clickylinks-related-post {
		display: block;
	}
	.clickylinks-centered {
		margin: 20px 0 !important;
		padding: 20px 0 !important;
	}
	.clickylinks-excerpt {
		padding-left: 0 !important;
	}
}

.clickylinks-thumbnail .recent-post-thumbnail {
	max-width: 100% !important;
}

.clickylinks-inline {
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
    font-size: 12px !important;
    width: 100%;
	margin: 20px;
    padding: 20px 20px 20px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.clickylinks-related-post button.btn {
	background: #d81853;
}

@media screen and (max-width: 1024px) {
	.clickylinks-inline {
		padding: 10px;
		margin: 20px 0;
	}
	
	.related {
		padding: 20px;
	}
	.clickylinks-thumbnail .recent-post-thumbnail {
		max-width: 300px !important;
		max-height: 250px !important;
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.clickylinks-related-post {
		display: block;
	}
}

@media screen and (max-width: 1460px) {
	.clickylinks-thumbnail .recent-post-thumbnail {
		max-width: 300px !important;
		max-height: 250px !important;
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.clickylinks-related-post {
		display: block;
	}
	.clickylinks-excerpt {
		padding-left: 0px !important;
	}
	.clickylinks-excerpt h3 {
		font-size: 1.6rem;
	}
}

.clickylinks-inline img {
	width: 150px;
    height: 115px;
    margin-right: 20px;
    float: left;
    object-fit: cover;
}

.clickylinks-centered {
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
	margin: 20px;
    padding: 30px;
	clear: both;
}

.clickylinks-inline .heading {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
	font-size: 12px;
	color: #666666;
}

.clickylinks-centered .heading {
	text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
	font-size: 12px;
	color: #666666;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.clickylinks-inline a {
    font-weight: bold;
    text-decoration: none !important;
}


.clickylinks-excerpt h3 {
	font-style: normal;
	line-height: 1.15;
	margin: 0;
}

.clickylinks-excerpt h3 a {
	color: #000 !important;
	text-decoration: none !important;
}

.clickylinks-excerpt {
	padding-left: 40px;
	flex-direction: column;
	justify-content: center;
	font-size: .9em;
}

@media (min-width: 768px) {
	.clickylinks-inline.alignright {
		width: 50%;
	}
}

.related {
	margin: 0 -40px;
	padding: 40px;
}

.at-h3 {
	font-family: "Raleway" !important;
    color: #2a2822 !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-size: 2rem !important;
    margin-bottom: 20px !important;	
}

@media (min-width: 768px) {
	.adsense-incontent {
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
	}
}


/* = 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: 768px) {
	.toggle-view-wrapper {
		position: relative;
		width: 100%;
		height: 0;
		text-align: center;
		margin: 0 auto;
	}
	.toggle-view {
		margin: 0px auto;
		position: relative;
    	top: 0;
    	left: 0;
    	float: none;
	}
}

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


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


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

.bypostauthor {
	display: block;
}

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

@media screen and (max-width: 768px) {
	#comments {
		padding: 20px;
	}
	ol.comment-list {
		padding: 0;
	}
}

li.comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;	
	font-family: "Raleway";
}

#comments .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
	margin-top: -10px !important;
}

.comment-author {
	padding-top: 15px;
}

.comment-metadata {
	font-size: 12px;
	font-style: italic;
}

#comments .reply {
	text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
    letter-spacing: 1px;
}

.comment-content {
	font-size: 14px;
	line-height: 1.7;
	clear: both;
}

li.comment ul.children {
	margin-left: 40px;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	li.comment ul.children {
		margin-left: 10px;
		padding: 20px 0;
	}
	li.comment ul.children li.comment {
		 padding: 0 0 0 20px !important;
	}
}

li.comment ul.children li.comment {
	border-left: 1px solid rgba(77, 138, 189, .2);
    padding: 0 20px;
    margin: 0;
	list-style: none;
}

#comments li.depth-1 {
	border-bottom: 1px solid #bababa;
}

#comments label {
    display: none;
}

#comments label[for=wp-comment-cookies-consent], #comments label[for=tgm_mc_get_subscribed] {
	display: inline-block;
	font-style: italic;
	font-size: 12px;
	margin-left: 5px;
}

.comment-form-cookies-consent {
	padding-left: 5px;
}

#comments textarea, #comments input[type="text"] {
	border: none;
	background: #fbfbfb;
}

.readmore {
	font-style: italic;
}

#comments ul.pagination {
	padding: 0;
	list-style: none;
	font-size: .8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 4em;
    margin: 2em auto;
    text-align: center;
	font-style: normal;
}

#comments ul.pagination .page-numbers {
	margin-right: .6em;
    padding: 20px;
    transition: all .3s;
    border: 1px solid #ebebeb;
    line-height: .5;
    width: 50px;
    height: 50px;
	float: left;
}

#comments ul.pagination a.page-numbers:hover {
	background-color: #4d8abd;
    border: 1px solid #4d8abd;
    transition: all .3s;
    color: #fff;
}

#comments ul.pagination li.page-number .current {
	background-color: #4d8abd;
    border: 1px solid #4d8abd;
    margin-right: .6em;
    padding: 20px;
    transition: all .3s;
    color: #fff;
}

#comments ul.pagination::after {
	clear: both;
	content: '';
    display: block;
}

.comment-reply-title {
	font-weight: bold;
    margin: 20px 0 0 0;
}

a#cancel-comment-reply-link {
	margin-left: 20px;
    font-size: .8em;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.entry-content .wp-caption.aligncenter, figure.aligncenter {
	margin: 0 -40px 1.5em -40px;
}

.entry-content .wp-block-image > .aligncenter {
	display: block !important;
	margin: 0 -40px 1.5em -40px;
}

.entry-content .wp-block-image .aligncenter>figcaption {
	display: block;
}

.entry-content figure:first-of-type:not(aligncenter) { 
	margin-top: 40px;
}

@media screen and (max-width: 1024px) { 
	.wp-caption {
		margin: 0 -20px 1.5em !important;
	}
	.wp-caption .wp-caption-text {
		padding: 0.8075em !important;
	}
	.entry-content .wp-caption.aligncenter, figure.aligncenter {
		margin: 0 -20px 1.5em -20px !important;
	}
	.entry-content figure.alignnone:first-of-type {
		margin-top: 20px !important;
	}
	.sidebar-widgets figure.aligncenter, .footer-column figure.aligncenter {
		margin: 0 auto !important;
	}

}

.entry-content .wp-caption img[class*="wp-image-"], .entry-content figure.aligncenter img {
	display: block;
	width: 100% !important;
    max-width: 100%;
    transform: translateX(0);
}

.wp-caption .wp-caption-text, figcaption {
	padding: 0.8075em 0;
}

.wp-caption-text, figure.aligncenter figcaption {
	text-align: center;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: .8em;
    font-weight: bold;
    background: #fbfbfb;
}

.wp-caption-text a, figcaption a {
	text-decoration: none !important;
}

figcaption {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: .8em;
    font-weight: bold;	
	color: #666;
}

.wp-block-image figcaption {
	margin-top: 0px;
}

@media screen and (max-width: 768px) {
	figcaption {
		font-size: .7em;
    	font-weight: normal;
		padding: 0.3em 0;
    	line-height: 1.3em;
	}
	.wp-caption-text, figure.aligncenter figcaption {
		font-size: .7em;
		font-weight: normal;
    	background: #e6e6e6;
    	padding: 0.3em 0;
	}
}

/*--------------------------------------------------------------
## 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-wrap {
	background: #1b1a15;
	color: #fff;
	border-bottom: 1px solid #000;
}

.footer-columns {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 90%;
    margin: 0 auto;
    width: 1560px;
    grid-gap: 60px;
    padding: 60px 0;
}

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

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
	font-size: 80%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 30px;
}

.site-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

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

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

.site-footer nav {
	font-size: 70%;
}

ul.footer-menu li+li:before {
	content: "\00b7";
	display: inline-block;
	margin-right: 8px;
}

ul.footer-menu {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.site-footer li {
	padding-bottom: 5px;
}

.footer-menu>li+li {
    margin-left: 8px;
}

.footer-copyright {
    font-size: 70%;
    text-align: center;
    color: #fff;
    font-style: italic;
}

@media ( max-width: 768px ) { 
	.footer-columns {
		grid-template-columns: 1fr;
		width: 96%;
		max-width: 96%;
		padding: 20px;
		grid-gap: 20px;
	}
	.site-footer .site-branding { 
		width: 200px;
    	margin: 0 auto 10px;
		display: block;
	}
	.footer-copyright {

	}
	.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: 1024px) and (min-width: 769px) {
	.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;
	}
	.footer-columns {
		grid-template-columns: 1fr 1fr;
		width: 96%;
		max-width: 96%;
		padding: 20px;
		grid-gap: 20px;
	}
}

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

/* =Directory Pages
----------------------------------------------- */
.directory-wrapper {
	margin:0 auto;
	width: 1560px;
	max-width: 96%;
}

.directory-wrapper .wrap-grid {
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

@media screen and (max-width: 1024px) { 
	.tax-wed_vendor_category .wrap-grid, .tax-wed_vendor_location .wrap-grid, .post-type-archive-wed_vendor .wrap-grid {
		grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	}
}

.directory-wrapper #primary {
	background: none;
    padding: 0;
    max-width: 100%;
	width: 100%;
}

.directory-wrapper h2 {
	margin-top: 0;
}

.directory-wrapper h2 a:hover {
	color: #6fd9ce;
	transition: 0.3s ease;
}

.vendor-map-wrapper {
	background: #fff;
    padding: 40px;
    margin: -40px 0 40px;
}

.vendor-map-wrapper p {
	max-width: 900px;
	margin: 0 auto 1.2em;
	text-align: center;
}

.vendor-map-wrapper .flex {
	justify-content: center;
}

.vendor-map-world {
	width: 350px;
	margin-left: 100px;
}

.vendor-map-world h4 a {
	color: #04b598;
}

.vendor-map-world h4 a:hover {
	color: #d81853;
}

#canada h4 {
	padding: 80px;
}

#uk {
	float: left; 
	margin-right: 80px;
}

#uk h4 {
	padding: 30px;
}

#australia {
	margin-left: 200px;
}

#australia h4 {
	padding: 20px 0;
}

@media screen and (max-width: 1024px) { 
	.vendor-map-wrapper { 
		display: none;
	}
}

.tax-wed_vendor_category .wrap-grid  .grid-item, .tax-wed_vendor_location .wrap-grid .grid-item, .post-type-archive-wed_vendor .wrap-grid .grid-item {
	max-width: 400px;
}

.vendor-callout-bar {
	margin: 0 auto;
    display: flex;
    padding: 20px;
    background: #5c5952;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'raleway';
    color: #fff;
    grid-gap: 10px;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 1px;
}

.vendor-callout-bar img {
	width: 30px;
}

@media screen and (max-width: 768px) { 
	.vendor-callout-bar { 
		flex-wrap: wrap;
    	grid-row-gap: 0;
	}

}

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

.single-wed_vendor .vendor-content {
	display: flex;
    grid-gap: 40px;
    margin-top: 40px;
    background: #fff;
}

@media screen and (max-width: 1023px) { 
	
	.single-wed_vendor .vendor-content {
		flex-direction: column;
		background: none;
	}
	.vendor-main {
		background: #fff;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) { 
	.vendor-main {
		padding: 20px;
		margin: 0;
		max-width: calc(100% - 380px) !important;
		background: #fff;
	}
}

.single-wed_vendor .entry-content {
	margin: 0 auto;
    padding: 0 20px;
    max-width: 1360px;
    line-height: 1.75;
}

.single-wed_vendor .post_text .jetpack-slideshow {
	display: none;
}

.vendor-header {
	display: flex; 
	justify-content: center;
	align-items: center;
	background: #fafafa;
}

.post-header-image {
	display: grid;
    height: auto;
    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%);
}

.vendorlogothumb {
	object-fit: cover;
	height: 215px !important;
}

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

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

.vendor-meta {
	font-size: 0.6875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    transition: 0.3s;
    font-family: 'Raleway';
}

#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;
	font-family: 'Raleway';
}

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

.vendor-sidebar {
	min-width: 340px;
    background: #fafafa;
    margin-top: 0;
}

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

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

.vendor-main {
	padding: 20px;
	margin: 0;
	max-width: 100%;
}

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

.acf-form-submit {
	margin-bottom: 40px;
}

.acf-button {
	padding: 10px 20px;
	background: #eee;
	font-size: 12px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.vendor-sidebar {
		float: none !important;
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	
	.vendor-header {
		justify-content: normal;
    	align-items: normal;
		background: none;
	}

	.block img {
		width: 100%;
		object-fit: cover;
	}
	.vendor-guide-name, .vendor-guide-info {
		margin: 0 auto;
	}
	
	#guide-navigation #nav-dropdowns {
		width: 100%;
	}	
	.post-header-info {
		width: 90%;
		max-width: 90%;
	}

	.post-header-image {
		height: 200px;
		overflow: hidden;
	}

	.post-header-image li.highlight {
		height: 200px;
		float: left;
		padding-right: 0 !important;
		list-style: none;
	}

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

	.vendorlogo {
		margin: -70px auto 0 auto;
		height: 125px;
		width: 125px;
		border: 1px solid #ddd;
		background: #fff;
		position: absolute;
		left: 50%;
		overflow: hidden;
		float: none !important;
		transform: translatex(-50%);
	}

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

	.vendorinfo {
		float: none !important;
		padding: 40px 0 0 0 !important;
		overflow: hidden;
		height: auto !important;
		background: #ffffff;
		width: 100%;
		margin: 0 0 0 0;
		text-align: center;
	}

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

	#vendorgallery {
		margin-left: 300px;
	}

	#vendoricons {
		margin: 10px auto 0 auto;
		height: 50px;
		text-align: center;
		width: fit-content;
	}

	.vendoricon {
		padding: 0 10px;
		display: inline-block;
	}

	.vendoricon .upper {
		display: none;
	}

	.smallcaps {
		font-size: .9em;
	}

	#vendoricons .fa {
		margin-bottom: 10px;
	}

	.vendor-sidebar {
	float: none !important;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    min-width: 100%;
	}

	.vendor-widget {
		margin-top:10px;
	}

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

	.vendor-main {
		margin: 0 auto;
		float: none;
		max-width: 100%;
		width: 100%;
	}
	
	.thumbs {
		grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
	}

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

	a.thumb img {
		max-width: 75px;
		height: auto;
	}

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

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

	#outerholder {
		width: 100%;
		height: 250px;
		overflow: hidden;
		float: left;
	}

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

	#widethumblist {
		font-size: 1.1em; 
		line-height: 1.53846em; 
		margin: 10px 0 15px 8px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	#widethumblist_inner {
		width: 100%;
		float: right;
		margin-top: 10px;
		overflow: hidden;
		position: relative;
	}
}

#guide-navigation #nav-dropdowns {
	margin: 20px auto;
	display: flex;
    flex-direction: row;
    justify-content: center;
}

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

#guide-navigation select {

	margin-top: 3px;
}

#guide-navigation .subtitle {
	text-transform: none;
}

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

.block {
}

.block .left-block {
	margin: 0 auto;
	list-style: none;
}

.block .top-block {

}

.block .bottom-block {
	margin-top: 25px;
}

.block .right-block {
}

.block .double-block {
	width: 575px;
}

.block img {
    display: block;
    transition: opacity 0.25s ease-in-out 0s;
    opacity: 1;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.block img:hover {
	opacity: 0.9;
}

.block-drop select {
	margin: 120px 35px 0;
	letter-spacing: 1px;
	padding: 5px;
	font-family: georgia, serif;
	font-size: 0.9em;
}

.block-drop option {
	margin: 5px;
}

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

.vendor-credits h2 {
	text-align: center;
}

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

.vendor_section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.vendor_section ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.vendor_section 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 {
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	text-decoration: none !important;
}
.vendor_section ul li + li + li, .vendor_section ul li + li + li a, .vendor_section ul li + li + li a:visited {
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	text-transform:uppercase;
	margin-bottom:5px;
	text-decoration: none !important;
}

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

.directory_vendor_section {
	background: #fbfbfb;
    margin: 40px -40px;
}

.directory_vendor_header {
    background: none;
    border-left: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: normal;
    border-top: 1px solid rgba(4, 181, 152, .2);
    border-bottom: 1px solid rgba(4, 181, 152, .2);
    background-color: rgba(199, 239, 232,.3);
    background-image: url(/wp-content/themes/offbeat/lib/images/2021-obb-teal.png);
    background-repeat: no-repeat;
    background-position: 40px;
    background-size: 100px 100px;
    padding: 10px 10px 10px 160px;
}

@media screen and (max-width: 1024px) {
	.directory_vendor_section {
		background: #fbfbfb;
		margin: 20px -20px;
	}
	.directory_vendors { 
		padding: 20px;
	}
	.directory_vendor_header { 
		background-position: 10px;
		padding: 10px 20px 10px 120px;
	}
}

.directory_vendor_header h2 {
	margin: 10px 0 0;
}

.directory_vendor_header p {
	font-size: .8em;
	margin: 0 0 10px;
}

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

.post-guide-vendor a {
	text-decoration: none !important;
}

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

.post-guide-vendor-header h4 {

}

.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 {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	padding: 10px;
	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-guide-vendor a, .post-vendor-portfolio a, .post-vendor-portfolio a:visited, .post-vendor-portfolio a:hover {
	color: unset !important;
	text-decoration: none !important;
}

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

@media screen and (max-width: 768px) {
	.post-vendor-type {
		padding: 0;
	}
}

.vendor-guide-name {
	text-transform: uppercase;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
}

.vendor-guide-info {
    text-transform: capitalize;
    text-align: center;
    margin-top: 5px;
    font-size: .7em;
    margin-bottom: 2rem;
    font-family: 'Raleway';
	padding: 0 10px;
}

.return-nav-link {
	text-align: center;
	margin: 40px 0;
}

.weddings-home {
	display: grid;
    grid-template-columns: 300px 1fr;
}

@media screen and (max-width: 768px) {
	.weddings-home {
	display: grid;
    grid-template-columns: 1fr;
	}

}

.single-wed_vendor .single-vendor-wrapper {
	max-width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.unclaimed-vendor #primary {
	background: #fff;
}

@media screen and (max-width: 768px) {
	.single-wed_vendor .single-vendor-wrapper {
		max-width: 98%;
		margin: 0 auto;
	}
}


@media screen and (min-width: 1024px) {
	.vendor-features .wrap-grid {
		grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
		grid-gap: 20px;
	}
	
	.vendor-features .grid-item img {
		height: 200px;
		margin-bottom: 10px;
	}
	.vendor-features .vendor-guide-name {
		text-transform: none;
		font-weight: normal;
		font-size: .8em;
	}
}
@media screen and (max-width: 1024px) {
	.vendor-connect {
		flex-direction: column;
		padding: 10px !important;
	}
	.vendor-connect .contact-info {
		border-left: none !important;
		padding-left: 0px !important;
		padding-top: 40px !important;
		border-top: 1px solid rgba(4, 181, 152, .2);
	}
}

.vendor-connect {
	border-top: 1px solid rgba(4, 181, 152, .2);
    border-bottom: 1px solid rgba(4, 181, 152, .2);
    background-color: rgba(199, 239, 232,.3);
    padding: 20px 40px;	
	display: flex; 
	grid-gap: 40px;
}

.vendor-connect h2 {
	margin: 0 0 10px 0;
}

.vendor-connect .vendor-icons {
	display: flex;
}

@media screen and (max-width: 767px) {
	.vendor-connect .vendor-icons {
		padding: 0 10px;
	}
}

.vendor-connect .vendor-icons .fa {
	font-size: 1.3em; 
	margin-right: 10px;
}

.vendor-connect .contact-info {
	border-left: 1px solid rgba(4, 181, 152, .2);
    padding-left: 40px;
}

.media-router .media-menu-item {
	color: #1d2327;
	margin: -1px -1px 0 !important;
}

.parchmentbg {
	background: url(/wp-content/themes/offbeat/lib/images/background-intro.jpg);
	padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.no-listings {
	margin: 0 auto 60px;
    max-width: 800px;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
	font-family: 'Raleway';
    font-weight: bold;
    color: #333;
}

@media screen and (max-width: 767px) {
	.no-listings {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
.widget_search {
	padding: 40px;
	background: #2a2822;
}

.wp-block-search .wp-block-search__button {
	background: #04b598;
	color: #fff;
	padding: 20px;
}

.wp-block-search .wp-block-search__inside-wrapper {
	height: 50px;
}

.wp-block-search .wp-block-search__input {
	padding: 10px;
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
.vendor-banner {
	background: none;
    border-left: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: normal;
    border-top: 1px solid rgba(4, 181, 152, .2);
    border-bottom: 1px solid rgba(4, 181, 152, .2);
    background-color: rgba(199, 239, 232,.3);
    /* background-image: url(https://offbeatbride.com/wp-content/uploads/2021/11/flag.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 20px; */
    /* background-size: 20px 20px; */
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    margin-top: -32px;
    margin-bottom: 30px;
    text-align: center;
}

.vendor-banner img {
	width: 20px;
    height: 20px;
    object-fit: unset;
    margin-bottom: 0px;
    margin-right: 5px;
}

.shop-banner {
	background: none;
    border-left: none;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: normal;
    border-top: 1px solid rgba(216, 24, 83, .2);
    border-bottom: 1px solid rgba(216, 24, 83, .2);
    background-color: rgba(239, 162, 186,.3);
    /* background-image: url(https://offbeatbride.com/wp-content/uploads/2021/11/flag.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 20px; */
    /* background-size: 20px 20px; */
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    margin-top: -32px;
    margin-bottom: 30px;
    text-align: center;
}

.under-post-widgets {
	margin: -40px -40px 0 -40px;
    border-bottom: 40px solid #2a2822;
}

.under-post-widgets-inner {
	padding: 40px;
}

@media screen and (max-width: 768px) {
	.under-post-widgets {
		margin: -20px 0 0 0;
		border-bottom: 20px solid #2a2822;
	}
	.under-post-widgets-inner {
		padding: 10px 20px;
	}
}