/*! 
Theme Name: Whitney Bond
Theme URL: http://www.whitneybond.com/
Description: Custom responsive blog theme for Whitney Bond.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.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: 680px;
		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: 240px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	.facetwp-flyout-open {
		display: none
	}
	
}

.wrapper, .wrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}

.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: #323535;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #EAEBEB;
	background-color: #dfe1dc;
	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: 'crossten';
	src: url('fonts/crossten_bold-webfont.woff2') format('woff2'),
		 url('fonts/crossten_bold-webfont.woff') format('woff');
	font-weight: normal;
	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: #404343;
	margin: 0;
	padding: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #028282;
	text-decoration: none;
}

a:hover {
	color: #d5501d;
	text-decoration: none;
}

	.post-content a {
		border-bottom: 3px solid #028282;
	}
		.post-content a:hover {
			border-bottom: 3px solid #D5501D;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 25px 0;
	color: #404343;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page_content h2 {
		margin-top: 40px;
		font-size: 24px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e9e9e9
	}
		.post-content h2 span, .page_content h2 span {
			font-size: 24px !important;
		}

h3 {
	font-size: 30px;
}
	h3.widget-title {
		
	}
	.sidebar h3.widget-title {
		font-size: 24px;
	}
	.post-content h3, .page_content h3 {
		font-size: 21px;
	}
	h3.divider, h2.divider {
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 21px;
	}


h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
	color: #707272;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #edeeee;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #edeeee;
		
	}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #edeeee;
	border-bottom: none;
}

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


.header {
	clear: both;
	padding: 0;
}

.header .logo {
	overflow: hidden;
	width: 472px;
	margin: 30px 0;
	float: left;
	clear: both;
}

.header .logo a {

}

.header-search {
	float: right;
	text-align: right;
	margin: 12px 0 15px 15px;
	display: inline-block;
	vertical-align: middle;
}

.header-social {
	display: inline-block;
	margin: 12px 0 15px;
	text-align: right;
	float: right;
	vertical-align: middle;
}
	
.header #main {
	width: -moz-calc(100% - 472px);
	width: -webkit-calc(100% - 472px);
	width: calc(100% - 472px);
	float: right;
	clear: right;
	margin-right: -9px;
	
}

.subscribe-bar {
	background-color: #ececec;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}

/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	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 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		background-color: #d5501d;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}


.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: #ffffff;
	background-color: #d5501d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "crossten", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
	.span_content ol li ul li {
		list-style-type: none;
	}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	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 {
	margin: 0 0 20px;
}

h1.page-title {

}

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

.sidebar {
	font-size: 90%;
	line-height: 1.6;
	text-align: center
}

.leftsidebar {
	width: 48%;
	float: left;
}

.rightsidebar {
	width: 48%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 0 60px 0;
	text-align: center;
}

.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
	margin: 0 0 15px;
}

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}

.sidebar select {
	color: #707272;
	font-size: 13px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #edeeee;
}

.sidebar .screen-reader-text {
	display: none;
}

.sidebar .about {
	text-align: center;
	margin-top: 0
}

.sidebar .about h3.widget-title {
	margin: 0
}

.sidebar .about p {
	margin: 10px 0 20px;
}
.sidebar .about p.simple-image {
	margin: 0 0 15px;
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 180px;
		height: auto;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}


.sidebar .widget.social {
	margin-top: -25px;
}

.social a {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal !important;
	padding: 2px 7px;
	color: #028282
}
	.header-social a {
		padding: 0 6px;
		font-size: 14px;
	}	
	.sidebar .social a {
		font-size: 18px;
		padding: 2px 8px
	}
	.social a:hover {
		color: #d5501d
	}
				
		.header-social a:hover {
			color: #D5501D
		}

.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}


/*! -- Custom Content Widgets -- */

.sidebar .item img, .sidebar a img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sidebar .item h4 {
	
}

/*!Featured Posts Widget*/

.sidebar .widget_featured-groups, .sidebar .popular-posts, .sidebar .tptn_posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .widget_featured-groups .item, .sidebar .popular-posts .item, .sidebar .tptn_posts_widget ul li {
	width: 47.5%;
	margin: 0 5% 5% 0;
	float: left;
}

.sidebar .widget_featured-groups .item:nth-of-type(2n), .sidebar .popular-posts .item:nth-of-type(2n), .sidebar .tptn_posts_widget ul li:nth-of-type(2n) {
	margin-right: 0 !important;
}


.sidebar .widget_featured-groups h4, .sidebar .popular-posts h4 {

}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

.sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

.sidebar .recent .item:nth-of-type(3n) {
	margin-right: 0;
}

.sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .recent h4.title {
	
}

.sidebar .recent .post-meta {
	display: none;
}



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

.post {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 0 0 8px;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #404343;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #D5501D;
}

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	font-style: italic;
	font-size: 120%;
	margin-top: 18px
}
.post-meta {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #707272;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 20px;
}
	.meta-top {
		margin: 0 0 5px
	}
.post-meta em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
}
	.post-meta .spacer:after {
		content: "//";
		opacity: 0.5;
		letter-spacing: 0;
		font-weight: normal;
		margin: 0 3px 0 3px;
	}
.post-meta a {
	color: #707272;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #028282;
	text-decoration: underline;
}

.post-meta .left {
	float: left;
	width: 290px;
}

.post-meta .avatar {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 8px 0 0;
	float: left;
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #707272;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
}

.post-cats a {
	
	
}

	.post-cats a:hover {
		
	}


.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: left;
}

.meta-bottom p {
	margin: 0;
}

.meta-bottom .left {
	width: 80%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
}

.meta-centered p {
	margin: 0;
}
.meta-centered p.post-cats {
	margin-top: 20px;
}
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: #707272;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: 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: #028282;
}

a.more-link, .about p.more a {
	color: #ffffff;
	background-color: #028282;
	display: inline-block;
	width: auto;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 20px;
}
	a.more-link i {
		margin-left: 5px;
	}

	a.more-link:hover, .about p.more a:hover {
		color: #ffffff;
		background-color: #D5501D
	}


/*! Gutenberg Blocks */

.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-top: 35px;
	margin-bottom: 35px;
}
	
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin: 35px 0 -5px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2 {
			font-size: 28px;
		}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -10px -35px 10px;
			padding: 20px 35px;
		}
	.has-background.featured-posts-block {
		padding: 1px 3%;
	}
	.has-background.featured-posts-block h2 {
		padding: 0;
		border: none;
		margin: 4% 0px
	}
		.featured-posts-block h2 {
			text-align: left;
			padding: 0;
			border: none;
		}
		.has-background.featured-posts-block .more {
			margin-bottom: 15px;
		}

	.has-teal-background-color {
		background-color: #028282;
		color: #ffffff
	}
		.has-lightteal-background-color {
			background-color: #CCE6E6;
		}

	.has-orange-background-color {
		background-color: #d5501d;
		color: #ffffff
	}
		.has-lightorange-background-color {
			background-color: #F7DCD2;
		}
	.has-lightgray-background-color {
		background-color: #f5f6f6;
	}
		.has-medgray-background-color {
			background-color: #ececec;
		}
	.has-black-background-color {
		background-color: #404343;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #edeeee;
	}
	.has-whiteorange-background-color {
		background-color: #ffffff;
		border: 3px solid #d5501d;
	}
	.has-whiteteal-background-color {
		background-color: #ffffff;
		border: 3px solid #028282;
	}


	.has-orange-color {
		color: #d5501d;
	}
	.has-lightorange-color {
		color: #F7DCD2;
	}
	.has-teal-color {
		color: #028282;
	}
	.has-lightteal-color {
		color: #CCE6E6;
	}
	.has-lightgray-color {
		color: #f5f6f6;
	}
	.has-medgray-color {
		color: #ececec;
	}
	.has-black-color {
		color: #404343;
	}
	.has-white-color {
		color: #ffffff;
	}
	

	
.wp-block-yoast-faq-block .schema-faq-section {
	margin: 0 0 25px 0;
	border: none;
}
	.wp-block-yoast-faq-block .schema-faq-section p {
		margin: 0;
		padding: 13px 4% 15px;
		font-size: 92%;
	}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
	display: block;
	background-color: #ececec;
	font-size: 18px;
	line-height: 1.6 !important;
	border: none;
	padding: 15px 40px 15px 20px;
}
	.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question strong {
		
	}
.wp-block-yoast-faq-block p.schema-faq-answer {
	margin: 0;
	padding: 15px 20px;
	background-color: #f5f6f6;
	font-size: 18px !important;
	line-height: 1.6 !important;
	border: none;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
	color: #404343 !important;
}

.schema-faq-section .schema-faq-question:before {
	font-family: "crossten", Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #fff;
	background-color: #d5501d;
	-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;
}

.yoast-table-of-contents {
	background-color: #f5f6f6;
	margin: 30px 0;
}
	.yoast-table-of-contents h2 {
		padding: 15px 25px;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 0;
		border: none;
		background-color: #ececec
	}
	.yoast-table-of-contents ul {
		padding: 15px; margin: 0
		
	}
	.yoast-table-of-contents ul li {
		font-size: 90%;
		
	}
.wp-block-quote {
	background-color: #f5f6f6;
	padding: 25px 35px;
	margin: 40px 0;
	font-style: italic;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
	opacity: 0.9;
}
	.wp-block-quote cite {
		font-family: "crossten", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 14px;
		font-style: normal;
		display: block;
		margin: -10px 0 0
	}	
.wp-block-quote.stars {
	text-align: center;
	margin: 50px 0 45px;
	font-style: italic;
}
.wp-block-quote.stars:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	margin: -62px auto -15px;
	color: #d5501d;
	display: block;
}

[class*="icon-"]:before {
	letter-spacing: normal;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	color: #d5501d;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
h2[class*="icon-"], h3[class*="icon-"] {
	border: none;
	padding: 0;
}

h2[class*="icon-"]:before, h3[class*="icon-"]:before {
	display: inline-block;
	color: #fff;
	background-color: #d5501d;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
	font-size: 20px;
	letter-spacing: normal
}
	.has-background h2[class*="icon-"], .has-background h3[class*="icon-"] {
		margin: 15px 0 -15px;
	}
	.has-background h2[class*="icon-"]:before, .has-background h3[class*="icon-"]:before {
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-left: -60px;
	}

.wp-block-group[class*="icon-"] {
	text-align: center;
	padding-top: 1px !important;
	position: relative;
	margin-top: 65px !important;
}
	.wp-block-group[class*="icon-"] h2 {
		text-align: center !important;
	}
.wp-block-group[class*="icon-"]:before {
	display: block;
	color: #fff;
	background-color: #d5501d;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	margin: 0 auto;
	margin-top: -35px;
	margin-bottom: -10px;
}
	.wp-block-group.has-lightteal-background-color[class*="icon-"]:before, .wp-block-group.has-lightteal-background-color h2[class*="icon-"]:before, .wp-block-group.has-lightteal-background-color h3[class*="icon-"]:before {
		background-color: #028282
	}
	.wp-block-group.has-whiteteal-background-color[class*="icon-"]:before, .wp-block-group.has-whiteteal-background-color h2[class*="icon-"]:before, .wp-block-group.has-whiteteal-background-color h3[class*="icon-"]:before {
		background-color: #028282
	}

.icon-utensils:before {
	content: "\f2e7";
}
.icon-utensils-alt:before {
	content: "\f2e6";
}
.icon-snowflake:before {
	content: "\f2dc";
	font-weight: normal;
}
.icon-check:before {
	content: "\f00c";
}
.icon-question:before {
	content: "\f128";
}
.icon-info:before {
	content: "\f129";
}	
.icon-heart:before {
	content: "\f004";
}	
.icon-star:before {
	content: "\f005";
}	
.icon-asterisk:before {
	content: "\f069";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-chevron-double-right:before {
	content: "\f324";
}
.icon-pin:before {
	content: "\f08d";
}
.icon-clock:before {
	content: "\f017";
}
.icon-chef-hat:before {
	content: "\f86b";
}
.icon-wine-glass:before {
	content: "\f5ce";
}
.icon-thermometer:before {
	content: "\f2c9";
}
.icon-soup:before {
	content: "\f823";
}
.icon-shopping-basket:before {
	content: "\f291";
}
.icon-oven:before {
	content: "\e01d";
	font-weight: normal;
}
.icon-mortar-pestle:before {
	content: "\f5a7";
}
.icon-lightbulb:before {
	content: "\f672";
}
.icon-lemon:before {
	content: "\f094";
}
.icon-knife:before {
	content: "\f6f5";
}
.icon-cheese:before {
	content: "\f7f0";
}


.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
	.fullwidth p, .fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h4, .fullwidth .wp-block-quote, .fullwidth ul, .fullwidth ol, .fullwidth .wp-block-columns, .fullwidth .wp-block-group {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}


/*! Inner Post */

#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul {
		text-align: center
	}
	#dpsp-content-bottom ul li, #dpsp-content-top ul li {
		display: inline-block;
		text-align: center;
		float: none !important;
		margin: 0px !important;
	}
.share {
	
}
	.share-top {
		margin: -10px 25px 0;
	}

.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #707272;
	font-size: 13px;
	line-height: 1.4;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #707272;
		border: none;
	}
	.disclosure-top {
		text-align: left;
		margin: 0 0 25px;
	}

.inner-post {
	clear: both;
	margin: 40px 0 0;
}
.inner-post .about {
	padding-top: 50px;
	border-top: 1px solid #edeeee;
	
}
	
.inner-post .subscribe {
	padding: 8% !important;
	margin: 0
}
	.inner-post .subscribe h3.widget-title {
		font-size: 40px;
		margin: 0 0 8px;
	}

.inner-post .about h3.widget-title {
	margin: 0;
	text-align: left;
	font-size: 28px;
}

.inner-post .about p {
	margin: 10px 0 20px;
	font-size: 85%;
	text-align: left
}
.inner-post .about p.simple-image {
	margin: 0 0 15px;
}
	.inner-post .about p.simple-image img {
		display: block;
		width: 32%;
		height: auto;
		margin: 0 25px 15px 0;
		float: left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
}

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

.post-nav a {
	color: #404343;
	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:hover {
	color: #D5501D;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-size: 11px;
	color: #707272;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}

/*Facets*/
.facets {
	font-size: 85%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 10px;
	}
.facets h1 {
	margin: 15px 0 15px;
	font-size: 28px;
}
.facets h2, .facets h3 {
	margin: 0 0 15px;
	font-size: 18px;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}
.facetwp-page {
	padding: 6px !important;
}
.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;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}
.facetwp-flyout-open {
	display: none
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .075em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #028282;
	font-family: "crossten", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

	.facetwp-load-more:hover {
		color: #FFF;
		background-color: #d5501d;
	}


/*!----In Content Widgets----*/

.post-content .widget-shortcode {
	border: 1px solid #edeeee;
	padding: 25px 25px 30px;
	margin: 50px 0
}
.post-content .widget-shortcode h2.widgettitle {
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	color: #707272;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 21px;
}
.post-content .category-posts, .post-content .featured-group-post {
	overflow: hidden
}
.post-content .category-posts .item, .post-content .featured-group-post .item {
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
	position: relative;
	background-color: #ffffff;
}

	.post-content .category-posts .item:nth-child(4n), .post-content .featured-group-post .item:nth-child(4n) {
		margin-right: 0
	}

.post-content .category-posts .item h4, .post-content .featured-group-post .item h4 {
	font-size: 18px;
	margin: 15px 0 20px
}

.post-content .subscribe {
	padding: 6% 10%;
	background-color: #028282;
	
}
	
	.post-content .subscribe h2.widgettitle {
		border: none !important;
		color: #ffffff;
		margin: 0 0 8px;
		font-size: 42px;
	}
	.post-content .subscribe p {
		font-size: 24px;
		margin: 10px 0 30px
	}


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

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

	/* Desktop 4 Columns*/
	.items-4-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% 0%;
		}
	/* Desktop 5 Columns*/
	.items-5-col, .fivecolumns .items {
		margin: 0 -1%;
	}
		.items-5-col .item, .fivecolumns .items .item {
			width: calc((100% / 5) - 2.5%);
			margin: 0 1.25% 2%;
			margin-bottom: 15px;
			
		}
		.fivecolumns .item:nth-child(6) {
			display: none
		}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1.5%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 3%);
			margin: 0 1.5% 2%;
			margin-bottom: 15px;
			
		}


.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
	-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 {
		
	}
		.sidebar .item .title {
			font-size: 13px;
			margin: 10px 0 0;
		}
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 3vw, 24px);
	}
		.span_content_full .items-3-col .item .title {
			font-size: 32px;
			font-size: clamp(24px, 3vw, 32px);
			
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			margin: 10px 0;
			font-size: clamp(16px, 2vw, 21px)
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 2vw, 21px);
		line-height: 1.3
	}
		.featured-posts-block .items-3-col .item .title, .featured-posts-block .items-4-col .item .title {
			font-size: clamp(12px, 1.5vw, 18px);
			margin-bottom: 0;
		}
		.sidebar .items-4-col .item .title {
			font-size: 16px;
			margin: 8px 0 14px;
		}
	.items-5-col .item .title, .fivecolumns .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: 16px;
		font-size: clamp(12px, 1.5vw, 16px);
	}

.item .title {
	text-decoration: none;
	color: #404343;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #404343
	}
		.item .title a:hover {
			color: #d5501d
		}
		.item .title .inline {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: #404343;
		}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #d5501d;
	}
		.item a:hover .inline {
			color: #d5501d;
		}
.teaser-post.item .title {
	margin: 20px 0 15px
}
.teaser-post .more {
	margin: 20px 0 10px;
}
.teaser-post .post-cat {
	margin: 20px 0 10px;
}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: 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
	}

.sidebar .widget_category-posts .more {
	display: none
}
	
.item p.excerpt, .shop .item .excerpt p {
	font-size: 92%;
	margin: 20px 0px;
}

/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	padding: 0;
	margin: -30px 0 0px;
	background-color: #f5f6f6;
}
	.homepage-featured .wrap {
		max-width: 100%;
		padding: 3% 3% 1px;
	}

.homepage-featured .items a h2 {
	color: #404343;
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: .12em;
	
}
	.homepage-featured .items a h2:after {
		display: none
	}
.homepage-featured .items a h2 .valign {
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	padding: 10px 15px;
}

.homepage-featured .items  a:hover h2 {
	color: #d5501d
}

/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 70px;
}

.home-section {	
	padding: 4vw 0;
	margin-top: -1px;
	overflow: hidden;
	clear: both;
}
	.home-section.shaded {
		background-color: #F5F6F6;
	}
	.home-section.press {
		padding: 15px 0;
		border-bottom: 1px solid #edeeee;
	}
	.footer-widget {
		margin-bottom: 0;
	}
.home-section:last-of-type {
	border-bottom: none;
}
.home-section h3.widget-title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
	margin: 0 0 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
}
	.footer-widget .more {
		display: none;
	}



/*! ABOUT */
.home-section.about {
	background-color: #F5F6F6;
	overflow: visible;
	padding: 30px 0;
	margin: 2vw 0 4vw;
}
	.home-section.about .wrap {
		overflow: visible;
		max-width: 920px;
	}
.home-section.about h3.widget-title {
	text-transform: none;
	font-size: 28px;
	letter-spacing: normal;
	margin-bottom: 20px;
	text-align: left;
}
.home-section.about p {
	margin: 20px 0;
	font-size: 16px;
}
.home-section.about p.simple-image {
	width: 35%;
	float: left;
	margin: -50px 40px 0 0px;
}
	.home-section.about p.simple-image img {
		display: block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.home-section.about .social {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	color: #028282;
}
/*! VIDEO/ETC */

.home-section.widget_media_video {
	background-color: #F5F6F6;
	margin-bottom: 25px;
}
.home-section.press {
}
.home-section.press img {
	display: block;
	width: 100%;
	height: auto;
}
.home-section.press h3.widget-title {
	text-align: left;
	margin: 0px;
	font-size: 12px;
	position: relative;
	top: 20px;
	z-index: 101;
}

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

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

	.shop .archive-post:nth-child(4n) {
		margin-right: 0!important;
	}
	
	.shop .archive-post:nth-child(4n+1) {
		clear: both !important;
	}


.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.archive-post a {
	text-decoration: none;
	display: block;
}

.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 11px;
}

.archive-post h4 {
	margin: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

.archive-post .post-meta {
	margin-top: 10px;
	font-size: 9px;
}

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.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: 25px !important;
}

.archiveslist li {
	margin: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column
	display: table;
}

.archiveslist a:link {
	color: #404343;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #028282;
}

.archiveslist a:active {
	color: #404343;
}

.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}

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

.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

ul.subcategories, ul.subcategories ul {
	margin: 0px !important;
	padding: 0 !important;
}

ul.subcategories li, .widget.categories ul li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a {
	display: inline-block;
	font-size: 11px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
	color: #707272;
	background-color: #ffffff;
	border: 1px solid #edeeeb;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #028282;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #028282;
	color: #ffffff !important;
}

ul.subcategories ul li a.all {
	color: #404343 !important;
	background-color: #ffffff;
}

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #707272;
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #028282;
}

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #707272;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: right;
}

.tagtitle em a {
	color: #707272;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #404343;
}

/*!Breadcrumbs*/

.breadcrumb {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #707272;
	font-size: 11px;
	letter-spacing: .1em;
	line-height: 15px;
	clear: both;
	margin: 0 0 10px;
}
.breadcrumb a {
	color: #707272;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-style: italic;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	}
.breadcrumb a:hover {
	color: #404343;
}

/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #D5501D;
	border: none;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px 17px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 8px;
}

a.smbutton, .smbutton {
	font-size: 12px;
	padding: 8px 15px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, .smbutton:hover {
		background-color: #D5501D;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #edeeeb;
}

.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-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #edeeeb;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #edeeee;
	padding: 25px;
	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%;
	max-width: 350px;
	border: none;
	overflow: hidden;
	position: relative;
}
	.header-search .search-form {
		width: 200px
	}
.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #707272;
	font-size: 17px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border-radius: 8px;
	border: 1px solid #ededed;
	vertical-align: middle;
	width: 100%;
}

	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #D5501D;
	}
	.header-search .search-form .search-field {	
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #d5501d;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		line-height: 38px;
		height: 40px;
		font-size: 20px;
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #028282;
}


p.more-search {
	text-align: center;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	color: #707272;
	font-size: 11px;
	margin: 10px 0
}
	p.more-search a {
		color: #707272;
	}
		p.more-search a:hover {
		color: #404343;
	}

.home-sections .subscribe {
	padding: 50px 0 53px;
	overflow: hidden;
	background-color: #F5F6F6;
	text-align: center;
}

	.sidebar .subscribe, .inner-post .subscribe {
		padding: 30px 25px;
		background-color: #F5F6F6;
	}

.sidebar .subscribe {
	
}

.subscribe-bar .title, .subscribe.home-section .widget-title {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
	.subscribe.home-section .widget-title {
		font-size: 21px;
	}
.subscribe-bar .textwidget, .subscribe.home-section .textwidget {
	display: inline-block;
	clear: none;
	vertical-align: middle;
}
	
.subscribe p {
	margin: 0;
	line-height: 1.3;
	font-size: 16px;
}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		font-size: 18px;
	}
.home-sections .subscribe h3.widget-title {
	
}
	.sidebar .subscribe h3 {
		margin: 0 0 8px;
	}

		
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	text-align: left;
	justify-content: space-between;
	display: flex;
	gap: 8px;
}
	
	.sidebar .subscribe .email-form {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
		display: block;
	}
	.inner-post .subscribe .email-form {
		margin-top: 25px;
	}
.subscribe .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 14px;
	flex-grow: 1;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.subscribe-bar .email-input {
		height: 38px;
		line-height: 38px;
		font-size: 15px;
		padding: 0 12px;
	}
	.email-input:focus {
		outline: none;
		border: 2px solid #d5501d;
	}
.subscribe .email-submit {
	border: none;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #028282;
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	flex-shrink: 1;
	white-space: nowrap;
}
	.subscribe .email-submit i {
		
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
	}
	.subscribe-bar .email-submit {
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		white-space: nowrap;
	}

	.subscribe .email-submit:hover {
		background-color: #d5501d
	}

.email-input::placeholder {
	color: #707272;
}

.search-field::placeholder {
	color: #707272;
}

.subscribe .disclosure {
	color: rgba(255,255,255,.3)
}


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

    
.footer {
	background-color: #F5F6F6;
	overflow: hidden;
	clear: both;
	padding: 50px 0 30px
}
	.footer .home-section {
		padding: 0;
	}
.footer a {
    text-decoration: none;
    color: #707272;
}
	.footer a:hover {
	    color: #028282;
	}



.sub-footer {
	padding: 20px 0;
	color: #707272;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}
.sub-footer a {
	text-decoration: none;
	color: #707272;
}

.sub-footer a:hover {
	color: #d5501d;
}

.footer-nav {
	width: 75%;
	float: left;
	text-transform: lowercase;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 12px 0 0;
		padding: 0;
	}	
	.footer-nav li.top a {
		color: #d5501d;
		font-weight: bold;
	}
.copyright {
	width: 25%;
	float: right;
	text-align: right;
}

.copyright p {
	margin: 0;
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
	color: #707272;
}

.copyright a:hover {
	color: #028282;
}


.copyright .footer-nav {
	margin: 20px 0 5px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	color: #707272;
}
.copyright .footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}
	.copyright .footer-nav li:after {
		content: "|";
		margin: 0 3px 0 6px;
	}
		.copyright .footer-nav li:last-child:after {
			display: none
		}



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

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

#respond {
	margin-bottom: 60px;
	padding: 3% 5%;
	background-color: #F5F6F6;
}

	#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 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #edeeee;
	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: #F5F6F6;
	padding: 20px;
}

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

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

.comment-meta strong a {
	color: #028282;
	text-decoration: underline
}

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

/*!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: #404343;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #707272;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #707272;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #edeeeb;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #404343;
	margin: 0;
	font-weight: bold;
	border: none;
}

.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	background-color: #d5501d;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #707272;
}


/*!---------MAIN DROPDOWN MENU---------*/

#main {
	clear: right;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	display: block;
	position: relative;
	z-index: 202;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #404343;
	-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.swash a {
		color: #028282;
		background: url(images/swash.png) no-repeat center bottom;
		background-size: 78px auto;
	}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #d5501d;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
	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: 40px;
	left: 50%;
	line-height: 1.4;
	background-color: #028282;
	text-align: center;
	z-index: 2001;
	width: 200px;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
}

#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}


#main li li a {
	display: block;
	padding: 11px 15px;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main ul li.bold a {
		
	}
	#main li li>a:hover, #main li li:hover>a {
		background-color: #d5501d;
	}



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



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

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 6 Sharp';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 50%;
	font-size: 95%;
	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 {
	background-color: transparent;
}

	#main li li li a:hover {
		background-color: #d5501d;
	}

/*!---------RECIPE DROPDOWN MENU---------*/

#catnav {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-family: "crossten", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	padding: 30px 10px;
	margin-bottom: 4vw;
	display: block;
	width: 100%;
	background-color: #028282;
	color: #ffffff;
}
#catnav ul {
	max-width: 1200px;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	-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;
	gap: 10px;
}
#catnav li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: 17%;
	flex-grow: 1;
}
	#catnav>ul>li:first-child,
	#catnav>ul>li:last-child {
		flex-shrink: 1;
		width: auto;
	}
	#catnav li:before {
		display: none;
	}
#catnav li a,
#catnav li label {
	border: none;
	box-shadow: none;
	display: block;
	padding: 7px 13px 7px 15px;
	text-decoration: none;
	color: #404343;
	transition: none;
	transition: color .2s ease-in-out;
	background-color: #FFF;
	border-radius: 0;
}
	#catnav>ul>li:first-child>a,
	#catnav>ul>li:last-child>a {
		color: #ffffff;
		background: transparent;
		padding: 7px 15px;
	}
#catnav li:hover a, 
#catnav li:hover label {
	color: #d5501d;
	background-color: #ffffff;
}
	#catnav>ul>li:first-child>a:hover,
	#catnav>ul>li:last-child>a:hover {
		color: #9acdcd;
		background: transparent
	}
#catnav li > a:after {
	color: #d5501d;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline;
	margin-left: 6px;
	font-size: 120%;
	line-height: 1;
	position: relative;
	top: 2px;
	right: -2px;
}
	#catnav li li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		display: inline;
		margin-left: 6px;
		font-size: 120%;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	#catnav>ul>li:first-child>a:after,
	#catnav>ul>li:last-child>a:after {
		display: none;
	}
	
/* !Sub Menus Level 1 */
#catnav ul ul {
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms transform 120ms ease-out, 280ms opacity 120ms ease-out, 280ms visibility 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 37px;
	left: 50%;
	padding: 5px 0 0;
	line-height: 1.4;
	background-color: #ffffff;
	text-align: center;
	z-index: 2001;
	width: 100%;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
}
#catnav ul ul li {
	float: none;
	width: 100%;
	margin: -5px 0 !important;
	padding: 0 !important
}
	#catnav ul ul li:last-child {
		margin-bottom: -1px !important
	}
#catnav li li a,
#catnav li li label {
	display: block;
	width: 100%;
	padding: 11px 15px !important;
	margin: 0 !important;
	border: none;
	color: #404343 !important;
	background-color: transparent !important;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
#catnav li li a:after {
	display: none
}
#catnav li li a:hover, 
#catnav > ul > li > ul > li:hover,
#catnav li li label:hover, 
#catnav > ul > li > ul > label:hover {
	background-color: #d5501d;
	color: #ffffff !important;
}
#catnav ul li:hover > ul, #catnav ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}
		
/* Sub Menus Level 2 */
#catnav ul ul li ul {
	background-color: #d5501d;
	top: 0;
	left: 300px;
	margin: 0;
}
#catnav ul ul li ul a {
	color: #ffffff !important;;
}
#catnav ul ul li ul li a:hover {
	color: #028282 !important;
}
#catnav ul li > label,
#catnav ul li > input {
	display: none;   
}



/*!-------WPRM-------*/

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 50px 0;
	overflow: hidden;
	background: #f5f6f6;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 15px;
	min-width: 130px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border: none;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link-wide-button {
	color: #fff;
	font-size: 13px;
	letter-spacing: .2em;
	font-weight: bold;
	border: none;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 12px;
	padding: 10px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	display: block;
	
}
	.wprm-recipe a:before {
			font-size: 115%;
			margin-right: 5px;
		}
		.wprm-recipe a.wprm-recipe-jump:before {
			content: "\f0ab";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-print:before {
			content: "\f02f";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-pin:before {
			content: "\f08d";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		
		
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-print:hover, .wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-pin:hover {
		background-color: #d5501d !important
	}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments {
	font-size: 13px;
	font-weight: bold;
	color: #028282
}	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:hover {
		color: #d5501d !important
	}
/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
	color: #707272;
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
}

/*Headings*/
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h3, .wprm-recipe.wprm-recipe-template-custom h4 {

}
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	font-size: 32px;
	margin: 0 0 10px !important;
	border: none;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 10px !important;
	font-size: 25px;
}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 25px 0 10px !important;
	
}

.wprm-recipe.wprm-recipe-template-custom p, .wprm-recipe.wprm-recipe-template-custom li {

}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	font-style: italic;
	margin: 10px 0 15px;
	line-height: 1.5;
}

/*Times/Meta*/
.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #707272;
	font-size: 12px;
	line-height: 2;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background-color: #ffffff;
		margin: 30px -30px -30px;
		font-size: 11px;
		text-align: center;
		padding: 5px 0
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
	border: none;
	color: #707272;
}
.recipe-meta .wprm-recipe-block-container {
	display: inline-block;
	margin-right: 12px;
}	

.recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-weight: bold;
}

.recipe-meta .wprm-recipe-details-label {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 115%;
	font-style: italic;
	letter-spacing: normal;
}

	.recipe-meta .wprm-recipe-details-unit, .recipe-meta .wprm-recipe-servings-unit {
		font-size: 100%;
	}
	.recipe-meta a.wprm-recipe-servings-link {
		border: 1px solid #ececec !important;
		display: inline-block;
		padding: 0px 3px;
		letter-spacing: normal !important;
	}


/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-nutrition-header {
	color: #ffffff !important;
	background-color: #404343;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 35px 0 0px !important;
	padding: 10px 15px !important;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #707272;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 !important;
	background-color: #ffffff;
	border: 1px solid #edeeee;
	border-top: none;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-container {
	display: block !important;
	width: 50%;
	float: left;	
	border-bottom: 1px solid #edeeee;
	padding: 6px 14px
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-value {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-style: italic;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label {
		letter-spacing: normal;
		font-weight: normal;
		text-transform: none;
		color: #404343 !important
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-daily {
		float: right;
		font-size: 13px;
		color: #d5501d !important
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-adjustable-servings-container {
	margin: 0 0 15px 0
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
	color: #727478;
	font-family: "crossten", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	vertical-align: middle;
	align-items: center;
	background-color: transparent !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container:before {
		content: "Scale:";
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #707272;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffffff !important;
	border: 1px solid #ededed !important;
	color: #707272 !important;
	border-radius: 50%;
	vertical-align: middle;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active {
		color: #FFFFFF !important;
		background-color: #d5501d !important;
	}
	
/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	margin: 0 !important
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	line-height: 1.5;
	margin: 0 0 6px 25px;
	padding: 0;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before {
	display: none;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li::marker {
	color: #d5501d
}


.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	list-style-type: none !important;
	margin: 25px 0;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction {
		counter-increment: item;
		margin: 0 0 20px 35px !important;
		line-height: 1.6;
		clear: left;
		list-style-type: none !important;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction:before {
		margin-right: 2px;
		content: counter(item);
		background: #d5501d;
		border-radius: 100%;
		color: white;
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-left: -32px;
		margin-top: 6px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		float: left;
		font-family: 'Crossten', Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
	}	

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	opacity: 1.0;
	font-style: italic;
	color: #707272;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	font-size: 90%;
	background-color: #edeeee;
	padding: 1px 13px 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h3.wprm-recipe-header {
		margin: 15px 0 10px 5px !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container ul ul {
	margin: 0 0 10px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container ul ul li {
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container ul ul li:before {
	content: "—";
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	margin-left: -20px;
}
/*Call to action*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	background-color: #028282;
	margin: 30px -30px -30px !important;
	padding: 30px !important;
	line-height: 1.4;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		border-bottom: 3px solid #9acdcd;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	margin-bottom: 5px;
	font-family: 'Crossten', Arial, Helvetica, sans-serif;
	display: block;
}

/*Snippets*/
.post-meta .wprm-recipe-snippet {
	display: inline-block;
	float: right;
	clear: none;
	text-align: center;
	max-width: -moz-calc(100% - 300px);
	max-width: -webkit-calc(100% - 300px);
	max-width: calc(100% - 300px);
	vertical-align: top;
}
	.post-meta .wprm-recipe-snippet a {
		border: 1px solid #edeeeb;
		font-family: 'Crossten', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #707272 !important;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .08em;
		padding: 3px 8px 4px;
		margin: 0 4px;
		display: inline-block;
		white-space: nowrap;
	}
	.post-meta .wprm-recipe-snippet a:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		margin-right: 6px;
	}
	.post-meta .wprm-recipe-snippet a:hover {
		text-decoration: none;
		background-color: #028282;
		border-color: #028282;
		color: #ffffff !important;
	}
.wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
}
	.wprm-recipe-snippet svg {
		display: inline !important;
	}	
.wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	font-size: 11px;
	margin: 0 4px;
}

@media ( max-width : 650px ) {
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 35%;
		margin: 0 0 10px 10px;
	}
}



.fd-form-feedback {
	
  }

.fd-form-group {
	
  }

.fd-form-group.fd-has-success .fd-form-feedback,
.fd-form-group.fd-has-success .fd-form-check {
	color: #02dba8 !important;
  }

.fd-form-group.fd-has-success .fd-form-control {
	color: #02dba8 !important;
	border-color: #02dba8 !important;
  }

.fd-form-group.fd-has-success .fd-form-feedback {
	display: block;
  }

.fd-form-group.fd-has-error .fd-form-feedback,
.fd-form-group.fd-has-error .fd-form-check {
	color: #eb3d3b !important;
  }

.fd-form-group.fd-has-error .fd-form-control {
	color: #eb3d3b !important;
	border-color: #eb3d3b !important;
  }

.fd-form-group.fd-has-error .fd-form-feedback {
	display: block;
  }
.fd-has-success .fd-form-content {
	display: none;
  }

.fd-has-captcha .fd-form-content>*:not(.fd-form-captcha) {
	opacity: 0;
	visibility: hidden;
  }

.fd-form-captcha {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
  }

.fd-form-success {
	display: none;
  }

.fd-has-success .fd-form-success {
	display: block;
  }

.fd-form-success>*:last-child {
	margin-bottom: 0;
  }


body > div.wrapper > div.slick-film-strip {
	height: 92px !important;
	min-height: 92px !important;
	padding-bottom: 20px !important;
}