/*! 
Theme Name: BabyFoodE
Theme URL: https://www.babyfoode.com
Description: Custom responsive blog theme for Baby FoodE.
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 - 3%);
		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;
	}


}

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

.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: #403e3f;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e8e8e8;
	background-color: #f5f5f5;
	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: 'frenchie_mini';
	src: url('fonts/frenchieminifont-webfont.woff2') format('woff2'),
		 url('fonts/frenchieminifont-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}


@font-face {
font-family:"brandon_grotesque";
src:url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display:fallback;
	font-style:normal;
	font-weight:bold;
	font-stretch:normal;
}

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	color: #403e3f;
	margin: 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: #317e93;
	text-decoration: underline;
}

a:hover {
	color: #43acbd;
}

	.post-content a, .page-content a, .cat-desc a, #respond a {
		color: #317e93;
		color: #3f3e3f;
		border-bottom: 1px solid #bde2e8;
		box-shadow: inset 0 -2px 0 #bde2e8;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, #respond a:hover, #respond a:focus {
			color: #43acbd;
			border-color: #bde2e8;
			box-shadow: inset 0 -24px 0 #bde2e8;
		}
p {
	margin: 25px 0;
	word-wrap: break-word;
}

img {

}

h1, h2, h3, h4, h5, h6 {
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 25px 0;
	color: #403e3f;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}
	.post-content h2, .page-content h2 {
		font-size: 24px;
		margin-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
	}
		.post-content h2.noline, .page-content h2.noline {
			padding: none;
			border: none
		}
	
	h1.divider, h2.divider, h3.divider, div.divider {
		letter-spacing: .2em;
	}
	h2.large-divider {
		font-size: 24px;
	}
	.divider.centered {
		text-align: center
	}


	h1 em, h2 em, h3 em, h4 em, .bf-related h6 {
		display: block;
		font-family: "frenchie_mini", cursive;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-style: normal;
		font-size: 130%;
		margin-right: 2px;
		margin-bottom: 8px;
	}
		.sidebar h2 em, .sidebar h3 em {
			font-size: 12px;
		}
	
h3 {
	font-size: 16px;
}
	.post-content h3, .page_content h3 {
		font-size: 21px;
		margin-top: 35px;
	}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

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

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

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: none;
	margin: 45px auto;
}

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

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

.header {
	
}
	body.home .header {
		
	}
	.header .wrap {
		height: 180px;
	}
	
.header .social {
	float: right;
	display: inline-block;
	padding-left: 0px;
	text-align: right;
	width: 100%;
	max-width: 480px;
	margin: 40px 0 20px;
}
	.social a {
		color: #3f3e3f;
		background-color: #f5f5f5;
		text-decoration: none;
		font-size: 17px;
		border: none;
		box-shadow: none;
		display: inline-block;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		border-radius: 50%;
	}
	
		.social a:hover {
			color: #e02727 !important
		}
	
.header .cta {
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	font-size: 20px;
	font-family: "frenchie_mini", cursive;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	margin-right: 15px;
}
	.header .cta p {
		margin: 0;
		display: inline-block;
	}
	.header .cta a {
		font-family: "brandon_grotesque", arial, helvetica, sans-serif;
		line-height: 1.1;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .1em;
		background-color: #e02727;
		color: #ffffff;
		padding: 8px 10px 7px;
		border-radius: 14px;
		text-decoration: none;
		width: auto;
		height: auto;
	}
		.header .cta a:hover {
			background-color: #42adbd;
			color: #ffffff !important;
		}



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

.tagline {
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .95em;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 40px;
	padding: 10px
}
	body.home .tagline {
		margin-bottom: 40px;
	}
	
.tagline.subscribe {
	background-color: #f5f5f5;
	background-color: #f3f3f3;
	border: none;
	font-size: 12px;
	letter-spacing: .1em;
}
	.tagline.subscribe .title {
		display: inline-block;
		vertical-align: middle;
		line-height: 32px;
	}
		.tagline.subscribe .title em {
			font-family: "frenchie_mini", cursive;
			text-transform: lowercase;
			letter-spacing: normal;
			font-weight: normal;
			font-style: normal;
			font-size: 160%;
			line-height: .5;
		}
	.tagline.subscribe .textwidget {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
	.tagline.subscribe .textwidget a {
		background-color: #FFF;
		text-decoration: none;
		color: #3f3e3f;
		display: inline-block;
		padding: 7px 10px 6px;
		border-radius: 10px;
	}
		.tagline.subscribe .textwidget a:hover {
			background-color: #e02727;
			color: #ffffff;
		}

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

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
.span_content ul, .span_content ol {
	line-height: 1.5;
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 15px 40px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: ">";
		font-family: "frenchie_mini", cursive;
		font-size: 22px;
		text-align: center;
		font-weight: normal;
		margin-left: -30px;
		margin-right: 9px;
		position: relative;
		top: -2px;
		width: 20px;
		height: 21px;
		line-height: 25px;
		padding-left: 1px;
		border-radius: 50%;
		color: #7f6793;
		background-color: #ece8ef;
	}
	.span_content ul.plain li:before {
		content: "";
		width: 6px;
		height: 6px;
		padding: 0;
		top: -4px;
		background-color: #dfd9e4;
	}

.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 15px 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 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	left: -26px;
	top: 5px;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #7f6793;
	background-color: #ece8ef;
}
ul.tight li, ol.tight li {
	margin-bottom: 8px;
}

.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 {
	margin: 0 0 20px;
}

h1.page-title {

}

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

.sidebar {
	font-size: 95%;
	text-align: center
}

.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.sidebar .widget:first-child, .sidebar .widget:first-child>h2 {
		margin-top: 0;
	}
.hide-title .widget-title {
	display: none;
}

.sidebar .widget.shaded {
	background-color: #f5f5f5;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}
.sidebar .about.widget:first-of-type {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}

.sidebar .books {
	margin-top: 150px;
}
.sidebar .books .item {
	background-color: #f0edf2;
	padding: 0 25px 5px;
	margin-top: 145px;
	border-radius: 30px;
	clear: both;
}
	.sidebar .books .item img {
		width: 220px;
		height: auto;
		margin-top: -110px;
	}
	.sidebar .books .item h2 {
		margin: 0;
	}
	.sidebar .books .item p, .sidebar .books .item .more {
		margin: 15px 0 20px;
	}
	.sidebar .books .item a.more-link {
		background-color: #ffffff;
		font-size: 14px;
		padding: 11px 20px 10px;
		border-radius: 18px;
	}

.sidebar .social {
	margin-top: 30px;
}


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

.post-title {
	margin: 9px 0 5px;
	text-align: center
}
.post-meta {
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #747273;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 25px;
	text-align: center;
}
.post-meta a {
	color: #747273;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #e02727;
		text-decoration: underline;
	}

.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 i {
	color: #e02727;
	font-size: 90%;
	margin-right: 3px;
	display: inline-block;
}
.post-meta svg {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 2px;
	width: 11px;
	height: 11px;
}
.post-meta .spacer:after, .tasty-meta:after {
	font-weight: normal;
	content: "//";
	opacity: 0.4;
	letter-spacing: 0;
	margin: 0 5px 0 5px;
}
.tasty-meta {
	display: inline-block;
}
.post-meta a.jump {
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 2px 8px;
	margin-right: 0;
	display: inline-block
}
	.post-meta a.jump:before {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 4px 0 0;
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		color: #e02727;
		font-weight: bold;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.post-meta a.jump:hover, .post-meta a.jump:hover:before, .post-meta a.jump:focus {
		background-color: #e02727;
		color: #403e3f;
		text-decoration: none;
	}
	.post-meta a.respond {
		display: inline-block;
		text-decoration: none;
		margin-left: 8px;
	}
	
	.post-meta .tasty-recipes-rating {
		color:  #e02727;
		font-size: 15px;
		line-height: 1;
	}

.key {
	text-align: center;
}
.key span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0px 2px 0;
}

.key a {
	display: block
}
.key a:hover {
	opacity: 0.7
}
.key img {
	
}
	
.post-content>p:first-of-type {
	text-align: center;
	font-size: 110%;
}

.disclosure {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	line-height: 1.4;
	color: #747273;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0px;
}
	.disclosure-top {
		
	}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
}

.meta-bottom p {
	margin: 0px 0 5px;
}

.meta-bottom .post-cats {
	margin: 10px 0 20px;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	background-color: #747273;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	font-style: normal !important;
	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: #403e3f;
}

.alignleft {
	margin-right: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	

/*! 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: 25px 40px;
	margin: 45px 0;
	border-radius: 30px;
}
	.wp-block-media-text.has-background {
		padding: 0;
	}
	ol.has-background, ul.has-background {
		padding: 25px 40px;
	}
	p.has-background {
		padding: 25px 40px;
	}
		
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -25px -40px 0px;
			padding: 20px 40px 15px;
			border-radius: 0;
		}
		.wp-block-group.has-background h2 em {
			margin: 0;
		}
	.has-background p:last-child, .has-background ul:last-child, .has-background ol:last-child, .has-background li:last-child {
		margin-bottom: 0;
	}
	.has-background ul li:before, .has-background ol li:before {
		background-color: #ffffff;
	}
.wp-block-button a {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 15px 26px 14px;
	text-decoration: none;
	border-radius: 24px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.wp-block-button a:hover {
		color: #ffffff;
		background-color: #3f3e3f
	}
	.wp-block-button.has-small-font-size a {
		font-size: 11px !important;
		padding: 10px 15px;
		border-radius: 18px;
	}
	
.wp-block-quote {
	font-size: 115%;
	text-align: center;
	position: relative;
	margin: 45px auto;
	padding: 0 25px;
	quotes: "“" "”" "‘" "’";
}
	.wp-block-quote cite {
		display: block;
		margin-top: -10px;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		font-family: "brandon_grotesque", arial, helvetica, sans-serif;
		letter-spacing: .1em;
	}
		.wp-block-quote:before {
			font-family: "brandon_grotesque", arial, helvetica, sans-serif;
			content: open-quote;
			display: block;
			color: #f5f5f5;
			font-size: 300px;
			line-height: .5;
			position: absolute;
			left: 0;
			top: 35px;
			z-index: -1;
		}
		.wp-block-quote:after {
			font-family: "brandon_grotesque", arial, helvetica, sans-serif;
			content: close-quote;
			display: block;
			color: #f5f5f5;
			font-size: 300px;
			line-height: .5;
			position: absolute;
			right: 0;
			bottom: -60px;
			z-index: -1;
		}
	.span_content_full .wp-block-quote {
		max-width: 880px;
	}
	
.wp-block-column h4 {
	font-size: 13px;
	margin-top: -13px;
	opacity: 0.7;
}
/*Custom Color Palette*/
	
	.has-white-color {
	  color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
	}
	
	.has-lightred-color, .has-primary-light-color {
	  color: #fde8e8;
	}
	.has-lightred-background-color, .has-primary-light-background-color {
		background-color: #fde8e8;
	}
	
	.has-medred-color {
	  color: #fbcfce;
	}
	.has-medred-background-color {
		background-color: #fbcfce;
	}
	
	.has-red-color, .has-primary-dark-color {
	  color: #e02727;
	}
	.has-red-background-color, .has-primary-dark-background-color {
		background-color: #e02727;
	}
	
	.has-lightblue-color, .has-secondary-light-color {
	  color: #e8f5f7;
	}
	.has-lightblue-background-color, .has-secondary-light-background-color {
		background-color: #e8f5f7;
	}
	
	.has-medblue-color {
	  color: #d0eaee;
	}
	.has-medblue-background-color {
		background-color: #d0eaee;
	}
	
	.has-blue-color, .has-secondary-dark-color {
		color: #43acbd;
	}
	.has-blue-background-color, .has-secondary-dark-background-color {
		background-color: #43acbd;
	}
	
	.has-lightgreen-color {
		color: #f5f8e8;
	}
	.has-lightgreen-background-color {
		background-color: #f5f8e8;
	}
	
	.has-green-color, .has-accent-color {
		color: #acc63c;
	}
	.has-green-background-color, .has-accent-background-color {
		background-color: #acc63c;
	}
	
	.has-lightpurple-color {
		color: #f0edf2;
	}
	.has-lightpurple-background-color {
		background-color: #f0edf2;
	}
	
	.has-purple-color {
		color: #7f6793;
	}
	.has-purple-background-color {
		background-color: #7f6793;
	}
	
	.has-light-gray-color {
		color: #f5f5f5;
	}
	.has-light-gray-background-color {
		background-color: #f5f5f5;
	}
	
	.has-dark-gray-color {
		color: #747273;
	}
	.has-dark-gray-background-color {
		background-color: #747273;
	}
	
	.has-black-color {
		color: #403e3f !important;
	}
	.has-black-background-color {
		background-color: #403e3f;
	}
	
.bf-related {
	border-radius: 30px;
	text-align: center;
}
.bf-related h6 {
	text-align: center !important;
	font-weight: normal !important;
	text-transform: lowercase !important;
	color: #403e3f !important;
	font-size: 28px !important;
	margin: 0 !important
}
	.bf-related h6:after {
		content: ">";
		font-family: "frenchie_mini", cursive;
	}
.bf-related a {
	font-weight: bold;
	border-bottom: 1px solid #f9bbbb;
	box-shadow: inset 0 -6px 0 #f9bbbb;
	}
		.bf-related a:hover, .bf-related a:focus {
			color: #e12626;
			border-color: #f9bbbb;
			box-shadow: inset 0 -24px 0 #f9bbbb;
		}

.bf-related p {
	margin: 0;
	text-align: center;
	line-height: 1.4;
}
p.med-review {
	text-align: center;
	font-size: 80%;
	opacity: 0.75;
	background-color: #f5f5f5;
	padding: 15px;
}
	p.med-review a {
		text-decoration: underline;
		font-weight: bold;
		border: none;
		box-shadow: none;
	}
.schema-faq-section {
	margin: 0px 0 35px;
	text-align: left;
	background-color: #f5f8e8;
	border-radius: 30px;
}
	.schema-faq-section p.schema-faq-answer {
		margin: 0;
		padding: 20px 30px 25px;
	}
.schema-faq-question {
	display: block;
	text-align: left;
	background-color: #eaf1ce;
	padding: 15px 30px;
}
.schema-faq-question:before {
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #ffffff;
	background-color: #acc63c;
	-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: 34px;
	font-size: 20px;
	text-align: center;
}
	
.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}

.wprm-recipe-video-container, #cls-video-container-p67XcLUp {
	background-color: #f3f6e2;
	padding: 20px 20px 1px;
	margin: 45px 0 35px;
}
	#cls-video-container-p67XcLUp .adthrive-collapse-player {
	    width: 100% !important;
	    border-top: none !important;
	    border-bottom: none !important;
	    padding: 0 !important;
	    margin-left: auto;
	    margin-right: auto;
	}
	.wprm-recipe-template-custom-body .wprm-recipe-video-container {
		background-color: none;
		margin: 0;
		padding: 0;
	}
.lwptoc {
	background-color: #f0edf2;
	margin: 45px 0;
	border-radius: 30px;
}
.lwptoc_header {
	background-color: #e8e4ec;
	padding: 20px;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
.lwptoc_items {
	padding: 20px;
	font-size: 17px;
}
.lwptoc_item_number {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	width: 26px;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #7f6793;
	background-color: #ffffff;
	box-shadow: none;
	border: none;
	margin-left: -30px;
}
.lwptoc_item_label {

}
.lwptoc_item {
	padding-left: 30px;
	margin-bottom: 8px;
}
	.lwptoc_item .lwptoc_itemWrap {
		margin: 8px 0 12px;
		font-size: 90%;
	}
.lwptoc_item a {
	margin-left: 0px;
}
.lwptoc_toggle {
	float: right;
	font-size: 11px;
	margin-top: 7px;
}
	.lwptoc_toggle a {
		background-color: #7f6793;
		color: #ffffff !important;
		border-radius: 16px;
		padding: 6px 14px;
		border: none !important;
		box-shadow: none !important;
	}
		.lwptoc_toggle a:hover {
			background-color: #42adbd;
		}
		
.span_content ul.review-list li:before {
	display: none
}
.review-wrapper .review-links li a {
    display: block;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border: 1px solid;
    border-radius: 5px;
    outline: 0;
    color: #ffffff;
    background-color: #e02727;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 15px 26px 14px;
	text-decoration: none;
	border-radius: 24px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.review-wrapper .review-links li a:hover {
		color: #ffffff;
		background-color: #3f3e3f
	}
 

/*! Inner Post */

.single-page-content .alignright {
	width: 40%;
	height: auto;
}
	.span_content_full .single-page-content .alignright {
		width: auto;
	}
.signature {
	text-align: center
}
	.signature img {
		margin: 0 auto;
		display: block;
	}
#dpsp-content-bottom {
	text-align: center;
	margin-bottom: 30px;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0 !important
	}
#dpsp-content-top {
	text-align: center;
	margin-top: 10px;
}
	#dpsp-content-top ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0!important
	}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 2px !important;
}

.dpsp-pin-it-wrapper {
	position: relative !important;
	display: inline-table;
	line-height: 0;
	width: 100% !important;
}

/*!Next/prev Posts*/

.post-nav {
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

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

.post-nav a {
	color: #403e3f;
	text-decoration: none;
}
	.post-nav div a:hover {
		color: #e02727;
	}

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

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-size: 11px;
	color: #747273;
	padding: 0 0 5px;
}


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

.items {
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0 -1.5%;
}
	.items .item {
		margin: 0 1.5% 0;
		text-align: center;
		flex-grow: 1;
	}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -3%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 6%);
			margin: 0 3% 20px;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			max-width: calc((100% / 3) - 4%);
			margin: 0 2% 15px;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		
	}
	.sidebar .items-4-col {
		margin: 0 -2%
	}
		.items-4-col .item {
			width: calc((100% / 4) - 3%);
			margin-bottom: 15px;
			
		}
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 2%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 2%);
			margin: 0 1% 20px;
			
		}
	
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 20px;
			
		}
	
	/* Desktop 7 Columns*/
	.items-7-col {
		
	}
		.items-7-col .item {
			flex-grow: 1;
		}
		
	/* Desktop 5 Columns*/
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 20px;
		}
		
.items .item .title {
	margin: 15px 0 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;

}
	.sidebar .items .item .title {
		font-size: 75%;
	}
	
	.items-2-col .item .title {
		
	}
		
	.items-3-col .item .title {
		/*font-size: clamp(18px, 3vw, 24px);*/
	}
		.span_content_full .items-3-col .item .title {
			
		}
		.shop.items-3-col .shop-item .title {
			
		}
	.items-4-col .item .title {
		
	}
		.home-featured .items-4-col .item .title {
			
		}
		
	.items-5-col .item .title {
		font-size: clamp(11px, 2vw, 14px);
	}


.item .title .inline {
	display: inline;
	text-decoration: none;
	color: #403e3f;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title .inline:hover, .item a:hover .inline, .item a:hover .title {
		color: #e02727;
	}
	
.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 a.block img, .items a img {
		-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, .items .item a:hover img {
		opacity: 0.8

	}
.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
}
		.items-8-col .item img, .shop .shop-item img {
			box-shadow: none;
		}
.item .more {
	margin: 22px 0;
}
	.lower-home-sections .more-fixed {
		position: absolute;
		top: 0;
		right: 16px;
	}
	.shop-item .more {
		margin: 0;
	}
.sidebar .widget_category-posts .more {
	display: none
}

a.more-link {
	display: inline-block;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 16px;
	color: #403e3f;
	border-bottom: none;
	box-shadow: none;
	text-decoration: none;
	padding: 2px 3px 0;
}
	a.more-link:hover, a.more-link:focus {
		color: #e02727;
	}
	a.more-link i {
		margin: -0px 0 0 2px;
		position: relative;
	}
	a.more-link em {
		font-family: "frenchie_mini", cursive;
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		font-style: normal;
		font-size: 180%;
		margin-right: 2px;
	}
	.shop-item a.more-link {
		font-size: 13px;
	}
		
.item p.excerpt {
	font-size: 95%;
	margin: 22px 0px 22px;
}
.shop-item .excerpt {
	font-size: 80%;
	line-height: 1.5;
	margin: 8px 0 2px;
}

	
/*!----Homepage Styles----*/

.upper-home-sections {
	margin-top: 0px;
	margin-bottom: 0px;
}
.lower-home-sections {
	margin-top: 60px;
}
.home-section.icons {
	padding: 0 0 50px;
	margin: 0 0 40px;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
	.home-section.icons:after {
		content: "";
		display: block;
		width: 100%;
		height: 135px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background: #f5f5f5 url(images/wavebg.png) repeat-x center bottom;
		background-size: 138px 132px;
	}

.home-section.icons .items .item {
	margin: 0;
	padding: 0 1%;
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}
	.home-section.icons .items .item img {
		width: 90%;
		max-width: 120px;
		height: auto;
		margin: 0 auto;
		box-shadow: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.home-section.icons .items .title, .recipe-cats .title {
		font-style: normal;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .1em;
		margin: 8px 0 0;
	}
		.recipe-cats .title {
			font-size: 12px !important;
		}
	.home-section.icons .items a:hover img {
		transform: rotate(6deg) scale(1.05);
	}
	.home-section.icons .items a:hover .title {
		color: #e02727
	}

.home-section.left-block {
	width: 46%;
	float: left;
	clear: none;
	margin: 0 0 60px;
}
.home-section.right-block {
	width: 46%;
	float: right;
	clear: none;
	margin: 0 0 60px;
}

.home-section {
	clear: both;
	position: relative;
	margin-bottom: 60px;
}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f5f5f5;
		padding: 60px 0;
	}
		.home-section.shaded .items {
			margin-bottom: 0;
		}
	.home-section.cta, .home-section.video {
		padding: 40px 0;
	}
	.home-section.books {
		padding: 60px 0; 
	}
	.home-featured .home-section.shaded {
		padding: 25px 0 1px;
		margin-bottom: 0;
	}
		
	
.home-section .divider {
	margin: 25px 0 25px;
}
	.upper-home-sections .divider {
		text-align: center
	}
.home-section .description {
	margin: 0px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
}
	.home-section a.more-link {
		font-size: 12px;
	}

	.sidebar a.more-link {
		font-size: 12px;
	}
	.home-section.cta a.more-link, .home-section.video a.more-link, .home-section.video a.more-link, .home-section.shaded a.more-link, .home-section.books a.more-link {
		background-color: #ffffff;
		font-size: 16px;
		padding: 12px 23px;
		border-radius: 20px;
	}
		
.home-section.cta {
	background-color: #e8f5f7;
}

.home-section.cta .wrap, .home-section.video .wrap, .home-section.books .wrap, .home-section.books .wrap .item {
	-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;
	align-items: center;
}
.home-section.cta .wrap {
	max-width: 920px;
}
	.home-section.cta .wrap .image {
		width: 34%;
	}
		.home-section.cta .image img {
			width: 100%;
			display: block;
			height: auto;
		}
	.home-section.cta .wrap .caption {
		width: 66%;
		padding-left: 3.5%;
	}
	.home-section.cta .wrap .caption h2 {
		font-size: 30px;
		margin: 0;
	}
		.home-section.cta .wrap .caption h2 em {
			font-size: 30px;
		}
	.home-section.cta .wrap .caption p {
		/*font-size: 90%;*/
		margin: 25px 0 30px;
	}
	.home-section.cta .wrap .caption .more {
		text-align: left;
	}

		
.home-section.video {
	background-color: #f3f6e2;
	clear: both;
}
.home-section.video .wrap {
	
}
	.home-section.video .wrap .player {
		width: 60%;
	}
	.home-section.video .wrap .player .adthrive {
		min-height: auto !important;
		margin-top: 30px;
	}
	.home-section.video .wrap .caption {
		width: 40%;
		padding-left: 4.5%;
		text-align: center;
	}
	.home-section.video .wrap .caption h2 {
		font-size: 26px;
		margin: 0;
	}
		.home-section.video .wrap .caption h2 em {
			font-size: 28px;
		}
	.home-section.video .wrap .caption p {
		/*font-size: 90%;*/
		margin: 18px 0 25px;
	}
	.home-section.video .wrap .caption .more {
		text-align: center;
	}

		
.home-section.books {
	background-color: #f0edf2;
	clear: both;
}
.home-section.books .item {
	width: 46%;
	align-items: center
}
	.home-section.books .item img {
		width: 50%;
		height: auto;
		display: block;
	}
	.home-section.books .item .caption {
		width: 50%;
		padding-left: 15px;
		text-align: center;
	}
	.home-section.books .item .caption h2 {
		font-size: 24px;
		margin: 0 
	}
	.home-section.books .item .caption p {
		/*font-size: 90%;*/
		margin: 10px 0
	}
	.home-section.books a.more-link {
		font-size: 14px;
	}

.home-section.press {
	clear: both;
	width: 100%;
	margin-top: -50px;
	border-bottom: 1px solid #e8e8e8;
}
	.home-section.press h2 {
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 11px;
		margin: 0;
		text-align: left;
		opacity: 0.6;
	}
	.home-section.press img {
		height: auto;
		width: 100%;
		margin: 0;
	}
.press-desktop {
	display: block;
}
.press-mobile {
	display: none;
}

.home-section.top-tools {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	margin-top: -20px;
}
.home-section.top10 {
	margin-bottom: 40px
}
	.home-section.top10 .divider {
		text-align: center;
		margin-bottom: 30px;
	}
.home-section.top10 .items {
	counter-reset:li;
}
.home-section.top10 .items>.item {
	position: relative;
}
.home-section.top10 .items>.item:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	-webkit-transform: translate(-40%,-40%);
	-ms-transform: translate(-40%,-40%);
	transform: translate(-40%,-40%);
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: url(images/icon-plain.png) no-repeat center center;
	background-size: 100% auto;
	padding-top: 6px;
	/*background-color: #e02727;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	*/
	z-index: 101;
	opacity: 1.0
}

/* FD CU 2023-09-23 - Custom block styles */

.featured-review-block {
    padding: 30px;
    text-align: center;
}
.featured-review-block .subtitle {
    margin: 10px;
}
.featured-review-block .caption {
    padding: 0;
    width: 100%;
}
.featured-review-block .description {
    margin: 10px 0;
    font-style:italic;
}
.featured-review-block .more-link {
    background-color: #ffffff;
    font-size: 14px;
    padding: 11px 20px 10px;
    border-radius: 18px;
}
.featured-review-block .more-link:hover {
    background-color: #ffffff;
    box-shadow: none;
}
.featured-review-block .reviewer {
    font-family: "frenchie_mini", cursive;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 30px;
}
.featured-review-block .wprm-recipe-rating .wprm-recipe-rating-details {
    font-family: "brandon_grotesque", arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #747273;
    font-size: 12px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: .1em;
}



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

.cat-title {
	margin:-41px 0 40px;
	padding-top: 40px;
	padding-bottom: 40px; 
	background: #f5f5f5 url(images/wavebg.png) repeat-x center bottom;
	background-size: 138px 132px;
	/*font-size: 90%;*/
}
	.cat-title h1 {
		margin-bottom: -8px;;
	}
.cat-title .breadcrumb {
	clear: none;
}
.cat-title img {
	float: right;
	width: 25%;
	height: auto;
	max-width: 200px;
	margin-left: 15px;
	border-radius: 50%;
}

.home-section.featured-posts {
	margin-bottom: 50px
}

/* First Large Post */
.items-first-lg {
	display: block;
	margin: 0;
}
.items-first-lg .item {
	width: 21.5%;
	margin: 0 0 20px 3.5%;
	float: right;
}
	.items-first-lg .item:nth-child(4) {
		clear: right
	}
.items-first-lg .item:first-child {
	width: 50%;
	margin: 0;
	float: left;
}
	.items-first-lg .item:first-child .title {
		font-size: 26px;
		margin-bottom: 0;
	}
		.items-first-lg .item:first-child .title:before {
			content: "start here:";
			display: block;
			font-family: "frenchie_mini", cursive;
			text-transform: none;
			letter-spacing: normal;
			font-weight: normal;
			font-style: normal;
			font-size: 28px;
			margin-top: 5px;
		}

.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;
	margin-bottom: 40px !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.3;
	font-size: 19px;
	color: #e02727;
}
	.span_content .archiveslist li:before {
		display: none;
	}
.archiveslist a {
	color: #403e3f;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #e02727;
	}


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

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


.shop-post .post-thumb {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.shop-post .post-thumb img {
		
	}
	.shop-post a:hover .post-thumb {
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		box-shadow: 0px 0px 8px rgba(0,0,0,.1);

	}
	
.recipe-cats .item img {
	max-width: 80px;
	height: auto;
	margin: 0 auto;
}
.tagindex ul, .tagindex li {
	margin: 0 !important;
	padding: 0 !important; 
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #747273;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #e02727
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #747273;
	letter-spacing: normal;
	font-style: italic;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 14px;
}

.tagtitle em a {
	color: #747273;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #e02727;
	}
	
.tagslist {
	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;
	font-size: 90%;
	margin:	 0 !important
	
}

	.tagslist li em {
		color: #747273;
		font-size: 80%;
	}


/*Subcategories*/
ul.subcategories {
	margin: 25px 0 25px;
}
ul.subcategories strong {
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul li, ul.subcategories li ul {
	display: inline-block
}
	ul.subcategories li ul:before {
		content: "Subcategories: ";
		font-size: 12px;
		font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin-right: 8px;
	}
ul.subcategories ul li a, .widget.categories a, .post-cats a {
	display: inline-block;
	font-size: 12px;
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 11px 3px;
	margin: 3px 3px 3px 0;
	border-radius: 12px;
	text-decoration: none;
	color: #403e3f;
	background-color: #ffffff;
}
	.post-cats a,  ul.shop-subcategories ul li a {
		background-color: #F5F5F5;
	}
	ul.subcategories ul li a a:hover, .widget.categories a:hover, .post-cats a:hover {
		color: #ffffff;
		background-color: #42adbd;
		text-decoration: none;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #e02727;
	color: #403e3f !important;
}

ul.subcategories ul li a.all {
	background-color: transparent;
}
	ul.subcategories ul li a.all:hover {
		background-color: #e02727
	}

/*Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
		margin-left: 2px;
	}
	.facetwp-depth {
		margin-left: 20px;
	}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px 7px;
	font-size: 16px;
	background-color: #F3F3F3
}
.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;
	min-width: auto !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-flyout-open {
	display: none
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #161714;
	font-family: "brandon_grotesque", 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, button.facetwp-flyout-open:hover {
		color: #403e3f;
		background-color: #e02727;
	}


/*!Breadcrumbs*/

.breadcrumb {
	color: #6B6B6B;
	font-size: 11px;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	clear: both;
	margin: 0 0 5px;
}
	.single-post-content .breadcrumb {
		text-align: center;
	}
.breadcrumb a {
	color: #6B6B6B;
	text-decoration: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		display: none;

	}
.breadcrumb a:hover {
	color: #e02727;
}

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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #e02727;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 15px 26px 14px;
	text-decoration: none;
	border-radius: 24px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 10px 15px;
		border-radius: 18px;
	}


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



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f5f5f5;
	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;
	border: none;
	height: 50px;
	position: relative;
}

.search-form .search-field {
	color: #403e3f;
	background-color: #ffffff;
	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: 50px;
	height: 50px;
	border: none;
	padding: 0 45px 0 15px;
	vertical-align: middle;
	width: 100%;
	border-radius: 20px;
}
	.sidebar .search-form .search-field, .span_content .search-form .search-field {
		border: 1px solid #e8e8e8
	}
	.span_content .search-field {
		border: 1px solid #e8e8e8;
	
	}
	.search-form .search-field:focus {
		outline: none;
		border: 3px solid #e02727
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 24px;
	color: #403e3f;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
	.search-form .search-submit i {
		font-weight: normal
	}

	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus, .home-section.icons .search-form .search-submit:hover {
	color: #e02727 !important;
}


/*Subscribe Forms*/

.subscribe {
	
}
	.sidebar .subscribe, .inner-post .subscribe {
		background-color: #e8f5f7;
		padding: 25px;
		border-radius: 30px;
	}
.subscribe h2 {
	margin: 0 0 15px;
}
	.inner-post h2 {
		font-size: 32px;
		margin-bottom: 0;
	}
		.inner-post h2 em {
			font-size: 24px;
			margin: 0;
		}
	.footer .subscribe h2 {
		text-align: left
	}
.subscribe p {
	
}
.email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
}
	.sidebar .email-form, .inner-post .email-form {
		border: none;
	}
	.wp-block-group .email-form {
		max-width: 680px;
		margin: -20px auto 25px;
	}
	.footer .email-form {
		margin-top: 25px;
	}
.email-input {
	border: 3px solid #ffffff;
	background-color: #ffffff;
	color: #434f57;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	float: left;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 16px;
	border-radius: 20px;
}
	.footer .email-input, .inner-post .email-input, .wp-block-group .email-input {
		width: -moz-calc(49% - 25px);
		width: -webkit-calc(49% - 25px);
		width: calc(49% - 25px);
		margin-right: 2%;
		margin-bottom: 2%;
		font-size: 16px;
	}
		.footer .email-select, .inner-post .email-select, .wp-block-group .email-select {
			width: -moz-calc(100% - 50px);
			width: -webkit-calc(100% - 50px);
			width: calc(100% - 50px);
			margin: 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 15px center;
			  background-repeat: no-repeat;
			  background-size: 20px auto;
		}
	.tagline.subscribe .email-input {
		border: 1px solid #e8e8e8;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		border-radius: 12px;
		padding: 0 10px;
		width: 200px;
	}
	.has-white-background-color .email-input {
		border: 1px solid #e8e8e8;
	}
	.sidebar .name-input {
		margin-bottom: 15px;
	}
	.email-input:focus {
		outline: none;
		color: #403e3f;
		background-color: #ffffff;
		border: 3px solid #e02727
	}
		.tagline.subscribe .email-input:focus {
			border-color: #e02727; 
		}

.email-submit {
	border: none;
	width: 100%;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #403e3f;
	background-color: transparent;
	text-align: center;
	border: none;
	width: 50px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}
	.sidebar .subscribe .email-submit {
		
	}
	.email-submit i {
		font-size: 30px;
		line-height: 55px;
	}
		.sidebar .subscribe .email-submit i {
			
		}
	.tagline.subscribe .email-submit {
		height: 32px;
		line-height: 32px;
		width: 32px;
	}
		.tagline.subscribe .email-submit i {
			font-size: 20px;
			line-height: 32px;
		}
	.email-submit:hover, .email-submit:focus {
		color: #e02727;
	}

::placeholder {
	color: #747273;
}

.wp-block-group.subscribe {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.wp-block-cover .wp-block-group.subscribe {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 4%;
}
	.wp-block-cover .wp-block-group.subscribe h2 {
		color: #403e3f !important;
	}
	
.fullwidth.wp-block-cover {
	width: auto !important;
	padding: 5%;
}

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

.footer {
	position: relative;
	clear: both;
	overflow: hidden;
	clear: both;
	font-size: 15px;
	padding: 50px 0 50px;
	position: relative;
	margin-top: 60px;
}
	body.home .footer {
		margin-top: 0;
	}
	body.paged .footer {
		margin-top: 60px;
	}

.footer:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: -1;
	background: #f5f5f5 url(images/wavebg.png) repeat-x center bottom;
	background-size: 138px 132px;
}
	
.footer a {
	text-decoration: none;
	color: #403e3f;
}
	.footer a:hover {
		color: #e02727
	}

.footer .wrap {
	-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;
}
	.footer .footer-widget {
		width: auto;
		text-align: center;
	}
		.footer .footer-widget li {
			margin-bottom: 8px;
			text-align: center;
		}
	.footer h2 {
		color: #3f3e3f;
		font-size: 18px;
		margin: 0 0 15px;
	}

.footer .subscribe {
	background-color: transparent;
	padding: 0;
	overflow: hidden;
	margin: 0 0 40px;
	width: 480px;
	float: left;

}
	.footer .subscribe h2 {
		text-align: left
	}
	.footer .subscribe .email-form {
		margin-bottom: 30px;
	}
	.footer .social {
		text-align: left
	}
	.footer .social a {
		width: 52px;
		height: 52px;
		line-height: 54px;
		font-size: 18px;
		background-color: #dfdede;
	}

	
.copyright {
	text-align: center;
	color: #747273;
	font-size: 11px;
	padding-bottom: 25px
}
.copyright .logo {
	margin: -50px auto 10px;
	text-align: center;
	float: none;
	position: relative;
	z-index: 101;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	display: inline-block;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
	color: #747273;
}
#menu-copyright {
	margin-bottom: 15px;
}
#menu-copyright li {
	display: inline-block;
	margin: 0 4px;
}


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

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

#respond {
	margin-bottom: 10px;
	padding: 2% 5% 10px;
	background: #f5f5f5;
	border-radius: 30px;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-title, #reply-title {
	
}
#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 #e8e8e8;
	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: #f5f5f5;
	border-radius: 24px;
	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 strong {
	font-weight: bold;
	font-size: 14px;
	color: #403e3f;
}

	.comment-meta strong a {
		color: #403e3f;
		text-decoration: underline;
		border: none !important;
		box-shadow: none !important;
	}
	
	.comment-meta a:hover {
		color: #403e3f;
		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
}

.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #747273;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 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: #403e3f;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 30px 0 10px;
	color: #747273;
}
.pagination:before {
	margin: 0 5px 0 0;
	content: "See More:";
	display: inline-block;
	vertical-align: middle;

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

.pagination .page-numbers.current, .pagination a.active {
	color: #ffffff;
	background-color: #403e3f;
	border-color: #403e3f;
	font-weight: bold;
}
	.pagination .page-numbers:nth-last-child(2) {
		/* display: none */
	}
		body.archive .pagination .page-numbers:nth-last-child(2) {
			display: inline-block
		}
	
.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	background-color: #e02727;
	color: #403e3f;
}

	.pagination .prev:hover, .pagination .next:hover {
		color: #e02727 !important;
	}
	
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "brandon_grotesque", arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 32px;
	display: block;
	float: right;
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	margin-right: -10px
}

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

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

#main li a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #403e3f;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#main li a:hover, #main li:hover a, #main li a:focus {
	color: #e02727;
	outline: none;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 50%;
	padding: 5px;
	line-height: 1.4;
	background-color: #f5f5f5;
	text-align: center;
	z-index: 2001;
	width: 200px;
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	box-shadow: 1px 3px 6px rgba(0,0,0,.25);

}

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

#main li li a {
	width: 100%;
	padding: 8px 5px;
	border: none;
	color: #403e3f !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none !important;
	box-shadow: none !important;
}
	
	#main li li a:hover, #main li li:hover>a, #main li li a:focus {
		background-color: #e02727;
		color: #ffffff !important;
		border: none;
		box-shadow: none;
	}

#main li li.bold a {
	
}

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

#main ul li.search {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
	#main ul li.search i {
	
	}


/*! Show indicator for menu items with children */
#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 0px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	left: 270px;
	top: -5px;
	margin: 0;
	width: 150px;
}

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

#main li li li a {
	background-color: transparent !important;
	color: #3f3e3f !important
}
	#main li li li a:hover, #main li li li:hover>a, #main li li li a:focus {
		background-color: #e02727 !important;
		color: #ffffff !important;
		border: none;
		box-shadow: none;
	}



/*! WPRM */

.wprm-recipe.wprm-recipe-template-custom {
	position: relative;
	overflow: visible;
	margin: 160px 0 55px;
	border: none;
	line-height: 1.6;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border: 2px solid #F5F5F5;
}
.wprm-recipe-template-custom-container {
	
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-header {
	background-color: #F5F5F5;
	background: #f5f5f5 url(images/wavebg.png) repeat-x center bottom;
	background-size: 138px 132px;
	padding: 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		margin-top: -140px;
		margin-bottom: 25px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		border: 10px solid #ffffff !important;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-body {
	padding: 30px;
}
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 5px !important;
	letter-spacing: .1em;
	border: none;
	padding: 0;
	font-size: 30px;
	text-align: center;
}
		.wprm-recipe.wprm-recipe-template-custom h2 em {
			font-size: 24px;
		}
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	text-transform: none;
	letter-spacing: .1em;
	padding-top: 25px;
	border-top: 2px solid #F5F5F5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredients-container h3.wprm-recipe-header {
		border-top: none;
		padding-top: 0;
		margin-top: 5px !important;
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 10px 0 10px !important;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 8px;
	border-bottom: 1px solid #F5F5F5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container h4.wprm-recipe-group-name {
		margin: 30px 0 15px !important
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 15px 0 15px;
	text-align: center;
}

/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	margin: 20px 0 0;
	line-height: 1.8;
	text-align: center;
	color: #403E3F;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		text-align: left;
		color: #3f3e3f;
		margin: 0;
		background-color: #ffffff;
		margin: 5px 0px 0px;
		text-align: center;
		padding: 10px;
	}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-italic {
		font-size: 13px;
		font-weight: normal;
		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 !important;
	}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container-inline {
	display: inline-block;
	margin: 0 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container-inline {
		margin: 0 15px 0 0
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	color: #43ACBD;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px		
}

	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
	border: none;
	box-shadow: none;
	text-decoration: underline;
	color: #3f3e3f
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
	font-size: 100%
}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating, .wprm-recipe-roundup-item .wprm-recipe-rating {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal !important;
		display: inline-block;
		font-size: 12px !important;
		opacity: 0.75;
		margin-left: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}


.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: bold;
	
}

		
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom  .wprm-recipe-buttons {
	margin: 20px 0 15px;
	text-align: center !important;
	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;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	width: 31%;
	text-decoration: none;
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
	font-size: 12px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	padding: 10px 10px !important;
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link em {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #42adbd !important;
		color: #403E3F !important
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 5px;
		color: #424752;		
	}
		.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-print:before {
			content: "\f02f";
		}
		.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-pin:before {
			content: "\f08d";
		}
		.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:before {
			content: "\f005";
		}

/*Lists*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
	color: #747273;
	font-size: 90%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-unit {
	font-weight: bold
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients {
	margin-bottom: 25px !important
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li {
	margin-left: 30px !important;
	margin-bottom: 10px;
	line-height: 1.4;
	list-style-type: none !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li {
		margin: 5px 0;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:before, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li:before {
		content: "";
		width: 6px;
		height: 6px;
		padding: 0;
		top: -3px;
		margin-right: 10px !important;
		margin-left: -20px !important;
		background-color: #dfd9e4;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:marker, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:marker {
		display: none;
	}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li {
	margin-left: 40px !important;
	margin-bottom: 15px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
		font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
		padding: 0;
		 margin: 2px 0 0 -40px;
	}
	
/*Equipment*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images {
	margin: 5px -5px;
	display: flex;
	flex-wrap: nowrap;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-header:after {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		content: " (contains affiliate links)";
		font-size: 11px;
		font-style: italic;
		opacity: 0.7;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	margin: 0 !important;
	width: 25%;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item img {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .dpsp-pin-it-button {
		display: none !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item .wprm-recipe-equipment-name {
	text-align: center;
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	line-height: 1.4;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images a {

}

/*Notes*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	font-size: 90%;
}

/*Call to Action*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	background-color: #e8f5f7;
	padding: 30px 30px 20px;
	display: block;
	margin: 0 -2px -2px;
	font-size: 16px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action p a {
	font-weight: bold;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action h3 {
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 20px;
	margin: 0 0 5px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action h3:before {
		content: "\f16d";
		font-family: "Font Awesome 5 Brands";
		font-weight: normal;
		margin-right: 12px;
		font-size: 380%;
		line-height: .8;
		vertical-align: middle;
		float: left;
		color: #42adbd;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action p {
	display: block;
	width: 100%;
	text-align: left;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-recipe-buttons {
	margin: 20px 0 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-recipe-buttons a {
		text-decoration: none !important;
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-recipe-buttons a:before {
			
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-recipe-buttons a:hover {
		
	}

/*Nutrition*/

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	margin: 0px 0px 0px;
	background-color: #E8E8E8;
	padding: 25px 30px 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
		font-weight: bold;
		color: #424752;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-weight: normal;
	} 


/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	text-align: center;
	padding: 7px 1px;
	margin: 5px 0 0;
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		color: #3f3e3f !important;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .14em;
		padding: 5px 15px 5px;
		border: none;
		background-color: #e8f5f7;
		border-radius: 20px;
		margin: 5px 3px 5px;
	}
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus {
			color: #ffffff !important;
			background-color: #42adbd !important;
			opacity: 1.0 !important;
		}
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			margin-right: 5px;
			color: #42adbd;
		}
			.post-meta a.wprm-recipe-jump-video:before {
				content: "\f03d";
			}
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 16px;
	margin: 0 8px;
}
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	letter-spacing: normal;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	font-size: 11px;
}


/* Roundups */

.wprm-recipe-roundup-item {
	background-color: #F5F5F5;
	border-radius: 22px;
	text-align: center;
	overflow: visible !important;
	margin-top: 100px;
	padding: 1px 20px 20px;
}
.wprm-recipe-roundup-item .wprm-recipe-roundup-summary-container {
	text-align: center;
}

.wprm-recipe-roundup-item .wprm-recipe-image {
		margin-top: -90px;
		margin-bottom: 25px;
		text-align: center !important;
	}
	.wprm-recipe-roundup-item .wprm-recipe-image a {
		display: block;
		text-align: center;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe-roundup-item .wprm-recipe-image img {
		width: 180px;
		height: auto;
		display: block;
		border-radius: 50%;
		border: 10px solid #ffffff !important;
		margin: 0 auto !important;
	}
	
.wprm-recipe-roundup-item h3.wprm-recipe-name {
	margin: 0px !important;
	letter-spacing: .1em;
	border: none;
	padding: 0;
	font-size: 24px;
	text-align: center;
}
	.wprm-recipe-roundup-item h3.wprm-recipe-name a {
		border: none;
		box-shadow: none;
	}
.wprm-recipe-roundup-item .wprm-recipe-summary {
	margin: 15px 0 25px;
	text-align: center;
	font-size: 90%;
	line-height: 1.6;
}

.wprm-recipe-roundup-item a.wprm-recipe-link {
	text-decoration: none;
	font-family: "brandon_grotesque", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	padding: 10px 25px;
}
	.wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #42adbd !important;
		color: #403E3F !important
	}
.wprm-recipe-roundup-item .wprm-recipe-rating {
	margin-top: 10px;
}