/*! 
Theme Name: Street Smart Kitchen
Theme URL: https://streetsmartkitchen.com/
Description: Custom responsive blog theme by Purr Design.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	.facetwp-flyout-open {
		display: none
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1160px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #3b393a;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ebeae5;
	background-color: #f7f6f3;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/

@font-face {
	font-family: 'Futura';
	src: url('fonts/futura-dem-webfont.woff2') format('woff2'),
		 url('fonts/futura-dem-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
	color: #3b393a;
	margin: 0;
}


a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@supports not (-webkit-touch-callout: none) {
	a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
}

a:link, a:visited, a:active {
	color: #3b7b82;
	text-decoration: underline;
}

a:hover {
	color: #eb9933;
}

	.post-content a, .page-content a, .cat-desc a {
		
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			
		}

p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	margin: 20px 0;
	color: #3b393a;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ebeae5;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				padding-bottom: 0;
				margin-top: 25px;
			}

	
	.block-title {
		font-size: 36px;
	}
	.block-title-alt {
		text-align: left;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 28px;
	}


	.subtitle {
		font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .4em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	h2 em, h3 em {
		font-style: normal;
		background: linear-gradient(#efc86a, #efc86a) 0 90% / 100% 25% no-repeat;
	}

	.widget-title, .sidebar .divider, .sidebar h2 {
		margin: 20px 0 15px;
		font-size: 24px;
	}
	
h3 {
	font-size: 21px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 35px;
		font-size: 28px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
	em strong, strong em {
		font-weight: normal;
		font-style: italic;
	}
.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #ebeae5;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ebeae5;
	border-bottom: none !important;
	margin: 45px auto;
}

	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 1px solid #ebeae5;
	}
	hr.is-style-wide, hr.wp-block-separator {
		width: 100%;
		margin: 45px auto;
		border-top: 1px solid #ebeae5;
	}

/*!---------HEADER---------*/

.header {
	position: relative;
	z-index: 101;
	border-bottom: 1px solid #ebeae5;
	margin-bottom: 30px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}
	
.header .wrap {
	
}

.header .logo {
	overflow: hidden;
	width: 266px;
	float: left;
	margin: 10px 0 10px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

.header .top-stuff {
	float: right;
	text-align: right;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	margin: 25px 0;
}
	.header .top-nav {
		display: inline-block;
		vertical-align: middle;
	}
	.header .header-search {
		display: inline-block;
		width: 180px;
		vertical-align: middle;
		margin-left: 5px;
	}
.header #main {
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	float: right;
	text-align: right;
	margin: 0 -14px 0 0;
}
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 30px;
	padding: 0;
}
	.span_content ul li:before {
		color: #3b7b82;
		display: inline-block;
		content: "\2022";
		font-weight: bold;
		width: 15px;
		margin-left: -15px;
		position: relative;
		font-weight: bold;
		top: 0px;
		text-align: left;
		float: left;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #fff;
	background-color: #3b7b82;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	left: -20px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 24px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


h1.page-title, h1.archive-title, h2.page-title, h2.archive-title, .span_content>h1 {
	margin: 5px 0 20px;}

h1.page-title {

}

/*!---------SIDEBAR---------*/

.sidebar {
	font-size: 86%;
	line-height: 1.6;
	text-align: center
}
.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.widget:first-child {
		margin-top: 35px;
	}
.widget h2, .widget .block-title, .widget .widget-title {
	margin: 20px 0 15px;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	font-size: 28px;
}
.widget p {
	margin: 15px 0 20px;
}
.hide-title .widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #727676;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #ebeae5;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;	  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	background-position: right 50%;
	background-repeat: no-repeat;
}

.sidebar .widget.shaded {
	background-color: #f7f6f3;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}

.sidebar .about {
	text-align: center;
}
	.sidebar .about .image {
		max-width: 200px;
		margin: 0 auto;
	}
		.sidebar .about .image img {
			border-radius: 50%;
		}
.sidebar .social {
	margin-top: -20px;
}
.social a {
	color: #686868;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 16px;
	letter-spacing: normal;
	display: inline-block;
	text-align: center;
	padding: 5px;
}

	.sidebar .social a {
		font-size: 20px;
		padding: 8px 12px;
	}
	.social a:hover {
		color: #eb9933;
	}


/*!---------POSTS---------*/

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 5px 0 8px;
}

.post-title a {
	text-decoration: none;
	color: #3b393a;
}

	.post-title a:hover {
		color: #3b7b82;
	}

.post-content>p:first-of-type {
	
}

.post-meta {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #727676;
	font-size: 11px;
	margin: 0 0 25px;
}

.post-meta a {
	text-transform: uppercase;
	font-weight: bold;
	color: #727676;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #eb9933;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #727676;
}
	.meta-bottom a {
		color: #727676;
	}
.meta-bottom p {
	margin: 0;
}

		
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #727676;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block !important;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #3b393a;
}

.disclosure, small {
	font-size: 12px;
	color: #727676;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		text-align: left;
		margin: 10px 0 0;
	}
	.home-section .disclosure-top {
		text-align: center;
		margin: -15px 0 15px;
	}
	.disclosure a {
		color: #727676;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		text-decoration: underline;
	}
	.disclosure-centered {
		text-align: center;
		margin: -10px 0 0;
	}
	
a.more-link {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #3b7b82;
	font-size: 12px;
	margin: 0px;
	padding: 11px 23px 11px 25px;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: none;
	display: inline-block;
}
	a.more-link:hover, a.more-link:focus {
		background-color: #eb9933;
	}
a.more-link-alt {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #3b7b82;
	font-size: 12px;
	padding: 3px;
	text-decoration: none
}
	a.more-link-alt:hover, a.more-link-alt:focus {
		color: #eb9933;
	}


.post-cats {
	font-size: 11px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
}
	.teaser-post .post-cats {
		margin: 15px 0 0;
		letter-spacing: .4em;
	}

	.teaser-post .post-cats a {
		font-size: 12px;
		color: #3b393a;
		background-color: transparent;
		text-decoration: none !important;
		display: inline-block;
	}
.meta-bottom .post-cats {
	margin: 15px 0;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		display: inline-block;
		font-size: 11px;
		color: #727676;
		background-color: #f7f6f3;
		font-weight: bold;
		padding: 6px 10px;
		margin: 3px 1px;
	}
	.post-cats a:hover {
		color: #eb9933
	}
		.meta-bottom .post-cats a:hover {
			color: #ffffff;
			text-decoration: none;
			background-color: #eb9933
		}	

.jump-buttons {
	margin: 10px 0 25px;
}
.jump-buttons a.jump {
	color: #FFFFFF;
	background-color: #3b7b82;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	padding: 7px 10px 7px;
	text-decoration: none !important;
	margin-right: 10px;
}
	.jump-buttons a.jump:before {
		content: "\f063";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		margin-right: 4px;
	}
	.jump-buttons a.jump:hover, .jump-buttons a.jump:focus {
		background-color: #eb9933;
		color: #FFFFFF;
		box-shadow: none;
	}
	a.respond {
		text-decoration: none;
	}
.jump-buttons .tasty-rating {
	display: inline-block;
	font-size: 16px;
	color: #eb9933;
}
	.jump-buttons .tasty-recipes-rating a {
		text-decoration: none;
	}
.jump-buttons .rating-label {
	font-size: 11px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	color: #727676;
}

/*! Gutenberg Blocks */

.wp-block-image figcaption {
	text-align: right;
	font-size: 13px;
	opacity: 0.7;
	font-style: italic;
}
.fullwidth, .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin: 35px 0 35px;
}
	.alignfull.has-background {
		padding: 0;
	}
	ol.has-background, ul.has-background {
		padding: 20px 35px 15px;
	}
	p.has-background {
		padding: 25px 35px;
	}
	.featured-posts-block.has-background {
		padding: 5px 25px
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		background: transparent none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -30px 10px;
			padding: 20px 30px;
		}
	.has-lightgray-background-color {
		background-color: #f7f6f3;
	}

	.has-teal-background-color {
		background-color: #3b7b82;
		color: #ffffff;
	}
	.has-lightteal-background-color {
		background-color: #d8e5e6;
	}
	.has-yellow-background-color {
		background-color: #efc86a;
	}

	.has-orange-background-color {
		background-color: #eb9933;
	}
	.has-black-background-color {
		background-color: #3b393a;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #f7f6f3;
	}
	
	.has-lightgray-color {
		color: #f7f6f3;
	}
	.has-orange-color {
		color: #eb9933;
	}
	.has-teal-color {
		color: #3b7b82;
	}
	.has-lightteal-color {
		color: #d8e5e6;
	}
	.has-yellow-color {
		color: #3b393a;
		
		background: linear-gradient(#efc86a, #efc86a) 0 90% / 100% 25% no-repeat;
	}
	.has-black-color {
		color: #3b393a;
	}
	.has-white-color {
		color: #ffffff;
	}
.wp-block-quote {
	background-color: #f7f6f3;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .07em;
		font-weight: bold;
		font-style: normal;
	}


.schema-faq {
	margin: 0 0 45px;
}
.schema-faq-section {
	margin-bottom: 25px;
}
	.schema-faq-section p {
		margin: 0;
	}
.schema-faq-question {
	display: block;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-size: 21px;
	background-color: #ffe1e1;
	padding: 10px 25px 10px;
}
.schema-faq-answer {
	font-size: 22px;
	background-color: #f7f6f3;
	padding: 15px 25px;
	font-size: 96%;
}
.schema-faq-question:before {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #FFF;
	background-color: #3b7b82;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}


.span_content_full figure.alignright {
	width: 35%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}

#toc_container, .yoast-table-of-contents, .lwptoc {
	background-color: #f7f6f3;
	padding: 25px;
	border: none;
}
	.lwptoc {
		margin: 35px 0;
		padding: 0px;
	}
	.lwptoc .lwptoc_i {
		padding: 0;
		text-align: left;
	}
.toc_title, .yoast-table-of-contents h2, .lwptoc .lwptoc_header {
	text-align: left !important;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
	padding: 0;
	border: none;
	margin: 10px 0 0;
}
	.lwptoc .lwptoc_header {
		padding: 20px 25px 20px;
	}
	.lwptoc .lwptoc_items {
		padding: 0 25px 25px;
	}

.toc_toggle, .lwptoc .lwptoc_toggle {
	font-size: 12px !important;
	float: right;
	color: #727676
}
	.toc_toggle a, .lwptoc .lwptoc_toggle a {
		color: #727676;
		text-decoration: none;
	}

ul.toc_list, .lwptoc ul {
	margin: 0px !important;
	background-color: #f7f6f3;
	font-size: 90%;
	list-style-type: none;
	color: #3b7b82;
}
	ul.toc_list li, .lwptoc ul li {
		margin-left: 20px !important;
		margin-bottom: 3px !important;
		list-style-type: disc !important
	}
		ul.toc_list ul {
			margin: 3px 0 8px !important
		}
		ul.toc_list ul li {
			font-size: 90%;
			list-style-type: none !important;
		}
			
	ul.toc_list li:before, .lwptoc ul li:before {
		display: none !important
	}
		ul.toc_list ul li:before {
			display: block !important;
			content: "—";
			width: 20px;
		}
	ul.toc_list a {
		color: #3b7b82;
		text-decoration: underline !important;
		font-weight: normal;
	}
		ul.toc_list a:hover {
			color: #efc86a
		}

/*! Inner Post */

.inner-post {
	margin: 0;
}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 2px !important;
}
#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
	text-align: left;
}
	#dpsp-content-bottom {
		text-align: center;
	}
#dpsp-content-top ul, #dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
	margin: 0 auto !important;
	padding: 0 !important;
	display: inline-block;
	width: auto;
	text-align: center;
}
	#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
		display: inline-block;
		float: none;
		padding: 0 !important;
		margin: 0 !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon-inner {
	top: 0px !important;
	left: 0px !important;
	height: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	border: none !important;
}

/*!Next/prev Posts*/

.post-nav {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.2;
	border-top: 1px solid #ebeae5;
	border-bottom: 1px solid #ebeae5;
}

.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}

.post-nav a {
	color: #3b393a;
	text-decoration: none;
}

.post-nav .nav-previous {
	float: left;
	width: 48%;
}

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.post-nav div a {
	color: #3b393a
}
.post-nav div a:hover {
	color: #eb9933;
}

.post-nav em {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #727676;
	padding: 0 0 10px;
}


/*!---------POST ITEM GRIDS---------*/

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -2%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 20px;
		}

	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}
		.archives.items-3-col .item {
			
		}

	/* Desktop 4 Columns*/
	.items-4-col, .items-4o-col {
		margin: 0 -1.25%;
	}
		.items-4-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25% 1.25%;
			margin-bottom: 15px;
		}

	.sidebar .items-4-col {
		margin: 0 -2.5%
	}
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 5%);
			margin: 0 2.5% 2%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.5%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 3%);
			margin: 0 1.5% 2%;
			margin-bottom: 15px;
			
		}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 15px;
			
		}
	/* Desktop 7 Columns*/
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 15px;
			
		}
	/* Desktop 8 Columns*/
	.items-8-col {
		margin: 0 -.75%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 1.5%);
			margin: 0 .75%;
			
		}

.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
	.items-2-col .item .title {
		font-size: 16px;
		font-size: clamp(14px, 1.5vw, 18px)
	}
		
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 2vw, 24px);
	}
		.teaser-posts .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 32px;
			font-size: clamp(18px, 3vw, 32px);
		}
		.archives.items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 2vw, 21px)
		}
		.featured-posts-block .item .title {
			font-size: 21px;
			font-size: clamp(16px, 2vw, 21px);
			margin-bottom: 0;
		}
		
	.items-4-col .item .title, .items-offset-col .item .title {
		font-size: 24px;
		font-size: clamp(16px, 2vw, 24px);
	}

	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 14px;
		font-size: clamp(11px, 1.5vw, 14px);
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 15px 0 0;
	}
	.sidebar .item .title {
		font-size: 16px;
		margin: 10px 0 10px;
	}

.item .title {
	text-align: center;
	text-decoration: none;
	color: #3b393a;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post.item .title {
		margin: 5px 0 15px
	}
	.item .title a {
		color: #3b393a;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #eb9933;
	}
	.item .title i {
		font-size: 70%;
		margin-left: 2px;
	}
	
	.media-post .subtitle {
		margin: 0 0 5px;
	}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: none;
	border: none;
	box-shadow: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.teaser-post img {
		margin-bottom: 20px;
	}
	.icons img {
		border-radius: 50%;
	}
.item .more {
	
}
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}
.sidebar .widget_category-posts .more {
	display: none
}
	
.item .excerpt {
	font-size: 90%;
	margin: 20px 0 25px
}

.item .wprm-recipe-rating {
	font-size: 15px;
	margin: -8px 0 0px;
	text-align: center;
	line-height: 1.5;
}
	.item .wprm-recipe-rating-details {
		font-style: italic;
		display: inline-block;
		font-size: 12px !important;
		color: #727676;
		margin: 0 0 0 7px;
	}
	
	
/*!----Homepage Styles----*/

.upper-home-sections {
	margin-bottom: 40px;
}
		
.lower-home-sections {
	margin-top: 40px;
}
.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 4vw 0 3.5vw;
	border-bottom: 1px solid #ebeae5;
	margin-top: -1px;
}
	.home-section:last-of-type {
		border-bottom: 0;
	}
	.upper-home-sections .home-section {
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.upper-home-sections .subscribe .wrap {
		max-width: 100%;
		padding: 4% 2%;
	}
	.upper-home-sections .home-section .bg-image {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
	}
		.upper-home-sections .home-section .bg-image img {
			width: 100%;
			height: auto;
			display: block;
		}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f7f6f3;
		padding: 50px 0;
		position: relative;
	}
		.cat-featured-section.shaded {
			padding: 30px;
			margin-bottom: 4vw;
		}
	.home-section.shaded.black {
		background-color: #3b393a;
		color: #ffffff;
	}
	.home-section.subscribe {
		padding: 0;
	}
	
.home-section .divider, .home-section .block-title {
	margin: 0px 0 25px;
}
	.home-section .block-title-alt {
		
	}
	.cat-featured-section.shaded  .block-title {
		margin-top: 10px;
	}

.home-section .cfp-description {
	margin: -10px auto 25px;
	text-align: left;
	line-height: 1.5;
}

.home-section .more {
	text-align: center;
	clear: both;
}	
	.home-section .more a em, .sidebar .more a em {
		display: none
	}
	.home-section .fixed-more {
		position: absolute;
		display: inline-block;
		margin: 0;
		left: auto;
		right: 20px;
		top: 0px;
	}


.optin-content {
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 11;
}
	.upper-home-sections .optin-content {
		padding: 0;
	}
	.pre-footer .optin-content {
		padding: 30px 0;
	}
	.sidebar .optin-content {
		padding: 0;
	}
	.optin-content .caption {
		display: flex;
		align-items: center;
		align-content: flex-start;
		justify-content: space-between;
		text-align: center;
		gap: 2%;
	}
		.upper-home-sections .subscribe .caption {
			max-width: 640px;
			background-color: rgba(0,0,0,.75);
			margin: 0 auto;
			padding: 3%;
		}
		.sidebar .optin-content .caption, .footer .optin-content .caption {
			display: block;
			flex: none;
		}
		.upper-home-sections .optin-content .caption {
			display: block;
			gap: 0;
			flex: none;
		}
		.optin-content .caption .block-title {
			flex-grow: 1;
			margin: 0;
			text-align: center;
			text-transform: none;
			letter-spacing: normal;
			color: #ffffff;
		}
			.upper-home-sections .optin-content .caption .block-title {
				text-transform: uppercase;
				letter-spacing: .05em;
				font-size: 38px;
			}
			.lower-home-sections .optin-content .caption .block-title {
				white-space: nowrap;
				font-size: 54px;
				font-size: 3.25vw;
				font-size: clamp(32px, 4vw, 52px);
			}
			.pre-footer .optin-content .caption .block-title {
				text-transform: uppercase;
				letter-spacing: .05em;
				font-size: 28px;
			}
				.pre-footer .optin-content .caption .subtitle, .sidebar .optin-content .caption .subtitle {
					opacity: 0.7;
				}
			.sidebar .optin-content .caption .block-title {
				font-size: 24px;
				margin-bottom: 15px;
			}
		.optin-content .caption .description {
			flex-shrink: 1;
			margin: 0;
			line-height: 1.4;
			font-size: 19px;
		}
			.upper-home-sections .optin-content .caption .description {
				margin: 15px 0 20px;	
				font-size: 23px;
			}
		.optin-content .form {
			flex-shrink: 1;
		}
			.optin-content .form a.more-link {
				white-space: nowrap;
				font-size: 15px;
			}
			
.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.home-section .widget-content .image {
	width: 47%;
}

	.home-section.book .widget-content .image {
		width: 69%;
		margin: -3% -13%;
	}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
	}
	.home-section .widget-content.right .image {
		order: 2;
	}

.home-section .widget-content .caption {
	width: 47%;
	padding: 0;
	position: relative;
}
	.home-section.book .widget-content .caption {
		width: 55%;
	}
	.home-section .widget-content.right .caption {
		order: 1;
	}
	.home-section .widget-content .block-title {
		text-align: center;
		text-transform: none;
		letter-spacing: normal;
	}
	.home-section .widget-content p {
		text-align: center;
		margin: 15px 0 25px;
		line-height: 1.6;
	}
	.home-section .widget-content .more {
		text-align: center;
	}
	.home-section.book .widget-content .more a.more-link {
		font-size: 15px;
	}


.home-section.press {
	padding: 25px 0;
	border-top: none;
	border-bottom: 1px solid #ebeae5;
	margin: -1px 0 0;
}
	.home-section.press .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.home-section.press .wrap h2 {
			width: 50px;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: .2em;
			line-height: 1.5;
			font-size: 11px;
			color: #3b393a;
			margin: 0;
		}
		.home-section.press .wrap img {
			width: -moz-calc(100% - 75px);
			width: -webkit-calc(100% - 75px);
			width: calc(100% - 75px);
			height: auto;
		}
	.home-section.press-mobile {
		display: none;
	}

	
/*!---------ARCHIVE STYLES---------*/

.cat-landing {
	margin-bottom: 5vw;	
}

.cat-desc {
	margin-bottom: 35px;
}
.cat-image {
	float: right;
	width: 25%;
	height: auto;
	margin: 0 0 25px 15px;
	min-width: 125px;
}
	.cat-image img {
		width: 100%;
		height: auto;
		display: block;
	}
.subcats {
	text-align: left;
	padding: 0;
	margin-bottom: 35px;
}

.subcats h2.block-title, .subcats strong {
	display: block;
	margin: 0;
	font-size: 13px;
	letter-spacing: .2em;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 1.5;
}
.subcats ul, .subcats .textwidget, .subcats ul li.categories {
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}
.subcats ul li {
	display: inline-block;
	margin: 1px 2px;
	position: relative;
	top: -2px;
}
	.subcats ul li:before {
		display: none
	}
.subcats a {
	color: #ffffff;
	
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	background-color: #3b7b82;
	font-size: 11px;
	letter-spacing: .2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 13px;
	line-height: 1.3;
	display: inline-block;
}
.subcats a:hover, .subcats a:focus {
	background-color: #eb9933;
}
	
.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
}

.archiveslist li {
	margin: 0 0 10px 10px !important;
	padding: 0 10px 0 0px !important;
	list-style-type: disc !important;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3b7b82;
}
	.archiveslist li:before {
		display: none !important;
	}

.archiveslist ul {
	margin: 8px 0 !important;
}

.archiveslist ul li {
	font-size: 15px;
	font-style: italic !important;
	margin-left: 20px !important;
}

/*Facets*/
.facets, .facetwp-flyout-content {
	font-size: 90%;
}
	.facets .facetwp-counter {
		font-size: 12px;
		opacity: 0.7;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 5px;
		margin-left: 2px
	}
.facets h2 {
	
}
.facets h2, .facetwp-flyout-content h3 {
	font-size: 24px;
	margin: 0 0 8px;
}
	.media-facets h2 {
		
	}

.facetwp-facet {
	font-size: 85%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
	min-width: auto !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	background: none;
	background-color: #3b7b82;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: .2em;
	cursor: pointer;
	margin: 0;
	padding: 13px 20px;
	text-decoration: none;
}

	.facetwp-load-more:hover, button.facetwp-flyout-open:hover, .facetwp-load-more:focus, button.facetwp-flyout-open:focus {
		color: #FFFFFF;
		background-color: #eb9933;
	}
.facet_sidebar button.facetwp-flyout-open {
	display: none;
}
.facetwp-flyout-open {
	margin: 0 10px 0 0;
	display: inline-block;
	/*position: absolute;
	top: 0;
	right: 20px;*/
}
.facetwp-flyout-close {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7f6f3;
	background-color: #3b7b82;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px 10px;
}
	.facetwp-flyout-close:hover, .facetwp-flyout-close:focus {
		background-color: #eb9933;
	}
.facetwp-flyout-close:before {
	content: "close ";
	color: #ffffff;
	text-transform: none;
}
/*.facetwp-flyout-close::after {
	content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	display: inline
}*/
.facet_hidden {
	display: block;
	margin: -10px 0 15px;
	min-height: 55px;
}
.facet_hidden .facetwp-facet {
	display: inline-block;
	
}
.facet_hidden .facetwp-checkbox, .facet_hidden .facetwp-radio, .facet_hidden .facetwp-type-fselect {
	display: none;
	margin-left: 5px !important;
}
	.facet_hidden .facetwp-flyout-open {
		margin-right: 15px;
	}
	.facet_hidden .checked {
		display: block !important;
		
	}
	.facet_hidden .facetwp-counter {
		display: none
	}
	.facet_hidden .facetwp-checkbox.checked, .facet_hidden .facetwp-radio.checked {
		background-image: none !important;
		margin: 0;
		padding: 0;
		display: inline-block !important;
	}
	.facet_hidden .facetwp-checkbox.checked:before, .facet_hidden .facetwp-radio.checked:before {
		content: "\f14a";
		content: "\f00c";
		color: #3b7b82;
		background-color: #f7f6f3;
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		padding: 0;
		margin: 0 5px 0 0;
		font-size: 15px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		display: inline-block;
	}
	.facet_hidden .facetwp-type-radio .facetwp-radio:first-of-type {
		display: none !important;
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #727676;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
}

.breadcrumb a {
	color: #727676;
	text-decoration: none;
	background: none !important;
	border: none;
	box-shadow: none !important;
}

	.breadcrumb .breadcrumb_last {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
	}

.breadcrumb a:hover {
	color: #eb9933;
	text-decoration: underline;
}
.breadcrumb .spacer {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-top: 1px solid #ebeae5;
	border-right: 1px solid #ebeae5;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-right: 12px;
	margin-top: -2px;
	margin-left: -8px;
}


/*!---------FORMS---------*/
.commentinput, .styledinput, .captchainput, #commentform input, .gform_wrapper input {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ebeae5;
}

.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #ebeae5;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	background: none;
	background-color: #3b7b82;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 16px 27px;
	text-decoration: none;
}
	.wp-block-button a, .wp-block-button a:hover, .page-template-full-width .wp-block-columns button:hover {
		background: none;
		background-color: #3b7b82;
		box-shadow: none !important;
		border: none !important;
	}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 7px 12px;
	}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover {
		color: #FFFFFF;
		background-color: #eb9933;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f7f6f3;
	padding: 35px;
	margin-bottom: 35px;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #3b393a;
	font-size: 18px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 62px;
	height: 62px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ebeae5;
}
	.shaded .search-field {
		border: 1px solid #ffffff;
	}
	.header-search .search-field {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		padding: 0 30px 0 10px;
		border-radius: 0;
		border: 1px solid #ebeae5;
	}

	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #eb9933 !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 24px;
	color: #3b393a;
	line-height: 62px;
	height: 62px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 52px;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit:hover, .search-form .search-submit:focus {
		color: #eb9933;
	}
	.header-search .search-submit {
		height: 42px;
		line-height: 42px;
		width: 34px;
		border: none;
		font-size: 20px;
		top: 0;
	}	


/*Subscribe Forms*/

.subscribe {
	background-color: #3b393a;
	color: #ffffff;
}
	.sidebar .subscribe {
		padding: 20px;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.subscribe .email-form ul {
		display: none;
	}
	.sidebar .subscribe .email-form {
		display: block;
		flex: none;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #3b393a;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	width: 49%;
	height: 55px;
	line-height: 55px;
	margin: 0 0 2%;
	padding: 0 15px;
}
	.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input>input, .subscribe input.tcb-plain-text {
		border: none;
		background-color: #ffffff;
		color: #3b393a;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		font-size: 16px;
		height: 55px !important;
		line-height: 55px;
		padding: 0 10px;
		margin: 0;
	}
	.subscribe .name-input {
		
	}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin: 0 0 8px;
		border: none;
	}
	.footer .subscribe .email-input {
		width: 48.5%;
		margin-bottom: 3%;
		border: 1px solid #ebeae5;
	}
	.inner-post .subscribe .email-input {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	.email-input:focus, .sidebar .subscribe .email-input:focus, .footer .subscribe .email-input:focus, .subscribe input.tcb-plain-text:focus {
		outline: none;
		color: #3b393a;
		background-color: #ffffff;
		border: 2px solid #eb9933
	}

.subscribe .email-submit, .subscribe ._inline-form ._submit {
	border: none;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3b7b82;
	text-align: center;
	border: none;
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	cursor: pointer;
	padding: 0 8px;
}
	.subscribe .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit>button, .subscribe .tcb-button-text, .subscribe ._inline-form ._submit {
		font-family: "Futura", Arial, Helvetica, sans-serif !important;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #FFFFFF;
		width: 100% !important;
	}
	.subscribe .email-submit i {
		
	}
	.sidebar .subscribe .email-submit, .footer .subscribe .email-submit {
		width: 100%;
	}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .subscribe .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit>button:hover, .subscribe .thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit>button:focus, .subscribe ._inline-form ._submit:hover, .subscribe ._inline-form ._submit:focus {
		background-color: #eb9933 !important;
		border: none;
	}

.email-input::placeholder {
	color: #9B9693;
}
.search-field::placeholder {
	color: #9B9693;
}




/*!---------FOOTER---------*/

.pre-footer {
	position: relative;
	clear: both;
	margin-top: 50px;
}
	body.home .pre-footer {
		margin-top: 0px;
	}
	body.paged .prefooter {
		margin-top: 50px;
	}

	
.footer {
	overflow: hidden;
	padding: 3vw 0;
}

.footer .wrap {

}
.footer .about {
	width: 36%;
	text-align: center;
	display: inline-block;
	order: 1;
	float: left;
	font-size: 86%;
	line-height: 1.6;
	padding-right: 15px;
}
	.footer .about p:first-of-type {
		margin-top: 10px;
	}
.footer .logo {
	width: 28%;
	display: inline-block;
	margin: 0 auto;
	float: left;
	text-align: center;
	order: 2;
}	
	.footer .logo img {
		width: 100%;
		height: auto;
		max-width: 266px;
		height: auto;
		margin: 0 auto;
	}
.footer .widget_nav_menu {
	order: 3;
	width: 12%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	color: #727676;
}
	.footer .widget_nav_menu h2 {
		font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 12px;
	}
	.footer .widget_nav_menu li {
		margin: 10px 0 0;
	}
	.footer .widget_nav_menu a {
		color: #727676;
		text-decoration: none;
	}
		.footer .widget_nav_menu a:hover {
			color: #eb9933
		}


.footer .copyright {
	order: 5;
	width: 36%;
	padding-right: 15px;
	float: left;
	clear: left;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	color: #787672;
	margin: -15px 0 0
}
	.footer .copyright p {
		margin: 0 0 5px;
	}
	.footer .copyright p:first-child {
		font-size: 12px;
	}


.copyright p {
	margin: 0;
}
.copyright strong {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}
.copyright a {
	text-decoration: underline;
	color: #727676;
	display: inline;
	padding: 0;
}


/*!---------COMMENTS---------*/

#comments, #pings {
	margin-top: 5px
}

#respond {
	padding: 2% 5% 10px;
	background: #f7f6f3;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0 80px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #ebeae5;
	list-style-type: none;
}

#comment-list li:before {
	display: none;
}

#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}

#comment-list li.bypostauthor>div.comment {
	background-color: #f7f6f3;
	padding: 20px;
}

#comment-list li p {
	margin: 10px 0;
	word-wrap: break-word;
}

#comment-list li p:last-of-type {
	margin-bottom: 0;
}

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
}

.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 14px;
	color: #3b393a;
}

.comment-meta strong a {
	color: #3b393a;
	text-decoration: underline;
	border: none !important;
	box-shadow: none !important;
}

.comment-meta a:hover {
	color: #3b393a;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	border-radius: 50%;
	margin: 0 0 10px 10px;
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #727676;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 80px;
	display: block
	}
/*!threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}

#comment-list li li {
	margin-bottom: 0;
	border: none;
}

#cancel_reply, #cancel_reply a {
	color: #3b393a;
	font-size: 11px;
	font-weight: bold
}

/*!---------PAGE NUMBERS---------*/

.pagination {
	font-weight: bold;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #727676;
}

.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #727676;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #3b393a;
	font-weight: bold;
}

.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	color: #eb9933;
}

/*!---------MAIN DROPDOWN MENU---------*/
#top {
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-transform: lowercase;
	line-height: 42px;
}

#top ul.topmenu {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

#top li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	position: relative;
}

#top li a {
	display: inline-block;
	padding: 0 6px;
	text-decoration: none;
	color: #727676;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#top li a:hover, #top li a:focus, #top li:hover a {
	color: #3b7b82;
}

#top li.social {
	
}
#top li.social a {
	color: #727676
}
	#top li.social a:hover {
		color: #eb9933
	}

/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .1em;
	position: relative;
	z-index: 202;
}

#main ul.mainmenu {
	display: inline-block;
	width: auto
}

#main li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

#main li a {
	display: inline-block;
	text-align: center;
	padding: 0px 15px;
	text-decoration: none;
	color: #3b393a;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li a:focus, #main li:hover a {
	color: #3b7b82;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-weight: bold;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 0;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #fff;
	-moz-box-shadow: 1px 4px 6px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 4px 6px rgba(0,0,0,.15);
	box-shadow: 1px 4px 6px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 210px;
}

#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ebeae5;
}
	#main ul ul li:last-child {
		border: none;
	}

#main li li a {
	display: block;
	padding: 10px 15px;
	border: none;
	color: #3b393a !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#main li li a:hover, #main li li:hover a {
		color: #3b7b82 !important;
		background-color: #f7f6f3 !important;
	}



#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}

#main ul li.bold a {
	color: #3b7b82 !important;
}

/*! Show indicator for menu items with children */

#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	position: relative;
	top: 2px;
	display: none;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 50%;
	font-size: 100%;
	margin-top: -8px;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	border: none;
	left: 315px;
	top: 0;
	margin: 0;
}

#main ul ul li ul:after {
	display: none;
}

#main li li li a, #main li li:hover li a {
	color: #3b393a !important;
	background-color: transparent !important;
}
	#main li li li a:hover {
		color: #3b7b82 !important;
		background-color: #f7f6f3 !important;
	}
	
	
/*Email Forms*/

._inline-form {
	
}

._inline-form input[type="text"],
._inline-form input[type="tel"],
._inline-form input[type="date"],
._inline-form textarea {
	
}

._inline-form ._submit {
	
}
._inline-form ._form-content {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
._inline-form ._form-content ._form_element {
	position: relative;
	display: block;
	flex-basis: 49%;
	clear: none;
}
	._inline-form ._form-content ._form_element {
		position: relative;
		display: block;
		flex-basis: 100%;
		margin-top: 2%;
		clear: none;
	}
._inline-form ._form-content ._button-wrapper {
	position: relative;
	display: block;
	flex-basis: 100%;
	margin-top: 2%;
	clear: none;
}

._inline-form ._form_element label {
	display: none
}

._inline-form ._form_element input[type="text"] {
	border: none;
	background-color: #ffffff;
	color: #3b393a;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 55px !important;
	line-height: 55px;
	padding: 0 10px;
	margin: 0;
	width: 100%;
	display: block;
}
	._inline-form ._form_element input[type="text"]:focus {
		outline: none;
		color: #3b393a;
		background-color: #ffffff;
		border: 2px solid #eb9933
	}
	
._inline-form ._field-wrapper {
	position: relative;
}

._inline-form ._inline-style {
	
}

._inline-form ._inline-style input[type="text"] {
	
}

._inline-form ._inline-style:not(._clear)+._inline-style:not(._clear) {
	
}

._inline-form ._inline-form_element img._inline-form-image {
	max-width: 100%;
}

._inline-form ._inline-form_element ._inline-form-fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	min-width: 0;
}

._inline-form ._clear-element {
	clear: left;
}

._inline-form ._full_width {
	width: 100%;
}

._inline-form ._inline-form_full_field {
	display: block;
	width: 100%;
}

._inline-form input[type="text"]._has_error,
._inline-form textarea._has_error {
	border: #f37c7b 2px solid;
}

._inline-form input[type="checkbox"]._has_error {
	outline: #f37c7b 2px solid;
}

._inline-form ._error {
	display: block;
	position: absolute;
	font-size: 14px;
	z-index: 10000001;
}

._inline-form ._error._above {
	padding-bottom: 4px;
	bottom: 39px;
	right: 0;
}

._inline-form ._error._below {
	padding-top: 4px;
	top: 100%;
	right: 0;
}

._inline-form ._error._above ._error-arrow {
	bottom: 0;
	right: 15px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f37c7b;
}

._inline-form ._error._below ._error-arrow {
	top: 0;
	right: 15px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f37c7b;
}

._inline-form ._error-inner {
	padding: 8px 12px;
	background-color: #f37c7b;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

._inline-form ._error-inner._inline-form_error {
	margin-bottom: 5px;
	text-align: left;
}

._inline-form ._button-wrapper ._error-inner._inline-form_error {
	position: static;
}

._inline-form ._error-inner._no_arrow {
	margin-bottom: 10px;
}

._inline-form ._error-arrow {
	position: absolute;
	width: 0;
	height: 0;
}

._inline-form ._error-html {
	margin-bottom: 10px;
}

