/*! 
Theme Name: Foodelicacy
Theme URL: https://www.foodelicacy.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 - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	.facetwp-flyout-open {
		display: none
	}

}

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

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

/*!---------STRUCTURE---------*/
/*@font-face {
	font-family: 'kanyon';
	src: url(../../../../../../../themes/foodelicacy/fonts/kanyon-regular-webfont.woff2) format('woff2'),
		 url(../../../../../../../themes/foodelicacy/fonts/kanyon-regular-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}*/

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

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

a:hover {
	color: #F19891;
}

	.post-content a, .page-content a, .cat-desc a {
		color: #010101;
		font-weight: bold;
		background: linear-gradient(#f8ccc8, #f8ccc8) 0 92% / 100% 4px no-repeat;
		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 {
			color: #f19891;
			background: linear-gradient(#f8ccc8, #f8ccc8) 0 92% / 100% 4px no-repeat;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	/*font-family: "caslon-grad", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;*/
	line-height: 1.2;
	font-weight: bold;
	margin: 25px 0;
	color: #010101;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page-content h2 {
		margin-top: 45px;
		padding-bottom: 12px;
		border-bottom: 1px solid #EAEBEB;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
			background: none;
		}
	
	h1.divider, h2.divider, h3.divider, div.divider, .block-title {
		text-align: center;
	}
		.centered {
			text-align: center
		}
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	h1 strong, h2 strong, h3 strong, h4 strong {
		font-weight: bold
	}
	.post-content h2 em, .post-content h3 em, .post-content h4 em, .page-content h2 em, .page-content h3 em, .page-content h4 em {
		display: block;
		font-style: normal;
		font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .22em;
		font-weight: bold;
		margin-bottom: 9px;
	}
	.home-section h2 em, .home-section h3 em, .subtitle {
		display: block;
		font-style: normal;
		font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .15em;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.divider {
		text-transform: uppercase;
		letter-spacing: .1em;
		text-align: left;
		font-size: 18px;
	}
	.widget-title, .sidebar .divider, .sidebar h2 {
		margin: 20px 0 15px;
		font-size: 28px;
	}
	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

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

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

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

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

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

.top-bar {
	background-color: #f19891;
	min-height: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 2001;
	height: 43px;
}
	.top-bar p {
		margin: 0;
	}
	.top-bar a {
		color: #010101;
		display: inline-block;
		background-color: #f4ada7;
		padding: 4px 12px 2px;
		text-decoration: none;
		margin-left: 5px;
		font-size: 11px;
	}
		.top-bar a:hover {
			background-color: #f8ccc8;
		}
.top-bar-spacer {
	height: 43px;
}
.header {
	position: relative;
	z-index: 101;
	margin-bottom: 30px;
	border-bottom: 1px solid #EAEBEB;
	border-top: 8px solid #f19891;
}
	body.home .header {
		border-bottom: none;
		margin: 0;
	}

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

.header .top-stuff {
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	float: right;
	text-align: right;
	display: inline-block;
	margin: 35px 0 15px;
}
.header .top-stuff .social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0px
}
.header .top-stuff .header-search {
	display: inline-block;
	vertical-align: middle;
}
.header .top-stuff .top-nav {
	display: inline-block;
	vertical-align: middle;
}
#main {
	padding: 0;
	margin: 0px -15px 0 0;
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	float: right;
	text-align: 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;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif; 
		font-family: 'Font Awesome 6 Sharp';
		color: #010101;
		background-color: #F19891;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #010101;
	background-color: #f8ccc8;
	-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: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

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

	p iframe {
		max-width: 100% !important
	}

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

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.widget:first-child {
		margin-top: 0;
	}
	.widget:first-child .widget-title {
		margin-top: 20px;
	}

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

.widget a {
	text-decoration: none;
}

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

.sidebar .shaded {
	background-color: #f5f5f5;
	padding: 20px;
}

.sidebar .about {
	
}

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

.social a {
	text-decoration: none;
	border: none;
	box-shadow: none;
	color: #f19891;
	background-color: #fbe0de;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	line-height: 33px;
	font-size: 13px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
	.sidebar .social a {
		height: 42px;
		width: 42px;
		line-height: 43px;
		font-size: 16px;
		margin: 0 2px;
	}
	.sub-footer .social a {
		width: auto;
		height: auto;
		line-height: 1;
		background-color: transparent;
		padding: 0 6px;
		font-size: 14px;
	}
	.social a:hover {
		color: #fff;
		background-color: #f19891;
	}
		.sub-footer .social a:hover {
			color: #f4ada7;
			background-color: transparent;
		}
	.sidebar .social a:hover {
		
	}

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

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 8px 0 8px;
	text-align: center;
}

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

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

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

.post-meta {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #6F7272;
	font-size: 12px;
	margin: 0 0 25px;
	text-align: center;
}

.post-meta a {
	color: #6F7272;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #f19891;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta.post-cat {
	margin: 0;
	font-size: 12px;
}
	.post-meta.post-cat a {
		color: #010101;
		background-color: #ffffff;
		padding: 8px 13px 8px 15px;
		position: relative;
		z-index: 101;
		opacity: 1.0 !important
	}
		.post-meta.post-cat a:hover {
			color: #f19891;
			text-decoration: none;
		}
	.teaser-post .post-cat {
		margin: -18px 0 20px;
	}

.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;
	font-size: 110%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #6F7272;
}
	.meta-bottom a {
		color: #6F7272;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #010101;
		background-color: #f8ccc8;
		text-decoration: none !important;
		padding: 6px 10px 5px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #F19891
		}
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: #6F7272;
	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: #010101;
}

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	color: #6F7272;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		
	}
	.disclosure-bottom {
		text-align: center
	}
	.disclosure a  {
		text-decoration: underline;
	}
a.more-link {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: none;
	color: #010101;
	background: linear-gradient(#f8ccc8, #f8ccc8) 0 70% / 100% 10px no-repeat;
	display: inline-block;
	padding: 4px	
}
	a.more-button {
		text-transform: uppercase;
		letter-spacing: .2em;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		box-shadow: none;
		border: none;
		text-decoration: none;
		color: #010101;
		background: #f19891 !important;
		background-color: #f19891;
		display: inline-block;
		padding: 7px 12px 5px 14px;	
	}
	a.more-link:hover, a.more-link:focus {
		color: #f19891;
		background: linear-gradient(#f8ccc8, #f8ccc8) 0 70% / 100% 10px no-repeat;
		box-shadow: none;
		border: none;
	}
		a.more-button:hover {
			color: #010101;
			background: #f4ada7 !important;
		}

.alignleft {
	margin-right: 10px;
	float: left;
}
	.alignleft.size-large, .alignleft.size-full {
		float: none !important;
		margin: 0 !important;
		display: block !important;
	}
.alignright {
	margin-left: 10px;
	float: right;
}

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

.kb-gallery-ul li:before {
	display: none !important
}

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 25px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -10px -35px 10px;
			padding: 20px 35px;
			position: relative;
			left: -35px;
			right: -35px;
			width: calc( 100% + 70px );
		}
	.has-background.featured-posts-block h2 {
		padding: 0;
		border: none;
		margin-top: 25px
	}
		.has-background.featured-posts-block .more {
			margin-bottom: 15px;
		}

	.has-pink-background-color {
		background-color: #F19891;
	}
	.has-medpink-background-color {
		background-color: #f8ccc8;
	}
	.has-lightpink-background-color {
		background-color: #fceae9;
	}
	.has-orange-background-color {
		background-color: #f5b89c;
	}
		.has-lightorange-background-color {
			background-color: #fdf1eb;
		}
		.has-medorange-background-color {
			background-color: #fadbcd;
		}
	.has-yellow-background-color {
		background-color: #f4da76;
	}
		.has-lightyellow-background-color {
			background-color: #fdf8e4;
		}
		.has-medyellow-background-color {
			background-color: #faecba;
		}
	.has-lightgray-background-color {
		background-color: #f5f5f5;
	}
		.has-medgray-background-color {
			background-color: #eaebeb;
		}
	.has-black-background-color {
		background-color: #010101;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #fceae9;
	}

	.has-marble-background-color {
		background-color: #f5f5f5;
		background-image: var(--wpr-bg-3ab0b254-96a3-4bed-a279-12d08e63d61e);
		background-size: 380px auto;
	}
	.has-fadedslice-background-color {
		border: 2px solid #fceae9;
		background: var(--wpr-bg-06abd973-687a-45eb-9259-bfd35cc4bdf9) no-repeat;
		background-position: bottom right;
		background-size: auto 95%;
	}

	
	.has-yellow-color {
		color: #f4da76;
	}
	.has-orange-color {
		color: #f5b89c;
	}
	.has-pink-color {
		color: #f19891;
	}
	.has-medpink-color {
		color: #f8ccc8;
	}
	.has-lightpink-color {
		color: #fceae9;
	}
	.has-lightgray-color {
		color: #f5f5f5;
	}
	.has-black-color {
		color: #010101;
	}
	.has-white-color {
		color: #ffffff;
		border: 2px solid #dfe1dc;
	}
	
	
.wp-block-embed {
	padding: 25px;
	background-color: #FEF3F7;
}
	.has-background .wp-block-embed, .wp-block-columns .wp-block-embed {
		padding: 0;
		background-color: transparent;
	}
	
.wp-block-quote {
	background-color: #dfe1dc;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: uppercase;
		letter-spacing: .07em;
	}	
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-section .schema-faq-question {
	
}
	.schema-faq-section .schema-faq-question strong {
		
	}
.schema-faq-section .schema-faq-question:before {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #010101;
	background-color: #f8ccc8;
	-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;
}


h2.fadedslice, h3.fadedslice, h2.slice, h3.slice {
	position: relative;
	border: none;
	padding: 0;
}
h2.fadedslice:before, h3.fadedslice:before {
	background: var(--wpr-bg-0406d961-b4d0-4f8e-8d2a-9e03ebe35f7b) no-repeat;
	background-size: 100% auto;
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: -1;
}
h2.slice:before, h3.slice:before {
	background: var(--wpr-bg-a105234c-7682-4f36-b01e-14acd6fbdae6) no-repeat;
	background-size: 100% auto;
	letter-spacing: normal;
	display: inline-block;
	font-size: 22px;
	line-height: 46px;
	width: 60px;
	height: 53px;
	text-align: center;
	content: "";
	float: left;
	margin-right: 8px;
	margin-left: -68px;
	margin-top: -17px;
}


.pin-block {
	border: 5px solid #f19891;
	text-align: center;
	margin: 55px auto 35px;
	padding: 3%;
	position: relative;
}
.pin-block h4, .pin-block h2 {
	margin: 15px 0;
	text-align: center;
	font-size: 28px;
}
.pin-block a {
	color: #010101;
	background: #f19891;
	text-decoration: none;
	position: relative;
	background-size: 0;
	display: inline-block;
	margin: 0px auto 15px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 15px;
	padding: 14px 24px 12px;
}
	.pin-block a i {
		font-size: 32px;
		line-height: 24px;
		float: left;
		vertical-align: middle;
		margin-right: 8px;
		color: #f8ccc8;
	}
	.pin-block a:hover {
		color: #ffffff;
		background: #f4ada7
	}


.yoast-table-of-contents {
	background-color: #f5f5f5;
	padding: 0 25px 8px;
}
	.yoast-table-of-contents a {
		font-weight: normal;
	}
	.yoast-table-of-contents h2 {
		background-color: #eaebeb;
		border: none;
		padding: 20px 20px 15px;
		margin: 0 -25px 0;
	}	

.yoast-table-of-contents ul {
	counter-reset:li;
}
.yoast-table-of-contents ul li {
	display: block;
}
.yoast-table-of-contents ul>li {
	padding: 0;
	margin: 0 0 5px 40px;
	list-style-type: none;
	position: relative;
}
.yoast-table-of-contents ul>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #010101;
	background-color: #f8ccc8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -7px;
	top: 3px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.yoast-table-of-contents ul>li ul {
	margin: 5px 0 10px;
}
.yoast-table-of-contents ul>li li {
	font-size: 90%;
	margin: 0 0 2px 24px;
}
	.yoast-table-of-contents ul>li li:before {
		content: "\f324";
		font-size: 60%;
		border-radius: 0;
		font-family: 'Font Awesome 6 Sharp';
		background: transparent;
		left: 2px;
	}

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


/*! Inner Post */

.inner-post {
	
}
.social-rocket-inline-buttons {
	clear: both;
	text-align: center;
	margin: 15px 0 35px;
}
	.social-rocket-inline-buttons p, p.dpsp-share-text {
		margin: 0;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .12em;
		text-align: center
	}
.social-rocket-inline-buttons a {
	background: none !important
}


#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li {
	
}
#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 2px !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, #dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}
#dpsp-content-top {
	margin-bottom: -15px !important
}
@media ( min-width : 800px ) {
	#dpsp-content-top {
		display: none;
	}
}

#dpsp-content-bottom {
	margin-top: 0!important;
	margin-bottom: 20px !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: 21px;
	line-height: 1.2;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	/*font-family: "caslon-grad", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;*/
	font-weight: bold;
	border-top: 1px solid #eaebeb;
	border-bottom: 1px solid #EAEBEB;
}

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

.post-nav a {
	color: #010101;
	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: #010101;
}
.post-nav div a:hover {
	color: #6F7272;
}

.post-nav em {
	display: block;
	font-family: "-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: #6F7272;
	padding: 0 0 5px;
}


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

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

	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin: 0 1.75% 20px;
		}
		.span_content_full .items-3-col .item, .items-2-col.search-posts .item	 {
			margin-bottom: 30px;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

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

.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
}
	.items-2-col .item .title {
		font-size: 16px;
		font-size: clamp(14px, 1.5vw, 18px)
	}
		.sidebar .item .title {
			font-size: 14px;
			margin: 10px 0 0;
		}
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 2vw, 24px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 30px;
			font-size: clamp(24px, 2.25vw, 30px);
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			font-size: clamp(18px, 2vw, 21px)
		}
		.featured-posts-block .items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(14px, 2vw, 21px);
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(17px, 2vw, 21px);
	}

	.items-5-col .item .title {
		font-size: 19px;
		font-size: clamp(14px, 1.9vw, 19px);
	}
	.items-6-col .item .title {
		font-size: 17px;
		font-size: clamp(14px, 1.5vw, 17px);
	}

	.icons .title {
		font-size: 13px;
		color: #010101;
		text-transform: uppercase;
		letter-spacing: .15em;
	}

.item .title {
	text-decoration: none;
	color: #010101;
}
	.item .title a {
		color: #010101;
		text-decoration: none;
	}
	.item .title a .inline {
		
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #F19891;
	}


.shaded .item {
	background-color: #ffffff;
	padding-bottom: 1px;
}
	.shaded .item .title {
		margin: 15px 2%;
	}
	
	
.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: none;
	border: none;
	box-shadow: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.icons .item img {
		margin: 0 auto;
		display: block;
		border-radius: 50%;
	}

	
.item .excerpt {
	font-size: 95%;
}
	
	.item p.excerpt {
		margin: 20px 0 15px;
	}

.item .more {
	
}
.teaser-post .more {
	
}
.featured-posts-block .block-title, .featured-posts-block h2 {
	text-align: center;
}
.featured-posts-block .more {
	text-align: center;
	margin-top: -30px;
}
.sidebar .widget_category-posts .more {
	display: none
}

.item .wprm-recipe-rating {
	font-size: 15px;
	margin: -8px 0 0px;
	text-align: center;
	line-height: 1.5;
}
	.sidebar .item .wprm-recipe-rating {
		display: block;
		margin-top: 4px;
		font-size: 13px;
	}
	.item .wprm-recipe-rating-details {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		display: inline-block;
		font-size: 11px !important;
		color: #6f7272;
		margin: 0 0 0 4px;
	}
		.items-5-col .item .wprm-recipe-rating-details, .items-6-col .item .wprm-recipe-rating-details {
			display: block;
		}
		.sidebar .item .wprm-recipe-rating-details {
			display: block;
		}
	
.item .wprm-recipe-time {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	color: #6f7272;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	display: block;
	margin: 12px 0 -8px;
}
	.item .wprm-recipe-time:before {
		content: "\f017";
		font-family: 'Font Awesome 6 Sharp';
		font-weight: bold;
		margin-right: 4px;
		color: #f19891		
	}
	.shaded .item .wprm-recipe-rating, .shaded .item .wprm-recipe-time {
		margin: -8px 5px 12px;
	}
	.shaded .items-5-col .item .wprm-recipe-rating, .shaded .items-5-col .item .wprm-recipe-time {
		margin: -8px 5px 5px;
	}
	
.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%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		display: inline-block;
		background-color: #FFFFFF;
		color: #010101;
		font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: uppercase;
		letter-spacing: .22em;
		font-size: 12px;
		display: inline-block;
		margin: 0;
		padding: 8px 10px 2px 14px;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			color: #F19891;
		}

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

.upper-home-sections, .recipe-index-sections {
	margin-bottom: 50px;
}
	.upper-home-sections .home-section {
		border: none;
		padding: 0;
		margin: 0;
	}
		.upper-home-sections .home-section:first-child {
			padding-bottom: 15px
		}
	
.lower-home-sections {
	margin-top: 50px;
}
	
.latest, .ribbon {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f19891;
	color: #010101;
	font-size: 12px;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	z-index: 12;
	padding: 10px 45px;
	margin: 0;
	transform: rotate(-45deg) translate(-28%,-10%);
}

.home-section {
	clear: both;
	position: relative;
	padding: 3.5vw 0 3vw;
	border-bottom: 1px solid #EAEBEB;
	margin-top: -1px;
}

	
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f5f5f5;
		padding: 3vw 0;
		position: relative;
	}
	.home-section.pink {
		background-color: #f19891;
	}
	.home-section.lightpink {
		background-color: #fceae9;
	}
	.home-section.marble {
		background-color: #f5f5f5;
		background-image: var(--wpr-bg-9d10451e-1d3a-468e-9746-7b641f6824c7);
		background-size: 380px auto;
	}

.home-section .block-title {
	font-size: 32px;
	margin: 15px 0 20px;
	text-align: left;
	position: relative;
}
	.home-section .block-title.with-bg:before {
		background: var(--wpr-bg-c0c205d5-5b13-42cb-a5df-415c9dc864f1) no-repeat;
		background-size: 100% auto;
		content: "";
		width: 125px;
		height: 125px;
		display: block;
		position: absolute;
		top: -45px;
		left: -45px;
		z-index: -1;
	}
.home-section .description {
	margin: -10px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin: 20px 0 0;
}
	.home-section .more a {
		
	}
.home-section .fixed-more {
	margin: 0 0 20px;
}
@media ( min-width : 680px ) {
	.home-section .fixed-more {
		margin: 0;
		position: absolute;
		top: 0;
		right: 20px;
	}

	.home-section .fixed-more a {
		font-size: 11px;
	}
}
	
	.home-section .more a em, .sidebar .more a em {
		display: none
	}



.home-section .widget-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	max-width: 900px;
	margin: 1vw auto;
}

	.home-section .widget-content .image {
		width: 55%;
		position: relative;
		overflow: hidden;
	}
		.home-section .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
		.sidebar .about .widget-content .image img {
			border-radius: 50%;
			max-width: 170px;
			margin: 0 auto;
		}
	.home-section .widget-content .image .ribbon {
		top: 0;
		left: 0;
		z-index: 11;
		font-weight: bold;
	}
	.home-section .widget-content .caption {
		width: 57%;
		text-align: center;
		margin-left: -12%;
		background-color: #ffffff;
		padding: 2% 2%;
		z-index: 11;
	}
	.home-section .widget-content .caption .stars {
		color: #f19891;
		font-size: 26px;
		line-height: 1;
		margin: 0px;
		display: block;
	}
	.home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0px;
	}
		.sidebar .widget-content .caption .block-title {
			text-align: center;
			margin: 25px 0 0px;
		}
	.home-section .widget-content .caption p {
		margin: 18px 0;
		padding: 10px;
		font-size: 108%;
		font-style: italic;
		line-height: 1.6;
		background-image: var(--wpr-bg-7dc53d72-3bc3-4ecd-af44-c5abff484478), var(--wpr-bg-ac779907-f83b-4bad-854f-979313edad6a);
		background-repeat: no-repeat;
		background-size: 72px auto;
		background-position: top left, bottom right;
	}
		
		.sidebar .widget-content p {
			margin: 15px 0;
			
		}
	.home-section .widget-content .caption .more {
		margin: 0 0 10px;
	}
		.sidebar .widget-content .caption .more {
			margin: 0px;
		}

.home-section .video-content {
	max-width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	margin: 1vw auto;
}
.home-section .video-content .player {
	width: 60%;
	margin: 0;	
}
	.home-section .video-content .player {
		position: relative;
		padding-bottom: 38%;
		height: 0;
		overflow: hidden;
	}
	.home-section .video-content .player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.home-section .video-content .caption {
	width: 40%;
	padding: 4%;
}
	.home-section .video-content .caption p {
		font-size: 92%;
		margin: 15px 0 15px;
		text-align: center;
	}
.home-section .video-content .caption h2 {
	margin: 0 0 15px;
	text-align: center;
}
.home-section .video-content .caption .subtitle {
	text-align: center;
}
	.home-section .video-content .mv_auto_insert_headline {
		display: none;
	}
	
.optin-content {
	margin: 0 auto;
	padding: 35px 0;
	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;
	max-width: 900px;
}

	.optin-content .caption {
		padding-right: 20px;
	}
		.optin-content .caption h2 {
			margin: 0;
			font-size: 32px;
			line-height: 1;
		}
			.sidebar .optin-content .caption h2 {
				font-size: 24px
			}
		.optin-content .caption p {
			margin: 0;
			font-size: 16px;
			line-height: 1.5;
		}
			.sidebar .optin-content .caption p {
				font-size: 18px;
				line-height: 1.4;
			}
	.optin-content .image {
		width: 11%;
		margin-right: 20px;
		margin-top: -16px;
	}
		.optin-content .image img {
			width: 100%;
			height: auto;
		}
	.optin-content .form {
		display: block;
		width: auto;
		flex-grow: 1;
	}
	
.sidebar .subscribe {
	
}
.sidebar .optin-content {
	flex: none;
	display: block;
	padding: 0;
}
.sidebar .optin-content .image {
	width: 100px;
	margin: 0 auto 15px;
	margin-top: -80px;
}
.sidebar .optin-content .caption {
	padding: 0;
}
.sidebar .optin-content h2 {
	font-size: 28px;
	margin: 10px 0;
}
.sidebar .optin-content p {
	margin: 10px 0 15px;
}


.home-section.icons {
	padding-bottom: 0 !important;
}
	.home-section.icons .block-title {
		text-align: center;
	}
.icons-wrap {
	padding: 30px 0 20px;
	position: relative;
	border-bottom: 1px solid #EAEBEB;
}
	.icons-wrap:after {
		content: "";
		width: 100%;
		height: 60%;
		display: block;
		position: absolute;
		background-color: #ffffff;
		z-index: 1;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.icons-wrap .items {
		position: relative;
		z-index: 2;
	}
	.icons-wrap .item {
		background-color: transparent
	}



/*!---------ARCHIVE STYLES---------*/
.cat-title {

}	
	.cat-title-paged, .cat-title.no-image {
		
	}
	.cat-title .wrap {
		
	}
	.cat-title .wrap .cat-image {
		width: 25%;
		float: right;
		margin: 0 0 25px 15px;
		min-width: 125px;
	}
		.cat-title .cat-image img {
			display: block;
			height: auto;
			width: 100%;
		}
	.cat-title .wrap .cat-desc {
		
	}
		.cat-title.no-image .wrap .cat-desc {
			
		}
		.cat-title .cat-desc h1 {
			margin-bottom: 15px;
		}
		.cat-title .cat-desc .breadcrumb {
			margin-bottom: 8px;
		}
		.cat-title .cat-desc p {
			font-size: 95%;
			line-height: 1.7;
			margin: 15px 0 15px;
		}
		.cat-title .cat-desc.no-image {
			
		}
.home-section.cat-featured-section {
	padding: 30px 0 25px;
	margin: 50px 0 50px;
	border: none;
}
	.home-section.cat-featured-section .block-title {
		text-align: center;
	}

/*Subcategories*/
.subcats {
	margin-bottom: 20px;
}
ul.subcategories strong, .subcats strong {
	font-size: 14px;
	color: #010101;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: left;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories, ul.subcategories li, ul.subcategories li ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories li a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;
	color: #3d3d3c;
	background: none;
	background-color: #f19891;
	padding: 4px 14px;
	margin: 3px 2px;
	border: none;
	box-shadow: none;
}
	ul.subcategories li a:hover, ul.subcategories li a:focus, .subcats ul.menu li a:hover, .subcats ul.menu li a:focus {
		background: none;
		background-color: #f4ada7;
		text-decoration: none;
		color: #010101;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #f8ccc8;
	color: #3d3d3c;
	border: none;
	box-shadow: none;
}

ul.subcategories li.all a {
	color: #3d3d3c !important;
	background-color: #ffffff;
}
	ul.subcategories li.all a:hover {
		background: none;
		border: none;
		box-shadow: none;
		background-color: transparent !important;
		color: #f19891 !important;
	}
	
.recipe-cats {
	margin-top: 20px;
	margin-bottom: -15px;
}
.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: #6F7272;
}

.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;
	
	background: none !important;
	border: solid 1px #f6f5f5;
	color: #6F7272;
	text-decoration: none;
}
	.tagindex a:hover {
		background-color: #fbe0de
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle .backtotop {
	color: #6F7272;
	letter-spacing: normal;
	font-style: italic;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle .backtotop a {
	color: #6F7272;
	background: none !important;
	text-decoration: none;
}

	.tagtitle .backtotop a:hover {
		color: #f19891;
	}
	
.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: #6F7272;
		font-size: 80%;
	}

/*Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 5px;
		margin-left: 2px
	}
.facets h2 {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #f5f5f5
}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #fbf7eb
}
.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 #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: 13px;
	letter-spacing: .075em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #010101;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

	.facetwp-load-more:hover {
		color: #FFF;
		background-color: #F19891;
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #6F7272;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
}
	.single-post-content .breadcrumb {
		text-align: center
	}
.breadcrumb a {
	color: #6F7272;
	text-decoration: none;
	border: none;
	background: transparent !important;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

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

	}
.breadcrumb a:hover {
	color: #f19891;
	text-decoration: underline;
}


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .ninja-forms-field[type=button] {
	color: #010101;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #f19891;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	padding: 20px 25px 19px;
	text-decoration: none;
}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		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 {
		background-color: #f4ada7;
	}

#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper, .nf-form-wrap {
	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;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #010101;
	font-size: 18px;
	font-family: "-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #EAEBEB;
}
	.header-search .search-field {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin: 0;
		padding: 0 30px 0 12px;
	}
	.home-section .search-field {
		height: 60px;
		line-height: 60px;
	}
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #F19891 !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: bold;
	font-size: 22px;
	color: #010101;
	fill: #010101;
	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;
	right: 0;
}
	.search-form .search-submit svg {
		color: #010101;
		fill: #010101;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg , .search-form .search-submit:focus svg {
		color: #F19891;
		fill: #F19891;
	}
	.header-search .search-submit {
		height: 40px;
		line-height: 40px;
		width: 34px;
		border: none;
		font-size: 18px;
		top: 2px;
	}
	.home-section .search-submit {
		height: 60px;
		line-height: 60px;
		width: 50px;
		font-size: 26px;
	}
	.apbct_special_field  {
		display: none;
	}

/*Subscribe Forms*/

.subscribe {
	text-align: center;
	background-color: #f5f5f5;
	background-image: var(--wpr-bg-74655844-103e-4a38-8d52-4103033baea8);
	background-size: 380px auto;
}
	.home-section.subscribe {
		
	}
	.sidebar .subscribe {
		padding: 25px;
		margin-top: 100px;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
}
	.sidebar .subscribe .email-form {
		display: block;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-family: "-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 15px;
}
	.sidebar .subscribe .email-input {
		margin-bottom: 10px;
	}
	.email-input:focus {
		outline: none;
		color: #010101;
		background-color: #ffffff;
		border: 2px solid #F19891
	}

.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: #f19891;
	background-color: transparent;
	text-align: right;
	border: none;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 3px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	padding: 0 5px;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 30px;
		line-height: 55px;
	}
	
	.sidebar .email-submit {
		left: 0;
		position: relative;
		text-align: center;
		width: 100%;
		color: #010101;
		background-color: #f19891;
		border: none;
	}
	
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #f4ada7
	}
		.sidebar .email-submit:hover, .sidebar .email-submit:focus {
			background-color: #f4ada7;
			color: #010101 !important;
		}
.email-input::placeholder {
	color: #9B9693;
}
.search-field::placeholder {
	color: #9B9693;
}


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

	
.footer {
	position: relative;
	clear: both;
	margin-top: 80px;
	font-size: 80%;
}

	body.home .footer {
		margin-top: 0px;
	}
	body.home.paged .footer {
		margin-top: 40px;
	}

.footer .home-section {
	border: none;
}
.footer .press {
	padding: 30px 0 25px;
}
	.footer .press .wrap {
	}
		.footer .press .wrap h2 {
			text-align: left;
			line-height: 1.5;
			color: #F19891;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: .22em;
			margin: 0;
		}
		.footer .press .wrap img {
			width: 100%;
			height: auto;
		}
	.footer .press-mobile {
		display: none;
	}

.footer .subscribe {
	padding: 0;
}
.sub-footer {
	padding: 15px 0;
	font-size: 11px;
	color: #6F7272
}
.sub-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-nav li {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	display: inline-block;
	margin-right: 13px;
}
	.footer-nav a {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		text-decoration: none;
		color: #6F7272;
		display: inline-block;
	}
		.footer-nav a.top {
			color: #010101;
		}
		.footer-nav a:hover {
			color: #f19891
		}
		
.sub-footer .social strong {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.copyright {
	text-align: center;
	flex: none;
	flex-basis: 100%;
	text-align: center;
}
.copyright p {
	margin: 10px 0;
}
	.copyright .logo a {
		display: inline-block;
	}
.copyright .logo img {
	margin: 0 auto;
	text-align: center
}

.copyright strong {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.copyright a {
	text-decoration: underline;
	color: #6F7272;
}

.copyright a:hover {
	color: #f19891;
}
.copyright ul {
	margin: -10px 0 0
}
.copyright li {
	display: inline-block;
}
	.copyright li:after {
		content: "/";
		display: inline-block;
		margin: 0 0 0 4px;
	}
	.copyright li:last-child:after {
		display: none;
	}

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

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

#respond {
	background-color: #f5f5f5;
	padding: 30px;
	margin-bottom: 80px;
}

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

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

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

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

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

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

.comment-meta a {
	
}

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

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

.comment-meta a:hover {
	color: #010101;
	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: #6F7272;
	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: #010101;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #6F7272;
}

.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #6F7272;
	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: #010101;
	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: #f19891;
}
.pagination:before {
	content: "More Recipes:"
}
.comment-pagination {
	text-align: left
}
	.comment-pagination:before, .facet-pagination:before {
		display: none
	}

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

#top {
	font-size: 13px;
	text-transform: lowercase;
}
#top li {
	display: inline-block;
	margin: 0 12px 0 0;
}
#top li a {
	color: #6F7272;
	text-decoration: none;
}
	#top li a:hover {
		color: #f19891
	}


/*!---------MAIN DROPDOWN MENU---------*/
#main {
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 202;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 13px;
	text-decoration: none;
	color: #010101;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
	#main li.browse>a {
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 125%;
		font-weight: bold;
	}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #F19891;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: bold;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	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;
	padding: 0;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #f19891;
	text-align: center;
	z-index: 2001;
	width: 210px;
}

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


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



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



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

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

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

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

#main li li li a {
	background-color: transparent;
}

	#main li li li a:hover {
		background-color: #f8ccc8;
	}
	
	
/*!---------RECIPE DROPDOWN MENU---------*/
.recipe-nav {
	-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;
}
	.recipe-nav .more {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
		margin: 10px auto 0; 
	}
		.recipe-nav .more a {
			background: none !important;
			font-size: 14px;
		}
			.recipe-nav .more a:hover {
				color: #f8ccc8
			}
	.recipe-nav .search-recipes {
		width: 23%;
	}
	.recipe-nav .spacer {
		width: 5%;
		line-height: 43px;
		height: 43px;
		text-align: center;
	}
#catnav {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 72%;
}
#catnav ul {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
#catnav li {
	width: 32%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
	#catnav li:before {
		display: none;
	}
#catnav li a,
#catnav li label {
	display: block;
	padding: 9px 15px 8px;
	text-decoration: none;
	color: #737675;
	background-color: #ffffff;
	transition: none;
	text-transform: lowercase;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	#catnav li a b, #catnav li label b {
		font-style: normal;
		font-weight: bold;
	}
#catnav li:hover a, 
#catnav li:hover label {
	color: #2e3232;
	background-color: #fbe0de;
}
#catnav li > a:after {
	content: "\f322";
	font-family: 'Font Awesome 6 Sharp';
	font-weight: 300;
	font-style: normal;
	display: inline;
	color: #2e3232;
	font-size: 130%;
	line-height: 1;
	position: absolute;
	top: 13px;
	right: 10px;
}
	#catnav li li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'Font Awesome 6 Sharp';
		font-weight: 300;
		font-style: normal;
		display: inline;
		margin-left: 6px;
		font-size: 120%;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	
/* !Sub Menus Level 1 */
#catnav ul ul {
	font-size: 11px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms transform 120ms ease-out, 280ms opacity 120ms ease-out, 280ms visibility 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 44px;
	left: 50%;
	line-height: 1.4;
	background-color: #fbe0de;
	text-align: center;
	z-index: 2001;
	width: 100%;
}
#catnav ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}
#catnav li li a,
#catnav li li label {
	width: 100%;
	font-size: 15px;
	padding: 8px 15px;
	font-style: normal;
	border: none;
	color: #2e3232 !important;
	background-color: transparent !important;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
#catnav li li a:after {
	display: none
}
#catnav li li a:hover, 
#catnav > ul > li > ul > li:hover,
#catnav li li label:hover, 
#catnav > ul > li > ul > label:hover {
	background-color: #f8ccc8 !important;
}
#catnav ul li:hover > ul, #catnav ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}
		
/* Sub Menus Level 2 */
#catnav ul ul li ul {
	background-color: #f8ccc8;
	top: 0;
	left: 300px;
	margin: 0;
}
#catnav ul ul li ul a {
	color: #637784 !important;;
}
#catnav ul ul li ul li a:hover {
	background-color: #909686 !important;
}
#catnav ul li > label,
#catnav ul li > input {
	display: none;   
}

/* Search */
.search-recipes {
	display: inline-block;
}
.search-recipes .search-form, .search-recipes .search-input {
	
}

.search-recipes .search-form {
	display: inline-block;
	background-color: #ffffff;
	height: 44px;
	border: none;
	margin: 0;
	clear: none;
	width: 100%;
}
.search-recipes .search-field {
	font-size: 16px;
	background-color: transparent;
	font-style: normal;
	border: none;
	height: 44px;
	line-height: 44px;
	padding: 0 12px;
}
	.search-recipes .search-input:focus {
		border-color: #f4da76 !important
	}
.search-recipes .search-submit {
	position: absolute;
	top: 3px;
	right: 0;
	background-color: transparent;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	width: 40px;
}


/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom {
	border: none;
	background-color: #ffffff;
	outline: none;
	margin: 80px 0 50px;
	overflow: visible;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	background: #f5f5f5;
	background-image: var(--wpr-bg-7277a54d-a8a7-4364-b268-d258823423be);
	background-size: 380px auto;
	padding: 25px 25px 20px;
	margin: 0 !important;
	position: relative;
}
		
		
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 25px;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
	position: relative;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 35%;
	clear: none;
	float: right;
	padding: 0;
	margin: 0 0 15px 2%;
}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}


.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	width: 63%;
	float: left;
	margin: 0 0 20px !important;
	padding: 0 !important;
	font-weight: bold;
	line-height: 1.1;
	border: none;
	padding: 0;
	font-size: 32px;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name:before {
		background: var(--wpr-bg-eb9b898a-47f3-41dc-809a-ea0d6d4dc56e) no-repeat;
		background-size: 100% auto;
		display: block;
		width: 90px;
		height: 80px;
		text-align: center;
		content: "";
		margin: -55px auto 10px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name .subtitle {
		margin: 20px 0 12px;
		font-size: 12px;
	}
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 35px 0 15px !important;
	font-weight: bold;
	font-size: 24px;
}
	.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
		margin-bottom: 10px !important;
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	letter-spacing: normal !important;
	font-size: 18px;
	margin: 20px 0 10px !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h4 {
		letter-spacing: normal !important;
		font-size: 18px;
		margin: 20px 0 10px !important;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	clear: both;
	background: var(--wpr-bg-ec0222ff-8dad-448d-b972-4dd9b555ed64) no-repeat center left;
	background-size: auto 100%;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	clear: left;
	color: #010101;
	text-align: center;
	margin: 20px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		border: none;
		padding: 0;
		font-size: 11px;
		line-height: 20px !important;
		margin: 15px 0 -10px;
		color: #6f7272;
		text-align: center
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom a {
		background: none;
		color: #6f7272;
		text-decoration: underline;
	}
		.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom a:hover {
			color: #f19891
		}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
}
	.wprm-recipe-details-container .wprm-block-text-normal {
		text-transform: uppercase;
		font-weight: bold;
	}

.wprm-recipe.wprm-recipe-template-custom .nutrition {
	background-color: #f5f5f5;
	margin: 30px 0 0;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom .nutrition h3 {
		margin: 5px 0 8px;
		color: #010101;
		font-size: 24px;
		font-weight: bold
	}

	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
		
	}
.wprm-recipe.wprm-recipe-template-custom .nutrition p {
	font-size: 12px;
	color: #6f7272;
	line-height: 1.5;
	margin-top: 15px;
}
	.wprm-recipe.wprm-recipe-template-custom .nutrition p.wprm-block-text-italic {
		text-align: right;
		margin-top: 0;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-label.wprm-block-text-italic, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
	color: #010101;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-details-label.wprm-block-text-italic {
		color: #010101;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit, .wprm-recipe-snippet .wprm-recipe-details-unit, .item .wprm-recipe-time .wprm-recipe-details-unit {
		text-transform: uppercase;
		font-size: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
		letter-spacing: normal;
		font-size: 100%;
		font-weight: bold;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-daily {
		font-style: italic;
		color: #f19891 !important;
		font-size: 90%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: bold;
	}
	
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container-grouped {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
	white-space: normal;
	padding-right: 0px;
	flex: 32% 0 0;
	padding: 2px 0;
}
	
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: 'Font Awesome 6 Sharp';
	font-weight: bold;
	margin-right: 4px;
	color: #f19891		
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
		color: #6f7272
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e7";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-course-container:before {
		content: "\f2e7";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table {
	margin: 20px 0;
	padding: 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table .wprm-recipe-block-container-table {
		padding: 8px;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container:before {
	color: #f19891;
	content: "\f2e6";
	font-family: 'Font Awesome 6 Sharp';
	font-weight: bold;
	margin-right: 5px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container, .wprm-recipe.wprm-recipe-template-custom .wprm-unit-conversion-container-buttons {
	color: #6f7272;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	background: transparent;
	display: block;
	margin-bottom: 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container:before {
		content: "scale:";
		color: #6f7272;
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: .1em;
		line-height: 32px;
		font-size: 11px;
		margin-right: 5px;
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
			
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-unit-conversion-container-buttons:before {
		content: "convert:";
		color: #6f7272;
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: .1em;
		line-height: 32px;
		font-size: 11px;
		margin-right: 5px;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle, .wprm-recipe.wprm-recipe-template-custom .wprm-unit-conversion-container-buttons button.wprm-unit-conversion {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ebebeb !important;
	color: #6f7272 !important;
	border-radius: 50%;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-unit-conversion-container-buttons button.wprm-unit-conversion {
		width: auto;
		border-radius: 20px;
		padding: 0 15px;
		line-height: 30px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active, .wprm-recipe.wprm-recipe-template-custom .wprm-unit-conversion-container-buttons button.wprmpuc-active {
		color: #f19891 !important;
		background-color: #fceae9 !important;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
	clear: both;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 5px;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-link {
	display: inline-block;
	width: 32%;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: none;
	background-color: #f19891;
	color: #ffffff;
	border: none !important;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	padding: 14px 20px 14px 22px !important;
	margin: 0px !important;
	text-align: center;
	position: relative;
	display: inline-block;
}

	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover, .wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #f4ada7 !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating, .wprm-recipe-roundup-item .wprm-recipe-rating {
	margin: 10px 0 0px;
	text-align: center;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating .wprm-recipe-rating-details {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		display: block;
		font-size: 12px;
		margin: 0;
	}
		.wprm-recipe-roundup-item .wprm-recipe-rating .wprm-recipe-rating-details {
			display: inline-block;
			margin-left: 5px;
		}
	.comment-form-wprm-rating {
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}

/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	display: block;
	margin-bottom: 8px;
	margin-left: 30px !important;
	line-height: 1.4;
}
	.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes {
		font-size: 88%;
		font-style: italic;
	}
	.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded {
		opacity: 1.0 !important;
		color: #6f7272;
	}
	.wprm-recipe.wprm-recipe-template-custom sup {
		font-size: 75%;
		vertical-align: super;
		font-style: normal;
		font-weight: bold;
		margin-left: 5px;
		color: #6f7272;
		
	}
		.wprm-recipe.wprm-recipe-template-custom sup em, .wprm-recipe.wprm-recipe-template-custom sup em strong {
			font-style: normal;
			font-weight: bold;
		}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients .wprm-checkbox-container, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment .wprm-checkbox-container {
	margin-left: -12px !important;
	margin-top: 4px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-advanced-list li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-advanced-list {
	counter-reset:li;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-advanced-list>li {
	padding: 0 0 0px;
	line-height: 1.5;
	margin: 0 0 15px 35px;
	list-style-type: none;
	position: relative;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-advanced-list li:before{
	content:counter(li);
	counter-increment: li;
	display: block;
	position: absolute;
	color: #010101;
	background-color: #f8ccc8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	left: 10px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 24px;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
	background-color: #f5f5f5;
	padding: 15px;
	font-size: 90%;
	line-height: 1.5;
	list-style-type: none;
	margin-left: 0;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li::marker, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li::marker, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li::marker {
	color: #f19891
}
.wprm-recipe.wprm-recipe-template-custom li:before {
	display: none;
}

/*Equipment*/


.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	margin: 0 0 10px;
	flex: 0 0 23%;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item a img {
		width: 100%;
		height: auto;
		display: block;
	}
.wprm-recipe-equipment-images .wprm-recipe-equipment-item .wprm-recipe-equipment-name {
	text-align: center;
	font-size: 13px;
	display: block;
	line-height: 1.3;
	font-weight: bold;
}

/*Call to Action*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 0 !important;
	padding: 35px !important;
	font-size: 90%;
	line-height: 1.4;
	clear: both;
}
.wprm-recipe.wprm-recipe-template-custom  .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 54px;
	margin: -8px 20px 0 0;
	opacity: 1.0;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	color: #010101;
	font-family: "kanyon","-apple-system","BlinkMacSystemFont","Roboto","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	/*font-family: "caslon-grad", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;*/
	font-weight: bold;
	line-height: 1.1;
	font-size: 24px !important;
	line-height: 1.1;
	font-weight: bold;
	display: block;
	margin: 0px 0 5px;
}

/*Jump Button*/
.single-post-content .post-meta {
	margin-bottom: 20px;
}
.post-meta .post-meta-info {
	vertical-align: middle;
}
.post-meta .wprm-recipe-snippet {
	margin: 10px 0;
	display: block;
	text-align: center;
}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .12em !important;
		border: none;
		color: #010101 !important;
		background-color: #f19891;
		border: none !important;
		font-size: 10px;
		margin: 0 8px 0 0 !important;
		padding: 5px 10px !important;
		position: relative;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus, .wprm-recipe-snippet a.video-jump:hover, .wprm-recipe-snippet a.video-jump:focus {
			color: #010101 !important;
			background-color: #f4ada7 !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 6 Sharp";
			font-weight: normal;
			margin-right: 5px;
		}
.wprm-recipe-snippet svg {
	display: inline !important;
}
.wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block !important;
	font-size: 16px;
	margin: 0px auto 0px 0;
	text-align: center;
	line-height: 1.5;
}
	.wprm-recipe-snippet .wprm-recipe-rating-details {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		display: inline-block;
		font-weight: normal;
		letter-spacing: normal;
		font-size: 12px !important;
		color: #6f7272;
		margin: 0 0 0 4px;
	}