/*! 
Theme Name: A Spicy Perspective
Theme URL: https://www.aspicyperspective.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 5.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	.facetwp-flyout-open {
		display: none
	}

}

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

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #3d210c;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e8e4e2;
	background-color: #f4f0ea;
	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('https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/fonts/causten-bold-webfont.woff2') format('woff2'),
		 url('https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/fonts/causten-bold-webfont.woff') format('woff');
	font-weight: bold;
	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: 20px;
	font-weight: normal;
	line-height: 1.7;
	color: #3d210c;
	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: #429995;
	text-decoration: underline;
}

a:hover {
	color: #ba412c;
}

	.post-content a, .page-content a, .cat-desc a {
		color: #3d210c;
		font-weight: bold;
		border-bottom: 1px solid #d8b412;
		box-shadow: inset 0 -2px 0 #d8b412;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			color: #ba412c;
			border-color: #d8b412;
			box-shadow: inset 0 -31px 0 #d8b412;
		}
	.post-content a.tasty-pins-banner-image-link, .post-content a.tasty-pins-banner {
		border: none !important;
		box-shadow: none !important;
	}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "causten", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	margin: 25px 0;
	color: #3d210c;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e8e4e2
	}
		.has-background h2 {
			border: none;
			padding-bottom: 0;
			margin-top: 25px;
		}
	
	h1.divider, h2.divider, h3.divider, div.divider, .block-title {
		position: relative;
		text-align: left;
	}
		h1 em, h2 em, h3 em, h4 em, .subtitle {
			display: block;
			font-style: normal;
			text-transform: uppercase;
			font-size: 13px;
			letter-spacing: .075em;
			font-weight: bold;
			margin-bottom: 8px;
			opacity: 0.7
		}
		.block-title span {
			background-color: #ffffff;
			padding: 0 10px 0 0;
			position: relative;
			z-index: 1;
		}
			.shaded .block-title span {
				background-color: #f4f0ea;
			}
			.shaded.yellow .block-title span {
				background-color: #d8b412
			}
			.block-title-alt span {
				padding: 0 10px;
			}	
		.block-title:after {
			content: "";
			display: block;
			width: 90%;
			height: 1px;
			background: #e8e4e2;
			right: 0px;
			top: 50%;
			margin-top: -1px;
			position: absolute;
		}
		
		.icons .block-title:after, .icons .block-title:before, .subscribe .block-title:after, .subscribe .block-title:before, .widget-content .block-title:after, .widget-content .block-title:before, .sidebar .block-title:after {
			display: none;
		}
		.icons .block-title span, .subscribe .block-title span {
			padding: 0;
			background-color: transparent
		}

		.sidebar .block-title {
			text-align: center
		}
		.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
			margin: 20px 0 15px;
			text-align: center;
			font-size: 28px;
		}	
		
	
h3 {
	font-size: 24px;
}
	
	.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 #e8e4e2;
}

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

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

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

.top-bar {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	color: #816f61;
	border-bottom: 1px solid #e8e4e2;
	max-width: 100%;
	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-content: center;
	align-items: center;
	line-height: 42px;
	height: 42px;
}

	.top-bar .top-nav {
		width: auto;
		margin-left: auto;
		flex-shrink: 1;
		padding: 0;
		text-align: right;
		height: 100%;
		line-height: 42px;
	}
	.top-bar .social {
		text-align: left;
		margin-right: auto;
		flex-shrink: 1;
		margin-right: 15px;
	}
	.top-bar .widget {
		padding: 0;
		margin: 0;
		width: auto;
		flex-shrink: 1;
		text-align: right;
		align-self: center;
		padding-left: 1px;
		color: #ffffff;
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-weight: bold;
		font-size: 12px;
	}
		.top-bar .widget a {
			margin: 0;
			padding: 0 14px 0 10px;
			color: #ffffff;
			background-color: #ba412c;
			display: block;
			white-space: nowrap;
			position: relative;
		}
			.top-bar .widget a:before {
				content: "";
				display: block;
				height: 100%;
				width: 12px;
				background-color: #ba412c;-ms-transform: skewX(-15deg);
				-webkit-transform: skewX(-15deg);
				transform: skewX(-15deg);
				position: absolute;
				top: 0;
				left: -6px;
				z-index: 1;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out
			}
			.top-bar .widget a i {
				margin-right: 5px;
				position: relative;
				z-index: 11;
			}
			.top-bar .widget a:hover, .top-bar .widget a:hover:before {
				background-color: #429995;
			}
		.top-bar .widget img {
			display: inline-block;
			vertical-align: middle;
		}
.header {
	position: relative;
	z-index: 101;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}

.header .logo {
	overflow: hidden;
	width: 530px;
	float: left;
	margin: 28px 0;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header .social {
	float: right;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 50px;
}
.header-search {
	margin-top: 43px;
	float: right;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
	.header-search .search-form {
		width: 230px;
		margin-left: auto;
	}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="650"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
		.dpsp-pin-it-wrapper {
			display: block !important;
			position: relative!important;
			text-align: center;
			line-height: 0;
		}
.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: "";
		color: #ffffff;
		background-color: #ba412c;
		-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: #FFFFFF;
	background-color: #429995;
	-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-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

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


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

h1.page-title {

}

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

.sidebar {
	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 a {
	text-decoration: none;
}

.sidebar select {
	color: #816f61;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	border: 1px solid #e8e4e2;
	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: #f4f0ea;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}

.sidebar .about .caption {
	
}
	.sidebar .about .image img {
		width: 150px;
		height: auto;
		margin: 0 auto;
		border-radius: 50%;
	}
.sidebar .about h2 {
	margin: 25px 0 15px;
}	
.sidebar .about p {
	margin: 15px 0 20px;
}
.sidebar .about .more {
	
}

.social a {
	color: #ffffff;
	background-color: #68b1ac;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}

	.social a.icon-facebook {
		background-color: #68b1ac;
	}
	.social a.icon-pinterest {
		background-color: #ba412c;
	}
	.social a.icon-instagram {
		background-color: #89883c;
	}
	.social a.icon-youtube {
		background-color: #d8b412;
	}
	
.social a:hover {
	opacity: 0.7
}



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

.post {
	margin-bottom: 0px;
}

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

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

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

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

}

.post-meta {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: bold;
	color: #816f61;
	font-size: 12px;
	margin: 0 0 15px;
}

.post-meta a {
	text-transform: uppercase;
	color: #816f61;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #ba412c;
		text-decoration: underline;
	}
.post-meta i {
	color: #68b1ac;
}
.post-meta.post-cat {
	margin: 0;
	font-size: 12px;
}
	.post-meta.post-cat a, .post-cats a {
		position: relative;
		color: #ffffff;
		background-color: #ba412c;
		padding: 4px 12px;
		display: inline-block;
	}
		.post-cats a {
			margin: 2px;
		}
		.post-meta.post-cat a:hover, .post-cats a:hover {
			background-color: #429995;
			color: #ffffff;
			text-decoration: none;
		}
	
.post-meta em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #816f61;
}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
}
	.meta-bottom .post-cats a {
		padding: 3px 11px 2px 12px;
	}
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: #816f61;
	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: #3d210c;
}

.disclosure, small {
	font-size: 12px;
	color: #816f61;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 0;
}
	.disclosure-top {
		text-align: left;
		margin: -5px 0 15px
	}
a.more-link {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #0c0c0c;
	background: linear-gradient(#e8d271, #e8d271) 0 80% / 100% 6px no-repeat;
	font-size: 15px;
	margin: 0px;
	padding: 0 3px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

	a.more-link:hover, a.more-link:focus {
		background: linear-gradient(#d8b412, #d8b412) 0 82% / 100% 24px no-repeat;
	}
	
	a.more-button {
		padding: 3px 10px 3px 11px;
		background: #ba412c;
		color: #ffffff;
		font-size: 13px;
		display: inline-block;
	}
		.cta-content .more-button {
			padding: 8px 18px;
			font-size: 14px;
		}
		.pagination a.more-button {
			font-size: 16px;
			padding: 6px 14px 6px 16px;
			border-radius: 16px;
		}
		a.more-button:hover {
			background: #d8b412;
		}



/*! Gutenberg Blocks */

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

.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, .baking-tips {
	padding: 10px 35px;
	margin: 45px 0;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -10px -35px 10px;
			padding: 20px 30px;
		}
	
	.has-darkblue-background-color {
		background-color: #429995;
	}
	.has-blue-background-color {
		background-color: #77c9c9;
	}
	.has-lightblue-background-color {
		background-color: #d6efef;
	}
	.has-red-background-color {
		background-color: #ba412c;
	}
	.has-lightred-background-color {
		background-color: #eecfca;
	}
	.has-yellow-background-color {
		background-color: #d8b412;
	}
	.has-lightyellow-background-color {
		background-color: #f5ecc4;
	}
	.has-tan-background-color {
		background-color: #f4f0ea;
	}
	.has-gray-background-color {
		background-color: #816f61;
	}
	.has-black-background-color {
		background-color: #3d210c;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #e8e4e2;
	}
	
	.has-tan-color {
		color: #f4f0ea;
	}
	.has-red-color {
		color: #ba412c;
	}
	.has-lightred-color {
		color: #eecfca;
	}
	.has-yellow-color {
		color: #d8b412;
	}
	.has-lightyellow-color {
		color: #f5ecc4;
	}
	.has-lightblue-color {
		color: #d6efef;
	}
	.has-blue-color {
		color: #77c9c9;
	}
	.has-darkblue-color {
		color: #429995;
	}
	.has-black-color {
		color: #3d210c;
	}
	.has-white-color {
		color: #ffffff;
	}
.wp-block-quote {
	background-color: #f4f0ea;
	padding: 10px 35px;
	margin: 40px 0;
	text-align: center;
}
.wp-block-quote cite {
	display: block;
	font-size: 75%;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	margin-top: -10px;
	margin-bottom: 25px;
}
	.wp-block-quote cite strong {
		
	}	
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "causten", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #320;
	background-color: #d8b412;
	-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;
}

.span_content_full .page-content p, .span_content_full .page-content h1, .span_content_full .page-content h2, .span_content_full .page-content .wp-block-quote {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

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

.featured-posts-block.has-background {
	padding: 1px 20px;
}	
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}

.featured-posts-block .block-title {
	padding: 0;
	border: none;
}

/*! Inner Post */

.inner-post {
	
}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 2px !important;
}
#dpsp-content-top {
	margin: 15px 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-share-text {
	text-align: center
}

/*!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-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	border-top: 1px solid #e8e4e2;
	border-bottom: 1px solid #e8e4e2;
}

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

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

.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: #816f61;
	padding: 0 0 5px;
}


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: left;
		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% 3.5%;
		}
			
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}

	/* 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%;
			
		}
		.image-blocks.items-4-col .item {
			margin-bottom: 3%;
		}
	.sidebar .items-4-col {
		margin: 0 -2%
	}
		.sidebar .items-2-col .item, .sidebar .items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 4%;
			text-align: center;
		}
	/* 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;
			
		}
		.items-5-col .item:nth-child(6) {
			display: none;
		}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 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;

}
	.items-2-col .item .title {
		font-size: 16px;
		font-size: clamp(14px, 1.5vw, 18px)
	}
	.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(21px, 2.75vw, 30px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 30px;
			font-size: clamp(21px, 2.75vw, 30px);
		}
		.archives.items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(12px, 2vw, 21px);
		}
		.featured-posts-block .items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(12px, 2vw, 21px);
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 2vw, 21px);
	}
		.sidebar .item .title {
			font-size: 16px;
			margin: 10px 0;
		}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(14px, 1.5vw, 18px);
	}
	.items-6-col .item .title {
		font-size: 12px;
	}
	.items-7-col .item .title {
		font-size: 12px;
	}
	.items-8-col .item .title {
		
	}

.item .title {
	text-decoration: none;
	color: #3d210c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #3d210c;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #429995;
	}
		.blue .item .title a:hover, .blue .item a:hover .title {
			color: #ffffff;
		}

.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
	}

.item .more {
	
}
.item .wprm-recipe-rating {
	font-size: 15px;
	margin: -7px 0 0;
}
.item .wprm-recipe-rating-details {
	display: inline-block;
	color: #816f61;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-left: 6px;
}
.sidebar .widget_category-posts .more {
	display: none
}
	
.item .excerpt {
	font-size: 94%;
}
	.item .excerpt p, .item p.excerpt {
		margin: 20px 0;
	}	

.item .post-image {
	position: relative;
}
.item .post-cat {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
	
.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		padding: 9px 14px 8px 15px;
		background-color: #ba412c;
		color: #3d210c;
		border-radius: 15px;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 18px;
		display: inline-block;
		-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 {
			background-color: #d8b412;
		}

.icons {

}
	.sidebar .icons {
		
	}
	
.icons .items {

}

	.icons .item img {
		border-radius: 50%;
	}
.icons .block-title {
	
}

.icons .item .title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: clamp(11px, 1vw, 14px);
	margin: 10px 0 0
}
	.icons .item a:hover img {
		transform: scale(108%)
	}
	
/*!----Homepage Styles----*/

.upper-home-sections {
	margin-bottom: 3.5vw;
}
	.upper-home-sections .home-section:first-child {
		padding: 0;
	}
		.upper-home-sections .home-section:first-child .wrap {
			position: relative;
			overflow: hidden;
		}
	.upper-home-sections .home-section:first-child .block-title {
		display: inline-block;
		font-family: "causten", Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .075em;
		flex: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 20px;
		z-index: 201;
		overflow: hidden;
		width: 160px;
		height: 160px;		
		overflow: hidden;
		pointer-events: none
	}
		.upper-home-sections .home-section:first-child .block-title span {
			background-color: #d8b412;
			padding: 8px 20px;
			color: #3d210c;
			transform: rotate(-45deg);
			transform-origin: top left;
			display: inline-block;
			white-space: nowrap;
			position: absolute;
			top: 130px;
			left: -22px;
			width: 217px;
			text-align: center;
		}
		.upper-home-sections .home-section:first-child .block-title:after {
			display: none;
		}
.recipe-index-sections {
	margin-bottom: 3.5vw;
}
.lower-home-sections {
	margin-top: 3vw;
}
.home-section {
	clear: both;
	position: relative;
	padding: 3vw 0 3vw;
}
	.home-section .block-title {
		margin: 25px 0 25px;
	}
	.home-section .description {
		margin: 0px auto 35px;
		text-align: left;
		line-height: 1.6;
	}
	.lower-home-sections .home-section .cta-content, .recipe-index-sections .home-section .cta-content {
		margin: -3vw 0 -2vw;
	}
		
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f4f0ea;
		position: relative;
		padding: 50px 0 40px;
		margin-bottom: 35px;
	}
		.upper-home-sections .home-section.shaded {
			padding: 30px 0 15px;
		}
	.home-section.yellow {
		background-color: #d8b412
	}
	.home-section.blue {
		background-color: #77c9c9
	}
	.home-section.cat-featured-section {
		margin-bottom: 4vw;
		padding: 25px 0 10px;
	}


.home-section .more {
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
}
	.home-section .more a em, .sidebar .more a em {
		display: none
	}
	@media ( min-width : 600px ) {
		.home-section .fixed-more {
			position: absolute;
			top: 0;
			right: 20px;
			background-color: #ffffff;
			padding-left: 12px;
		}
	}



.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	background-color: #f4f0ea;
}

.home-section .widget-content .image {
	width: 50%;
}
	.home-section .image img {
		width: 100%;
		height: auto;
		display: block;
	}

.home-section .widget-content .caption {
	width: 50%;
	padding: 30px;
	background-color: #f4f0ea;
	display: block;
	text-align: center;
}
	.home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 0
	}
		.home-section .widget-content .caption .block-title em {
			margin-bottom: 10px;
			font-size: 16px;
		}
		
	.home-section .widget-content .caption p {
		margin: 20px 0 20px;
	}
	.home-section .widget-content .caption .more {
		margin: 0;
	}


.subscribe {
	background-color: #d8b412;
}
	.home-section.subscribe {
		padding: 3vw 0;
		background: url(https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/images/spices-white.svg) no-repeat bottom -20px left -10px, url(https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/images/spices-white2.svg) no-repeat top -20px right -10px;
		background-color: #d8b412;
		background-size: auto 100%;
	}
	.sidebar .subscribe {
		padding: 15px;
		background: url(https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/images/spices-white.svg) no-repeat top -20px left -20px;
		background-color: #d8b412;
		background-size: 100% auto;
	}
	.inner-post .subscribe {
		padding: 6%;
		background: url(https://www.aspicyperspective.com/wp-content/themes/aspicyperspective.v5/images/spices-white.svg) no-repeat top center;
		background-color: #d8b412;
		background-size: auto 100%;
	}
	.footer .subscribe {
		
	}
	
.optin-content {
	text-align: center;
	flex: none;
	display: block;
}
	.optin-content .caption {
		text-align: center;
		margin: 0;
	}
		.optin-content .caption p {
			text-align: center;
			margin: 5px 0 15px;
		}
	.optin-content h2.block-title {
		text-align: center;
		font-size: 38px;
		margin: 0;
	}
		.sidebar .optin-content h2.block-title {
			font-size: 28px;
			margin-bottom: 10px;
		}

	.optin-content .form {
		margin: 0 auto;
	}




/*!---------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: 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: #d8b412;
}
	.archiveslist li:before {
		display: none !important;
	}
.archiveslist a {
	color: #3d210c;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #d8b412;
	}

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

.archiveslist ul li {
	font-size: 13px;
	padding: 0 !important;
	margin: 4px 8px 4px 0 !important;
	display: inline-block;
}
	.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: #816f61;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #d8b412
	}

.tagtitle {
	margin-bottom: 10px;
}

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

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

	.tagtitle a:hover {
		color: #d8b412;
	}
	
.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: #816f61;
		font-size: 80%;
	}


/*Subcategories*/
ul.subcategories {
	margin-bottom: 40px !important;
}
.subcategories h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	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: .05em;
	text-decoration: none;
	font-weight: bold;
	color: #3d210c;
	background-color: #d8b412;
	font-family: "causten", Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 12px;
	margin: 3px 2px;
}
	ul.subcategories li.all a {
		color: #ba412c;
		background-color: transparent;
	}
		ul.subcategories li.all a:hover {
			color: #429995;
			background-color: transparent;
		}
	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: #429995;
		color: #FFFFFF !important;
		text-decoration: none !important;
	}


/*Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 5px;
		margin-left: 2px
	}
.facets h2 {
	font-size: 21px;
}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #f4f0ea
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
	min-width: auto !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-flyout-open {
	display: none
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .075em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #ba412c;
	font-family: "causten", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

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

.breadcrumb {
	color: #816f61;
	font-size: 11px;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
}
	.single-post-content .breadcrumb {
	
	}
.breadcrumb a {
	color: #816f61;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: none;
		letter-spacing: normal;

	}
.breadcrumb a:hover {
	color: #429995;
}


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

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

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


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



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f4f0ea;
	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: #3d210c;
	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: 46px;
	height: 46px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e8e4e2;
}
	.home-section .search-field {
		height: 70px;
		line-height: 70px;
	}
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #d8b412 !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 22px;
	color: #3d210c;
	line-height: 46px;
	height: 46px;
	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:hover, .search-form .search-submit:focus {
		color: #ba412c;
	}
	.home-section .search-submit {
		height: 70px;
		line-height: 70px;
		width: 60px;
		font-size: 30px;
	}



		


/*Subscribe Forms*/

.subscribe {
	text-align: center
}

.subscribe .email-form {
	clear: none;
	margin: 0;
	position: relative;
	background-color: transparent;
	padding: 0 2px 2px 0;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 720px;
	margin: 0 auto;
}
	.sidebar .subscribe .email-form {
		flex: none;
		display: block;
	}
.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: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	width: 32.5%;
	position: relative;
	z-index: 11;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin-bottom: 10px;
	}
	.inner-post .subscribe .email-input {
		
	}
	.email-input:focus {
		outline: none;
		border: 2px solid #ba412c
	}

.subscribe .email-submit {
	border: none;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ba412c;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 32%;
	z-index: 11;
	padding: 0 10px !important;
}
	.sidebar .subscribe .email-submit {
		width: 100%;
	}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #429995;
		cursor: pointer;
	}

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

.subscribe .formkit-form {
	margin: 0 auto;
	padding: 0 !important;
}
.formkit-form[min-width~="700"] [data-style="clean"], .formkit-form[min-width~="800"] [data-style="clean"] {
	padding: 0px !important;
}
.subscribe .formkit-form .formkit-input {
	background: #ffffff;
	font-size: 16px;
	background-color: #ffffff;
	color: #434f57;
	border: none !important;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	width: 32.5%;
	border: none;
	border-radius: 0 !important;
}
.subscribe .formkit-form .formkit-fields[data-stacked="false"] .formkit-submit, .subscribe .formkit-form .formkit-fields[data-stacked="false"] .formkit-submit {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ba412c !important;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 32%;
	border-radius: 0px !important;
}
.subscribe .formkit-form .formkit-button > span, .subscribe .formkit-form .formkit-submit > span {
	display: block;
	padding: 0 !important;
}

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

	
.footer {
	margin-top: 70px;
}

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

.press {
	padding: 15px 0;
	margin: 0;
}
.press .wrap {
	margin: 0 auto;
	-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.footer-title {
		width: 50px;
		text-align: center;
		line-height: 1.3;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 0;
	}
	.press img {
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		height: auto;
	}
.press-mobile {
	display: none;
}
.press-desktop {
	
}

.sub-footer {
	font-size: 12px;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	color: #816f61;
	padding: 20px 0;
}
.sub-footer .wrap {
	display: flex;
}
.sub-footer a {
	text-decoration: none;
	color: #816f61;
}
	.sub-footer a:hover {
		color: #429995
	}
.footer-nav {
	display: inline-block;
}
.footer-nav li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

.copyright {
	flex-shrink: 1;
	align-self: flex-end;
	text-align: right;
	margin-left: auto;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 110%;
}

.copyright a {
	text-decoration: underline;
	color: #816f61;
	display: inline;
	padding: 0;
}




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

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

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

	#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 #e8e4e2;
	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: #f4f0ea;
	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: #3d210c;
}

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

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

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

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

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

#top {
	margin: 0;
	padding: 0;
	font-family: "causten", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 11px;
	line-height: 32px;
	height: 45px;
}

#top li.menu-item {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#top li.menu-item a {
	display: inline-block;
	padding: 7px 10px 0;
	text-decoration: none;
	color: #816f61;
	-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
}	

#top li.menu-item a:hover, #top li.menu-item:hover>a {
	border-bottom: 5px solid #429995;
}
	
/*Sub Menus Level 1 */

#top ul ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.4;
	background-color: #429995;
	text-align: left;
	z-index: 2001;
}

#top ul ul li.menu-item {
	float: none;
	width: 180px;
	margin: 0;
}

#top ul ul li.menu-item a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	color: #ffffff !important;
}

#top li li.menu-item a:hover {
	background-color: #68b1ac;
	color: #ffffff !important;
	border: none;
}

#top ul li.menu-item:hover > ul {
	display: block;
}
		
/*Sub Menus Level 2*/

#top ul ul li.menu-item ul {
	left: 180px;
	top: -8px;
	margin: 0;
}

#top ul ul li.menu-item ul:before {
	display: none;
}

/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 37px;
	height: 50px;
	display: block;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 202;
	border-top: 1px solid #e8e4e2;
	border-bottom: 1px solid #e8e4e2;
	margin-bottom: 35px;
}

#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: 6px 13px 0;
	text-decoration: none;
	color: #3d210c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
	#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: #3d210c;
	border-bottom: 6px solid #d8b412;
}
	#main li.browserecipes {
		
	}
	#main li.browserecipes a {
		color: #ba412c !important;
		background-color: transparent !important;
		text-transform: none;
		letter-spacing: normal;
		padding: 0 5px;
		font-size: 16px
	}
		#main li.browserecipes a:after {
			content: " >>>>";
			
		}
		
/*!Sub Menus Level 1 */

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

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


#main li li a {
	display: block;
	border: none !important;
	padding: 8px 15px;
	border: none;
	color: #3d210c !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: #e8d271
	}



#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(0%);
	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: 315px;
	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: #d8b412 !important;
	}


/*!WPRM*/

/*!-------WPRM-------*/

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 50px 0;
	overflow: hidden;
	background-color: #f4f0ea;
}
	.wprm-print .wprm-recipe.wprm-recipe-template-custom {
		background-color: transparent !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 15px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border: none;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	font-size: 14px;
	letter-spacing: .075em;
	font-weight: bold;
	border: none;
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border: none;
	box-shadow: none;
	display: block;
	
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #429995 !important;
	}
	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-print:before, .wprm-recipe-snippet a.wprm-recipe-print:before {
		margin: -4px 5px 0 0;
		vertical-align: middle;
		content: "\f02f";
		font-weight: bold;
		font-family: "Font Awesome 5 Pro";
	}
	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-add-to-collection:before {
		margin: -4px 5px 0 0;
		vertical-align: middle;
		content: "\f004";
		font-weight: bold;
		font-family: "Font Awesome 5 Pro";
	}
	
	.wprm-recipe-snippet a.wprm-recipe-jump:before {
		margin: -4px 5px 0 0;
		vertical-align: middle;
		content: "\f063";
		font-weight: bold;
		font-family: "Font Awesome 5 Pro";
	}

.wprm-recipe-snippet {
	margin: 0 !important;
}	
	.wprm-recipe-snippet svg {
		display: inline-block !important;
	}
.wprm-recipe-snippet a.wprm-recipe-jump {
	display: inline-block;
	color: #776455 !important;
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 12px;
	margin: 0 auto 0 !important;
	border: 1px solid #f0f0f0;
	padding: 2px 10px !important;
	text-decoration: none;
}

	.wprm-recipe-snippet a.wprm-recipe-jump:hover {
		color: #ffffff !important;
		background-color: #b9402b !important;
		border-color: #b9402b !important;
	}
	
.wprm-recipe-snippet .wprm-recipe-rating {
	margin: -1px 0px 0 7px !important;
	font-size: 16px;
	display: inline-block;
}
	.wprm-recipe-snippet .wprm-recipe-rating .wprm-recipe-rating-details {
		display: inline-block;
		color: #816f61;
		font-family: "causten", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin-left: 6px;
	}
	.wprm-recipe-snippet .post-time {
		margin-left: 10px;
	}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
	color: #776455;
}

	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right a.jump {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	}
	
/*Headings*/
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h3, .wprm-recipe.wprm-recipe-template-custom h4 {
	
}
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 10px !important;
	font-size: 32px;
	border: none;
	padding: 0;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 30px 0 10px !important;
	font-size: 28px;
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 15px 0 10px !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .075em;

}

.wprm-recipe.wprm-recipe-template-custom p, .wprm-recipe.wprm-recipe-template-custom li {

}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	font-size: 100%;
	font-style: italic;
	margin: 15px 0 15px;
	line-height: 1.6;
}

/*Times/Meta*/
.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #776455;
	font-size: 12px;
	line-height: 1.6;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		margin-top: 15px;
	}
.recipe-meta .wprm-recipe-block-container {
	display: inline-block;
	margin-right: 12px;
}

.recipe-meta .wprm-block-text-normal {
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.recipe-meta .wprm-recipe-details-label {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	font-size: 110%;
	margin-right: 3px;
}

	.wprm-recipe-details-unit, .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom  .wprm-recipe-servings-unit {
		font-size: 100% !important;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #776455;
	font-size: 12px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings {
		font-weight: bold;
		display: inline-block;
		padding: 2px 10px;
		margin-left: 6px;
		text-decoration: none;
		background-color: transparent;
		box-shadow: none;
		background-color: #ffffff;
		border: none !important;
		box-shadow: none !important;
		color: #3d210c;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-link {
		border: none !important;
		box-shadow: none !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container .wprm-recipe-details-label {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-transform: lowercase;
		font-weight: normal;
		font-style: italic;
		letter-spacing: normal;
		font-size: 13px;
	}
	

.recipe-meta .wprm-recipe-time-container:before {
	color: #68b1ac;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	content: "\f017";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}
.wprm-recipe-servings-container:before {
	color: #68b1ac;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	content: "\f2e6";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}
.recipe-meta-bottom .wprm-recipe-tag-container:before {
	color: #68b1ac;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "\f02e";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}
.recipe-meta-bottom .wprm-recipe-cuisine-container:before {
	content: "\f86b";
}
.recipe-meta-bottom .wprm-recipe-course-container:before {
	content: "\f2e7";
}
.recipe-meta-bottom .wprm-recipe-nutrition-container:before {
	color: #68b1ac;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "\f05a";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}
.recipe-meta-bottom .wprm-recipe-author-container:before {
	color: #68b1ac;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "\f007";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}

/*Ingredients*/

.wprm-unit-conversion-container {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 20px !important;
	color: #776455;
}	
	.wprm-unit-conversion {
		display: inline-block !important;
		padding: 4px 8px !important;
		text-decoration: none !important;
		background: none;
		box-shadow: none !important;
		border: 1px solid #ffffff !important;
		color: #776455 !important;
	}
	.wprm-unit-conversion.wprmpuc-active {
		font-weight: bold;
		box-shadow: none;
		border: 1px solid #ffffff;
		background-color: #ffffff !important;
		color: #b9402b !important;
	}
	
.wprm-recipe-ingredient-notes {
	font-style: italic;
	font-size: 88%;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-nutrition-header {
	display: none;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 12px;
	line-height: 1.6;
	margin: 30px 0 0;
	background-color: #ffffff;
	padding: 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information";
		display: inline;
		font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #3D210C;
		margin-right: 10px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-value, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-weight: bold;
		color: #776455;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label {
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
		font-size: 110%;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-custom ol.wprm-recipe-instructions {
	
}
.wprm-recipe.wprm-recipe-template-custom ul li {
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom ul li:before {
	display: none;
}

	
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instruction-image {
	margin: 15px 0;
}	

/*CTA*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 25px -30px -30px !important;
	padding: 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		text-decoration: underline;
	}
@media ( max-width : 650px ) {
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 35%;
		margin: 0 0 10px 10px;
	}
}