/*! 
Theme Name: Tea for Turmeric
Theme URL: https://www.teaforturmeric.com
Description: Custom responsive blog theme for Tea for Turmeric.
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% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 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: 300px;
		float: right;
		clear: right;
		display: block;
	}


}

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

.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: #343639;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #E5E4E4;
	background-color: #fbf4ed;
	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: 'Qualion Round';
    src: url('fonts/qualionround-demibold-webfont.woff2') format('woff2'),
         url('fonts/qualionround-demibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
}

@font-face {
    font-family: 'Qualion Round';
    src: url('fonts/qualionround-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/qualionround-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: fallback;
}
@font-face {
    font-family: 'Qualion Round';
    src: url('fonts/qualionround-regular-webfont.woff2') format('woff2'),
         url('fonts/qualionround-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}



body {
	font-family: "Qualion Round", Arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	color: #343639;
	margin: 0;
}

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

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

a:hover {
	color: #e3989d;
}

	.post-content a, .cat-desc a, .comments-area a {
		font-weight: bold;
	}
		.post-content a:hover, .post-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .comments-area a:hover, .comments-area a:focus {
			
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Qualion Round", Arial, helvetica, sans-serif;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .11em;
	margin: 25px 0;
	color: #343639;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}
	.post-content h2, .page_content h2 {
		margin-top: 50px;
		padding-bottom: 12px;
		border-bottom: 1px solid #E5E4E4;
	}
	
	h2.divider, h3.divider, div.divider {
		text-align: center
	}
	
	h2 em, h3 em {
		display: block;
		font-style: normal;
		font-size: 11px;
		letter-spacing: .254em;
		font-weight: bold;
		margin-bottom: 10px
	}
	

h3 {
	font-size: 21px;
}
	h3.widget-title {
		font-size: 21px;
	}
	.post-content h3, .page_content h3 {
		font-size: 21px;
	}
			
	h2 em, h3 em, h4 em {
		
	}

h4 {
	font-size: 18px;
}

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

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #E5E4E4;
	border-bottom: none;
	margin: 45px auto;
}
	.wp-block-separator {
		border-bottom: none;
		border-top: 1px solid #E5E4E4;
		border-left: none;
		border-right: none;
	}
	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 1px solid #E5E4E4;
	}
	hr.is-style-wide {
		width: 100%;
		margin: 45px auto;
	}

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

.header {
	border-top: 7px solid #fce3e3;
}
	body.home .header {
		
	}
	body.paged .header {
		
	}
.header .logo, .header h1.logo {
	overflow: hidden;
	width: 335px;
	float: left;
	margin: 25px 0;
}
	.logo-mobile {
		display: none
	}


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

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}

.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 15px 35px;
	padding: 0;
}
	/*.span_content ul li:before {
		content: "\f324";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		display: inline-block;
		right: 8px;
		font-size: 80%;
		margin-left: -20px;
		width: 20px;
		color: #e3989d;
	}*/
	.span_content ul li:before {
		display: inline-block;
		content: "\f324";
		font-family: 'Font Awesome 5 Pro';
		color: #343639;
		background-color: #fce3e3;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 25px;
		width: 25px;
		margin-left: -35px;
		margin-right: 10px;
		top: 4px;
		line-height: 26px;
		font-size: 12px;
		text-align: center;
	}
		.span_content .has-lightpink-background-color ul li:before {
			background-color: #ffffff;
		}
	.span_content ul li li:before {
		background-color: transparent;
		margin-left: -25px;
		margin-right: 0;
	}

.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 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #343639;
	background-color: #fce3e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	left: -25px;
	top: 4px;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

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

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


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

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

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

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

.widget a {
	text-decoration: none;
}

.widget p {
}


.sidebar select {
	color: #757778;
	font-size: 16px;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #E5E4E4;
	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 .about {
	text-align: center;
	margin-top: 0;
}

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

.sidebar .about p {
	margin: 0 0 15px;
	font-size: 90%;
}
.sidebar .about .simple-image {
width: 100%;
}
	.sidebar .about .simple-image img {
		margin: 0 auto 25px;
		border-radius: 50%;
	}
.sidebar .about p.more {
	margin-bottom: 0;
}
.sidebar .about p.more a {
	
}
	.sidebar .about p.more a:hover {
		color: #757778
	}
	
.social a {
	color: #343639;
	text-decoration: none;
	padding: 5px 8px;
	font-size: 17px;
	border: none;
	box-shadow: none;
}
	.social a:hover {
		color: #f1c4c5
	}

.social strong {
	width: 86px;
	height: 47px;
	background: url(images/followme.png) no-repeat center top;
	background-size: 100% auto;
	display: inline-block;
	text-indent: -99999px;
	vertical-align: middle;
	margin-top: -10px;
	margin-left: -8px;
}

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

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

.sidebar .item a {
	display: block;
}

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

.sidebar .item h4 {
	margin: 10px 0;
	text-align: center;
}

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured, .sidebar .category-posts, .sidebar .featured, .sidebar .recent-posts {
	text-align: center;
	overflow: hidden;
	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;
}

.sidebar .featured .item, .sidebar .category-posts .item, .sidebar .recent-posts .item {
	width: 47%;
	margin-bottom: 10px;
}

	
.sidebar .item h3.title {
	font-size: 13px;
	margin: 10px 0;
}



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

.post {
	margin-bottom: 0px;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 10px 0 10px;
	text-align: center
}

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

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

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	
}
.post-meta {
	text-transform: uppercase;
	color: #343639;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	overflow: hidden;
	margin: 0 0 15px;
	padding-top: 2px;
	text-align: center;
}
	.post-date {
		margin: 0 0 20px;
	}

.post-meta em {
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal
}
.disclosure, small {
	font-size: 12px;
	color: #757778;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center
}
.post-meta a {
	color: #343639;
	text-decoration: none;
}

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

	.post-meta .spacer:after {
		content: "//";
		color: #cfcece;
		letter-spacing: 0;
		margin: 0 6px 0 6px;
	}
	

.ccount {

}
	.ccount svg {
		color: #e3989d;
		fill: #e3989d;
		vertical-align: middle;
		margin-top: -4px
	}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
}

.meta-bottom p {
	margin: 0;
}

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

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #757778;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	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: #343639;
}


a.more-link, p.more a {
	color: #343639;
	background-color: #f1c4c5;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 11px;
	display: inline-block;
	padding: 10px 20px 8px;
}
	a.more-link:hover, a.more-link:focus, p.more a:hover, p.more a:focus {
		background-color: #343639;
		color: #ffffff !important;
	}

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

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

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

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 25px 0 30px;
}
.wp-block-gallery {
	margin: 35px 0;
}
	.full-width-page-content .wp-block-gallery {
		margin: 55px auto;
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 3% 5%;
	margin: 45px 0;
}
	ol.has-background, ul.has-background {
		padding: 5% 5% 3%;
	}
	p.has-background {
		padding: 5%;
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		padding: 0;
	}
	
	.has-tan-background-color {
		background-color: #fbf4ed;
	}
	.has-lightpink-background-color {
		background-color: #fbedee;
	}
	.has-medpink-background-color {
		background-color: #f1c4c5;
	}
	.has-black-background-color {
		background-color: #343639;
		color: #ffffff;
	}
	.has-white-background-color {
		border: 1px solid #e5e4e4;
	}

.wp-block-quote.stars {
	font-style: italic;
	padding: 25px 30px;
	margin: 45px 0 40px;
	background-color: #fbf4ed;
	text-align: center;
	line-height: 1.6;
}
	.full-width-page-content .wp-block-quote.stars {
		margin: 55px auto;
		font-size: 110%;
		padding: 5%;
	}
	.wp-block-quote.stars:before {
		content: "\f005\f005\f005\f005\f005";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		color: #e3989d;
		font-size: 18px;
		font-style: normal;
	}
	.wp-block-quote.stars p {
		margin: 10px 0 12px;
	}
.wp-block-quote cite {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal !important;
	font-size: 11px;
}
	.full-width-page-content .wp-block-quote cite {
		font-size: 13px;
		opacity: 0.7;
	}
	.wp-block-quote cite em {
		font-style: normal;
	}
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
		display: inline-block;
		content: "?";
		font-weight: bold;
		color: #343639;
		background-color: #fce3e3;
		-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: 36px;
		font-size: 21px;
		text-align: center;
	}

/*! Full Page Styles */

.full-width-page-content p, .full-width-page-content h1, .full-width-page-content h2, .full-width-page-content h3, .full-width-page-content h4, .full-width-page-content .wp-block-quote, .full-width-page-content ul, .full-width-page-content ol, .full-width-page-content .breadcrumb, .full-width-page-content .narrow {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
	.full-width-page-content h3 {
		margin-top: 40px;
	}

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

.span_content_full figure.alignright {
	width: 25%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}
	
/*! Inner Post */

/* Recipe Save WPForms */
.inpost-save {
	background-color: #fbedee;
	padding: 25px 25px 25px;
	border-radius: 0px;
	margin: 35px 0;
}
	.inpost-save .save-title {
		font-size: 24px;
		letter-spacing: .1em;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0;
	}
	.inpost-save .save-title:before {
		content: "\f004";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		background-color: #e3989d;
		color: #ffffff;
		font-size: 18px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		letter-spacing: normal;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		margin: -5px 10px 0 -42px;
	}

.inpost-save p.save-description {
	font-size: 17px;
	line-height: 1.5;
	margin: 5px 0 15px;
}

.inpost-save div.wpforms-container-full {
	margin-bottom: 5px;
	margin-top: 10px;
}

.inpost-save button[type=submit] {
	background-color: #f1c4c5 !important;
	color: #343639 !important;
	padding-top: 5px !important;
}

.inpost-save div.wpforms-container-full .wpforms-form input[type=email] {
	height: 46px;
}

.inpost-save div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
	display: table-cell;
	padding-right: 2%;
	width: 100%;
}

.inpost-save div.wpforms-container-full .wpforms-confirmation-container-full {
	background: #f1c4c5;
	border: 1px solid #f1c4c5;
	box-sizing: border-box;
		color: #000;
}
	
.inpost-save .wpforms-container.inline-fields .wpforms-field-container {
	width: calc( 100% - 165px);
}
	.inpost-save .wpforms-container .wpforms-field {
		padding: 0;
		position: relative;
	}
.inpost-save .wpforms-container.inline-fields .wpforms-submit-container {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
.inpost-save div.wpforms-container-full .wpforms-form input[type=email] {
	border-radius: 0;
	border: none;
	outline: none;
	height: 46px;
	line-height: 49px;
	padding: 0 15px;
}
.inpost-save .wpforms-container button.wpforms-submit {
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: #f1c4c5 !important;
	font-size: 13px;
	height: 46px;
	line-height: 46px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #343639;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .15em;
	padding: 2px 10px 0 !important;
}
	@media only screen and (max-width: 500px) {
		.inpost-save {
			position: relative;
			padding: 5%;
		}
		.inpost-save div.wpforms-container-full .wpforms-form {
			flex: none;
			display: block;
		}
		.inpost-save .wpforms-container.inline-fields .wpforms-field-container {
			width: 100%;
		}
		.inpost-save div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
			padding-right: 0;
		}
		.inpost-save .wpforms-container.inline-fields .wpforms-submit-container {
			width: 100% !important;
			margin-top: 8px;
		}
		.inpost-save .save-title {
			font-size: 23px;
			letter-spacing: .1em;
			line-height: 1.2;
			margin-top: 25px;
			margin-bottom: 10px;
			text-align: center;
		}
			.inpost-save .save-title:before {
				position: absolute;
				top: -15px;
				left: 50%;
				margin-left: -25px;
				width: 50px;
				height: 50px;
				line-height: 50px;
			}
		.inpost-save p.save-description {
			font-size: 15px;
			line-height: 1.5;
			margin: 5px 0 15px;
			text-align: center;
		}
	}

.inner-post {
	clear: both;
	margin: 40px 0 0;
}

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

#dpsp-content-top a svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon svg {
	color: #343639;
	fill: #343639 !important;
}
.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg {
	fill: #343639!important;
}



/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 19px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .12em;
	border-top: 1px solid #E5E4E4;
	border-bottom: 1px solid #E5E4E4;
}

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

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

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

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

.post-nav div a:hover {
	color: #f1c4c5;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 10px;
	color: #757778;
	padding: 0 0 5px;
}


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

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 60px;
}
	.home-sections .adthrive-ad {
		margin: 35px 0;
	}
.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 80px 0 75px;
}
	.home-section .wrap {
		overflow: hidden
	}
.home-section .divider {
	margin: 0 0 25px;
}
.home-section.shaded, .home-section.icons, .home-section.video {
	background-color: #fbf4ed;
	padding: 70px 0;
}
		
.home-section .category-posts {
	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;
}
	.home-section .category-posts .item {
		overflow: hidden;
		text-align: center;
		width: 22.75%;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.home-section .category-posts-5col .item {
		width: 18%
	}
		.home-section .category-posts-5col .item:nth-child(6) {
			display: none
		}

.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-section .item .title {
	clear: both;
	margin: 15px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 15px;
}


.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
	color: #343639;
}

	.home-section .item a:hover, .home-section .item a:hover .title {
		color: #f1c4c5;
	}
	
.home-section .item .wprm-recipe-rating {
	margin-top: -8px;
	line-height: 1.5;
	font-size: 16px;
}
	.sidebar .item .wprm-recipe-rating {
		font-size: 14px;
		margin: -8px 0 15px;
	}
.home-section .item .wprm-recipe-rating-details, .sidebar .item .wprm-recipe-rating-details {
	font-style: italic;
	color: #757778;
	font-size: 11px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin-top: 20px;
}
	
.home-section.subscribe {
	background-color: #fbf4ed;
	text-align: center;
	padding: 0;
}
	/*.home-section.subscribe .wrap {
		max-width: 810px;
		padding: 60px 20px 55px;
	}
	.home-section.subscribe .divider {
		width: 360px;
		float: left;
		font-size: 32px;
		margin: -20px 0 0;
		background: url(images/stayintouch@2x.png) no-repeat center top;
		background-size: 225px 111px;
		padding-top: 80px;
	}
	.home-section.subscribe .textwidget {
		width: -moz-calc(100% - 390px);
		width: -webkit-calc(100% - 390px);
		width: calc(100% - 390px);
		float: right;
		text-align: center;
	}*/
	
.home-section.subscribe .optin-content {
	display: -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;
	margin: 0 auto;
	max-width: 900px;
}
	.home-section.subscribe .optin-content .image {
		width: 40%;
		align-self: center;
		padding-top: 10px;
	}
		.home-section.subscribe .optin-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
	.home-section.subscribe .optin-content .caption {
		width: 58%;
		padding: 30px 0 10px;
		align-self: center;
	}
	.home-section.subscribe .optin-content .caption h2 {
		margin: 10px 0 10px;
	}
	.home-section.subscribe .optin-content .caption p {
		margin: 0 0 10px;
		font-size: 90%;
		line-height: 1.5;
	}
.home-section.icons {
	text-align: center;
	padding-bottom: 60px;
}

.home-section.icons h2.divider {
	margin: 10px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.home-section.icons .search-form {
	display: inline-block;
	clear: none;
	width: 100%;
	max-width: 400px;
	vertical-align: middle;
	}
.home-section.icons .index-link {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
}
.home-section.icons .index-link a {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #343639;
	text-transform: uppercase;
	letter-spacing: .12em;
	display: inline-block;
}
	.home-section.icons .index-link a:hover {
		color: #e3989d;
	}
.home-section.icons .items {
	margin-top: 50px;
	clear: both;
	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;
}
	.home-section.icons .items .item {
		width: 15%;
		margin: 0;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		padding: 5px;
	}
		.home-section.icons .item img {
			display: block;
			width: 100%;
			border-radius: 50%;
			height: auto;
			margin: 0 auto;
		}
		.home-section.icons .title {
			font-family: "Qualion Round", helvetica, sans-serif;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: .18em;
			font-weight: bold;
			font-size: 11px;
			margin: 15px 0 0
		}
		.home-section.icons a {
			text-decoration: none;
			display: block;
		}
			.home-section.icons a:hover{
				
			}




.home-section.video {
	overflow: hidden;
}
	.home-section.video .wrap {
		position: relative;
	}
.home-section.video .player {
	width: 63%;
	float: left;
}
.home-section.video .caption {
	text-align: center;
	width: 32%;
	float: right;
	margin-top: 6%;
}

.home-section.video .caption h2 {
	margin: 0 0 18px;
}

.home-section.video .caption p {
	margin: 0;
	font-size: 90%;
}



/*!---------TEASER STYLES---------*/

.teaser-posts {
	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;
}
	.teaser-posts-3col .teaser-post {
		width: 30%;
		margin: 0;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		margin-bottom: 40px;
		font-size: 90%
	}
	.teaser-posts-2col .teaser-post {
		width: 48%;
		margin: 0;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		margin-bottom: 50px;
		font-size: 90%
	}
	
.teaser-post .teaser-image a {
	display: block
}
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}
.teaser-post .post-image a {
	display: block;
}

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

.teaser-post h2.post-title {
	margin: 10px 0 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

	.teaser-post a:hover, .teaser-post a:hover h2 {
		color: #f1c4c5
	}
	
.teaser-post .post-meta {
	margin: 25px 0 15px;
}

.teaser-post p {
	margin: 22px 0px 25px;
}

.teaser-post .more {
	margin-top: 25px;
}


/*!---------ARCHIVE STYLES---------*/
.cat-title {
	background-color: #fbf4ed;
	margin-bottom: 0px;
	padding: 30px 0;
}
	.cat-title.no-image {
		background-color: transparent;
		margin-bottom: 30px;
		padding: 0;
	}
	.cat-title.paged {
		margin-bottom: 0
	}
	.cat-title .wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 5%;
	}
	.cat-title .wrap .cat-image {
		flex-basis: 40%;
		display: flex;
		height: 100%;
	}
		.cat-title .cat-image img {
			display: block;
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
	.cat-title .wrap .cat-desc {
		flex-basis: 60%;
		text-align: center;
	}
		.cat-title .cat-desc h1 {
			margin-bottom: 15px;
		}
		.cat-title .cat-desc .breadcrumb {
			margin-bottom: 10px;
		}
		.cat-title .cat-desc p {
			font-size: 92%;
			margin: 15px 0 20px;
		}
		.cat-title .cat-desc p:last-child {
			margin-bottom: 0;
		}
		.cat-title .cat-desc.no-image {
			width: 100%;
			flex-basis: 100%;
			padding: 0;
			margin: 0;
			background-color: transparent;
			text-align: left;
		}
.cat-featured-section {
	margin-bottom: 60px;
	padding: 50px 0 40px;
	border-bottom: 1px solid #E5E4E4;
}

.cat-desc {
	margin-bottom: 45px
}
	
.archives {
	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;
	margin: 0 -2.5%;
}

	.archives .archive-post {
		width: 28.3333%;
		margin: 0 2.5% 20px;
		text-align: center;
	}

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

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

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

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

.archive-post h4, .archive-post h3, .archive-post h2 {
	font-size: 16px;
	color: #343639;
	margin: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	word-wrap: break-word;
	padding: 0;
	border: none;
}
	.recipe-cats .item h4 {
		font-size: 16px;
	}

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

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

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

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

.archiveslist li {
	margin: 0 0 10px !important;
	padding: 0 10px 0 30px !important;
	list-style-type: disc;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 12px;
	font-style: italic;
	color: #757778;
}

.archiveslist a {
	font-size: 16px;
	font-style: normal;
	color: #343639;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #e3989d;
	}

.archiveslist li:before {
	font-style: normal;
}

.archiveslist ul {

}

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

.subcats {
	margin-bottom: 30px;
}
	.cat-title .subcats {
		margin: 25px 0 0;
	}
.subcats h2, .subcats h3 {
	font-size: 14px;
	margin: 0px;
}
.subcats strong {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	margin: 0px;
}
ul.subcategories {
	overflow: hidden;
	margin: 0px 0 0px !important;
	padding: 0 !important;
}

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

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

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

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

ul.subcategories ul li a, .widget.categories a, .post-cats a {
	display: inline-block;
	font-size: 11px;
	line-height: 1.6;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 5px 10px 2px;
	margin: 3px;
	text-decoration: none;
	color: #343639;
	background-color: #ffffff;
	border: 1px solid #E5E4E4;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover, .post-cats a:hover {
		color: #343639;
		background-color: #f1c4c5;
	}

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

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

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

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

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

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

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

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

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

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

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

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

.tagtitle em {
	color: #757778;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

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

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


/*!Breadcrumbs*/

.breadcrumb {
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #757778;
	font-size: 11px;
	line-height: 15px;
	clear: both;
	margin: 0 0 16px;
}
	.single-post-content .breadcrumb {
		text-align: center;
	}
.breadcrumb a {
	color: #757778;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-style: italic;
		display: none
	}
.breadcrumb a:hover {
	color: #e3989d;
}

/*!---------FORMS---------*/
.commentinput, .styledinput, .captchainput, #commentform input, .gform_wrapper input {
	color: #696969;
	font-size: 16px;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #E5E4E4;
}

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #E5E4E4;
	width: 100%
}

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


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		background-color: #f1c4c5;
		color: #ffffff;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #fbf4ed;
	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%;
	max-width: 350px;
	border: none;
	overflow: hidden;
	background-color: transparent;
}
	.facet_sidebar .search-form {
		margin-top: 18px;
	}

.span_content .search-form {
	max-width: 100%;
}

.search-form .search-field {
	color: #343639;
	font-size: 16px;
	font-family: "Qualion Round", "Qualion Round", helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fbf4ed;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

	.search-form .search-field:focus {
		outline: none;
	background-color: #fbf4ed !important;
		border: 1px solid #e3989d
	}
	.home-section.icons .search-form .search-field {	
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		padding: 0 20px;
		background-color: #ffffff;
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}

	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
	color: #f1c4c5;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
}
	.search-form .search-submit i {
		
	}
	.home-section.icons .search-form .search-submit {
		background-color: transparent;
		height: 71px;
		line-height: 70px;
		width: 70px;
		font-size: 28px;
		background-color: #ffffff;
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus, .home-section.icons .search-form .search-submit:hover {
	color: #343639 !important;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #fbf4ed;
	padding: 25px;
}
	.home-sections .subscribe {
		padding: 0;
		background-color: #fbedee;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
}

.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 16px;
	font-family: "Qualion Round", helvetica, sans-serif;
	float: left;
	width: -moz-calc(100% - 58px);
	width: -webkit-calc(100% - 58px);
	width: calc(100% - 58px);
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0 16px;
}
	.subscribe .name-input {
		width: 100%;
		margin-bottom: 12px
	}
	.email-input:focus {
		outline: none;
		color: #343639;
		background-color: #ffffff;
		border-left: 4px solid #f1c4c5
	}


.subscribe .email-submit {
	border: none;
	width: 100%;
	font-size: 18px;
	color: #343639;
	background-color: #f1c4c5;
	text-align: center;
	border: none;
	float: right;
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}

	.subscribe .email-submit i {
		font-size: 26px;
		vertical-align: middle;
	}
	.subscribe .email-submit svg {
		vertical-align: middle;
	}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #343639;
		color: #ffffff;
	}
		.subscribe .email-submit:hover svg, .subscribe .email-submit:focus svg {
			fill: #ffffff !important;
		}

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


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

.tagline {
	color: #e3989d;
	text-align: center;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .6em;
	margin: 30px 0 10px;
}
	body.home .tagline {
		margin-top: 60px;
	}
	.tagline em {
		width: 42px;
		height: 42px;
		background: url(images/for.png) no-repeat center top;
		background-size: 100% auto;
		display: inline-block;
		text-indent: -99999px;
		vertical-align: middle;
		margin-top: -10px;
		margin-left: -8px;
	}
	.tagline p {
		display: inline-block;
		margin: 0;
		background-color: #ffffff;
		padding: 0 10px;
		position: relative;
		z-index: 11;
	}
	.tagline:after {
		content: "";
		display: inline-block;
		border-bottom: 1px solid #f1c4c5;
		width: 100%;
		position: relative;
		top: -42px;
		z-index: -1;
	}
.footer {
	overflow: hidden;
	clear: both;
	margin: 20px 0 50px;
	font-size: 15px;
}
	body.home .footer {
		margin-top: 0;
	}
	body.paged .footer {
		margin-top: 50px;
	}
.footer a {
	text-decoration: none;
	color: #343639;
}
	.footer a:hover {
		 color: #e3989d;
	}
	
	.footer h2 {
		font-size: 18px;
		margin: 15px 0 15px;
	}
.footer .subscribe {
	width: 65%;
	float: left;
	padding: 0;
	margin: 0 0 30px;
	background-color: #fbedee;
	text-align: center;
	position: relative;
}
	.footer .subscribe .optin-content {
		-ms-box-orient: horizontal;
		display: -ms-Flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.footer .subscribe .image {
		width: 35%;
		height: auto;
		float: left;
	}
		.footer .subscribe .image img {
			width: 100%;
			height: auto;
			display: block;
		}
	.footer .subscribe .caption {
		width: 65%;
		padding: 30px 20px 1px 15px;
	}
		.footer .subscribe .caption h2 {
			margin: 10px 0;
		}
		.footer .subscribe .caption p {
			margin: 10px 0;
			line-height: 1.5;
		}
	.formkit-form[data-uid="5b722436b3"] {
		max-width: 100% !important;
	}

.footer .widget_nav_menu {
	width: 180px;
	float: right;
	text-align: center;
	margin: 0;
}
.footer .widget_nav_menu ul li {
	margin-bottom: 12px;
}

.footer .social {
	float: right;
	width: 360px;
	padding-left: 0;
	text-align: center;
	margin: 10px 0 25px;
}
	.footer .social a {
		font-size: 15px;
	}
.copyright {
	font-size: 11px;
	color: #67696a;
	float: right;
	width: 360px;
	text-align: center;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	text-transform: uppercase;
	letter-spacing: .12em;
}

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

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

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


.footer .top {
	position: absolute;
	bottom: 50px;
	right: 0;
}

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

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

#respond {
	margin-bottom: 90px;
	padding: 3% 5%;
	background: #fbf4ed;
}

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

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

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

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

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

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

.comment-meta a {
	
}

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

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

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

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

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757778;
}
.pagination h2 {
	font-weight: bold;
	font-family: "Qualion Round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 0 0;
	font-size: 11px;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination h2.screen-reader-text {
	position: relative;
	left: 0px;
	top: auto;
	width: auto;
	height: auto;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 5px;
}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #757778;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: none;
}

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

.pagination span.page-numbers.dots {
	border: none;
}

.pagination a.page-numbers:hover {
	background-color: #f1c4c5;
	color: #343639;
}

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

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

#main {
	padding: 0;
	margin: -1px 0 0;
	text-align: right;
	font-weight: normal;
	font-family: "Qualion Round", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	line-height: 45px;
	height: 45px;
	display: block;
	float: right;
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	margin-top: 55px;
}

#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 15px;
	text-decoration: none;
	color: #343639;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li:hover a {
	color: #e3989d;
}

#main li.search a {
	display: block;
	width: 45px;
	font-size: 18px;
}

#main li.bold a {
	font-weight: bold
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 52px;
	left: 50%;
	padding: 7px 0;
	line-height: 1.4;
	background-color: #ffffff;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);

	text-align: center;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 11px 15px;
	border: none;
	color: #343639 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover {
		color: #e3989d !important
	}

#main li li.bold a {
	
}

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


/*! 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: 290px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}


/*! WPRM */

.wprm-recipe.wprm-recipe-template-custom {
	position: relative;
	overflow: visible;
	margin: 70px 0 55px;
	border: none;
	border: none;
	font-size: 92%;
	line-height: 1.6;

}

.wprm-recipe-head {
	padding: 28px;
	background-color: #fbf4ed;
}

.wprm-recipe-body {
	padding: 11px 25px 25px;
	border: 2px solid #fbf4ed;
	border-top: none;
}

.wprm-recipe-video-container {
	padding: 1px 25px 25px;
	background-color: #ffffff;
	border: 2px solid #fbf4ed;
}

.wprm-recipe-video-container h3 {
	text-align: center
}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	float: right;
	width: 35%;
	margin: 2px 0px 15px 15px;
	position: relative;
	z-index: 11;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		position: relative;
		margin-bottom: 15px
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		display: block;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
	}
	
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 5px 0 5px !important;
	letter-spacing: .12em !important;
	border: none;
	padding: 0;
}
	
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	letter-spacing: .12em !important;
	text-transform: none;
	letter-spacing: normal;
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-weight: bold;
	margin: 20px 0 15px !important;
	font-size: 17px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 25px 0 0;
}

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

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	border-top: 1px solid #eeeeef;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
	color: #67696a;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-header .wprm-unit-conversion-container, .wprm-recipe-header .wprm-recipe-adjustable-servings-container, .wprm-recipe-header .wprm-recipe-media-toggle-container {
	vertical-align: middle !important;
	margin-top: -7px;
	margin-left: 5px 
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
    border-color: #f1c4c5 !important;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container .wprm-toggle {
	border-color: #f1c4c5 !important;
    font-size: 13px;
    font-family: "Qualion Round", Arial, helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: bold;
    padding: 8px 10px 5px !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container .wprm-toggle-active {
		color: #343639 !important;
		background-color: #f1c4c5 !important;
	}

/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	margin: 15px 0 15px;
	line-height: 1.8;
	text-align: left;
	color: #343639;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
		border: none !important;
		box-shadow: none !important;
		text-decoration: underline;
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
	clear: both;
	color: #343639;
	padding-top: 25px;
	margin: 0;
	text-align: center
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-italic {
		font-size: 13px;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		letter-spacing: normal;
		font-style: italic !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 0 3px 0 5px
	}
	
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		color: #e3989d;
		vertical-align: middle;
		margin-right: 4px;
			
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
	font-size: 100%
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom p {
		margin-top: 25px;
		margin-bottom: 10px;
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-images .wprm-recipe-tag-term-image, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-term {
    margin: 0 !important;
    display: inline-block !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-term {
		margin-right: 4px !important
	}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	font-size: 20px;
	margin: 0px !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal !important;
		display: block !important;
		font-size: 13px;
		margin: 0 !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}


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

		
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-template-buttons {
	margin: 0px 0px 35px;
	clear: both;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head .wprm-template-buttons {
		margin: 25px 0 0
	}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding-bottom: 10px !important;
	width: 32%
}
	.wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
		width: auto;
		font-size: 12px;
		padding-bottom: 8px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover, .wprm-recipe-roundup-item a.wprm-recipe-roundup-link:hover {
		background-color: #e3989d !important;
	}

/*Lists*/

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	margin-left: 30px !important;
	margin-bottom: 6px;
	line-height: 1.5;
	list-style-type: none !important;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:before {
	content: "";
	font-weight: bold;
	width: 6px;
	height: 6px;
	position: relative;
	top: -3px;
	margin-left: -18px;
	margin-right: 13px;
	background-color: #e3989d;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container {
	display: inline-block;
    position: absolute;
    left: -30px;
    top: 6px;
    line-height: 1;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
	margin-top: 3px;
	font-family: "Qualion Round", Arial, helvetica, sans-serif;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	margin-left: 32px !important;
	margin-bottom: 15px;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li .wprm-recipe-equipment-name {
	display: inline
}


/*Nutrition*/

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition h3 {
	display: none
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #343639;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	background-color: #fbf4ed;
	padding: 20px;
	margin-top: 35px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-weight: bold;
		color: #343639;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-weight: normal;
	} 


.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
    white-space: nowrap;
    padding-right: 10px;
    flex-basis: 33% !important;
}

/*Footer*/

.wprm-recipe.wprm-recipe-template-custom .recipe-ps, .recipe-ps {
	padding: 25px 30px 25px;
	background-color: #2a2a2a;
	color: #ffffff;
	margin: 25px -30px -30px;
	font-size: 90%;
}
	.category-ps {
		margin: 25px 0;
		padding: 20px 20px 20px;
		font-size: 90%;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-ps p, .recipe-ps p {
		margin: 0 0 10px;
		line-height: 1.5 !important;
	}
		.wprm-recipe.wprm-recipe-template-custom .recipe-ps p:last-of-type, .recipe-ps p:last-of-type {
			margin-bottom: 0;
		}
	.wprm-recipe.wprm-recipe-template-custom .recipe-ps h3, .recipe-ps h3 {
		margin: 10px 0 15px !important;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: .07em;
		color: #ffffff !important;
	}
		.category-ps h3 {
			margin: 5px 0 9px !important;
			font-size: 16px;
		}
	.wprm-recipe.wprm-recipe-template-custom .recipe-ps svg, .recipe-ps svg {
		color: #fff;
		fill: #ffffff;
		float: left;
		margin-right: 20px
	}
		.category-ps svg {
			width: 80px;
			height: 80px;
			float: none;
			margin: 0 auto;
		}
.wprm-recipe.wprm-recipe-template-custom .recipe-ps a, .recipe-ps a {
	color: #ffffff !important;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-ps a:hover, .recipe-ps a:hover {
		color: #ccd5dd !important
	}


/*Roundups*/
.wprm-recipe-roundup-item {
	text-align: center !important;
	margin: 35px 0 50px;
	background-color: #FBF4ED;
}
.wprm-recipe-roundup-item h3.wprm-recipe-name {
	letter-spacing: .12em !important;
	margin: 1px 0 10px !important;
}
.wprm-recipe-roundup-item .wprm-recipe-roundup-summary-container {
	padding: 25px;
}
.wprm-recipe-roundup-item .wprm-recipe-summary {
	font-size: 90%;
	margin: 15px 0 25px;
}
.wprm-recipe-roundup-item .wprm-recipe-rating {
		font-size: 15px;
		margin: 10px 0 10px;
	}
	
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link:after {
	content: "\f324";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	margin-left: 5px;
}

/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	display: block;
	vertical-align: middle;
	text-align: center !important;
	margin: 5px 0 0 !important
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .1em;
		padding: 4px 10px !important;
		border: none;
		background-color: #ffffff;
		border: 1px solid #E8E8E8;
		font-size: 11px;
		height: 27px !important;
		margin: 0 5px 0 0 !important;
	}
.post-meta .wprm-recipe-snippet svg {
		display: inline !important;
	}
@media ( min-width : 801px ) {
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus {
			color: #ffffff !important;
			background-color: #343639 !important;
			opacity: 1.0 !important;
		}
}
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
			color: #e3989d;
		}
			.post-meta a.wprm-video-link:before, .post-meta a.wprm-recipe-jump-video:before {
				content: "\f03d";
				font-family: "Font Awesome 5 Pro";
				font-weight: bold;
				margin-right: 5px;
				color: #e3989d;
			}
	/*.post-meta .wprm-recipe-snippet:after {
		content: "//";
		color: #cfcece;
		letter-spacing: 0;
		margin: 0 6px 0 1px;
	}*/
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 15px;
	margin-left: 6px;
}
	
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}


/*Mailer Lite*/


.ml-error input {
	background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
	background-size: 24px 24px !important;
	border: 2px solid red !important;
	}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
padding: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
padding-bottom: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	margin: 0 0 15px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 15px;
}
	.footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
		margin: 15px 0;
	}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fd946c !important;
	margin: 0 0 5px !important;
	text-align: center;
	word-break: break-word;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
font-size: 13px;
line-height: 1.5;
	color: #4d4d4d !important;
margin: 0;
text-align: center;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
font-size: 14px;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
color: #b1d1ba;
text-decoration: underline;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
margin: 0;
}

