/* 
Theme Name: A Spicy Perspective
Theme URL: http://www.aspicyperspective.com
Description: Responsive theme for A Spicy Perspective.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 4.0
*/

/*---------- TYPOGRAPHY  -----------*/

@font-face {
	font-family: 'poppins-500';
	font-display: swap;
	src: url('./fonts/poppins-latin-500.woff2') format('woff2'),
		 url('./fonts/poppins-latin-500.woff2') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'poppins-600';
	font-display: swap;
	src: url('./fonts/poppins-latin-600.woff2') format('woff2'),
		 url('./fonts/poppins-latin-600.woff2') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'source-sans-pro';
	font-display: swap;
	src: url('./fonts/source-sans-pro-latin-regular.woff2') format('woff2'),
		 url('./fonts/source-sans-pro-latin-regular.woff2') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'source-sans-pro-italic';
	font-display: swap;
	src: url('./fonts/source-sans-pro-latin-italic.woff2') format('woff2'),
		 url('./fonts/source-sans-pro-latin-italic.woff2') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'source-sans-pro-700';
	font-display: swap;
	src: url('./fonts/source-sans-pro-latin-700.woff2') format('woff2'),
		 url('./fonts/source-sans-pro-latin-700.woff2') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'source-sans-pro-700italic';
	font-display: swap;
	src: url('./fonts/source-sans-pro-latin-700italic.woff2') format('woff2'),
		 url('./fonts/source-sans-pro-latin-700italic.woff2') format('woff');
	font-weight: 700;
	font-style: italic;
}

/*-----WPRM Overrides-----*/

.wprm-recipe.wprm-recipe * {
    box-sizing: border-box;
}

.wprm-recipe-rating.wprm-recipe-rating svg {
    display: inline;
    vertical-align: middle;
    margin-top: -0.4em !important;
    width: 1.1em;
    height: 1.1em;
    margin: 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, button, input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

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

/* MAIN CONTAINER */

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

/* COLUMN WIDTH ON DISPLAYS +768px */

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

#page_wrap {
	overflow: hidden;
	max-width: 100%;
}
.wrapper {
	margin: 0 auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1120px;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1120px;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .15em;
	border: 2px solid;
	background-color: #ffffff;
}
 
#skip a:focus {
	position:absolute;
	left: 0;
	width:auto;
	height:auto;
}


.screen-reader-text {
    position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/*---------STRUCTURE---------*/

body {
	color: #3c200b;
	background-color: #ffffff;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

a, input[type=submit], .email-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: #217f78;
	text-decoration: underline
}

a:hover {
	color: #b9402b;
	text-decoration: none
}

.single-post-content {
	font-size: 18px;
}

.single-post-content em {
	font-weight: 700;
}

	.single-post-content a, .page_content a, .cat-desc a {
		color: #3c200b;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #68b1ac;
		box-shadow: inset 0 -2px 0 #68b1ac;
	}
	.single-post-content a:hover, .page_content a:hover, .cat-desc a:hover, .single-post-content a:focus, .page_content a:focus, .cat-desc a:focus {
		color: #68b1ac
		
	}

p {
	margin: 25px 0
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px
}

h1 {
	color: #3D210C;
	font-size: 31px;
}

h2 {
	color: #3D210C;
	font-size: 24px;
}

h3 {
	color: #3D210C;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .07em;
}

	h3.divider {
		text-align: center;
	}
	h3.divider span {
		background-color: #ffffff;
		padding: 0 10px;
	}
	h3.divider:after {
		content: "";
		display: block;
		border-bottom: 2px dashed #F2EABD;
		margin: -11px 0 35px
	}
h4 {
	color: #3D210C;
	font-size: 16px;
}

h5 {
	color: #776455;
	font-size: 16px;
}

.clear {
	clear: both
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 2px dashed #F2EABD;
	border-bottom: none;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #F2EABD;
	border-bottom: none;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #F2EABD;
	border-bottom: none;
}


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

.top-bar {
	background-color: #cfb311;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
	.top-bar .wrap {
		overflow: visible;
	}
	.top-bar .header-search {
		float: right;
		width: 160px;
	}
.header {
	margin: 0;
}
	.header .wrap {
		background: url(images/spicebg.png) 20px -22px no-repeat;
		background-size: 318px 192px;
		padding: 35px 0;
	}

.header .logo {
	margin: 0;
	text-align: left;
	float: left;
	line-height: 1;
	width: 100%;
	max-width: 547px;
	padding: 3px;
}

	.header .logo a {
		display: block;
		text-align: center;
	}

.header .social {
	float: right;
	background-color: #ffffff;
	padding: 12px;
	overflow: hidden;
}

.social a {
	font-size: 14px;
	line-height: 45px;
	margin: 0 -6px;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background-color: #68b1ac;
	position: relative;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	mix-blend-mode: multiply;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: #ffffff;
	text-decoration: none;
}

	
.social a.icon-rss {
	background-color: #e98a43;
}

.social a.icon-twitter {
	background-color: #68b1ac;
}

.social a.icon-facebook {
	background-color: #cfb311;
}

.social a.icon-pinterest {
	background-color: #b9402b;
}

.social a.icon-instagram {
	background-color: #89883c;
}

.social a.icon-bonrecipe {
	background-color: #d86036;
}

.social a:hover {
	mix-blend-mode: normal;
	position: relative;
	z-index: 100;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}

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


.span_content {
	margin-bottom: 50px;
}

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

.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0;
}

.span_content ul li:before {
	color: #3D210C;
	content: '\2022';/* '' */
	margin: 0 6px 0 -10px;
}

.span_content ol li {
	list-style-type: decimal;
	padding: 0 0 0px;
	margin: 0 0 20px 20px;
}

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

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

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

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

.sidebar {
	font-size: 95%;
}

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

.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
	margin: 0 0 15px;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}

.sidebar select {
	color: #776455;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #F2EABD;
}

.about {
	text-align: center;
}

.about h3.widget-title {
	
}

.about p.simple-image {
	margin: 0;
}
	.about p.simple-image img {
		display: block;
		width: 170px;
		height: auto;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about .more a {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 12px;
	padding: 0 5px;
	font-family: "poppins";
}

	.about .more a:hover {
		
	}

.sidebar .widget.social {
	margin-top: -20px;
}

	
/* -- Custom Content Widgets -- */

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

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.sidebar .item h4 {
	
}

/*Featured Posts Widget*/

.sidebar .featuredposts {
	
}

.sidebar .featured {
	text-align: center;
	overflow: hidden;
}

.sidebar .featured .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .featured .item:nth-of-type(2n) {
	margin-right: 0;
}

.sidebar .featured .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sidebar .featured h4 {
	
}

/*Popular Posts Widget*/

.sidebar .popularposts, .sidebar .recentposts {
	
}

.sidebar .popular, .sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .popular .item, .sidebar .recent .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .popular .item:nth-of-type(2n), .sidebar .recent .item:nth-of-type(2n) {
	margin-right: 0;
}

.sidebar .popular .item:nth-last-child(-n+2), .sidebar .recent .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

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

.sidebar .popular h4.title, .sidebar .recent h4.title {
	
}

.sidebar .popular .post-meta, .sidebar .recent .post-meta {
	display: none;
}

/*Category Widget*/

.sidebar .widget_category-posts {
	
}

.sidebar .widget_category-posts h3.widget-title a {
	color: #333 !important;
}

.sidebar .category-posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .category-posts .item img {
	
}

.sidebar .category-posts .item:nth-of-type(2n) {
	margin-right: 0;
}

.sidebar .category-posts .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sidebar .category-posts .item h4 {
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .category-posts .more {
	display: none;
}

.category-posts .more {
	clear: both;
	text-align: center;
}

.widget.notice {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	line-height: 1.5;
	color: #776455;
}


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

.post {
	
}

h1.post-title, h2.post-title {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 700;
}

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

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

.post-meta {
	color: #776455;
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
}
	.post-meta span {
		display: inline-block;
	}
.post-meta em {
	font-family: "Source Sans Pro";
	font-size: 110%;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	color: #776455;
}

	.post-meta a {
		color: #776455;
		text-decoration: none
	}
	
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #b9402b;
		text-decoration: none
	}

.post-meta i {
	color: #68b1ac;
	margin: -2px 2px 0 0;
	vertical-align: middle;
}
.post-meta .post-date, .post-meta .post-time {
	margin-right: 11px;
}
	.post-meta .wprm-recipe-details-unit {
		font-size: 100%;
		text-transform: uppercase;
	}
	.post-meta .wprm-recipe-time {
		margin: 0 !important;
		font-size: 11px !important;
	}

.lastupdated {
	margin: 25px 0 0;
	color: #776455;
}

.meta-bottom {
	text-align: left;
	clear: both;
	margin: 45px 0 0;
	padding: 12px 0;
	border-top: 2px dashed #F2EABD;
	border-bottom: 2px dashed #F2EABD;
}

.meta-bottom .left {
	width: 70%;
	float: left;
	/*padding: ;*/
}

.meta-bottom .right {
	text-align: right;
	width: 30%;
	float: right;
	/*padding: ;*/
}

.meta-bottom .ccount a:before {
	display: none;
}

.meta-centered {
	text-align: center;
	border: none;
	padding: 0;
}

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

.post-cats a {
	color: #ffffff;
	background-color: #776455;
	display: inline-block;
	font-size: 11px;
	line-height: 1.5;
	padding: 3px 8px;
	margin: 3px 2px;
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #b9402b;
	}

.more {
	clear: both;
	margin: 30px 0 0;
}

a.more-link {
	display: inline-block;
	color: #ba412c;
	font-family: "Poppins";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 14px;
	margin: 0;
	border: 1px solid #ece9e7;
	padding: 10px 20px;
	text-decoration: none;
}

	a.more-link:hover {
		color: #ffffff;
		background-color: #b9402b;
		border-color: #b9402b;
	}
	
	.teaser-post a.more-link {
		font-size: 12px;
		padding: 8px 17px;
	}
	
.more .ccount {
	float: right;
	display: inline-block;
	line-height: 45px;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link {
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	background-color: #776455;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 0px
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #3c200b
}

.post img {
	max-width: 100% !important;
	height: auto;
}

figure.wp-block-image img {
	display: block;
	margin: 25px 0;
}

article.post figure.wp-block-image img {
	margin: 0;
}

.hiddenpinimage {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
}

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

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

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

.post p.small {
	font-size: 80%;
}

.post blockquote {
	padding: 15px 25px;
	margin: 25px 0;
	display: block;
	background-color: #f3ecc3;
	text-align: center;
	color: #3c200b;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 20px;
}

.wp-caption {
	text-align: left
}

.wp-caption p {
	color: #3c200b;
	font-size: 11px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px
}

.post small {
	color: #776455;
	font-size: 90%;
	font-style: italic;
}

/*---------IMAGE GALLERIES---------*/

.gallery {
	margin: 20px auto;
	overflow: hidden;
}

.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}

.gallery-columns-2 .gallery-item:nth-child(2) {
	float: right;
}

.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
}

.gallery-columns-3 .gallery-item:nth-child(3) {
	margin-right: 0;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	margin-left: 0;
}

/*Gutenberg Gallery*/

.wp-block-gallery ul {
	overflow: hidden;
	margin: 25px 0
}
.wp-block-gallery ul li {
	list-style-type: none !important
}	
	.span_content ul.wp-blocks-gallery-grid li:before {
		display: none !important;
	}
.wp-block-gallery ul li:before {
	display: none !important;
}


	
/* Inner Post */

.jumpbuttons {
	overflow: hidden;
	margin: -15px 0 30px;
}

.jumpbuttons a {
	margin: 0 10px 0 0;
	display: inline-block;
}

.disclosure {
	text-align: center;
	font-style: italic;
	color: #776455;
	font-size: 11px;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.shop-disclosure {
		text-align: left;
		margin-top: -20px;
	}


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

.inner-post .widget {
	margin: 0 !important;
}


/*Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0 0 80px;
	padding: 20px 2px;
	overflow: hidden;
	font-size: 16px;
	font-family: "Poppins";
	font-weight: bold;
	border-bottom: 2px dashed #F2EABD;
}

.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 {
	display: block;
}

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

.post-nav em {
	display: block;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 9px;
	color: #776455;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}


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

.homepage-featured {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 75px;
}
.homepage-featured .item {
	width: 31%;
	float: left;
	position: relative;
	margin-right: 3.5%;
}
	.homepage-featured .item:nth-child(3n) {
		margin-right: 0;
	}

.homepage-featured .item img {
	width: 100%;
	height: auto;
	display: block;
}

.homepage-featured .item a {
	display: block;
	text-decoration: none;
}

.homepage-featured .item a h4 {
	color: #D0B412;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .07em;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.homepage-featured .item a h4 .valign {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 10px;
	color: #ba412c;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,.9);
}

.homepage-featured .item a:hover h4 {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}


/*Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

.home-section {
	margin-bottom: 70px;
	overflow: hidden;
}

.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title a {
	color: #217f78;
}
	.home-section h3.widget-title a:hover em {
		color: #b9402b;
	}

.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}

	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(4n+1) {
		clear: left;
	}

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

.home-section .item h4 {
	margin: 10px 0;
	line-height: 1.2;
}

.home-section .more {
	clear: both;
	text-align: center;
}

.home-section .more a {

}

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

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

.home-section .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}


/*Homepage Recipe Blocks*/

.browse-recipes {
	overflow: hidden;
	background-color: #f6f0d0;
	padding: 2.5%;
	margin-top: -43px;
}
	.browse-recipes .wrap {
		position: relative;
		max-width: 100%;
		padding: 0;
	}

.recipe-blocks {
	overflow: hidden;
}

	.recipe-blocks .item {
		width: 18%;
		float: left;
		position: relative;
		margin-right: 2.5%;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		.recipe-blocks .item:nth-child(5n) {
			margin-right: 0;
		}
		
	.recipe-blocks .item h4 {
		display: none;
	}
	.recipe-blocks .item a img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.recipe-blocks .item p.more {
		margin: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
		.recipe-blocks .item p.more a {
			color: #ba412c;
			background-color: #ffffff;
			background-color: rgba(255,255,255,.95);
			font-family: Poppins;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: .05em;
			font-size: 12px;
			text-decoration: none;
			padding: 5px 12px;
			display: inline-block;
		}
.recipe-blocks .item p {
	margin: 0;
}

.recipe-blocks .item:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

.home-post {
	margin-top: 0;
	margin-bottom: 60px;
	position: relative;
}

	.home-post:before {
		content: "";
		/*background: url(images/spicebg.png) no-repeat;*/
		background: url(https://i2.wp.com/aspicyperspective.com/wp-content/themes/aspicyperspective.v3/images/spicebg.png) no-repeat;
		background-size: 318px 192px;
		width: 400px;
		height: 250px;
		z-index: -1;
		position: absolute;
		top: -50px;
		left: -80px;
	}
.post .post-image {
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
	.teaser-post img {
		display: block;
		width: 100%;
		height: auto;
	}

.teaser-post {
	font-size: 93%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	width: 47%;
	float: left;
	text-align: left;
}

	.teaser-post.odd {
		clear: left;
		margin-right: 6%;
	}

.teaser-image {
	position: relative;
	margin-bottom: -20px;
}

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

.teaser-post h2.post-title {
	margin: 22px 0 8px;
}

.teaser-post .excerpt {
	
}

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

.teaser-post .more {
	margin: 0;
}

.teaser-post .post-meta {
	margin: 0;
}


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

h1.archivetitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 4.25%;
	margin-bottom: 35px;
	width: 30.5%;
	float: left;
	text-align: center;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

.recipe-cats {
	clear: both;
	overflow: hidden;
	margin: 50px 0 0px;
}
	
	.recipe-cats a {
		border: none;
		box-shadow: none
	}

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


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

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

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

.archive-post h4 {
	color: #3D210C;
	margin: 10px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

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

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover, .recipe-cats a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

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

.archiveslist li {
	margin: 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid;           /* Theoretically FF 20+ */
	break-inside: avoid-column;         /* IE 11 */
	display: table;                      /* Actually FF 20+ */
}

.archiveslist a:link {
	color: #3D210C;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #b9402b;
}

.archiveslist a:active {
	color: #3D210C;
}

.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}

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

.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

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

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

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

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

ul.subcategories ul li a {
	color: #776455 !important;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .15em;
	font-weight: bold;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f4f4f4;
}

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

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

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

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

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
	font-family: "Source Sans Pro";
	font-weight: normal;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 20px;
	height: 22px;
	float: left;
	box-shadow: none;
	border: solid 1px #f6f5f5;
	color: #776455;
	
}

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

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

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

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

.tagtitle {
	margin-bottom: 5px;
	color: #88898a;
}

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

.tagtitle em {
	color: #776455;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

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

.tagtitle a:hover {
	color: #3D210C;
}

/*Breadcrumbs*/

.breadcrumb {
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #776455;
	font-size: 11px;
	letter-spacing: .1em;
	clear: both;
	margin: 0 0 8px;
}

.breadcrumb a {
	color: #776455;
	font-weight: 500;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-style: italic;
		font-size: 13px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #3D210C;
}


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

.pagination {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Poppins";
	letter-spacing: .05em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: -20px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #776455;
}

.pagination .page-numbers, .nav-links a {
	color: #776455;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.nav-links a {
	border: 1px solid #F2EABD;
}
	.nav-links a.next, .nav-links a.previous {
		border: none;
	}
	.pagination a.page-numbers:hover {
		background-color: #b9402b;
		color: #ffffff;
	}
.pagination span.page-numbers.current {
	color: #3D210C;
	margin: 0;
}
.pagination span.page-numbers.dots {
	border: none;
	color: #776455;
}

/*---------FORMS---------*/

#submit, .submitbutton, a.submitbutton {
	color: #fff;
	font-size: 16px;
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #b9402b;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 20px 15px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#submit:hover, .submitbutton:hover {
	background-color: #217f78
}

.commentinput, .styledinput, .captchainput, #commentform textarea, #commentform input[type=text] {
	color: #3c200b;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.7;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 12px;
	border: 1px solid #F2EABD
}

.commentinput:focus, .styledinput:focus, .captchainput:focus {
	color: #3c200b
}

#respond {
	margin-bottom: 60px;
}

#commentform input, #commentform textarea {
	display: block;
}

#commentform textarea {
	width: 100%;
}

#commentform label {
	display: block;
}

.wpcf7-form {
	width: 100%
}

.wpcf7-form .formfield {
	overflow: hidden
}

.wpcf7-form p {
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left
}

.wpcf7-form .captcha {
	color: #3c200b;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left
}

.wpcf7-form .styledinput {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left
}

.wpcf7-form .captchainput {
	width: 100px
}

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both
}


.search-form {
	width: 100%;
	max-width: 350px;
	border: 1px solid #F2EABD;
	overflow: hidden;
}

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

.search-form .search-input {
	color: #776455;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 50px;
}

.search-form .search-submit {
	background-color: #ffffff;
	color: #BA412C;
	font-family: "Source Sans Pro";
	font-size: 20px;
	line-height: 50px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
}
	.span_content .search-form .search-submit {
		font-size: 24px;
		padding: 0 10px;
		text-align: right;
	}
.search-form .search-submit:hover {
	color: #68B1AC;
}

.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	background-color: #ffffff;
	width: 180px;
	height: 32px;
	margin: 7px 0 0;
}

.header-search .search-form {
	border: none;
}

.header-search .search-input {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	border: none;
	width: 80%;
}

.header-search .search-submit {
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	width: 20%;
}

/*----Subscribe Forms----*/

.subscribe {
	background-color: #67b0ab;
	padding: 25px;
	text-align: left;
}

	.sidebar .subscribe {
		margin-top: 100px;
		margin-bottom: 80px;
		padding-bottom: 15px;
		overflow: visible;
	}
	.footer .subscribe {
		margin: 0 auto;
		padding: 40px 0 50px;
		max-width: 800px;
		background-color: transparent;
	}
	.inner-post .subscribe {
		padding: 35px;
	}
	
.subscribe p {
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0 15px;
	text-align: center
}
	.footer .subscribe p {
		font-size: 19px;
		margin: 7px 0 20px;
	}
	.inner-post .subscribe p {
		font-size: 16px;
		margin: 12px 0 10px;
		text-align: center;
	}
.subscribe h3.widget-title {
	font-size: 21px;
	margin: 0px 0 12px;
}

	.footer .subscribe h3.widget-title:before {
		float: right;
		margin: 0;
		width: 233px;
		height: 279px;
		margin: -85px 0 0 25px;
	}
	.inner-post .subscribe h3.widget-title:before {
		width: 233px;
		height: 279px;
		float: right;
		margin: -25px -90px 0 20px;
	}
	
	.footer .subscribe h3.widget-title {
		font-size: 30px;
		text-align: center;
		margin: 0;
	}
	.inner-post .subscribe h3.widget-title {
		font-size: 23px;
		margin: 0;
	}
	
.subscribe .email-form, .subscribe form {
	overflow: hidden;
	margin: 15px 0 0;
}

	.footer .subscribe .email-form, .footer .subscribe form {
		width: 100%;
		margin: 0 auto
	}
.subscribe .email-input {
	color: #3D210C;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight:  normal;
	font-style: italic;
	background-color: #ffffff;
	margin-top: 15px;
	padding: 0 15px;
	border: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.subscribe .email-submit {
	color: #fff;
	font-size: 16px;
	font-family: "Poppins", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #ba412c;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 15px;
	padding: 0 15px;
	border-style: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
	.formkit-submit {
		background-color: #ba412c !important;
	}
	.subscribe .email-submit:hover {
		background-color: #BA412C;
	}
	
	.sidebar .subscribe .email-submit {
		
	}
	
	
.footer .email-input {
	float: left;
	margin: 0;
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	vertical-align: middle;
}

.footer .email-submit {
	margin: 0;
	float: right;
	width: 200px;
	vertical-align: middle;
}

/*----Footer----*/

.footer {
	margin-top: 30px;
	background-color: #68b1ac;
	color: #331D0A;
	clear: both;
}

.footer a:link, .footer a:visited, .footer a:active {
	
}

.footer a:hover {
	
}


.sub-footer {
	background-color: #3D210C;
	color: #ffffff;
	padding: 30px 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

	.sub-footer a:link, .sub-footer a:visited, .sub-footer a:active {
		color: #ffffff;
		text-decoration: none
	}
	
	.sub-footer a:hover {
		color: #68B1AC;
		text-decoration: none
	}

.footer-nav {
	font-family: "Poppins";
	text-transform: uppercase;
	letter-spacing: .07em;
	text-align: center;
	margin: 0;
}

.footer-nav li {
	display: inline-block;
	margin: 00;
	padding: 0
}
.footer-nav li a {
	padding: 6px 10px;
	display: inline-block;
}
.footer-nav li.top a {
	font-weight: bold;
	color: #68B1AC;
}

.copyright {
	margin: 30px auto 0;
	color: #9e9085;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	max-width: 500px;
}
	.copyright p {
		margin: 0;
	}
		.copyright p.credit {
			margin: 15px 0 0;
		}
	.copyright strong {
		font-size: 11px;
		font-family: "Poppins";
		text-transform: uppercase;
		letter-spacing: .03em;
	}

	.copyright em {
		font-family: "Source Sans Pro";
		text-transform: none;
		letter-spacing: normal;
		font-size: 11px;
	}
.copyright a {
	color: #9e9085 !important;
	text-decoration: underline !important;
}

/*----Comments----*/

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

#respond {
	margin-top: 50px;
}

#comment-list {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

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

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

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

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

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

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 16px;
	color: #3c200b;
	text-transform: none;
	letter-spacing: normal;
}

.comment-meta strong a {
	color: #3c200b;
	text-decoration: underline
}

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

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

#pings {
	margin-top: 50px;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.comment-nav {
	color: #424242;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px
}

.comment-nav em {
	font-style: normal;
	margin-right: 15px
}

.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle
}

.comment-nav .page-numbers {
	color: #424242;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #424242;
	font-weight: bold;
	background-color: #fff
}

.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none
}

.comment-nav a:hover {
	color: #fff;
	background-color: #424242
}

.comment-nav .alignright a {
	color: #424242;
	text-decoration: none
}

.comment-nav .alignright a:hover {
	color: #424242;
	text-decoration: none;
	background-color: transparent
}
/*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: #424242;
	font-size: 11px;
	font-weight: bold
}

.thdrpy, .thdrpy a {
	color: #424242;
	font-size: 11px;
	text-decoration: none
}

.thdrpy a:hover {
	color: #424242;
	text-decoration: underline
}

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

#top {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Poppins", Arial, Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 11px;
	line-height: 45px;
	height: 45px;
	display: block;
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	float: left;
}

#top li.menu-item {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#top li.menu-item a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color: #3d210c;
	-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 {
	color: #ffffff;
	background-color: #217f78;
}
	
/*Sub Menus Level 1 */

#top ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 8px 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: normal;
	background-color: #217f78;
	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 {
	color: #ffffff !important;
}

#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 {
	clear: both;
	margin: 0 0 40px;
	padding: 5px 0;
	text-align: left;
	font-family: "Poppins", Arial, Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	height: 55px;
	display: block;
	text-align: center;
	border-top: 2px dashed #F2EABD;
	border-bottom: 2px dashed #F2EABD;
}
	#main .wrap {
		background-image: none;
		overflow: visible;
		padding: 0 10px;
	}
.mainmenu {
	display: block;
	width: 100%;
}

#main li.menu-item {
	display: inline-block;
	margin: 0 -4px;
	padding: 0;
	position: relative;
}
	#main li.browserecipes {
		
	}
#main li.menu-item a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #3D210C;
	-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.browserecipes a {
		color: #217f78 !important;
		background-color: transparent !important;
		text-transform: none;
		letter-spacing: normal;
		font-size: 110%;
		padding: 0 10px;
	}
		#main li.browserecipes a:after {
			content: " >>>>";
			
		}
	
#main li.menu-item a:hover, #main li.menu-item:hover>a {
	color: #ffffff;
	background-color: #D0B412;
}
	
/*Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 10px 0;
	background-color: #D0B412;
	font-size: 11px;
	line-height: 1.7;
	text-align: left;
	z-index: 2001;
}

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

#main ul ul li.menu-item a {
	width: 100%;
	display: block;
	border: none;
	padding: 5px 15px;
	color: #3D210C !important;
}

#main li li.menu-item a:hover {
	color: #ffffff !important;
}

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

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

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



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

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 30px 0;
	overflow: hidden;
}
	.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: 12px;
	letter-spacing: .15em;
	font-weight: bold;
	border: none;
	font-family: "poppins", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	display: block;
	
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #b9402b !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;
	display: inline-block;
	vertical-align: middle;
}	

.wprm-recipe-snippet a.wprm-recipe-jump {
	display: inline-block;
	color: #776455 !important;
	font-family: "Poppins";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 11px;
	margin: 0 3px 0 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;
	display: inline-block;
}
	.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: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .02em;
	}
	
/*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: 28px;
}

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

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 20px 0 !important;

}

.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: "Poppins";
	text-transform: uppercase;
	letter-spacing: .05em;
}

.recipe-meta .wprm-recipe-details-label {
	font-family: "Source Sans Pro";
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	font-size: 110%;
	margin-right: 3px;
}

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

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	font-family: "Poppins";
	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;
		color: #217f78;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container .wprm-recipe-details-label {
		font-family: "Source Sans Pro";
		text-transform: lowercase;
		font-weight: normal;
		font-style: italic;
		letter-spacing: normal;
		font-size: 13px;
	}
	

.recipe-meta .wprm-recipe-time-container:before {
	color: #217f78;
	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: #217f78;
	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: #217f78;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "\f02e";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
}
.recipe-meta-bottom .wprm-recipe-nutrition-container:before {
	color: #217f78;
	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: #217f78;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "\f02e";
	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;
		border: 1px solid #ffffff;
		color: #776455 !important;
	}
	.wprm-unit-conversion.wprmpuc-active {
		font-weight: bold;
		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: "Poppins", 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: "Poppins";
		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 {
	list-style-type: disc;
}

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

/*CTA*/
.wprm-recipe.wprm-recipe-template-custom .subrecipe {
	margin: 25px -30px -30px;
	padding: 30px;
}

@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;
	}
}

#cmh{width:100%;z-index:99;top:0;position:fixed;transition:transform .2s ease,opacity .2s ease;pointer-events:none}@media (min-width:800px){#cmh{display:none}}