/*! 
Theme Name: Emily Bites
Theme URL: https://www.emilybites.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		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;
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 30px;
	width: 100%;
	max-width: 1180px;
}
.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: #25272A;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #E9E9EA;
	background-color: #f8f9f9;
	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:"museo-slab";
src:url("https://use.typekit.net/af/c323c3/00000000000000007735d9c5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/c323c3/00000000000000007735d9c5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/c323c3/00000000000000007735d9c5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"menca";
src:url("https://use.typekit.net/af/f48fd7/00000000000000007735e9ec/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/f48fd7/00000000000000007735e9ec/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/f48fd7/00000000000000007735e9ec/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

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

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

a:hover {
	color: #ee7fa5;
}

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

img {
	display: block;
}
	

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "museo-slab", Georgia, Times, serif;
	line-height: 1.1;
	font-weight: 500;
	margin: 25px 0;
	color: #3a427d;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #E9E9EA;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.block-title {
		text-align: left;
	}
	
	.divider {
		display: flex;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 24px;
		gap: 10px;
		align-items: center;
	}
		.divider:after {
			height: 12px;
			content: "";
			display: block;
			flex-grow: 1;
			background: url(images/zigzag.svg) repeat-x;
			background-size: auto 12px;
			vertical-align: middle;
		}
		.sidebar .divider {
			display: block;
			text-align: center;
			font-size: 21px;
		}
			.sidebar .divider:after {
				display: none;
			}
	.wp-block-search label {
		display: block;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
		
	.subtitle {
		font-family: "museo-slab", Georgia, Times, serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .125em;
		display: block;
		color: #4d5359;
		margin: 0 0 10px;
	}

	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 30px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

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

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

/*!---------HEADER---------*/
.top-bar {
	background-color: #39417d;
	padding: 10px;
	color: rgba(255,255,255,.75);
	text-align: center;
	font-size: 12px;
	min-height: 4px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
	.top-bar .wp-block-search {
		margin-left: auto;
		width: 150px;
	}
	.top-bar .social {
		margin-right: auto;
		width: 150px;
		text-align: left;
	}
	.top-bar p {
		vertical-align: middle;
		color: #9ca0be;
		font-style: italic;
		margin: 0;
		padding: 0;
		text-align: center;
		flex-grow: 1;
	}
		.top-bar p a {
			font-family: "menca", Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
			display: inline-block;
			font-size: 11px;
			font-style: normal;
			padding: 6px 10px;
			color: #ffffff;
			text-decoration: none;
			background-color: #5abbc2;
			margin-left: 6px;
		}
			.top-bar p a:hover {
				background-color: #ee7fa5
			}
	.top-bar p strong {
		color: #ffffff;
		text-transform: uppercase;
		font-family: "museo-slab", Georgia, "Times New Roman", Times, serif;
		letter-spacing: .05em;
		font-style: normal;
		margin-right: 3px;
	}

.header {
	text-align: center;
	position: relative;
	z-index: 201;
}
	body.home .header {
		margin-bottom: 0;
	}

.header .logo {
	overflow: hidden;
	width: 322px;
	margin: 20px 0 25px;
	float: left;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.header #main {
	float: right;
	text-align: right;
}
#main {
	margin: 55px -10px 0 0;
	clear: right;
}

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



.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="620"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content .wp-block-image .aligncenter {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 20px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #4fb45e;
		background-color: #4fb45e;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 6px;
		width: 6px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #4fb45e;
	-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: "museo-slab", Georgia, Times, 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%;
}


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

h1.page-title {

}

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

.sidebar {

}

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

.widget a {
	text-decoration: none;
}

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

.social a {
	color: #ffffff;
	font-size: 16px;
	padding: 6px;
	margin: 0;
	text-decoration: none;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
	text-align: center;
}
	.social a:hover {
		color: #ee7fa5;
	}
	.sidebar .social {
		text-align: center;
		margin-top: -30px;
		margin-bottom: 60px
	}
	.sidebar .social a {
		color: #ffffff;
		background: #ee7fa5;
		font-size: 16px;
		padding: 1px 0;
		margin: 0 1px;
		text-align: center;
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 35px;
		border-radius: 50%;
	}
		.sidebar .social a:hover {
			background: #5abbc2;
		}


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

.post {

}

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

.post-meta {
	font-family: "menca", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #717375;
	margin: 0 0 20px;
}
.post-meta a {
	color: #717375;
	font-weight: bold;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #4d5359;
		text-decoration: underline;
	}
	.post-meta.post-cat a {
		font-size: 13px;
		color: #5abbc2;
		font-weight: bold;
		text-transform: none;
		letter-spacing: normal;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: .12em;
	}
		.post-meta.post-cat a:hover {
			color: #ee7fa5;	
			text-decoration: none;
		}

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

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #717375;
}
	.meta-bottom a {
		color: #717375;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #717375;
		background-color: #eef0f2;
		text-transform: uppercase;
		letter-spacing: .075em;
		text-decoration: none !important;
		padding: 7px 8px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #4d5359;
			color: #ffffff;
		}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #717375;
	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: #25272A;
}

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	color: #717375;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
	.disclosure-top {
		margin: 0
	}
a.more-link {
	font-family: "menca", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	background-color: #4fb45e;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 9px 18px 10px 19px;
}
	a.more-link i {
	
	}
	a.more-link:hover, a.more-link:focus {
		background-color: #ee7fa5;
	}

	.home-section .more {
		margin-top: 20px;
		text-align: center
	}


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

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

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

/*! Gutenberg Blocks */

.fullwidth, .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	width: 100vw;
}
	.alignfull .wp-block-group__inner-container {
		margin: 0 auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 1180px;
	}

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin: 30px 0;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-image figcaption {
		color: #717375;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
	}

.post .wp-block-group.has-background, .post .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	.post .wp-block-group.has-background p:last-child {
		margin-bottom: 15px;
	}
	.post .wp-block-group.has-background ul:last-child {
		margin-bottom: 0px;
	}

.page .wp-block-group.has-background, .page .has-background {
	padding: 3vw;
}
	.wp-block-media-text.has-background {
		padding: 0;
	}
	.post ol.has-background, .post ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -15px -30px 10px;
			padding: 15px 30px;
		}

.post .wp-block-group.blocky {
	position: relative;
	margin-top: 55px;
}
	.wp-block-group.blocky h2.has-background {
		position: absolute;
		display: inline-block;
		top: -25px;
		left: 25px;
		margin: 0;
		padding: 10px 15px;
		font-size: 24px;
	}
	
/*Icons*/

[class*="icon-"]:before {
	letter-spacing: normal;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
	.has-background h2[class*="icon-"] {
		margin: 15px 0 -10px;
	}
	.has-background h2[class*="icon-"]:before {
		width: 50px;
		height: 50px;
		margin-left: -60px;
	}
	.has-background ul li {
		margin-left: 15px;
	}

p[class*="icon-"]:before {
	color: #4fb45e;
	font-weight: bold;
}
.post .wp-block-group[class*="icon-"] {
	position: relative;
	text-align: center;
	padding-top: 30px;
	margin-top: 60px;
}
	.wp-block-group[class*="icon-"] h2, .wp-block-group[class*="icon-"] h3 {
		margin: 20px 0;
		padding: 0;
		border: none;
	}
.wp-block-group[class*="icon-"]:before {
	display: inline-block;
	color: #fff;
	background-color: #4fb45e;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 32px;
	margin: 0px auto 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	top: -35px;
}

.has-background h2[class*="icon-"].has-background {
	position: relative;
	padding-left: 35px;
}
	.has-background h2[class*="icon-"].has-background:before {
		letter-spacing: normal;
		display: inline-block;
		color: #fff;
		background-color: #4fb45e;
		width: 48px;
		height: 48px;
		line-height: 48px;
		border-radius: 50%;
		font-size: 22px;
		margin: 0;
		font-weight: bold;
		position: absolute;
		top: 8px;
		left: -22px;
	}
		.has-background h2[class*="icon-"].has-red-background-color:before {
			background-color: #c06174;
		}
		.has-background h2[class*="icon-"].has-blue-background-color:before {
			background-color: #717375;
		}
	
	.icon-utensils:before {
		content: "\f2e7";
	}
	.icon-utensils-alt:before {
		content: "\f2e6";
	}
	.icon-hat-chef:before {
		content: "\f86b";
	}
	.icon-wine-glass-alt:before {
		content: "\f5ce";
	}
	.icon-utensil-knife:before, .icon-knife-kitchen:before {
		content: "\f6f5";
	}
	.icon-check:before {
		content: "\f00c";
	}
	.icon-question:before {
		content: "\f128";
	}
	.icon-info:before {
		content: "\f129";
	}	
	.icon-heart:before {
		content: "\f004";
	}	
	.icon-star:before {
		content: "\f005";
	}
	.icon-clock:before {
		content: "\f017";
	}	
	.icon-asterisk:before {
		content: "\f069";
	}
	.icon-arrow-right:before {
		content: "\f061";
	}
	.icon-chevron-right:before {
		content: "\f054";
	}
	.icon-chevron-double-right:before {
		content: "\f324";
	}
	
/*Custom Colors*/
.has-blue-background-color {
	background-color: #3a427d;
	color: #ffffff;
}
	.has-blue-background-color h2 {
		color: #ffffff;
	}
.has-lightblue-background-color {
	background-color: #e1e3ec;
}
.has-turquoise-background-color {
	background-color: #5abbc2;
}
.has-lightturquoise-background-color {
	background-color: #def1f3;
}
.has-green-background-color {
	background-color: #4fb45e;
}
.has-lightgreen-background-color {
	background-color: #E5F4E7;
}
.has-pink-background-color {
	background-color: #ee7fa5;
}
.has-lightpink-background-color {
	background-color: #fce5ed;
}
.has-yellow-background-color {
	background-color: #fac460;
}
.has-lightyellow-background-color {
	background-color: #FEF3DF;
}
.has-black-background-color {
	background-color: #4d5359;
	color: #ffffff;
}
	.has-black-background-color h2 {
		color: #ffffff;
	}
.has-gray-background-color {
	background-color: #717375;
	color: #ffffff;
}
	.has-gray-background-color h2 {
		color: #ffffff;
	}
.has-medgray-background-color {
	background-color: #e9e9ea;
}
.has-lightgray-background-color {
	background-color: #f8f9f9;
}
	.has-lightgray-background-color.zigzag {
		background-color: #f8f9f9;
		background: #f8f9f9 url(images/zigzag.svg);
		background-size: 776px auto;
	}
.has-white-background-color {
	background-color: #ffffff;
	border: 3px solid #e9e9ea;
}

.has-black-color {
	color: #25272A;
}
.has-purple-color {
	color: #4d5359;
}
.has-green-color {
	color: #4fb45e;
}
.has-turquoise-color {
	color: #5abbc2;
}
.has-yellow-color {
	color: #fac460;
}
.has-pink-color {
	color: #ee7fa5;
}
.has-black-color {
	color: #25272a;
}
.has-gray-color {
	color: #717375;
}
.has-white-color {
	color: #ffffff;
}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}

.wp-block-quote cite {
	font-family: "museo-slab", Georgia, Times, serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 15px;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
.wp-block-quote p {
	position: relative;
	z-index: 11;
	margin: 15px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin: 0 0 10px;
}



.schema-faq-section {
	margin-bottom: 35px;
}
	.schema-faq .schema-faq-section {
		border: none;
		background-color: #F8F9F9;
		padding: 15px;
	}
		.schema-faq p.schema-faq-answer {
			font-size: 18px;
			border-bottom: none;
			margin: 8px 0;
		}
	.schema-faq-section .schema-faq-question {
		color: #4d5359;
		font-size: 19px;
	}
	.schema-faq .schema-faq-question:after {
		color: #4d5359;
	}
.schema-faq-question {
	
}
.schema-faq-question:before {
	font-family: "museo-slab", Georgia, Times, serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #ffffff;
	background-color: #4fb45e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin-left: -30px;
	margin-right: 8px;
	top: 6px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}

.wp-block-group.list {
	border: 3px dashed #E1E3EC;
	background-color: #ffffff;
}
	.wp-block-group.list h2 {
		margin: -15px -30px 0;
		padding: 15px 30px;
		border-bottom: 3px dashed #E1E3EC;
		
	}
	.wp-block-group.list h3 {
		margin: 20px 0 8px;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 16px;
	}
	.wp-block-group.list ul {
		margin: 0 0 0px 18px;
	}
	.wp-block-group.list ul li {
		margin: 0;
	}
		.wp-block-group.list ul li:before {
			content: "";
			border-radius: 0;
			width: 20px;
			height: 20px;
			background-color: #ffffff;
			border: 1px solid #25272A;
			top: 4px;
		}
	
#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 2px !important;
}
#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
	text-align: center;
}
#dpsp-content-top ul, #dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
	margin: 0 auto !important;
	padding: 0 !important;
	display: inline-block;
	width: auto;
	text-align: center;
}
	#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
		display: inline-block;
		float: none;
		padding: 0 !important;
		margin: 0 3px !important
	}
	
.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
		top: -0px;
		left: -0px;
		width: 36px;
		height: 36px;
	}
	.dpsp-network-icon-inner {
		position: relative;
		top: -2px;
	}

/*!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: "museo-slab", Georgia, Times, serif;
	font-weight: bold;
	border-top: 1px solid #E9E9EA;
	border-bottom: 1px solid #E9E9EA;
}

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

.post-nav a {
	color: #3a427d;
	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: #3a427d
}
.post-nav div a:hover {
	color: #ee7fa5;
}

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


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

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
}
	.items .item {
	  z-index: 1;
	}
	
	.items-2-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5vw;
		row-gap: 2.5vw;
	}
	
	.items-3-col {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
		.span_content_full .items-3-col {
			gap: 3vw;
			row-gap: 3vw;
		}
		.archives.items-3-col {
			gap: 2vw;
			row-gap: 1vw;
		}
	.items-4-col {
		gap: 2.25vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.sidebar .items-4-col {
			gap: 1vw;
			row-gap: 1vw;
			grid-template-columns: repeat(2, 1fr);
		}
	.items-5-col {
		gap: 2vw;
		grid-template-columns: repeat(5, 1fr);
	}
		
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
		.sidebar .items-5-col, .sidebar .items-6-col {
			width: 100%;
			display: flex;
			justify-content: center;
			display: flex;
			flex-flow: row wrap;
			gap: 3%;
		}
			.sidebar .items-5-col .item, .sidebar .items-6-col .item {
				flex-basis: 30%;
				width: 30%;
				margin: 0;
				min-width: unset;
				max-width: unset;
				
			}
	.items-7-col {
		gap: 1vw;
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.items-8-col {
		gap: 1vw;
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
.items .item {
	text-align: center;
	position: relative;
}

.item .title {
	margin-top: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
	clear: both;
}

	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(18px, 3vw, 30px);
	}
		.teaser-posts.items-2-col .item .title {
			font-size: 30px;
			font-size: clamp(21px, 3vw, 30px);
		}
	.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 3vw, 30px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(14px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(14px, 2vw, 20px);
	}
		.sidebar .items .item .title {
			font-size: 16px;
			margin: 8px;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}

	.icons .item .title, .sidebar .icons .item .title {
		text-align: center;
		font-size: 12px;
		font-family: "menca", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 10px 0;
	}
.item a.block {
	background: none;
	text-decoration: none;
}
.item a.inline {
	text-decoration: none;
}
.item .title, .item .title a {
		background: none;
		border: none;
		color: #3a427d;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #ee7fa5;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items .item a {
	text-decoration: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.item .image {
	position: relative;
}

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

.item .more {
	
}

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

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

.item .excerpt {
	font-size: 92%;
	line-height: 1.5;
	margin: 0;
}
	.item .excerpt p {
		margin: 15px 0;
	}

.teaser-post .post-meta {
	margin: 20px 0 5px;
	position: relative;
	z-index: 12;
}
.teaser-post .title {
	margin-top: 5px;
	margin-bottom: 15px;
}
	.teaser-post .title:after {
		content: "";
		display: block;
		background: url(images/sep.png) no-repeat;
		background-size: 100% auto;
		height: 20px;
		width: 88px;
		margin: 15px auto;
	}
.teaser-post .excerpt {
	margin-top: 15px;
	margin-bottom: 12px;
}
.teaser-post .more {
	text-align: center;
	margin: 20px 0 15px	
}

		
.item .wprm-recipe-rating, .item .rating {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #4fb45e;
}
	.item .wprm-recipe-rating, .item .rating span.tasty-recipes-rating {
		color: #4fb45e;
		display: inline-block;
		vertical-align: middle;
	}
		.item .wprm-recipe-rating, .item .rating span.tasty-recipes-rating svg {
			color: #4fb45e;
			fill: #4fb45e;
		}
	.item .wprm-recipe-rating-details, .item span.rating-label {
		display: inline-block;
		vertical-align: middle;
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-size: 12px;
		color: #717375;
		margin: 0px !important;
	}

		
/*!----Homepage Styles----*/
body.home .wrapper:after {
	content: "";
	display: block;
	background: url(images/chev.png) repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 17vw;
	height: 212px;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
}
	body.home.admin-bar .wrapper:after {
		top: 30%;
	}

.lower-home-sections {
	margin: 5vw 0 0;
}

.home-sections {
	display: flex;
	flex-flow: column;
	gap: 8vw;
}
	.lower-home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -8vw
	}
.home-section, .home-section .wrap {
	position: relative;
}
	.home-sections .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
		.home-section.subscribe.has-background {
			border: none !important;
			position: relative;
			padding: 25px 0;
		}
	.home-section.about {
		background: url(images/dots-desktop.svg) no-repeat center center;
		background-size: 100% auto;
		background-size: contain;
		padding: 12vw 0 13vw;
		margin: -12vw 0 -8vw;
	}


.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0%;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		background-color: #4fb45e;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 9px 15px;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #4d5359;
		}

.home-section .block-title {
	margin: 0 0 20px;
}
	#content {
		position: relative;
	}
	#content .latest {
		--c: #ee7fa5;
		color: #ffffff;
		padding: 10px;
		display: inline-block;
		margin: 0;
		font-weight: bold;
		font-family: "menca", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 13px;
		position: absolute;
		top: 20px;
		left: 0;
		z-index: 11;
		  --f: .5em; /* control the folded part*/
		  --r: .8em; /* control the ribbon shape */
		  left: calc(-1*var(--f));
		  padding: 8px 15px 9px 15px;
		  line-height: 1.4;
		  background: #ee7fa5;
		  border-bottom: var(--f) solid #0005;
		  border-right: var(--r) solid #0000;
		  clip-path: 
			polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
			  var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
			  calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
	}
		body.admin-bar {
			
		}
.home-section .featured-posts-block p.description, .featured-posts-block p.description {
	margin: -20px 0 25px;
}
.home-section.icons-block .block-title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 28px;
	margin-bottom: 25px;
}

	
.optin-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 25px;
	margin: 0 auto;
	max-width: 980px;
}
	.button-only .optin-content {
		max-width:720px;
	}
	.optin-content .image {
		flex-basis: 82px;
		text-align: center;
	}
		.optin-content .image img {
			display: block;
			width: 100%;
			height: auto;
		}
	.optin-content .caption {
		flex-basis: auto;
		flex-shrink: 0;
		text-align: center;
	}
		.optin-content .caption .block-title {
			margin: 0;
			text-align: center;
			font-size: 30px;
		}
			.has-background .optin-content .caption .block-title {
				color: #ffffff;
			}
		.optin-content .caption p {
			margin: 0;
			font-size: 15px;
			line-height: 1.4;
		}
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: auto;
	}

.sidebar .home-section.optin-block {
	margin-top: 80px;
}		
	.sidebar .optin-content {
		display: block;
		flex: none;
		padding: 1px 20px 1px;
		text-align: center;
		background-image: none;
	}
		.sidebar .optin-content .image {
			margin: -65px auto 15px;
			width: 82px;
			height: auto;
		}
		.sidebar .optin-content .caption {
			background: none;
			padding: 0;
		}
		.sidebar .optin-content .caption .block-title {
			font-size: 24px;
			margin-bottom: 8px;
		}
		.sidebar .optin-content .caption p {
			margin: 0px 0 15px;
		}
		.sidebar .optin-content .caption * {
			z-index: 11;
			position: relative;
		}



.home-section .widget-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
}

.home-section .widget-content .image {
	flex-basis: 55%;
	z-index: 2;
	position: relative;
	align-self: flex-start;
}
	.home-section .about-content .image {
		order: 1;
	}
	.home-section .widget-content .image img {
		display: block;
		width: 100%;
		height: auto;
	}

.home-section .widget-content .caption {
	flex-basis: 45%;
	text-align: center;
	align-self: center;
	z-index: 3;
	position: relative;
	padding: 3%;
}
	.home-section .about-content .caption {
		order: 2;
	}
	.home-section .widget-content .caption .block-title {
		margin: 0;
		text-align: center;
	}
		.home-section .widget-content .caption .block-title:after {
			content: "";
			display: block;
			background: url(images/sep.png) no-repeat;
			background-size: 100% auto;
			height: 20px;
			width: 88px;
			margin: 15px auto;
		}
	.home-section .widget-content .caption p {
		margin: 15px 0;
		line-height: 1.7;
		font-size: 18px;
	}
	.home-section .widget-content .more {
		margin: 20px 0 0;
		display: block;
		text-wrap: center;
	}
	

/*Sidebar Blocks*/
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 50px;
	text-align: center
}	
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.shaded {
		padding: 25px;
	}

.sidebar .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .about-content .image {
		margin: 0 auto;
	}
.sidebar .widget-content .caption {
	margin: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 10px 0 20px;
		font-size: 24px;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 90%;
		line-height: 1.5;
	}
	.sidebar .home-section .widget-content .more {
		text-align: center
	}


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

ul.subcategories {
	margin: 0 0 25px;
}
ul.subcategories strong, .subcats strong {
	font-family: "museo-slab", Georgia, Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .075em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	display: block;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul {
	margin: 0;
}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "museo-slab", Georgia, Times, serif;
	color: #fff;
	background: #4d5359;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
}
	ul.subcategories ul li.all a {
		color: #4d5359;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #4d5359
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #4d5359;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #4d5359;
		color: #ffffff;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #4d5359;
			background: #ffffff;
		}

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

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

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

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

.tagindex ul, .tagindex li {
	margin: 0 !important;
	padding: 0 !important; 
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "menca", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 25px;
	height: 25px;
	float: left;
	background: none;
	border: solid 1px #E9E9EA;
	color: #787976;
	text-decoration: none;
}
	.tagindex a:hover {
		background: #ee7fa5;
		color: #ffffff;
	}

.tagtitle {
	margin-bottom: 10px;
}

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

.tagtitle em a {
	background: none;
	color: #787976;
	text-decoration: underline;
}

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

/*!Breadcrumbs*/

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


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .convertkit-button {
	color: #ffffff;
	background: #4fb45e;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "menca", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .1em;
	cursor: pointer;
	border-radius: 0;
	padding: 18px 25px;
	text-decoration: none;
}
	.wp-block-button.has-background a, .wp-block-button a.has-background {
		padding: 18px 25px !important;
	}
	a.convertkit-button {
		color: #ffffff;
		border: none;
		font-size: 13px;
		border-radius: 0;
		background: #4fb45e !important;
		padding: 12px 20px !important;
	}
	button.facetwp-flyout-open {
		font-size: 12px;
		padding: 8px 15px;
	}
	.wp-block-button.bigbutton a {
		font-size: 24px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 12px;
		padding: 10px 12px;
	}
	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover, a.convertkit-button:hover, a.convertkit-button:focus {
		color: #ffffff;
		background: #4d5359 !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f8f9f9;
	padding: 35px;
	margin-bottom: 35px;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	border: none;
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
}
.span_content .search-form {
	max-width: 100%;
}
.top-bar .search-form {
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: transparent;
}

.search-form .search-field {
	color: #25272A;
	font-size: 21px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 70px;
	height: 70px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #E9E9EA;
	width: 100%;
}
	.wp-block-search__input {
		color: #25272A;
		font-size: 18px;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
		font-style: italic;
		line-height: 50px;
		height: 50px;
		border: none;
		padding: 0 15px;
		vertical-align: middle;
		border: none;
		background-color: #ffffff;
		border: 1px solid #E9E9EA;
	}
	.header-search .search-field, .top-bar .wp-block-search__input {
		line-height: 34px;
		height: 34px;
		border: none;
		font-size: 14px;
		padding: 0 10px;
		margin: 0;
		background: #ffffff;
		position: relative;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #4fb45e;
		outline: none;
	}
	

.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #4d5359;
	width: auto;
	height: 70px;
	width: 70px;
	line-height: 70px;
	display: inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	flex-shrink: 1;
	position: absolute;
	top: 0;
	right: 1px;
}
	.wp-block-search__button {
		background-color: transparent;
		color: #4fb45e;
		font-weight: bold;
		font-family: "museo-slab", Georgia, Times, serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		padding: 0px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.wp-block-search__button svg {
		height: 40px;
		width: 40px;
	}
		.top-bar .wp-block-search__button {
			background-color: transparent;
			color: #FFFFFF;
			font-size: 16px;
			line-height: 34px;
			height: 34px;
			margin-left: 0;
		}
		.top-bar .wp-block-search__button svg {
			height: 32px;
			width: 32px;
		}
		
	.search-form .search-submit svg {
		color: #4fb45e;
		fill: #4fb45e;
		position: relative;
		top: 4px;
	}

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

/*Subscribe Forms*/

.subscribe form {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 10px;
}
	.subscribe form ul {
		margin: 0;
		padding: 0;
	}
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0px;
	}
	
.subscribe .email-input {
	border: 1px solid #e9e9ea;
	background-color: #ffffff;
	color: #25272A;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 16px;
	flex-basis: auto;
	flex-grow: 1;
}
	.has-background .subscribe .email-input {
		border: none;
	}
	.email-input:focus, .inpost-save .ff-default .ff-el-form-control:focus {
		outline: none;
		color: #25272A;
		background-color: #ffffff;
		border: 2px solid #4fb45e
	}

.subscribe .email-submit {
	border: none;
	font-size: 18px;
	font-weight: bold;
	font-family: "menca", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #ffffff;
	background-color: #3a427d;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0px 25px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	flex-basis: auto;
	flex-grow: 1;
}
	.subscribe.button-only .email-submit {
		width: 100%;
	}
	.subscribe .email-submit i {
		font-size: 30px;
		line-height: 60px;
	}
	.sidebar .subscribe .email-submit {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #ffffff;
		background-color: #ee7fa5;
	}

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

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

.footer {
	margin-top: 5vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}

.sub-footer {
	color: #717375;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	text-align: center;
}
	@media ( min-width : 800px ) {
		.sub-footer .wrap {
			display: flex;
			justify-content: space-between;
		}
		.sub-footer .footer-nav {
			text-align: left;
			flex-shrink: 1;
		}
		.copyright {
			text-align: right;
			flex-shrink: 1;
		}
	}
.sub-footer a {
	text-decoration: none;
	color: #717375;
}
	.sub-footer a:hover {
		color: #4d5359
	}
.sub-footer .footer-nav {
	font-family: "menca", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #25272A
	}

.copyright {
	font-size: 11px;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	font-family: "menca", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}
.copyright a {
	text-decoration: underline;
	color: #60727f;
}

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

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

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

#respond {
	margin: 80px 0;
	padding: 2% 5% 10px;
	background: #eef0f2;
}

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

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

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

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

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

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

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

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

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

.comment-meta a {
	
}

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "museo-slab", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #717375;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #717375;
	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: #25272A;
	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: #25272A;
}

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

#top {
	font-family: "museo-slab", Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #717375;
	text-decoration: none;
}
	#top li a:hover {
		color: #4d5359
	}


/*!---------MAIN DROPDOWN MENU---------*/
	
#main {
	padding: 0;
	text-align: right;
	font-weight: 500;
	font-family: "museo-slab", Georgia, Times, serif;
	text-transform: lowercase;
	font-size: 21px;
	height: 50px;
	position: relative;
	z-index: 2001;
	display: block;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	color: #3A427D;
	transition: 280ms width 120ms ease-out;
}

#main li a:hover, #main li a:focus, #main li:hover a {
	color: #ee7fa5;
}

	
/*!Sub Menus Level 1 */

#main ul ul {
	
	font-family: "menca", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #3a427d;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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

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

#main li li.bold a {
		background-color: #ee7fa5 !important;
	}
	#main li li.bold a:hover {
		color: #ffffff !important;
		background-color: #4fb45e !important;
	}

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


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

#main ul ul li ul {
	background-color: #a74b7a;
	left: 300px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}

/*! WPRM */

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

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	background: #f8f9f9;
	background: #f8f9f9 url(images/zigzag.svg);
	background-size: 776px auto;
	margin: 0;
	padding: 20px;
	overflow: hidden;
	text-align: center;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	width: 67%;
	float: left;
	text-align: center;
	order: 1;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 30%;
	float: right;
	order: 2;
	text-align: center;
	margin: 0
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 1px 25px 25px;
}

.wprm-recipe.wprm-recipe-template-purr-custom h2, .wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name {
	margin: 10px 0 15px !important;
	font-weight: 500 !important;
	border: none;
	padding: 0;
	background: transparent none !important;
	line-height: 1.1;
}

.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	height: 1px;
	border-bottom: 1px solid #e9e9ea !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 20px 0 10px !important;
}

/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta.servings {
		background-color: #e9e9ea;
		padding: 14px 15px 10px;
		text-align: center;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
	clear: both;
	font-size: 12px;
	margin: 20px 0 20px;
	text-align: left
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a.wprm-recipe-servings-link {
		background-color: #ffffff;
		border: 1px solid #e9e9ea;
		padding: 5px 8px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-details-label, .wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		letter-spacing: normal;
		text-transform: lowercase;
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 12px 6px 0 !important;
	}

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


/*Body*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-summary {
	line-height: 1.5;
	margin: 15px 0 20px;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-toggle-container {
	align-items: stretch;
	border: none;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	letter-spacing: normal;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container {
	border: 1px solid #e9e9ea !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button {
	text-align: center;
	height: 40px;
	font-family: "museo-slab", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container {

}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	border: 1px solid #e9e9ea !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "museo-slab", Georgia, Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle.wprm-toggle-active, .wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
		background-color: #4fb45e !important;
		color: #ffffff !important;
	}
		.wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg g, .wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg path {
			stroke: #25272A;
		}
		.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
			border: none !important;
		}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-prevent-sleep {
	display: block;
	width: 100%;
	clear: both;
	order: 3;
	margin: 18px 0 10px !important;
	height: 28px !important;
	display: block !important;
}
.wprm-toggle-switch-container label {
	font-size: 15px !important;
}
.wprm-toggle-switch-container .wprm-prevent-sleep-description {
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	display: inline-block
}

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

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

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

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

	
/*Buttons*/
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
	clear: both;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	display: inline-block;
	flex-basis: 32%;
	font-family: "menca", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #4fb45e;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-print:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-pin:before {
		content: "\f08d";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-jump-to-comments:before {
		content: "\f005";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow:before {
		content: "\f004";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-right: 4px;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow-saved:before {
			font-weight: bold;
		}

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


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {
	margin-top: 15px !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li {
	margin-left: 25px !important;
	margin-bottom: 8px;
	line-height: 1.4;
	list-style-type: none !important;
}
	.wprm-recipe-ingredient-amount, .wprm-recipe-ingredient-unit {
		font-weight: bold;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li:before {
	
	}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li {
	padding-left: 0;
	margin: 0 0 15px 25px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		display: none;
	}
/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #717375;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #eef0f2;
	padding: 20px 25px;
	margin-top: 25px;
	clear: both;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "museo-slab", Georgia, Times, serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .1em;
		font-size: 14px;
		color: #3a427d;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action {
	clear: both;
	padding: 25px !important;
	margin: 0 !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #ffffff;
	font-family: "museo-slab", Georgia, Times, serif;
	font-size: 28px !important;
	line-height: 1;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text a {
		text-decoration: underline;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 62px;
	line-height: 1;
	margin: -5px 10px 0 0;
}


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

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