/*! 
Theme Name: Kay's Clean Eats
Theme URL: https://www.kayscleaneats.com
Description: Custom responsive blog theme by Purr.
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 - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		max-width: 720px;
		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: 1180px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #EAEAEA;
	background-color: #faedeb;
	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: 'now_alt';
	src: url('fonts/nowalt-bold-webfont.woff2') format('woff2'),
		 url('fonts/nowalt-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

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


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

a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	/*Desktop Link Transitions*/
	@supports not (-webkit-touch-callout: none) {
		a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title, .search-form .search-submit svg, #main li a {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
	}
a:link, a:visited, a:active {
	color: #323232;
	text-decoration: underline;
}

a:hover {
	color: #E27C6C;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #323232;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 2px no-repeat;	
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .archiveslist a:hover, .archiveslist a:focus {
			color: #e27c6c;
			background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 3px no-repeat;	
		}
		.post-content a span[style] {
			text-decoration: none !important;
		}
	a.sbi_header_link {
		background: none !important;
	}
p {
	margin: 25px 0;
}

img {
	display: block;
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: "moranga", "Iowan Old Style", Georgia, "Source Serif Pro", Times, serif;
	line-height: 1.2;
	font-weight: bold;
	margin: 25px 0;
	color: #323232;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eaeaea;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				padding-bottom: 0;
				margin-top: 25px;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.block-title {
		font-size: 28px;
		text-align: left;
		position: relative;
		z-index: 101;
	}
		.block-title.latest {
			text-align: left;
		}
	.block-title em {
		
	}
	.subtitle {
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .2em;
		display: block;
	}

	.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
		
	}
	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 30px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

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

.sep2 {
	width: 100%;
	height: 10px;
	margin: 35px 0;
	border-bottom: 1px solid #EAEAEA;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: none !important;
	margin: 45px auto;
}

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

/*!---------HEADER---------*/
	
.header {
	text-align: center;
	position: relative;
	z-index: 101;
	margin-bottom: 30px;
}
	body.home .header {
		border: none;
		margin-bottom: 0;
	}

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

	.header .social {
		display: inline-block;
		vertical-align: middle;
		height: 48px;
		padding: 0
	}
	.header .top-nav {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin-right: auto;
		padding: 0 8px;
	}
	.header .header-search {
		width: 200px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		height: 48px;
	}
	
.header #main, .header .top-stuff {
	float: right;
	text-align: right;
}
.header .top-stuff {
	margin: 30px 0 0 0;
}
#main {
	margin: 30px -10px 0 0;
	clear: right;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.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.biglist li, .span_content .bakers-tips ul li {
		margin-bottom: 25px;
	}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #323232;
		background-color: #E27C6C;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 9px;
		width: 9px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}
	.span_content .has-yellow-background-color ul li:before, .span_content .bakers-tips ul li:before {
		background-color: #323232;
	}


.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: #E27C6C;
	-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: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
	.span_content .has-yellow-background-color ol>li:before {
		background-color: #ffffff;
	}
	.span_content ol ul li {
		list-style-type: none;
	}
.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

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


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

h1.page-title {

}

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

.sidebar {

}

.sidebar .home-section {
	margin: 30px 0 50px 0;
	text-align: center;
}

.widget a {
	text-decoration: none;
}

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

.social a {
	color: #ffffff;
	background-color: #E27C6C;
	font-size: 15px;
	padding: 0px;
	margin: 0 1px;
	text-decoration: none;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}
	.social a:nth-child(1) {
		background-color: #E27C6C;
	}
	.social a:nth-child(2) {
		background-color: #e27c6c;
	}
	.social a:nth-child(3) {
		background-color: #e7998e;
	}
	.social a:nth-child(4) {
		background-color: #ebb6b0;
	}
	.social a:nth-child(5) {
		background-color: #e6be7f;
	}
	.social a:nth-child(6) {
		background-color: #e2c650;
	}
	
	.social a:hover {
		opacity: 0.7;
		transform: scale(1.1)
	}
	.social strong {
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		line-height: 1.3;
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #E27C6C;
		background: url(images/arrow.png) no-repeat bottom right;
		background-size: 43px auto;
		padding: 0 15px 23px;
		width: 110px;
		display: inline-block;
		margin-top: 4px;
		position: relative;
		top: 5px;
	}
	.sidebar .social {
		text-align: center;
		margin-bottom: 60px;
	}
		.sidebar .social strong { 
			width: 70px;
			padding: 0;
			background-image: none;
		}


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

.post {

}

h1.post-title, h2.post-title {
	margin: 5px 0 10px;
	text-align: left;
}

.post-meta {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #656565;
	margin: 0 0 25px;
}
.post-meta a {
	color: #656565;
	font-weight: bold;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #e27c6c;
		text-decoration: underline;
	}
	.post-meta.post-cat a {
		font-size: 11px;
		color: #323232;
		padding: 1px 3px;
		font-weight: bold;
		letter-spacing: .15em;
		background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 1.5px no-repeat;	
		display: inline-block;
	}
		.post-meta.post-cat a:hover {
			color: #e27c6c;
			background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 4px no-repeat;	
			text-decoration: none;
		}
.post-meta>.wprm-recipe-block-container-inline {
	display: inline-block;
	color: #323232;
	margin: 10px 0px 0 0;
}
	.teaser-post .post-meta>.wprm-recipe-block-container-inline {
		margin: 0;
	}
	.post-meta>.wprm-recipe-block-container-inline:nth-child(2):before {
		content: "—";
		margin: 0 8px 0 10px;
	}
	.post-meta .wprm-recipe-block-container:first-child:before {
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 6px;
		font-size: 112%;
		line-height: 1;
		color: #e27c6c;
	}
		.post-meta .wprm-recipe-time-container:before {
			/*font-family: "Font Awesome 5 Pro";
			content: "\f017" !important;
			margin: 0 4px 0 0 !important;*/
			content: "—";
		}
		/*.post-meta .wprm-recipe-servings-container:before {
			color: #e2c650;
			content: "\f2e7" !important;
			margin: 0 4px 0 0 !important;
		}
		.post-meta .wprm-recipe-servings-container:before {
			color: #e2c650;
			content: "\f2e7" !important;
			margin: 0 4px 0 0 !important;
		}*/
	.post-meta span {
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: bold;
		display: inline-block
	}
		.post-meta span.wprm-recipe-rating-average {
			font-weight: normal;
			letter-spacing: normal;
			text-transform: none;
		}

.post-meta .avatar {
	border-radius: 50%;
	width: 36px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.post-meta .meta-time {
	margin-left: 10px;
}
.post-meta .wprm-recipe-time {
	font-weight: bold;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #656565;
}
	.meta-bottom a {
		color: #656565;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #656565;
		background-color: #faedeb;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-decoration: none !important;
		padding: 7px 8px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #e27c6c;
			color: #ffffff;
		}
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: #656565;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block !important;
}

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

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	color: #656565;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		margin: -15px 0 0
	}
a.more-link {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #323232;
	background: none;
	margin: 0px;
	padding: 2px;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}
	.more-link i {
		color: #e27c6c;
		font-size: 115%;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: -1px;
	}
	.home-section .fixed-more a.more-link {
		font-size: 12px;
	}
	a.more-link:hover, a.more-link:focus {
		color: #e27c6c;
	}

	.home-section .more {
		
	}
		@media ( min-width : 650px ) {
			.home-section .fixed-more {
				position: absolute;
				top: -2px;
				right: 19px;
				z-index: 101;
			}
			.home-section.whats-new .fixed-more {
				right: 0px;
			}
			
		}

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

.fullwidth, .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	width: 100vw;
}


.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin: 30px 0;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 15px;
		line-height: 1.4;
		padding: 0 8px 8px;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.page .wp-block-group.has-background, .page .has-background {
	padding: 3vw;
}
	.post ol.has-background, .post ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -15px -30px 10px;
			padding: 15px 30px;
		}
	
	.has-pink-background-color {
		background-color: #e27c6c;
	}
	.has-medpink-background-color {
		background-color: #ebb6b0;
	}
	.has-lightpink-background-color {
		background-color: #faedeb;
	}
	.has-yellow-background-color {
		background-color: #e2c650;
	}
	.has-lightyellow-background-color {
		background-color: #f8f1d3;
	}
	.has-black-background-color {
		background-color: #323232;
	}
	.has-gray-background-color {
		background-color: #656565;
	}
	.has-lightgray-background-color {
		background-color: #eaeaea;
	}
	.has-white-background-color {
		background-color: #FFFFFF;
		border: 1px solid #eaeaea !important;
	}
	.has-marble-background-color {
		background: url(images/marble.jpg);
		background-size: 240px auto;
	}
	
	
	.has-black-color {
		color: #323232;
	}
	.has-pink-color {
		color: #E27C6C;
	}
	.has-medpink-color {
		color: #ebb6b0;
	}
	.has-lightpink-color {
		color: #faedeb;
	}
	.has-yellow-color {
		color: #e2c650;
	}
	.has-lightyellow-color {
		color: #f8f1d3;
	}
	.has-black-color {
		color: #323232;
	}
	.has-lightgray-color {
		color: #faedeb;
	}
	.has-gray-color {
		color: #656565;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}

.wp-block-quote cite {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 15px;
	}


.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-weight: 600 !important;
	font-size: 21px;
}
.schema-faq-question:before {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #323232;
	background-color: #E27C6C;
	-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;
}
	

/*! Inner Post */

.inner-post {
	
}

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

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.2;
	font-family: "moranga", "Iowan Old Style", Georgia, "Source Serif Pro", Times, serif;
	font-weight: bold;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

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

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

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

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

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


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: left;
		position: relative;
	}
	
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -2.5%;
	}
		.category-posts-block .items-2-col {
			margin: 5.25% 2.5% 10px;
		}
		.items-2-col .item {
			width: calc((100% / 2) - 5%);
			margin: 0 2.5% 2.5%;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}
		.span_content_full .items-3-col .item, .search-posts .item	 {
		
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}
		.recipe-cats {
			margin-top: 35px;
		}

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

	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 7 Columns*/
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 8 Columns*/
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 0;
		}

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

}

	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(12px, 2.5vw, 24px);
	}
	.items-3-col .item .title, .home-section .widget-content .caption .block-title {
		font-size: 30px;
		font-size: clamp(18px, 3vw, 30px);
	}
		
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 1.5vw, 21px);
			padding: 0;
			border: none;
		}
		
	.items-4-col .item .title {
		font-size: 24px;
		font-size: clamp(18px, 2vw, 24px);
	}
		.sidebar .items .item .title {
			font-size: 16px;
			margin: 10px 0;
		}
		.post-content .items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 1.5vw, 21px);
		}
	
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 14px;
		font-size: clamp(12px, 1.5vw, 16px);
	}
	
	.icons .item .title {
		text-align: center;
		font-size: 12px;
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 10px 0;
		white-space: nowrap;
		font-size: clamp(10px, 1.4vw, 12px);
	}

.item .title {
	text-decoration: none;
	color: #323232;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #323232;
		text-decoration: none;
	}
	.item a:hover, .item .title a:hover, .item a:hover .title {
		color: #E27C6C;
		border: none !important;
		box-shadow: none !important;
	}


.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: 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
}
	.icons .item img {
		border-radius: 50%;
	}
	.items .item a:hover img {
		opacity: 0.85;
	}
	.icons .item a.block:hover img {
		transform: scale(1.05) rotate(-3deg);
	}
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section .wrap {
		padding: 0;
	}
.post-content .featured-posts-block {
	padding: 0;
}
.post-content .featured-posts-block.has-background {
	padding: 15px 4% 5px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: -10px 0 15px;
	}
	.post-content .featured-posts-block .block-title {
		margin: 15px 0 15px;
		padding: 0;
		border: none;
		font-size: 21px;
		text-align: left;
	}
	
.span_content_full .page-content .home-section.has-background {

}
	.span_content_full .page-content .home-section.has-background {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width	  : 100vw;
		width: 100vw;
	}
	.page-content .featured-posts-block .wrap, .post-content .featured-posts-block .wrap, .page-content .home-section .wrap {
		padding: 0;
	}
		.page-content .home-section.has-background .wrap {
			padding: 0 20px
		}


.post-content .featured-posts-block .more {
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}
.post-content .featured-posts-block a {
	box-shadow: none;
	border: none;
}


.item .post-meta {
	margin: 0;
}
	.teaser-post .post-meta {
		margin: 3px 0 15px;
	}
.item .post-cat {
	margin: 10px 0 -3px;
}
	.teaser-post .post-cat {
		margin: 15px 0 0;
	}

.item .excerpt {
	font-size: 95%;
	line-height: 1.5;
	margin: 0;
}
	.shop-item .excerpt {
		font-size: 90%;
		margin: 0;
	}
	.item .excerpt p {
		margin: 10px 0;
	}
	.teaser-post .excerpt {
		
	}
.teaser-post .more {
	text-align: left;
	margin: 15px 0 0	
}

.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0%;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		background-color: #E27C6C;
		color: #323232;
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 13px;
		padding: 9px 11px 9px 13px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #E27C6C;
		}
		
.item .wprm-recipe-rating {
	margin: -5px 0 15px;
	font-size: 16px;
}
	.item .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-size: 12px;
		color: #656565;
		margin: 0 0 0 5px !important;
	}

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

.upper-home-sections {
	margin-bottom: 5vw;
}
.lower-home-sections {
	margin: 1vw 0 0;
	padding-top: 7vw;
	background: url(images/wavyline.png) repeat-x top center;
	background-size: auto 18px;
}
.cat-landing {
	margin-top: 3vw;
}	
	.cat-landing .home-section:first-child {
		padding-top: 3vw;
		border-top: 1px solid #EAEAEA;
	}
	.no-cat-landing {
		margin-bottom: 40px;
	}
.recipe-index-sections {
	margin: 3vw 0;
}
.home-sections {
	display: flex;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	gap: 6vw;
}
	.upper-home-sections.home-sections {
		gap: 1vw;
	}
	.cat-landing.home-sections {
		gap: 5vw;
	}
	.recipe-index-sections.home-sections {
		gap: 5vw;
	}
.home-section {
	clear: both;
	position: relative;
}

.home-section .wrap {
	position: relative;
}
	.home-section.has-background {
		border: none !important;
		position: relative;
		padding: 3vw 0;
	}
	
	.home-section.video-block {
		
	}
	.home-section.category-posts-block {
		margin: 2vw 0;
	}
	.upper-home-sections .home-section {
		padding: 0;
		margin: 0;
		position: relative;
	}
		.upper-home-sections .home-section.has-background {
			border: none;
			padding: 3vw 0;
		}
		.home-section.subscribe.has-background {
			border: none !important;
			position: relative;
			padding: 18px 0;
		}

.home-section .block-title {
	margin: 0 0 15px;
	text-align: left;
}
	.home-section .block-title .stars {
		display: inline-block;
		position: relative;
	}
	.home-section .block-title .stars:before {
		display: block;
		content: "";
		width: 47px;
		height: 66px;
		background: url(images/stars2.png) no-repeat left center;
		background-size: auto 66px;
		position: absolute;
		top: -20px;
		left: -43px;
		z-index: -1;
	}
	.home-section .block-title .stars:after {
		display: block;
		content: "";
		width: 35px;
		height: 35px;
		background: url(images/stars3.png) no-repeat left center;
		background-size: auto 35px;
		position: absolute;
		top: 20px;
		right: -35px;
		z-index: 2;
	}
.home-section .featured-posts-block p.description {
	margin: -10px 0 20px;
}


	
.optin-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 25px;
	padding: 20px 0 20px 75px;
	max-width: 880px;
	margin: 0 auto;
	background: url(images/stars1.png) no-repeat left center;
	background-size: auto 100%;
}
	
	.optin-content .caption {
		flex-shrink: 1;
		text-align: center;
	}
		.optin-content .caption .block-title {
			margin: 0;
			font-size: 30px;
		}
			.optin-content .caption .block-title em {
				font-style: normal;
				background: linear-gradient(#e2c650, #e2c650) 0 80% / 100% 12px no-repeat;
			}
		.optin-content .caption p {
			margin: 7px 0 0;
			font-size: 11px;
			font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: .2em;
		}
	.optin-content .form {
		flex-grow: 1;
	}
		.post-content .optin-content .form {
			
		}

	.sidebar .optin-content {
		display: block;
		flex: none;
		padding: 2px 15px;
		text-align: center;
		background-image: none;
	}
		.sidebar .optin-content .caption:before {
			display: none;
		}
		.sidebar .optin-content .caption {
			padding-bottom: 15px;
		}
		.sidebar .optin-content .caption .block-title {
			margin: 0;
			font-size: 24px;
			text-align: center;
		}
		.sidebar .optin-content .caption * {
			z-index: 11;
			position: relative;
		}


.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 4vw;
}
	.sidebar .home-section .widget-content {
		display: block;
		margin: 0;
	}
	.home-section.latest-post .widget-content {
		margin-bottom: 6vw;
	}
.home-section .widget-content .image {
	flex-basis: 62%;
	z-index: 2;
	position: relative;
	align-self: flex-start;
	order: 1;
}
	.sidebar .home-section .widget-content .image {
		width: 100%;
	}
	.home-section .widget-content .image:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		right: -62%;
		top: 9%;
		bottom: 0;
		background-color: #faedeb;
		z-index: 1;
	}
		.home-section.about .widget-content .image:after {
			left: -62%;
			right: 0;
		}
		.home-section.about .widget-content .image:before {
			display: block;
			content: "";
			width: 83px;
			height: 79px;
			background: url(images/stars5.png) no-repeat left center;
			background-size: auto 100%;
			position: absolute;
			bottom: -30px;
			right: -30px;
			z-index: 12;
		}
		.sidebar .home-section .widget-content .image:after {
			display: none;
		}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: top;
		position: relative;
		z-index: 2;
	}
	.home-section.about .widget-content .image {
		order: 2;
	}

.home-section .widget-content .caption {
	order: 2;
	flex-basis: 38%;
	padding: 10% 3% 3% 3%;
	text-align: left;
	align-self: center;
	z-index: 3;
}
	.home-section.about .widget-content .caption {
		order: 1;
	}
	.home-section .widget-content .caption .block-title {
		margin: 0;
	}
		.home-sections .home-section.about .widget-content .caption .block-title:before {
			display: block;
			content: "";
			width: 73px;
			height: 96px;
			background: url(images/stars4.png) no-repeat left center;
			background-size: auto 100%;
			position: absolute;
			top: -15px;
			left: -70px;
			z-index: -1;
		}
		.home-section .widget-content .caption .subtitle {
			font-size: 11px;
			color: #323232;
			font-weight: bold;
			letter-spacing: .15em;
			display: block;
			margin-bottom: 10px;
			line-height: 1.7;
		}
			.subtitle span {
				background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 1.5px no-repeat;	
				display: inline-block;
				padding: 1px 3px;
			}

	.home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 92%;
	}
	.home-section .widget-content .more {
		margin: 0px;
		display: block;
		text-align: left
	}

.home-section.icons-block {
	padding: 0 0 25px !important;
}
			
/*Sidebar Blocks*/
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 50px;
	text-align: center
}	
	.wp-block-search label {
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		font-weight: 500;
		font-size: 32px;
		text-align: center;
	}
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.shaded {
		padding: 25px;
	}
.sidebar .widget-content {
	display: block;
	flex: none;
}
.sidebar .widget-content .image {
	padding: 0;
	width: 100%;
}
.sidebar .widget-content .caption {
	padding: 15px 20px;
	width: 100%;
	background-color: #faedeb;
}
	.sidebar .home-section .widget-content .caption .block-title {
		font-size: 24px;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 90%;
		line-height: 1.5;
	}
	.sidebar .home-section.about .widget-content .image:before {
		display: none;
	}


/*!---------LANDING PAGE STYLES---------*/

.cat-landing {
	
}
	.no-cat-landing {
			
	}
	.cat-desc {
		
	}
	.cat-image {
		float: right;
		min-width: 120px;
		width: 25%;
		margin: 0 0 25px 25px;
	}
		.cat-image img {
			width: 100%;
			height: auto;
			display: block;
		}


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

ul.subcategories {
	margin: 0 0 25px;
}
ul.subcategories strong, .subcats strong {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	display: block;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul {
	margin: 0;
}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	color: #323232;
	background-color: #ebb6b0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
}
	ul.subcategories ul li.all a {
		background-color: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #E27C6C
		}
	ul.subcategories ul li.current-cat a {
		color: #323232;
		background-color: #E27C6C;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background-color: #e27c6c;
		color: #323232;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #E27C6C;
			background-color: #ffffff;
		}


.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
}

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

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

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

.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: #787976;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #3e3f3c
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle .backtotop {
	color: #787976;
	letter-spacing: normal;
	font-style: italic;
	font-family: "causten_round", Geneva, Arial, helvetica, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle .backtotop a {
	color: #787976;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #3e3f3c;
	}
	
.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;
	margin:	 0 !important
	
}
	.tagslist li {
		
	}
	.tagslist li:before {
		display: none !important;
	}
	.tagslist li em {
		color: #6e6e6e;
		font-size: 80%;
	}

/*Facets*/
	.facets, .facetwp-flyout-content {
		font-size: 90%;
	}
		.facets .facetwp-counter {
			font-size: 12px;
			opacity: 0.7;
		}
		.facets .facetwp-checkbox {
			line-height: 1.4;
			margin-bottom: 5px;
			margin-left: 2px
		}
	.facets h1 {
		font-size: 28px;
	}
	.facets h2, .facetwp-flyout-content h3 {
		font-size: 21px;
		margin: 0 0 8px;
	}
	
	.facetwp-facet {
		font-size: 90%;
		margin: 0 0 20px !important;
	}
	.facetwp-toggle {
		font-style: italic;
	}
	.facetwp-per-page {
		margin-bottom: 25px;
	}
	
	.facetwp-search {
		border: 1px solid #e5e4df;
		color: #323232;
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
		line-height: 40px;
		background-color: #fff;
		padding: 0 10px;
		vertical-align: middle;
		height: 40px;
		min-width: auto !important;
		width: 100% !important;
	}
	
	.sort-bottom, .facet-pagination-bottom {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
	.facetwp-load-more, button.facetwp-flyout-open {
		color: #323232;
		font-size: 14px;
		line-height: 1.2;
		font-weight: bold;
		background: none;
		background-color: #E27C6C;
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		border: none;
		letter-spacing: .2em;
		cursor: pointer;
		margin: 0;
		padding: 13px 20px 14px 22px;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
		.facetwp-load-more:hover, button.facetwp-flyout-open:hover {
			background-color: #E27C6C;
		}
	.facet_sidebar button.facetwp-flyout-open {
		display: none;
	}
	.facetwp-flyout-open {
		margin: 0 10px 0 0;
		display: inline-block;
	}
	.facetwp-flyout-close {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #323232;
		background-color: #E27C6C;
		text-decoration: none;
		cursor: pointer;
		padding: 10px 20px 10px;
	}
		.facetwp-flyout-close:hover, .facetwp-flyout-close:focus {
			background-color: #E27C6C;
		}
	.facetwp-flyout-close:before {
		content: "close ";
		color: #323232;
		text-transform: none;
	}

	
/*!Breadcrumbs*/

.breadcrumb {
	color: #656565;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 15px;
	margin: 0 0 7px;
}
	.single-post-content .breadcrumb {
		
	}
.breadcrumb a {
	background: none !important;
	color: #656565;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		text-transform: none;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
	}
	body.single-post .breadcrumb .breadcrumb_last {
		display: none;
	}
.breadcrumb a:hover {
	color: #323232;
}


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open {
	color: #323232;
	background-color: #ebb6b0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 18px 25px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	button.facetwp-flyout-open {
		font-size: 12px;
		padding: 8px 15px;
	}
	.wp-block-button.bigbutton a {
		font-size: 24px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 12px;
		padding: 10px 12px;
	}
	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		color: #ffffff;
		background: #E27C6C;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #faedeb;
	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 {
	border: none;
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
}
.span_content .search-form {
	max-width: 100%;
}

.search-form .search-field {
	color: #323232;
	font-size: 21px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 70px;
	height: 70px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	width: 100%;
}
	.wp-block-search__input {
		color: #323232;
		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 15px;
		vertical-align: middle;
		border: none;
		background-color: #ffffff;
		border: 1px solid #EAEAEA;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #E27C6C;
		outline: none;
	}
	.header .search-field {
		line-height: 48px;
		height: 48px;
		border: none;
		border: 1px solid #EAEAEA;
		font-size: 16px;
		padding: 0 15px;
		position: relative;
	}
	

.search-form .search-submit {
		background-color: transparent;
		font-size: 28px;
		color: #e27c6c;
		width: auto;
		height: 70px;
		width: 70px;
		line-height: 70px;
		display: inline-block;
		position: relative;
		padding: 0;
		text-align: center;
		border-style: none;
		vertical-align: middle;
		text-align: center;
		flex-shrink: 1;
		position: absolute;
		top: 0;
		right: 1px;
	}
	.wp-block-search__button {
		background-color: transparent;
		font-weight: bold;
		color: #e27c6c;
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 13px;
		color: #FFFFFF;
		line-height: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #e27c6c;
		fill: #e27c6c;
		position: relative;
		top: 4px;
	}

	.header .search-submit {
		background-color: transparent;
		color: #656565;
		fill: #656565;
		font-size: 17px;
		line-height: 48px;
		width: 48px;
		height: 48px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 0;
		right: 1px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #ebb6b0;
		cursor: pointer;
	}

/*Subscribe Forms*/

.subscribe form {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
}
	
.subscribe .email-input {
	border: 1px solid #EAEAEA;
	background-color: #ffffff;
	color: #323232;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 16px;
	width: 100%;
	
}
	.shaded .email-input, .has-background .email-input {
		border: none;
	}
	.email-input:focus {
		outline: none;
		color: #323232;
		background-color: #ffffff;
		border: 2px solid #E27C6C
	}

.subscribe .email-submit {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #e27c6c;
	background-color: transparent;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
	.subscribe .email-submit i {
		font-size: 32px;
		line-height: 60px;
	}
	.sidebar .subscribe .email-submit {
		
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #ebb6b0;
	}

.email-input::placeholder {
	color: #656565;
}
.search-field::placeholder {
	color: #656565;
}
.mc4wp-form-error .email-input {
	border: 2px solid #E27C6C
}
.mc4wp-error {
	font-size: 15px;
	font-weight: bold;
	color: #e27c6c;
	
}
.mc4wp-error p {
	margin: 0;
}

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

.footer {
	margin-top: 5vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	
.sub-footer {
	color: #656565;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.sub-footer a {
	text-decoration: none;
	color: #656565;
}
	.sub-footer a:hover {
		color: #E27C6C
	}
.sub-footer .footer-nav {
	width: 70%;
	float: left;
	text-align: left;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #323232
	}
	
.copyright {
	width: 30%;
	text-align: right;
	float: right;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

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

.copyright a:hover {
	color: #253E4F;
}

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

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

#respond {
	margin-top: 80px;
	padding: 2% 5% 10px;
	background: #faedeb;
}

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

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

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

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

#comment-list li.bypostauthor, #comment-list li.byuser {
	background-color: #faedeb;
	padding: 20px;
}

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

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

.comment-meta {
	margin: 0;
	font-size: 13px;
	text-align: left;
	clear: none;
	color: #656565
}

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

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 18px;
	color: #323232;
}

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

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

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

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

#commentform p {
	margin-bottom: 5px
}

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

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #656565;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #656565;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #323232;
	background-color: #ffffff;
	font-weight: bold;
	border: none;
}

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

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

	
/*!---------TOP MENU---------*/

#top {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #656565;
	text-decoration: none;
}
	#top li a:hover {
		color: #E27C6C
	}


/*!---------MAIN DROPDOWN MENU---------*/
	
#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 17px;
	height: 50px;
	display: block;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	color: #323232;
}
	#main ul.mainmenu>li>a::after {
		content: '';
		display: block;
		width: 0;
		height: 3px;
		background: #e76;
		transition: 280ms width 120ms ease-out;
	}
	#main ul.mainmenu>li>a:hover::after, #main ul.mainmenu>li:hover>a::after {
		width: 100%;
		transition: width .3s;
	}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #E27C6C;
}

	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	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: 40px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #e27c6c;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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

#main li li a {
	width: 100%;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	border: none;
	background: none !important;
	color: #323232 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}
	#main li li a:hover, #main li li:hover>a {
		background-color: #ebb6b0 !important;
	}

#main li li.bold a {
	background-color: #e2c650 !important;
}

#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 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	left: 300px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}

/*! WPRM */

.wprm-recipe.wprm-recipe-template-purr-custom {
	font-size: 95%;
	position: relative;
	overflow: visible;
	margin: 80px 0 50px;
	border: none;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	background-color: #faedeb;
	margin: 0;
	padding: 25px;
	text-align: left
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 30%;
	float: right;
	order: 2;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 15px 25px 25px;
	border-left: 2px solid #eaecee;
	border-right: 2px solid #eaecee;
}


	
.wprm-recipe.wprm-recipe-template-purr-custom h2, .wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name {
	margin: 5px 0 15px !important;
	border: none;
	padding: 0;
	background: transparent none !important;
	line-height: 1.1;
	font-size: 32px;
	font-weight: 600 !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .subtitle {
		display: block;
		font-style: normal;
		line-height: 1.6;
		margin-bottom: 8px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom  .subtitle span {
		display: inline-block;
		background: linear-gradient(#e27c6c, #e27c6c) 0 100% / 100% 1.5px no-repeat;	
		padding: 1px 3px;
	}

.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-size: 24px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	height: 1px;
	border-bottom: 2px solid #eaecee !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-weight: bold;
	font-size: 21px;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-summary {
	font-style: italic;
	margin: 15px 0 0;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-toggle-container {
	align-items: stretch;
	border: none;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	letter-spacing: normal;
}

.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	border: 1px solid #eaeaea !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #656565;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle.wprm-toggle-active {
		background-color: #ebb6b0 !important;
		color: #323232 !important;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-prevent-sleep {
	display: block;
	width: 100%;
	clear: both;
	order: 3;
	margin: 18px 0 10px !important;
	height: 28px !important;
	display: block !important;
}
.wprm-toggle-switch-container label {
	font-size: 15px !important;
}
.wprm-toggle-switch-container .wprm-prevent-sleep-description {
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	display: inline-block
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	color: #323232;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
	clear: both;
	color: #656565;
	font-size: 11px;
	margin: 20px 0 20px;
	text-align: left
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #323232;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a.wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 5px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-details-label, .wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: bold;
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 12px 6px 0 !important;
	}

	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 0 3px 0 5px
	}
	
.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	color: #E27C6C	
}
	.recipe-meta .wprm-recipe-time-container:before {
		content: "\f017";
	}
	.recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e7" !important;
		margin: 0 4px 0 0 !important;
	}
		
.wprm-recipe .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	.wprm-recipe-details-unit {
		font-size: 100% !important;
	}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 20px;
	margin: 15px 10px 0 0;
	display: inline-block;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-size: 13px;
		margin: 0 0 0 5px !important;
		display: inline-block !important;
		color: #656565;
	}


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

	
/*Buttons*/
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
	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;
	background-color: #f7e2df;
	padding: 3%;
	gap: 2%;
}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons a.wprm-recipe-link {
	display: inline-block;
	flex-basis: 31%;
	flex-grow: 1;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background: #ebb6b0;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-print:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-pin:before {
		content: "\f08d";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-jump-to-comments:before {
		content: "\f005";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow:before {
		content: "\f004";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-right: 4px;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow-saved:before {
			font-weight: bold;
		}

		
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:hover, a.wprm-recipe-roundup-link:hover {
		background: #E27C6C !important;
		color: #FFFFFF !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {
	margin-top: 15px !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li {
	margin-left: 35px !important;
	margin-bottom: 6px;
	line-height: 1.5;
	list-style-type: none !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li:before {
		display: none
	}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li {
	overflow: hidden;
	clear: right;
	margin-bottom: 15px !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
		margin: 0!important
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
		width: 25%;
		max-width: 150px !important;
		margin: 0px 0 10px 10px !important;
		float: right;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-ingredients-inline {
		font-style: italic;
		font-size: 85%;
		line-height: 1.3;
		display: block;
		margin: 0px 0 0 !important;
	}
		.wprm-recipe-instructions-container .wprm-recipe-instruction-ingredients-inline span {
			display: inline;
			padding: 0;
			margin: 0 !important;
		}
	
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li {
	margin-left: 0;
	padding-left: 35px;
	line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li:before {
	content: counter(wprm-advanced-list-counter);
	counter-increment: wprm-advanced-list-counter;
	color: #323232 !important;
	font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 6px 0 -35px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 100%;
	border: 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-unit {
	font-weight: bold
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-spaced {
		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;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	min-width: 25%;
	max-width: 33%;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images img {
	margin-bottom: 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images a:hover {
	color: #323232 !important
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li .wprm-recipe-equipment-name {
	display: inline
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #656565;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #faedeb;
	padding: 20px 25px;
	margin-top: 25px;
	clear: both;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .1em;
		font-size: 16px;
		color: #323232;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action {
	clear: both;
	padding: 25px !important;
	margin: 0 !important;
	background-color: #ebb6b0;
	background-size: auto 102px;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #323232;
	font-family: "moranga", "Iowan Old Style", Georgia, "Source Serif Pro", Times, serif;
	font-size: 28px !important;
	line-height: 1;
	font-weight: 600 !important;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 62px;
	line-height: 1;
	margin: -5px 10px 0 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action a {
	color: #323232;
	border-bottom: 1px solid #E27C6C;
	box-shadow: inset 0 -2px 0 #E27C6C;
}




/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 10px 0 0;
}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		color: #323232 !important;
		background-color: #faedeb;
		font-weight: bold;
		font-family: "now_alt", "Geneva", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .1em;
		font-size: 11px;
		padding: 6px 12px;
		margin: 0 6px 0 0 !important;
		border: none;
		vertical-align: middle;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #ebb6b0 !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			color: #e27c6c;
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 4px;
		}
		.wprm-recipe-snippet a.wprm-recipe-jump-video:before {
			content: "\f03d";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 7px;
		}

.post-meta .wprm-recipe-snippet svg {
	display: inline !important;
}
	.post-meta .wprm-recipe-rating {
		display: inline;
		font-size: 16px;
	}
		.post-meta .wprm-recipe-rating-details {
			font-style: italic;
			font-weight: normal;
			letter-spacing: normal;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			font-size: 12px;
			color: #656565;
			margin: 0 0 0 5px !important;
		}