/*! 
Theme Name: The Girl Who Ate Everything
Theme URL: https://www.the-girl-who-ate-everything.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: 70%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 660px;
		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 20px;
	width: 100%;
	max-width: 1160px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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


body {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: #333333;
	margin: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

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

a:hover {
	color: #03c2ba;
}

	.post-content a, .page-content a, .cat-desc a {
		
	}
		
		/*Desktop Link Transitions*/
		@supports not (-webkit-touch-callout: none) {
			a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title {
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
			}
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 25px 0;
	color: #333333;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}
	.post-content h2, .page-content h2 {
		margin-top: 45px;
		padding-bottom: 12px;
		border-bottom: 1px solid #eaeaea;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
			background: none;
		}

	
	h1.divider, h2.divider, h3.divider, div.divider, .block-title {
		text-align: center;
	}
		.centered {
			text-align: center
		}
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	h1 strong, h2 strong, h3 strong, h4 strong {
		font-weight: bold
	}
	h2 em, h3 em, .subtitle {
		display: block;
		font-style: normal;
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .2em;
		font-weight: bold;
		margin-bottom: 10px;
		color: #03c2ba;
	}
	
	.divider {
		
	}
	.widget-title, .sidebar .divider, .sidebar h2 {
		margin: 20px 0 15px;
	}
	
h3 {
	font-size: 21px;
}
	
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

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

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

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 42px;
	padding: 0;
	margin: 70px 0 30px;
	border-top: 1px solid #EDEDED;
}
	.sep2:before {
		content: "";
		display: block;
		width: 42px;
		height: 42px;
		margin: -21px auto 0;
		background: url(images/icon-faded.png) center bottom no-repeat;
		background-size: auto 100%;
		background-color: #ffffff;
		padding: 0 10px;
	}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: none !important;
	margin: 45px auto;
}

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

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

.header {
	position: relative;
	z-index: 101;
	margin-bottom: 30px;
	border-top: 5px solid #03c2ba;
	border-bottom: 1px solid #eaeaea;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0;
	}

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

.header .top-stuff {
	width: -moz-calc(100% - 362px);
	width: -webkit-calc(100% - 362px);
	width: calc(100% - 362px);
	float: right;
	text-align: right;
	display: inline-block;
	margin: 25px 0 10px;
}
.header .top-stuff .social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0px
}
.header .top-stuff .header-search {
	display: inline-block;
	vertical-align: middle;
}
.header .top-stuff .top-nav {
	display: inline-block;
	vertical-align: middle;
}
#main {
	padding: 0;
	margin: 0px -15px 0 0;
	width: -moz-calc(100% - 362px);
	width: -webkit-calc(100% - 362px);
	width: calc(100% - 362px);
	float: right;
	text-align: right;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		font-family: 'Font Awesome 5 Pro';
		color: #333333;
		background-color: #03c2ba;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #333333;
	background-color: #03c2ba;
	-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: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

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

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

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

h1.page-title {

}

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

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

.about h2 {
	text-align: left;
	display: none;
}
.about p {
	margin: 0 0 10px;
	text-align: left;
}
	.about p em {
		
	}
.about .simple-image {
	display: block;
}
.about .simple-image img {
	width: 90px;
	height: auto;
	margin: 0 0 0px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
}
.about .more {
	text-align: left;
	margin: 0;
}
.about .more a {
	font-size: 11px;
}
.book h2.widget-title {
	margin: 25px 0 0px;
}
.book p {
	margin: 15px 0 20px;
}

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

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

.widget a {
	text-decoration: none;
}

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

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


.social a {
	text-decoration: none;
	border: none;
	box-shadow: none;
	color: #707070;
	padding: 5px;
	font-size: 15px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
	.social a:hover {
		color: #03c2ba;
	}


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

.post {
	margin-bottom: 0px;
}

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

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

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

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

.post-meta {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #707070;
	font-size: 11px;
	margin: 0 0 25px;
	text-align: center;
}

.post-meta a {
	color: #707070;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #79DFDA;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta.post-cat, .post-meta.post-date {
	margin: 0;
	font-size: 12px;
	letter-spacing: .2em;
	color: #707070;
}
	.post-meta.post-cat a {
		color: #707070;
	}



.post-meta em {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.post-meta .tasty-meta {
	margin: 10px 0 0;
}
.post-meta a.jump {
	font-size: 11px;
	background-color: #ebe1df;
	color: #333333;
	padding: 5px 12px;
	margin-right: 8px;
	display: inline-block
}
	.post-meta a.jump:hover {
		background-color: #79DFDA;
		text-decoration: none;
	}
	.post-meta a.jump:before {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 5px 0 0;
		content: "\f175";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		font-size: 130%;
		line-height: .1;
	}
.post-meta .rating {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #79DFDA;
	vertical-align: middle;
}
	.post-meta .rating span.tasty-recipes-rating {
		margin: 0 -1px
	}
.post-meta .rating-label {
	font-size: 11px;
	font-style: italic;
	color: #707070;
	margin-left: -2px;
	position: relative;
	top: -1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.post-meta a:hover .rating-label {
		color: #79DFDA
	}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #707070;
}
	.meta-bottom a {
		color: #707070;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #f3f3f3;
		background-color: #707070;
		text-decoration: none !important;
		padding: 5px 10px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #03c2ba;
			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: #707070;
	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: #333333;
}

.disclosure, small {
	font-size: 13px;
	color: #707070;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}
	.disclosure p {
		margin: 0;
	}
	.disclosure em {
		
	}
	.disclosure-top {
		margin: -15px 0 15px
	}
	.disclosure-bottom {
		text-align: center
	}
a.more-link, .about .more a, .book .more a {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	box-shadow: none;
	text-decoration: none;
	color: #333333;
	background: linear-gradient(#79dfda, #79dfda) 0 85% / 100% 8px no-repeat;
	display: inline-block;
	padding: 0 2px 0 4px;
		
}
	a.more-link:hover, a.more-link:focus, .about .more a:hover, .book .more a:hover {
		color: #ffffff;
		
		padding: 0 5px 0 7px;
		background: linear-gradient(#03c2ba, #03c2ba) 0 90% / 100% 22px no-repeat;
	}


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

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

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 25px;
		border-bottom: none;
		background: transparent none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -30px 10px;
			padding: 20px 30px;
		}

	.has-blue-background-color {
		background-color: #79DFDA;
		color: #ffffff;
	}
		.has-blue-background-color h2, .has-blue-background-color h3 {
			color: #ffffff;
		}

	.has-medblue-background-color {
		background-color: #79DFDA;
	}
	.has-lightblue-background-color {
		background-color: #E6F9F8;
	}

	.has-lightgray-background-color {
		background-color: #F5F5F5;
	}
	.has-black-background-color {
		background-color: #333333;
		color: #ffffff;
	}
	.has-white-background-color, h2.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #eaeaea;
	}

	
	.has-lightblue-color {
		color: #E6F9F8;
	}
	.has-blue-color {
		color: #79DFDA;
	}
	.has-medblue-color {
		color: #79DFDA;
	}
	.has-lightgray-color {
		color: #ededed;
	}
	.has-black-color {
		color: #333333;
	}
	.has-white-color {
		color: #ffffff;
	}
	
	
.wp-block-embed {
	padding: 25px;
	background-color: #FEF3F7;
}
	.has-background .wp-block-embed, .wp-block-columns .wp-block-embed {
		padding: 0;
		background-color: transparent;
	}
	
.wp-block-quote, .post blockquote {
	background-color: #E6F9F8;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .07em;
	}	
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-section .schema-faq-question {
	display: block;
}
.schema-faq-section .schema-faq-question:before {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #ffffff;
	background-color: #79DFDA;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

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


/*! Inner Post */

div.wp_rp_content {
	display: block !important;
	width: 100%;
}
.wp_rp_content ul.related_post {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	margin: 15px 0 !important;
}
	.wp_rp_content ul.related_post li:before {
		display: none !important;
	}
	.wp_rp_content ul.related_post li {
		flex-basis: 24%;
		width: auto !important;
		margin: 0 !important;
		text-align: center;
	}
	.wp_rp_content ul.related_post li a {
		color: #333333;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.3;
		display: block;
	}
		.wp_rp_content ul.related_post li a:hover {
			color: #03c2ba;
		}
	.wp_rp_content ul.related_post li img {
		width: 100% !important;
		height: auto !important;
		display: block;
	}
.inner-post {
	margin: 50px 0;
}

.inner-post .subscribe {
	padding: 30px;
	overflow: hidden;
}
.inner-post .subscribe h2 {
	margin-bottom: 15px;
	font-size: 30px;
}
.inner-post .book {
	background-color: #e6f9f8;
	padding: 30px;
}
	.inner-post .book h2 {
		margin: 0;
	}
	.inner-post .book img {
		width: 40%;
		height: auto;
		float: left;
		margin-right: 4%;
	}
button.dpsp-network-btn.dpsp-pinterest {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

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

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, #dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}
#dpsp-content-top {
	margin-top: -10px !important;
	margin-bottom: 15px !important
}
#dpsp-content-bottom {
	margin-bottom: 20px !important
}

/*!Next/prev Posts*/

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

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

.post-nav a {
	color: #333333;
	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: #333333
}
.post-nav div a:hover {
	color: #79DFDA;
}

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


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0;
		justify-content: space-between;
	}
		.items-2-col .item {
			width: 48%;
			margin: 0 0 20px;
		}
		.items-2-col .item-lg {
			width: 100%;
			margin: 0;
		}

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

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

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

}
	.items-2-col .item .title {
		font-size: 26px;
		font-size: clamp(21px, 3vw, 26px)
	}
		
	.items-3-col .item .title {
		font-size: 18px;
		font-size: clamp(14px, 1.75vw, 18px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 26px;
			font-size: clamp(18px, 2.5vw, 26px);
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			font-size: clamp(14px, 2vw, 18px)
		}
		.featured-posts-block .items-3-col .item .title {
			font-size: 18px;
			font-size: clamp(14px, 1.75vw, 18px);
		}
		
	.sidebar .items-2-col .title, .sidebar .items-3-col .title {
		font-size: 14px;
		margin: 10px 0 0;
	}
		
	.items-4-col .item .title {
		font-size: 18px;
		font-size: clamp(14px, 1.75vw, 18px);
	}
		.sidebar .items-4-col .title {
			font-size: 14px;
			margin: 10px 0 0;
		}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(14px, 1.675vw, 18px);
	}
	.items-6-col .item .title {
		font-size: 17px;
		font-size: clamp(14px, 1.5vw, 17px);
	}
	
	.icons .item .title, .recipe-cats .item .title {
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		text-transform: uppercase;
		letter-spacing: .2em;
	}

.item .title {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #333333;
		text-decoration: none;
	}
	.item .title a .inline {
		
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #03c2ba;
	}

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

.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.icons .item img {
		max-width: 155px;
		margin: 0 auto;
		display: block;
		border-radius: 50%;
	}
	.recipe-cats .item img {
		border-radius: 50%;
		display: block;
	}
.item .more {
	
}
.teaser-post.item .title {
	margin: 10px 0 15px;
}
	.teaser-post .post-meta {
		margin: 15px 0 15px;
	}
		.teaser-post.item-lg .post-image .post-meta {
			font-size: 13px
		}
	.teaser-post .post-image .post-meta {
		margin: -20px 0 0px;
		position: relative;
		z-index: 101;
	}
	.teaser-post .post-meta span {	
		display: inline-block;
		background-color: #ffffff !important;
		padding: 6px 15px;
	}
	
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}
.sidebar .widget_category-posts .more {

}
	
.item .excerpt {
	font-size: 96%;
	line-height: 1.7;
}
	.item p.excerpt, .item .excerpt p {
		margin: 15px 0 20px;
	}

.item .rating {
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	color: #79DFDA;
	margin: -7px 0px 0;
}

.item .rating em {
	display: inline;
	font-size: 11px;
	font-style: italic;
	color: #707070;
}

	
.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		display: inline-block;
		margin: 0;
		padding: 5px 15px;
		background-color: #FFFFFF;
		color: #333333;
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-size: 12px;
		display: inline-block;
		padding: 7px 10px 6px 12px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			color: #79DFDA;
		}

	
/*!----Homepage Styles----*/
.upper-home-sections {
	position: relative;
	overflow: hidden;
	margin-bottom: 4vw;
}
.upper-home-sections:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100px;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #e6f9f8;
	z-index: -1;
	transform: skewY(-3deg);
}
	
.lower-home-sections {
	margin-top: 50px;
	border-top: 1px solid #eaeaea;
}

.home-section {
	clear: both;
	position: relative;
	padding: 4vw 0 4vw;
	border-bottom: 1px solid #eaeaea;
	margin-top: -1px;
}
.home-section .wrap {
	position: relative;
}
	
	.home-section.shaded {
		border: none;
		background-color: #e6f9f8;
		padding: 50px 0;
		position: relative;
	}
	
	.upper-home-sections .home-section {
		padding: 0;
		border: none;
	}
		.upper-home-sections .home-section.shaded {
			
		}
		.upper-home-sections .subscribe, .footer .subscribe {
			padding: 25px 0;
		}
		.upper-home-sections .icons {
			margin: 0 0 20px;
		}

.home-section .divider, .home-section .block-title {
	margin: 0px 0 25px;
	text-align: center;
}

.home-section .description {
	margin: -10px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin: -20px 0 0;
}
	.search-content .more {
		margin: 0 0 25px;
	}
	.home-section .more a em, .sidebar .more a em {
		display: none
	}



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


/*Subcategories*/
.subcats {
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 20px;
}
.subcats h2 {
	margin: 0 0 8px;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.subcats strong, .subcategories strong {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: left;

}
.subcats ul, .subcats li, .subcats li ul, .subcats ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories, ul.subcategories li, ul.subcategories li ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories li a, .widget.categories a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #03c2ba;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 14px;
	margin: 3px 2px;
	border: none;
	box-shadow: none;
}
	ul.subcategories li a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
		color: #333333;
		background-color: #79DFDA !important;
		text-decoration: none !important;
	}

ul.subcategories li.all a {
	color: #333333 !important;
	background-color: #ffffff;
}
	ul.subcategories li.all a:hover {
		background: none;
		border: none;
		box-shadow: none;
		background-color: transparent !important;
		color: #79DFDA !important;
	}
.recipe-cats {
	margin-top: 20px;
	margin-bottom: -15px;
}

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

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

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

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

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

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

.tagtitle {
	margin-bottom: 10px;
}

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

.tagtitle em a {
	color: #707070;
	box-shadow: none;
	border: none;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #79DFDA;
	}
	
.tagslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
	margin:	 0 !important
	
}
	.tagslist li {
		
	}
	.tagslist li:before {
	
	}
	.tagslist li em {
		color: #707070;
		font-size: 80%;
	}

	
/*!Breadcrumbs*/

.breadcrumb {
	color: #707070;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 8px;
}
	.single-post-content .breadcrumb {
		text-align: center
	}
.breadcrumb a {
	color: #707070;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

	}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;

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


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .ninja-forms-field[type=button] {
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #03c2ba;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 20px 25px 19px;
	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: 10px 12px;
	}


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



#commentform #submit {
	width: auto;
}

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

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

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

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

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

.search-form {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
}
	.header-search .search-field {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin: 0;
		padding: 0 30px 0 12px;
	}
	.home-section .search-field {
		height: 60px;
		line-height: 60px;
	}
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #79DFDA !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 22px;
	color: #707070;
	fill: #707070;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	right: 0;
}
	.search-form .search-submit svg {
		color: #333333;
		fill: #333333;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg , .search-form .search-submit:focus svg {
		color: #707070;
		fill: #707070;
	}
	.header-search .search-submit {
		height: 40px;
		line-height: 40px;
		width: 34px;
		border: none;
		font-size: 18px;
		top: 2px;
	}
	.home-section .search-submit {
		height: 60px;
		line-height: 60px;
		width: 50px;
		font-size: 26px;
	}



		


/*Subscribe Forms*/

.subscribe {
	background-color: #03c2ba;
}
	.sidebar .subscribe {
		padding: 20px;
	}
	.subscribe .block-title, .subscribe h2 {
		margin: 0;
		color: #ffffff;
	}
		.sidebar .subscribe h2{
			margin-bottom: 15px;
		}
	.subscribe h2 em, .subscribe h3 em {
		color: #333333;
		font-size: 13px;
		letter-spacing: .2em;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
}
	.sidebar .subscribe .email-form {
		display: block;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin-bottom: 10px;
	}
	.email-input:focus {
		outline: none;
		color: #333333;
		background-color: #ffffff;
		border: 2px solid #79DFDA
	}

.subscribe .email-submit {
	border: none;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #333333;
	background-color: transparent;
	text-align: center;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 32px;
		line-height: 50px;
	}
	.sidebar .subscribe .email-submit {
		
	}
		.sidebar .subscribe .email-submit i {
			font-size: 13px;
		}
	
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #03c2ba;
	}
		.sidebar .subscribe .email-submit:hover, .sidebar .subscribe .email-submit:focus {
			
		}

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

.home-section.subscribe .widget_text.wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
	max-width: 880px;
	margin: 0 auto;
}
	.home-section.subscribe .wrap .textwidget {
		flex-grow: 1;
	}
		.home-section.subscribe .wrap .block-title {
			margin: 0 !important;
			padding: 5px 0;
			background: url(images/icon@2x.png) no-repeat left center;
			background-size: auto 56px;
			padding-left: 70px;
		}
			.home-section.subscribe .wrap .block-title em {
				margin: 0 0 5px;
			}
	.home-section.subscribe .wrap .email-form {
		flex-grow: 1;
	}
	
.home-section.subscribe .widget_text.wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
	max-width: 880px;
	margin: 0 auto;
}
	.home-section.subscribe .wrap .textwidget {
		flex-grow: 1;
	}
		.home-section.subscribe .wrap .block-title {
			margin: 0 !important;
			padding: 5px 0;
			background: url(images/icon@2x.png) no-repeat left center;
			background-size: auto 56px;
			padding-left: 70px;
		}
			.home-section.subscribe .wrap .block-title em {
				margin: 0 0 5px;
			}
	.home-section.subscribe .wrap .email-form {
		flex-grow: 1;
	}

.home-section.widget_search {
	background-color: #03c2ba;
	padding: 20px 0;
}	
.home-section.widget_search .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 880px;
	margin: 0 auto;
}
	.home-section.widget_search .block-title {
		flex-shrink: 1;
		flex-basis: 40%;
		margin: 0 !important;
		padding: 12px 20px 12px 70px;
		background: url(images/icon@2x.png) no-repeat left center;
		background-size: auto 56px;
		flex-wrap: nowrap;
		white-space: nowrap;
		color: #ffffff;
	}
		.home-section.widget_search .block-title em {
			margin: 0 0 5px;
			color: #333333
		}
		
	.home-section.widget_search .search-form .search-submit svg {
		width: 30px;
		height: 28px;
		position: relative;
		top: 5px
	}
	.home-section.widget_search form {
		flex-grow: 1;
		flex-basis: 60%;
		clear: none;
	}

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

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

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

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

.sub-footer {
	padding: 25px 0;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #707070
}
.sub-footer .wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer-nav li {
	display: inline-block;
	margin-right: 10px;
}
	.footer-nav a {
		text-decoration: none;
		color: #707070;
		display: inline-block;
	}
		.footer-nav a.top {
			color: #333333
		}
		.footer-nav a:hover {
			color: #03c2ba
		}
.copyright {
	text-align: right;
}
.copyright p {
	margin: 0;
}
.copyright strong {
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
}

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

.copyright a:hover {
	color: #03c2ba;
}

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

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

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

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

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

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

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

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

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

.comment-meta a {
	
}

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #707070;
}

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

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

#top {
	font-size: 13px;
	text-transform: lowercase;
}
#top li {
	display: inline-block;
	margin: 0 10px 0 0;
}
#top li a {
	color: #707070;
	text-decoration: none;
}
	#top li a:hover {
		color: #79DFDA
	}


/*!---------MAIN DROPDOWN MENU---------*/
#main {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 202;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 13px;
	text-decoration: none;
	color: #333333;
	-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 a:focus, #main li:hover a {
	color: #03c2ba;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: normal;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 14px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 0;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #E6F9F8;
	text-align: center;
	z-index: 2001;
	width: 210px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid #CDF3F1;
	color: #333333 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main ul li.bold a {
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .2em;
	}
	#main li li>a:hover, #main li li:hover>a {
		background-color: #CDF3F1;
	}



#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: 7px;
	top: 50%;
	font-size: 95%;
	margin-top: -8px;
}
	
		
/*!Sub Menus Level 2*/

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

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

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

	#main li li li a:hover {
		background-color: #cdf3f1;
	}
	


/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom, .recipe {
	border: 2px solid #E6F9F8;
	background-color: #ffffff;
	outline: none;
	margin: 50px 0;
	font-size: 90%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	background-color: #E6F9F8;
	padding: 25px;
	text-align: center;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 1px 25px 0;
}
.wprm-container-float-left {
	width: 70%;
	float: left;
	margin: 0 !important;
	padding-right: 20px
}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}

.wprm-decoration-line {
	flex: auto;
	height: 1px !important;
	border-bottom: 1px solid #eaecec !important;
}

.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 5px 0 10px !important;
	font-size: 28px;
	
	text-transform: uppercase;
	letter-spacing: .12em;
	border: none;
	padding: 0;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 35px 0 15px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 21px;
}
	.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
		margin-bottom: 10px !important;
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-family: "causten_round", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 20px 0 5px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 11px 0 15px;
	text-align: center
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #333333;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.7;
	background-color: #cdf3f1;
	padding: 15px 25px 15px;
	text-align: center
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		border: none;
		background-color: #cdf3f1;
		margin-top: 25px;
		font-size: 12px;
		text-align: center
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-container, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	font-family: "causten_round", Arial, Helvetica, sans-serif;
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
}
	.wprm-recipe-details-container .wprm-block-text-normal {
		font-family: "causten_round", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-label.wprm-block-text-italic, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	margin-right: 3px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
		text-transform: uppercase;
		font-size: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
		letter-spacing: normal;
		font-size: 13px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
	}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	color: #03c2ba		
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
	color: #707070;
	font-family: "causten_round", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	vertical-align: middle;
	align-items: center;
	background-color: transparent !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container:before {
		content: "Scale:";
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eaecec !important;
	color: #707070 !important;
	border-radius: 50%;
	vertical-align: middle;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active {
		color: #FFFFFF !important;
		background-color: #03c2ba !important;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
	clear: both;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-link {
	display: block;
	width: 32%;
	font-family: "causten_round", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	background: none;
	color: #333333 !important;
	background-color: #03c2ba !important;
	border: none !important;
	font-size: 12px;
	line-height: 2;
	text-decoration: none;
	padding: 8px 10px !important;
	margin: 10px 0 0px !important;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	display: inline-block;
}
	.wprm-recipe-roundup-item a.wprm-recipe-link {
		width: auto;
		margin: 0 auto;
		border: none;
		box-shadow: none !important;
	}
	a.wprm-recipe-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 5px;
	}
		a.wprm-recipe-print:before {
			content: "\f02f";
		}
		a.wprm-recipe-jump-to-comments:before {
			content: "\f005";	
		}
		a.wprm-video-link:before, a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}
		a.wprm-recipe-pin:before {
			content: "\f08d";
			margin-right: 5px;
			margin-left: 2px;
		}
		.wprm-recipe-roundup-item a.wprm-recipe-link:before {
			display: none;
		}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover, .wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #79dfda !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin: 0;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details {
		font-style: italic;
		color: #707070;
		display: inline-block;
		font-size: 12px;
		margin-left: 7px;
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-rating .wprm-recipe-rating-details {
			display: block;
			margin: 0;
		}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom li:before {
	display: none;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
	list-style-type: disc !important;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	border: 1px solid #eaecec;
	color: #707070;
	padding: 20px;
	font-size: 13px;
	margin-top: 25px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #333333;
		font-size: 14px;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 25px 0 0 !important;
	padding: 25px !important;
	font-size: 90%;
	line-height: 1.4;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "Lora", "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px !important;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin: 0px 0 5px;
}

@media ( max-width : 480px ) {
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		word-break: break-word;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		width: 100%;
		padding: 15px;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
		padding: 1px 15px 0;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0px;
		border-left: none;
		overflow: hidden;
		margin-bottom: 15px
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image {
			width: 100% !important;
			height: auto;
			float: none;
			display: block;
			margin: 0;
			padding: 0;
			border: none;
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-left {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0px;
		border-left: none;
		overflow: hidden;
		margin-bottom: 15px
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		display: block;
		width: 100%;
		margin-bottom: 2px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container {
		padding: 0;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time-header, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container .wprm-recipe-details-name {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
		
	}
}

@media ( max-width : 360px ) {

	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		padding: 10px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
		padding: 1px 10px 0;
	}

}


/*Jump Button*/
	
.post-meta .wprm-recipe-snippet {
	vertical-align: middle;
	text-align: center !important;
	margin: 10px 0 !important;
	padding: 0
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		font-family: "causten_round", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .12em !important;
		border: none;
		background: none;
		color: #333333;
		background-color: #03c2ba;
		border: none !important;
		font-size: 11px;
		line-height: 1;
		margin: 0 4px 0 0 !important;
		padding: 7px 8px 7px 10px !important;
		position: relative;
	}	
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
		}
			.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;
			}
		.post-meta a.wprm-recipe-link:hover {
			background-color: #79dfda !important;
		}

			
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 15px;
	margin-left: 6px;
}
	.post-meta .wprm-recipe-snippet svg {
		display: inline !important;
	}	
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 3px;
	font-size: 11px;
}