/*! 
Theme Name: Nutrition Refined
Theme URL: https://www.nutritionrefined.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 720px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}

}

.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: #1e1c1c;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e9eaea;
	background-color: #f6e9eb;
	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';
	src: url('fonts/causten-light-webfont.woff2') format('woff2'),
		 url('fonts/causten-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'causten';
	src: url('fonts/causten-regular-webfont.woff2') format('woff2'),
		 url('fonts/causten-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

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

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

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

a:hover {
	color: #1e1c1c;
}

	
p {
	margin: 25px 0;
}
	.span_content p {
		text-align: justify
	}
	p.has-text-align-center {
		text-align: center
	}
img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "causten", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 20px 0;
	color: #1e1c1c;
}

h1 {
	font-size: 36px;
}
	.span_content_full h1 {
		
	}
h2 {
	font-size: 30px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #1e1c1c;
	}
			.post-content h2.noline, .page-content h2.noline {
				padding: 0;
				border: none;
			}
			.has-background h2 {
				border: none;
				background-image: none;
				padding-bottom: 0;
				margin-top: 25px;
			}
	.block-title, .latest, .divider {
		text-align: center;
		margin: 15px 0 30px;
		position: relative;
		display: flex;
		align-items: center;
	}
		.block-title:before, .latest:before {
			content: '';
			  flex: 1;
			  margin-right: 15px;
			  margin-top: 0px;
			  height: 1px;
			  background-color: #1e1c1c;
		}
		.block-title:after, .latest:after {
			content: '';
			  flex: 1;
			  margin-left: 15px;
			  margin-top: 0px;
			  height: 1px;
			  background-color: #1e1c1c;
		}
		
		.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
			margin: 25px 0 15px;
			text-align: center;
			font-size: 26px;
		}
		
	
h3 {
	font-size: 26px;
}
	
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

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

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

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

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

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

.top-bar {
	background-color: #f4f4f4;
	text-align: center;
	padding: 10px;
}
.header {
	text-align: center;
	position: relative;
	z-index: 101;
	border-bottom: 1px solid #e9eaea;
	margin-bottom: 30px;
}
	body.home .header {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}

.header .logo {
	overflow: hidden;
	width: 260px;
	margin: 23px 0;
	float: left;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.header .top-stuff, .header #main {
	
}
#main {
	float: right;
	text-align: right;
	margin: 0 -10px 0 0
}
.top-stuff {
	float: right;
	text-align: right;
	margin: 25px 0 20px
}
	.top-stuff .social {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	.top-stuff .header-search {
		width: 170px;
		display: inline-block;
		vertical-align: middle;
	}
#main {
	clear: right;
}
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"], .post-content img[width="512"] {
		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 0 15px;
	padding: 0;
	text-align: justify;
}
	.span_content ul li:before {
		content: "\2022";
		display: inline-block;
		border-radius: unset;
		background: none;
		margin-left: -15px;
		width: 15px;
		position: relative;
		top: 0px;
		font-size: 18px;
		font-weight: normal;
		color: #1e1c1c;
		line-height: 26px;
		text-align: left;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	text-align: justify;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #1e1c1c;
	background-color: #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	left: -21px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 25px;
	font-weight: bold;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	text-align: center;
}

.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 {
	font-size: 86%;
	text-align: center
}

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

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

.midsidebar {
	overflow: hidden;
}

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

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

.widget p {
	margin: 18px 0;
}
.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #666565;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	
	font-family: "causten", Arial, Helvetica, sans-serif;
	border: 1px solid #e9eaea;
	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 .widget.shaded {
	background-color: #f4f4f4;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}

.social a {
	color: #666565;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 16px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
	.sidebar .social a {
		font-size: 16px;
		padding: 8px 12px
	}
	.social a:hover {
		color: #64825E;
	}
		.sidebar .social a:hover {
			
		} 

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

h1.post-title, h2.post-title {
	margin: 8px 0 12px;
}

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

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

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

.post-meta {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	color: #666565;
	font-size: 11px;
	margin: 0 0 10px;
}

.post-meta a {
	text-transform: uppercase;
	color: #666565;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #64825E;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
	
.post-meta.post-cat {
	margin: 0;
	font-size: 11px;
}
	.post-meta.post-cat a {
		position: relative;
		color: #1e1c1c;
		background-color: #f4f4f4;
		padding: 5px 12px;
		display: inline-block;
	}
		.post-meta.post-cat a:hover {
			text-decoration: none;
			background-color: #64825E
		}
	
.post-meta em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 4px;
}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #666565;
}
	.meta-bottom a {
		color: #666565;
	}
.meta-bottom p {
	margin: 0;
	text-align: center
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 10.5px;
}
	.meta-bottom .post-cats a {
		color: #1e1c1c;
		background-color: #f4f4f4;
		text-decoration: none !important;
		padding: 6px 9px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #1e1c1c;
			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: #666565;
	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: #1e1c1c;
}

.disclosure, small {
	font-size: 12px;
	color: #666565;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 0;
}
	.disclosure-top {
		margin: -15px 0 15px
	}
	
a.more-link {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	color: #1e1c1c;
	border: none;
	font-size: 15px;
	line-height: 1;
	margin: 0px;
	text-align: center;
	box-shadow: none;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}

a.more-button {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	color: #1e1c1c;
	background-color: #f4f4f4;
	font-size: 15px;
	padding: 10px 16px;
	text-decoration: none;
}
	.shaded .more-button, .about .more-button {
		background-color: #ffffff;
	}
	a.more-link i, .more-link i {
		text-decoration: underline;
	}
		a.more-button i, .more-button i {
			text-decoration: none;
		}
	a.more-link:hover, a.more-link:focus {
		color: #64825E;
	}
	a.more-button:hover, a.more-button:focus {
		color: #ffffff;
		background-color: #1e1c1c;
	}



/*! Gutenberg Blocks */

.fullwidth, .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
.wp-block-buttons {
	margin: 30px 0 30px;
}
.wp-block-columns {
	margin: 30px 0 30px;
}
.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	
.post-content img.aligncenter {
	margin: 0 auto;
}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin-top: 45px;
	margin-bottom: 45px;
}
	.has-background.subscribe {
		padding: 10px 35px 35px;
	}
	ol.has-background, ul.has-background {
		margin: 35px 0;
		padding: 20px 30px 15px;
	}
	p.has-background {
		margin: 35px 0;
		padding: 25px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		background-image: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -11px -35px 10px;
			padding: 20px 30px;
		}


	.has-lightgray-background-color {
		background-color: #f4f4f4;
	}
	.has-gray-background-color {
		background-color: #666565;
	}
	.has-green-background-color {
		background-color: #64825E;
	}
	
	.has-lightgreen-background-color {
		background-color: #C7D4C4;
	}
	d4e5d0
	.has-black-background-color {
		background-color: #1e1c1c;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #e9eaea;
	}
	
	.has-green-color {
		color: #64825E;
	}
	.has-lightgray-color {
		color: #f4f4f4;
	}
	.has-gray-color {
		color: #666565;
	}
	.has-black-color {
		color: #1e1c1c;
	}
	.has-white-color {
		color: #ffffff;
	}
.wp-block-quote {
	background-color: #ffffff;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .1em;
	}	
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 108%;
}
.schema-faq-question:before {
	font-family: "causten", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #1e1c1c;
	background-color: #f4f4f4;
	-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;
}

.full-width-page-content p, .full-width-page-content h1, .full-width-page-content h2, .full-width-page-content h3, .full-width-page-content h4, .full-width-page-content .wp-block-quote, .full-width-page-content ul, .full-width-page-content ol, .full-width-page-content .breadcrumb {

}

	.span_content_full h1:first-child {
		margin-top: 0;
	}



.span_content_full figure.alignright {
	width: 25%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}

.deal {
	position: relative;
	padding: 15px;
}
	.deal.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 20px;
	}
.deal h3 {
	font-size: 24px;
	margin: 15px 0;
	padding-right: 50px;
}
.deal ul {
	margin: 15px 0;
}
.deal p {
	margin: 15px 0;
}
.deal h3 em {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: -30px;
	right: -30px;
	padding: 23px 5px 20px 8px;
	background-color: #c7d4c4;
	border-radius: 50%;
	font-size: 18px;
}

.deal .wp-block-buttons {
	margin: 0px 0 20px;
}

/*! Inner Post */

.inner-post {
	
}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 2px !important;
}
#dpsp-content-top {
	margin: 20px 0 0;
}
#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-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	top: 0px !important;
	left: 0px !important;
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: normal;
	border-top: 1px solid #e9eaea;
	border-bottom: 1px solid #e9eaea;
}

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

.post-nav a {
	color: #1e1c1c;
	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: #1e1c1c
}
.post-nav div a:hover {
	color: #64825E;
}

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


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.75%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 20px;
		}
		.items-2-col.cta-blocks {
			margin: 0 auto;
			text-align: center;
			justify-content: space-between;
		}
			.items-2-col.cta-blocks .item {
				margin: 0px;
				width: 47%;
			}
			
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}
		.span_content_full .items-3-col .item	 {
			margin-bottom: 50px;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0 -1.5%;
	}
		.items-4-col .item {
			width: calc((100% / 4) - 3%);
			margin: 0 1.5% 1.5%;
			margin-bottom: 15px;
		}
		.image-blocks.items-4-col .item {
			margin-bottom: 3%;
		}
	.sidebar .items-4-col {
		margin: 0 -2%
	}
		
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 2%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.5%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 3%);
			margin: 0 1.5% 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% 15px;
			
		}
	/* Desktop 7 Columns*/
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 15px;
			
		}
	/* Desktop 8 Columns*/
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 15px;
			
		}
	


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

}
	.items-2-col .item .title {
		font-size: 16px;
		font-size: clamp(14px, 1.5vw, 18px)
	}
		
	.items-3-col .item .title {
		font-size: 23px;
		font-size: clamp(14px, 2vw, 23px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			
		}
		
		.featured-posts-block .items-3-col .item .title {
			
		}
		
	.items-4-col .item .title {
		font-size: 23px;
		font-size: clamp(14px, 2vw, 23px);
	}
		.sidebar .item .title {
			font-size: 16px;
			margin: 10px 0;
			text-align: center;
		}
		.archives.items-3-col .item .title, .archives.items-4-col .item .title {
			font-size: 20px;
			font-size: clamp(12px, 1.75vw, 20px);;
		}
	.items-5-col .item .title {
		font-size: 20px;
		font-size: clamp(14px, 1.5vw, 20px);
	}
	.items-6-col .item .title {
		font-size: 20px;
		font-size: clamp(14px, 1.5vw, 20px);
	}
	.items-8-col .item .title, .items-7-col .item .title {
		font-size: 14px;
	}
	
	.icons .item .title {
		font-size: 18px;
		font-size: clamp(11px, 1.5vw, 15px);
		font-weight: normal;
		margin: 10px 0;
	}

.item .title {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #1e1c1c;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #64825E;
	}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: none;
	border: none;
	box-shadow: none;
}
.items .item a.block {
	position: relative;
	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 {
		border-radius: 50%;
	}
.item .more {
	
}
.item .post-meta {
	margin: 0;
	text-align: left;
}
	.teaser-post .post-image {
		position: relative;
		margin-bottom: 35px;
	}
	.teaser-post .post-image .post-cat {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0;
		-webkit-transform: translate(-50%,50%);
		-ms-transform: translate(-50%,50%);
		transform: translate(-50%,50%);
	}
.item .wprm-recipe-rating {
	font-size: 15px;
	margin: -10px 0 0;
}
.item .wprm-recipe-rating-details {
	font-style: italic;
	display: inline-block;
	opacity: 0.75;
	font-size: 11px;
	margin: 0 5px
}
.sidebar .widget_category-posts .more {
	display: none
}
	
.item .excerpt {
	font-size: 90%;
	line-height: 1.5;
	margin: 15px 0 20px
}
	.item .excerpt p {
		margin: 0;
		text-align: center
	}
		
.home-section .item a.overlay {
	display: block;
	position: relative;
	overflow: hidden;
}
	.home-section .item a.overlay .title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: inline-block;
		
		min-width: 125px;
		margin: 0;
		padding: 10px 12px;
		background-color: #64825E;
		color: #1e1c1c;
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 14px;
		display: inline-block;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #1e1c1c;
		}
		.home-section .item a.overlay:hover img {
			transform: scale(106%);
		}

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

.upper-home-sections {
	margin-bottom: 4vw;
}
	
.lower-home-sections {
	margin-top: 50px;
}
.home-section {
	clear: both;
	position: relative;
	padding: 5vw 0;
}

	.upper-home-sections .home-section {
		padding: 0;
	}
		.upper-home-sections .home-section:first-child {
			padding: 0 !important;
			position: relative;
		}
		.upper-home-sections .home-section:first-child .wrap {
			padding: 0;
		}
		
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-image: none;
		background-color: #f4f4f4;
		position: relative;
		padding: 4vw 0;
	}
		.home-section.nopad {
			padding: 0;
		}
		.home-section.about {
			padding: 2vw 0;
		}
		

.home-section .description {
	margin: 0px auto 35px;
	text-align: left;
	line-height: 1.6;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}


.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
	.home-section.about .widget-content {
		background-color: #f4f4f4;
		justify-content: center;
		gap: 2%
	}
.home-section .widget-content .image {
	width: 49%;
}
	.home-section .image img {
		width: 100%;
		height: auto;
		display: block;
	}
	.home-section.about .widget-content .image {
		width: 25%;
	}
		.sidebar .about .widget-content .image {
			width: 200px;
			height: 200px;
			overflow: hidden;
			border-radius: 50%;
			margin: 0 auto 20px;
		}

.home-section .widget-content .caption {
	width: 51%;
	text-align: center;
	position: relative;
	display: block;
	padding: 25px;
}
	.home-section.about .widget-content .caption {
		
	}
	
	.home-section .widget-content .caption .block-title {
		text-align: center;
		flex: none;
		display: block;
		margin: 0;
	}
		.home-section .widget-content .caption .block-title:before, .home-section .widget-content .caption .block-title:after {
			display: none;
		}
		.home-section .widget-content .caption h1.block-title {
		
		}
		.home-section .widget-content .caption h2.block-title {
			
		}
	.home-section .widget-content .caption p {
		margin: 25px 0 30px;
	}

	.home-section .widget-content .caption .more {
		text-align: center;
		margin: 0;
	}



.home-section.subscribe {
	padding: 0;
}
	.sidebar .subscribe {
		background-color: #f4f4f4;
		padding: 20px;
	}
	.inner-post .subscribe {
		background-color: #C7D4C4;
		padding: 20px;
		margin: 45px 0 60px;
	}
	.footer .subscribe {
		margin: 0;
	}
	
.optin-content {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	
}	
	.sidebar .optin-content, .inner-post .optin-content {
		flex: none;
		display: block;
	}
	.top-bar .optin-content {
		
	}
	
	.optin-content .caption {
		flex-shrink: 1;
	}
		.optin-content h2.block-title {
			text-align: center;
			margin: 0;
			flex: none;
			display: block;
		}
			.optin-content h2.block-title:before, .optin-content h2.block-title:after {
				display: none;
			}
			.top-bar .optin-content h2.block-title {
				margin: 0;
				font-size: 13px;
				font-weight: normal;
				text-transform: uppercase;
			}
		.optin-content p {
			text-align: center;
		}
		.sidebar .optin-content h2.block-title, .inner-post .optin-content h2.block-title {
			margin: 0 0 15px;
		}
	.optin-content .form {
		flex-grow: 1;
	}
		.sidebar .optin-content .form {
			width: 100%;
			flex: none;
		}
		.top-bar .optin-content .form {
			margin: 0;
			max-width: 300px;
		}
	
	.footer .optin-content, .inner-post .optin-content {
		flex: none;
		padding: 0;
		display: block;
		overflow: hidden;
	}
	.footer .optin-content .image, .inner-post .optin-content .image {
		width: 30%;
		float: left;
	}
		.footer .optin-content .image img, .inner-post .optin-content .image img {
			width: 100%;
			display: block;
			height: auto;
		}
	.footer .optin-content .caption, .inner-post .optin-content .caption {
		width: 65%;
		float: right;
	}
		.footer .optin-content .caption .block-title, .inner-post .optin-content .caption .block-title {
			margin: 15px 0 0;
			font-size: 25px;
		}
			.inner-post .optin-content .caption .block-title {
				margin: 10% 0 0
			}
		.footer .optin-content .caption p, .inner-post .optin-content p {
			margin: 10px 0 15px;
			font-size: 82%;
			line-height: 1.5;
		}
	.footer .optin-content .form, .inner-post .optin-content .form {
		width: 65%;
		float: right;
	}


.home-section .video-content {
	max-width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	margin: 1vw auto;
}
.home-section .video-content .player {
	width: 60%;
	margin: 0;	
}
	.home-section .video-content .player {
		position: relative;
		padding-bottom: 35%;
		height: 0;
		overflow: hidden;
	}
	.home-section .video-content .player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.home-section .video-content .caption {
	width: 40%;
	padding: 4%;
}
	.home-section .video-content .caption p {
		font-size: 92%;
		margin: 15px 0 20px;
		text-align: center;
	}
	.home-section .video-content .caption .more {
		margin-top: 20px;
	}

.home-section .video-content .caption .block-title {
	margin: 0 0 15px;
	text-align: center;
}
.home-section .video-content .caption .subtitle {
	text-align: center;
}
	.home-section .video-content .mv_auto_insert_headline {
		display: none;
	}
	
.home-section .search-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 2%;
	margin: 0 auto 4%;
	max-width: 1000px;
	
}
	.home-section .search-content .block-title {
		margin: 0;
		display: block;
	}
		.home-section .search-content .caption .block-title:before, .home-section .search-content .caption .block-title:after {
			display: none;
		}
	.home-section .search-content .form {
		flex-grow: 1;
	}
	.home-section .search-content .more {
		flex-shrink: 1;
		margin: 0 0 0 2%;
		max-width: 140px;
	}
		.home-section .search-content a.more-link {
			line-height: 1.4;
		}
	.home-section .icons {
		margin-bottom: -2%;
	}
	
.press {
	padding: 15px 0;
	border-top: 1px solid #e9eaea;
	border-bottom: 1px solid #e9eaea;
}
.press .wrap {
	overflow: hidden;
	-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;
}
	.press h2.block-title {
		display: inline-block;
		text-align: left;
		line-height: 1.5;
		color: #1e1c1c;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: normal;
		width: 100px;
		margin: 0 20px 0 0;
		text-align: center;
	}
		.press h2.block-title:before, .press h2.block-title:after {
			display: none;
		}
	.press img {
		display: block;
		height: auto;
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		min-width: 0;
	}
.press-mobile {
	display: none;
}
.press-desktop {
	display: block;
}


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

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

.archiveslist li {
	margin: 0 0 10px 10px !important;
	padding: 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: #64825E;
}
	.archiveslist li:before {
		display: none !important;
	}
.archiveslist a {
	color: #1e1c1c;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #64825E;
	}

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

.archiveslist ul li {
	font-size: 80%;
	padding: 0;
	margin: 0 0 4px 12px !important;
}
	.archiveslist ul li a {
		
	}

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

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

.tagtitle {
	margin-bottom: 10px;
}

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

.tagtitle em a {
	color: #666565;
	text-decoration: none;
}

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


/*Subcategories*/
ul.subcategories {
	margin-bottom: 40px !important;
}
.subcategories h2 {
	font-size: 14px;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories li, ul.subcategories ul li, ul.subcategories li ul, .subcats ul.menu li, ul.subcategories li.all {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

ul.subcategories li a, .widget.categories a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;
	color: #1e1c1c;
	background-color: #f4f4f4;
	font-family: "causten", Arial, Helvetica, sans-serif;
	padding: 3px 10px 4px 12px;
	margin: 3px 2px;
}
	ul.subcategories li.all a {
		
	}
		ul.subcategories li.all a:hover {
			
		}
	ul.subcategories ul li.current-cat a, ul.subcategories ul li a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
		background-color: #1e1c1c;
		color: #ffffff !important;
		text-decoration: none !important;
	}
	
/*!Breadcrumbs*/

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

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

	}
.breadcrumb a:hover {
	color: #64825E;
}


/*!---------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 #e9eaea;
}

.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 #e9eaea;
	width: 100%
}

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


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		color: #64825E !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f6e9eb;
	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: #1e1c1c;
	font-size: 16px;
	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 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e9eaea;
}
	.header-search .search-field {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 30px 0 10px;
	}
	.home-section.shaded .search-field {
		height: 70px;
		line-height: 70px;
		border: none;
	}
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #64825E !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 22px;
	color: #1e1c1c;
	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;
	top: 0;
}
	.search-form .search-submit svg {
		position: relative;
		top: 3px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #64825E;
		fill: #64825E;
	}
	.header-search .search-submit {
		height: 36px;
		line-height: 36px;
		width: 36px;
		border: none;
		font-size: 18px;
	}
		.header-search .search-submit svg {
			width: 18px;
			top: 5px;
		}
	.home-section .search-submit {
		height: 70px;
		line-height: 70px;
		width: 60px;
		font-size: 30px;
	}


/*Subscribe Forms*/

.subscribe {
	text-align: center
}

.subscribe .email-form {
	margin: 0;
	position: relative;
}

.subscribe .email-input {
	background-color: #ffffff;
	color: #434f57;
	border: none;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0 15px 0 15px;
	position: relative;
	z-index: 11;
	width: 100%;
}

		.footer .subscribe .email-input, .inner-post .subscribe .email-input {
			border: 1px solid #e9eaea;
			font-size: 16px;
			height: 52px;
			line-height: 52px;
		}
		.top-bar .subscribe .email-input {
			border: none;
			font-size: 14px;
			height: 34px;
			line-height: 34px;
			padding-left: 10px;
		}
	.email-input:focus {
		outline: none;
		border: 2px solid #64825E !important;
	}

.subscribe .email-submit {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	border: none;
	background-color: transparent;
	text-align: center;
	height: 52px;
	line-height: 52px;
	width: 52px;
	color: #1e1c1c;
	z-index: 11;
	position: absolute;
	right: 0;
	top: 0;
}
	.subscribe .email-submit i {
		font-size: 140%;
		line-height: 1;
		font-weight: 300;
		position: relative;
		top: 2px;
	}
	.footer .subscribe .email-submit, .inner-post .subscribe .email-submit {
		height: 52px;
		line-height: 52px;
	}
	.top-bar .subscribe .email-submit {
		height: 34px;
		width: 34px;
		line-height: 34px;
	}
		.top-bar .subscribe .email-submit i {
			font-size: 26px;
			top: 4px;
		}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #64825E;
		cursor: pointer;
	}
	

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





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


	
.footer {
	position: relative;
	clear: both;
	border-top: 1px solid #e9eaea;
	margin-top: 40px;
	padding: 40px 0
}
	body.home .footer {
		border-top: none;
		margin-top: 0px;
	}
.footer .home-section {
	border: none;
	padding: 0;
}

.footer a {
	
	text-decoration: none;
}
.footer a:hover {
	
}
.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 .wrap .subscribe {
	width: 48%;
	margin-left: 5%;
}
.footer .widget_nav_menu {
	flex-shrink: 1;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	text-align: left;
}
	.footer .widget_nav_menu {
		display: inline-block;
	}
	.footer .widget_nav_menu h2 {
		font-size: 21px;
		margin: 0px 0 20px;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-align: left;
		display: block;
	}
		.footer h2.block-title:before, .footer h2.block-title:after {
			display: none;
		}
	.footer .widget_nav_menu li {
		margin: 0 0 12px 0;
		font-family: "causten", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
		.footer .widget_nav_menu li a {
			color: #666565
		}
		.footer .widget_nav_menu li a:hover {
			color: #64825E
		}
.sub-footer {
	text-align: center;
	padding: 25px 10px;
	border-top: 1px solid #e9eaea;
}
.copyright {
	opacity: 0.7;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.copyright p {
	margin: 0;
	text-align: center
}
.copyright a {
	text-decoration: underline
}
.copyright em {
	font-size: 11px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}
.copyright ul {
	
}
.copyright ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
	.copyright ul li:after {
		content: "|";
		margin: 0 3px 0 7px;
	}
		.copyright ul li:last-child:after {
			display: none
		}



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

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

#respond {
	padding: 2% 5% 10px;
	background: #f4f4f4;
}

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

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

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

.comment-meta a {
	
}

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #666565;
}
	body.home .pagination {
		margin-top: -20px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #666565;
	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: #1e1c1c;
	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: #64825E;
}

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

#top {
	font-weight: normal;
	font-size: 14px;
	text-transform: lowercase;
}
#top li {
	display: inline-block;
	margin: 0 15px 0 5px;
}
#top li a {
	color: #666565;
	text-decoration: none;
}
	#top li a:hover {
		color: #64825E
	}

/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 202;
}

#main ul.mainmenu {
	
}

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #1e1c1c;
	-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 em {
		text-transform: lowercase;
		letter-spacing: normal;
		font-style: normal;
	}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #666565;
}

/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 12px;
	font-weight: normal;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 6px;
	top: 42px;
	left: 50%;
	line-height: 1.4;
	background-color: #f4f4f4;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border: none;
	color: #1e1c1c !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main ul li.bold a {
		
	}
	
	#main li li a:hover, #main li li:hover a {
		background-color: #e9eaea;
		color: #1e1c1c !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 li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	position: relative;
	top: 2px;
	display: none;
}

#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: 294px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	background-color: transparent !important;
}
	#main li li li a:hover {
		background-color: #e9eaea !important;
	}


/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom {
	border: 1px solid #1e1c1c;
	background-color: #ffffff;
	outline: none;
	margin: 50px 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	padding: 25px;
	background: #f4f4f4;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 1px 25px 0px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right img {
		width: 100%;
		height: auto;
		display: block;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image-container .wprm-recipe-image {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}

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

.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 !important;
	font-size: 32px;
	letter-spacing: .1em;
	border: none;
	background: none;
	padding: 10px 0 0;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 35px 0 15px !important;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: .1em;
}
	.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", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .1em;
	font-weight: normal;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 15px 0 0px;
	line-height: 1.5;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #666565;
	text-align: left;
	margin: 10px 0;
	font-size: 13px;
	/*font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;*/
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background: #f4f4f4;
		border: none;
		padding: 15px;
		line-height: 20px !important;
		margin: 25px 0 0;
		color: #666565;
		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 {
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table {
		margin: 10px 0 15px;
	}
		.wprm-recipe-details-container-table .wprm-recipe-block-container-table {
			padding: 5px;
		}
	.wprm-recipe-details-container .wprm-block-text-normal {
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	}
	.wprm-recipe-details-container .wprm-block-text-uppercase {
		letter-spacing: .12em;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-block-text-italic {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	margin-right: 3px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
		font-size: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
	}

.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;	
}
	.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: #666565;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
}
.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 #e9eaea !important;
	color: #666565 !important;
	border-radius: 50%;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active {
		color: #1e1c1c !important;
		background-color: #e9eaea !important;
		border: none;
	}
	
/*Lists*/
.wprm-recipe-template-custom ul {
	margin: 15px 0;
}
ul.wprm-recipe-ingredients li, ul.wprm-recipe-equipment li {
	margin-left: 25px;
	margin-bottom: 4px;
	line-height: 1.6;
}
	ul.wprm-recipe-ingredients li, ul.wprm-recipe-equipment li {
		font-size: 95%;
		margin: 0 0 5px 30px !important;
		line-height: 1.4;
	}
	ul.wprm-recipe-ingredients li:before, ul.wprm-recipe-equipment li:before {
		display: none;
	}
	ul.wprm-recipe-ingredients li::marker, ul.wprm-recipe-equipment li::marker {
		color: #64825E;
	}
		.wprm-recipe-equipment li .wprm-checkbox-container, .wprm-recipe-ingredients li .wprm-checkbox-container, .wprm-recipe-instructions li .wprm-checkbox-container {
			
		}
		.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container label::before {
			top: 4px;
			left: 4px;
		}
	.wprm-recipe-ingredients .wprm-recipe-ingredient-amount, .wprm-recipe-ingredients .wprm-recipe-ingredient-unit {
		
	}

.wprm-recipe-instruction-text {
	display: inline;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li {
	margin-left: 35px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px 35px;
	text-align: justify
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
	display: block !important;
	background-color: #f4f4f4;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	color: #1e1c1c;
	width: 25px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	counter-increment: wprm-advanced-list-counter;
	content: counter(wprm-advanced-list-counter);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	font-weight: bold;
	margin: 0px 0 0 -35px;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
	margin-left: 25px;
	margin-bottom: 4px;
	line-height: 1.6;
	font-size: 90%;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
		margin-bottom: 12px;
		font-size: 90%;
		line-height: 1.5;
		list-style-type: none !important;
	}
	
		.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li:before {
			display: inline-block;
			/*content: "\f138";
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			margin-right: 5px;
			width: auto;
			height: auto;
			border-radius: unset;
			background: none;
			color: #64825E;
			margin-left: -28px;
			margin-right: 10px;
			top: 0px;
			font-size: 20px;
			font-weight: normal;*/
		}

.wprm-recipe-equipment-images {
	justify-content: left;
	margin: -15px 0 15px !important;
}	
.wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	margin: 0;
	max-width: 100px;
}
	.wprm-recipe-equipment-images .wprm-recipe-equipment-item img {
		width: 100%;
		height: auto;
		display: block;
	}
.wprm-recipe-equipment-images .wprm-recipe-equipment-item .wprm-recipe-equipment-name {
	font-size: 13px;
	line-height: 1.3;
}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
	clear: both;
	width: 100%;
	margin: 20px 0 8px;
	display: flex;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-link {
	display: inline-block;
	width: 32%;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	color: #1e1c1c !important;
	background: #ffffff !important;
	border: none !important;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	padding: 8px 15px !important;
	margin: 0 !important;
	text-align: center;
}
	.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 {
		color: #64825E !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;
		display: inline-block;
		font-size: 13px;
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 13px;
}


.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;
	background: #f6e9eb;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px !important;
	line-height: 1.1;
	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: 20px;
		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-recipe-buttons {
		clear: both;
		width: 100%;
		margin: 20px 0 8px;
		display: block;
		justify-content: space-between;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		display: block;
		width: 100%;
		margin-bottom: 5px !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 {
		
	}
}

/*Jump Button*/
	
.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		font-family: "causten", Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .15em !important;
		border: none;
		color: #666565 !important;
		background-color: #f4f4f4;
		border: none !important;
		font-size: 11px;
		line-height: 1;
		margin: 0 4px 0 0 !important;
		padding: 9px 10px !important;
		position: relative;
	}	
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 3px;
		}
			.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: #64825E;
			color: #1e1c1c !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 {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}