/* ! 
Theme Name: The Healthy Foodie
Theme URL: http://www.thehealthyfoodie.com/
Description: Custom responsive blog theme for The Healthy Foodie.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

:focus {
	outline: 0;
}

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% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 640px;
		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;
	}
	.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;
	}
}
.wrapper {
	overflow: hidden;
}

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

/* !---------STRUCTURE---------*/
@font-face {
    font-family: 'uniformextracondensed';
    src: url('fonts/uniformextracondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/uniformextracondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	color: #424242;
	margin: 0;
	padding: 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: #646846;
	text-decoration: underline;
}

a:hover {
	color: #9e925e;
	text-decoration: none;
}
	.single-post-content p a, .search-post p a {
		border-bottom: 1px solid #e1dccc;
		box-shadow: inset 0 -4px 0 #e1dccc;
		text-decoration: none;
	}
	.single-post-content p a:hover, .search-post p a:hover {
		border-bottom: 1px solid #e1dccc;
		box-shadow: inset 0 -10px 0 #e1dccc;
		text-decoration: none;
	}
		
	a.pib-hover-btn-link {
		border-bottom: none !important;
		box-shadow: none !important;
	}
	
p {
	margin: 25px 0;
}
	.span_content p {
		text-align: justify
	}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "uniformextracondensed", "Arial Narrow", Impact, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1;
	margin: 25px 0;
	color: #646846;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 35px;
}

	h3.divider {
		text-align: center
	}	
	h3.divider:after {
		
	}
	h3.divider span {
		
	}
h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 22px;
}

strong, b {
	font-weight: 500;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-bottom: 4px dotted #f2f2ee;
	height: 1px;
}

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

.leaf {
	display: block;
	width: 44px;
	height: 20px;
	background: url(images/leafL.png);
	background-size: 44px 20px;
	margin: 45px auto;
}

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

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


.header {
	clear: both;
}

.header .wrap {
	overflow: visible
}
.header .logo {
	overflow: hidden;
	margin: 35px 0 35px;
	width: 216px;
	height: 186px;
	float: left;
}

	.header .logo a {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		height: 0;
		padding-bottom: 86%;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
	}


.header .header-search {
	float: right;
	margin-left: 20px;
	margin-top: 75px;
	width: 220px
}
	.header .header-search .search-input {
		font-size: 14px;
		height: 35px;
		line-height: 35px
	}
	.header .header-search .search-submit {
		height: 35px;
		line-height: 33px
	}
.header .social {
	float: right;
	vertical-align: middle;
	margin-top: 78px;
}
	.header .social a {
		font-size: 17px;
		padding: 10px 9px
	}
		.header .social a:hover {
			
		}


/* !---------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: #9e925e;
	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: 10px 0 20px;
}

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

.sidebar {
	font-size: 90%;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	padding-bottom: 50px;
	clear: both;
	background-size: 62px auto;
}

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

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

.widget a {
	text-decoration: none;
}

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

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

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

.screen-reader-text {
	display: none;
}

.about {
	text-align: center;
	background: url(images/bg@2x.png);
	background-size: 32px 32px;
	border: 1px solid #f2f2ee;
}

.about h3.widget-title {
	margin: 15px;
	font-size: 31px;
	font-weight: normal
}

.about p {
	margin: 15px
}
.about p.simple-image {
	margin: -1px -1px 0;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #f2f2ee;
}
	.about p.simple-image img {
		margin: 0px auto;
		width: 155px;
		height: auto;
	}
.about .more {
	margin: -10px 0;
	position: relative;
	top: 13px
}
.about .more a {
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	background-color: #9e925d;
	color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
}

	.about .more a:hover {
		background-color: #646845;
	}

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

.social a {
	text-decoration: none;
	font-size: 23px;
	padding: 12px;
	color: #9e925d
}
	.social a:hover {
		color: #646845
	}

.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}
	
/* ! -- 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);
}

.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 .widget_category-posts h3.widget-title .more {
		display: none !;
	}
.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;
}



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

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 0 0 25px;
	text-align: center
}
	h1.post-title:after, h2.post-title:after {
		display: block;
		content: "";
		width: 44px;
		height: 20px;
		background: url(images/leafL.png);
		background-size: 44px 20px;
		margin: 15px auto;
	}
h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #646846;
}

	h1.post-title a, h2.post-title a {
		text-decoration: none;
		color: #646846;
		border-bottom: 0px solid #ffffff;
		box-shadow: inset 0 -1px 0 #ffffff;
	}
		h1.post-title a:hover, h2.post-title a:hover {
			text-decoration: none;
			border-bottom: 0px solid #e1dccc;
			box-shadow: inset 0 -15px 0 0 #e1dccc;
		}

h1.post-title a:hover, h2.post-title a:hover {
	color: #9e925d;
}

.post-meta {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color:  #a1a1a1;
	font-size: 11px;
	letter-spacing: .12em;
	overflow: hidden;
	margin: 0 0 25px;
}
	.meta-top {
		margin: 0 0 5px
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-style: italic;
	font-size: 107%;
}

.post-date {
	color: #9e925d
}
.post-meta a {
	color:  #a1a1a1;
	text-decoration: none;
	box-shadow: none !important;
	border:none !important;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #9e925d;
}
	
.post-meta .spacer {
	margin: 0 8px 0;
	font-weight: normal;
	color: #D4D2D0
}

.ccount a:before {
	display: inline;
	vertical-align: middle;
	margin: 0 4px 0 0;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #9e925d;
	position: relative;
	font-weight: bold;
	font-size: 90%;
	top: -1px;
}
.post-meta i {
	color: #646846;
	margin-right: 2px;
	font-size: 110%;
}
.post-meta .post-cats {
	margin-bottom: 20px;
}

.post-meta .wprm-recipe-snippet {
	display: inline;
	text-transform: uppercase;
	color:  #a1a1a1;
	font-size: 11px;
	letter-spacing: .12em;
}
	.post-meta .wprm-recipe-snippet a:before {
		display: inline;
		vertical-align: middle;
		margin: 0 4px 0 0;
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		color: #9e925d;
		position: relative;
		font-weight: bold;
		font-size: 90%;
		top: -1px;
	}
	.post-meta .wprm-recipe-snippet a:hover {
		color: #9e925d !important;
	}

.post-cats a {
	border-radius: 4px;
	color:  #a1a1a1;
	background-color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .15em;
	display: inline-block;
	border: 1px solid #f2f2ee !important;
	margin: 4px 2px;
	padding: 4px 10px;
}

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

.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	line-height: 1.4;
	text-align: left;
}

.meta-bottom p {
	margin: 0;
}

.meta-bottom .left {
	width: 80%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
	margin: 45px 0 0;
}

.meta-centered p {
	margin: 5px 0;
	text-align: center
}

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:  #a1a1a1;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: 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: #424242;
}

.post .more {
	
}
a.more-link {
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	background-color: #9e925d;
	color: #ffffff;
	display: inline-block;
	padding: 8px 19px;
	border-radius: 5px;
}

	a.more-link:hover {
		background-color: #646845;
	}
	
	.teaser-post a.more-link {
		font-size: 11px;
	}

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

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

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

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 5% 6%;
	background: #f2f2ee url(images/bg@2x.png);
	background-size: 32px 32px;
	border: 1px solid #f2f2ee;
}


.post blockquote p {
	margin: 0;
	text-align: center;
	color: #646845;
}

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #a09fa0;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}

/* !.post-content>p:first-of-type {
	font-size: 120%;
	font-style: italic;
	text-align: left !important;
}*/

.single-post-content .post-content>p:first-of-type {
	text-align: left !important;
}
	
	
/* !---------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;
}
	
/* ! Inner Post */

.disclosure, .akismet_comment_form_privacy_notice {
	text-align: center;
	font-style: italic;
	color:  #a1a1a1;
	font-size: 11px;
}
	.disclosure p {
		margin: 15px 0;
	}


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

.inner-post .subscribe {
	padding: 6%
}

#dpsp-content-bottom > ul {
	text-align: center;
}
#dpsp-content-bottom > ul > li {
	float: none;
	display: inline-block
}


/* !Next/prev Posts*/

.post-nav {
	line-height: 1.1;
	text-decoration: none;
	margin: 0;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "uniformextracondensed", "Arial Narrow", Impact, sans-serif;
	letter-spacing: .01em;
	border-bottom: 4px dotted #f2f2ee;
}

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

.post-nav a {
	color: #646845;
	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: #9e925d;
}

.post-nav em {
	font-family: "Rubik";
	display: block;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 10px;
	color:  #a1a1a1;
	padding: 0 0 5px;
}

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


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

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

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

.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px
}

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

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

.teaser-post .excerpt {
	
}

.teaser-post p {
	margin: 0 0 25px;
	text-align: justify;
    text-align-last: center;
}

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

.teaser-post .post-meta {
	font-size: 10px;
}

	.teaser-post .post-meta .spacer {
		
	}
	.teaser-post .ccount a:before {
		
	}

.teaser-post .meta-bottom {
	clear: none;
	font-size: 9px;
	margin: 8px 0 0;
	display: none;
}

/* !-------Homepage Category Sections-------!*/

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

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

	.home-section:last-of-type {
		margin-bottom: 0;
	}

.home-section h3.widget-title {
	
}

.home-section h3.widget-title a {
	color: #646845;
}
	.home-section h3.widget-title a:hover {
		color: #9e925d;
	}
	
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 20px;
	float: left;
}

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

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

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

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

.home-section .more a {
	font-size: 11px;
}

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

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

.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: 10px;
}

.archive-post h4 {
	color: #646845;
	line-height: 1.1;
	margin: 15px 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);
}

.archiveslist ul.children, .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: 5px !important;
}

.archiveslist ul.children li, .tagslist li {
	margin: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid; 
	break-inside: avoid-column;
	display: table;
}

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

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

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

.archiveslist a:active {
	color: #424242;
}

.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-family: "Rubik";
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 12px;
	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 {
	border-radius: 4px;
	color:  #a1a1a1 !important;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .15em;
	font-weight: bold;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f2f2ee;
}

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

ul.subcategories ul li a.all {
	color: #646846 !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;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	float: left;
	border: solid 1px #f6f5f5;
	color:  #a1a1a1;
}

.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: #9e925d;
}

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

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

.tagtitle em {
	color: #a6a5a5;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-weight: normal;
	float: right;
}

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

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

/* !Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #a6a5a5;
	font-size: 9px;
	letter-spacing: .15em;
	clear: both;
	margin: 0 0 8px;
}

.breadcrumb a {
	color: #a6a5a5;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
		font-style: italic;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #424242;
}

/* !Facets*/
.facets {
	font-size: 85%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facets h3 {
	font-size: 22px;
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
	font-size: 85%;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}

.facetwp-page {
	padding: 6px !important;
}
	a.facetwp-page.active {
		color: #646846 !important;
		border: none;
	}
.facetwp-search {
	border: 1px solid #E4E6E6;
	color: #424242;
	font-size: 12px;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], a.buy {
	color: #fff;
	font-size: 14px;
	letter-spacing: .15em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #9e925d;
	border: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 8px;
	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;
}

a.smbutton {
	text-decoration: none;
	font-size: 10px;
	padding: 8px 15px;
	color: #a6a5a5;
	background-color: #fff;
	border: 1px solid #f2f2ee;
}


#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover, a.buy:hover {
	background-color: #646845;
	color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input {
	color: #696969;
	font-size: 14px;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f2f2ee;
}

.cntctfrm_input {
	margin: 5px 0 15px;
}

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f2f2ee;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
}

.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%;
	max-width: 350px;
	border: 1px solid #f2f2ee;
	overflow: hidden;
}

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

.search-form .search-input {
	color:  #a1a1a1;
	font-size: 16px;
	font-family: "Rubik", 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: 85%;
	height: 50px;
}

.search-form .search-submit {
	background-color: #ffffff;
	color: #646846;
	font-size: 18px;
	line-height: 47px;
	cursor: pointer;
	width: 15%;
	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: #646846;
}

.header-search {
	
}

.header-search .search-form {
	
}

.header-search .search-input {
	
}

.header-search .search-submit {
	color:  #a1a1a1
}


/* !----SUBSCRIBE FORMS-----*/

.subscribe {
	background: url(images/bg@2x.png);
	background-size: 32px 32px;
	border: 1px solid #f2f2ee;
	padding: 20px;
	text-align: center
}
	.subscribe-bar {
		margin-bottom: 50px;
		padding: 30px 0;
	}
		.subscribe-bar .widget {
			background-image: url(images/leafL.png), url(images/leafR.png);
			background-position: left center, right center;
			background-repeat: no-repeat, no-repeat;
			background-size: 44px 20px, 44px 20px;
			padding-left: 65px;
			padding-right: 65px;
			max-width: 950px;
			margin: 0 auto;
		}
			.subscribe-bar .textwidget {
				display: inline-block;
				vertical-align: middle;
				width: -moz-calc(100% - 395px);
				width: -webkit-calc(100% - 395px);
				width: calc(100% - 395px);
				clear: none;
				margin: 0
			}
		.footer .subscribe-bar {
			margin: 0
		}
.subscribe h3.widget-title {
	font-size: 34px;
	line-height: 1;
	margin: 0 0 10px;
}
	.sidebar .subscribe h3.widget-title:before {
		display: block;
		content: "";
		width: 182px;
		height: 43px;
		background: url(images/subscribe.png) no-repeat;
		background-size: 182px 43px;
		margin: -45px auto 5px;
	}
	.subscribe-bar h3.widget-title {
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin: 0;
		text-align: left;
		line-height: 60px;
		width: 395px
	}
		
.subscribe p {
	line-height: 1.2;
	margin: 0;
	color: #9D9E98;
	font-size: 13px;
}
.subscribe .email-form {
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
}
	.subscribe-bar .email-form {
		clear: none;
		vertical-align: middle;
		margin: 0;
		border-radius: 6px;
	}
.subscribe .email-input, .top-bar .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #f2f2ee;
	height: 48px;
	line-height: 48px;
	margin: 0 0 15px 0;
	padding: 0 18px;
	color: #2a2a2a;
	border-radius: 6px;
	float: left;
	vertical-align: middle
}
	.subscribe-bar .email-input {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		float: left;
		vertical-align: middle;
		padding: 0 10px;
		margin: 0;
		height: 60px;
		line-height: 60px;
		border-radius: 0;
	}
.subscribe .email-submit, .top-bar .email-submit {
	float: none;
	border: 1px solid #424242;
	width: 100%;
	font-size: 13px;
	height: 48px;
	line-height: 48px;
	border: none;
	background-color: #9e925d;
	color: #ffffff;
	text-align: center;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .12em;
	padding: 0 10px;
	margin: 0;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}
	.subscribe .email-submit:hover {
		background-color: #646845;
	}
	
	.subscribe-bar .email-submit {
		float: right;
		width: 80px;
		height: 60px;
		line-height: 60px;
		margin: 0;
		font-size: 36px;
		font-family: "uniformextracondensed", "Arial Narrow", Impact, sans-serif;;
		text-transform: uppercase;
		letter-spacing: .01em;
		border-radius: 0;
	}
	
.email-input::placeholder, .search-input::placeholder {
	color:  #a1a1a1;
}


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

.footer {
	clear: both;
	overflow: hidden;
	background-color: #eff0ea;
	margin-top: 50px;
	padding: 0
}
	.footer .featuredposts .wrap {
		max-width: 100%;
		padding: 0 2%;
	}
	
.footer .footer-widget {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 40px 0 10px;
}
	.footer .item {
		width: 15%;
		margin-right: 2%;
		float: left;
	}
		.footer .item:nth-child(6n) {
			margin-right: 0;
		}
		.footer .item img {
			width: 100%;
			height: auto;
			display: block;
		}
		.footer .item h4 {
			margin: 10px 0;
		}
		.footer .item .post-meta {
			display: none
		}
.footer .subscribe-bar {
	padding: 70px 0;
	margin: 0;
}	
/* !Sub-footer*/

.sub-footer {
	padding: 25px 0;
	overflow: hidden;
	background-color: #ffffff;
	color: #a1a1a1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.4;
	text-align: left;
}
.sub-footer a, .copyright a {
	text-decoration: none;
	color: #a1a1a1;
}

.sub-footer a:hover, .copyright a:hover {
	color: #9e925e;
}

.footer-nav {
	margin: 0;
	padding: 0;
	width: 75%;
	float: left;
}

.footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.footer-nav li.top a {
	font-weight: 500;
	color: #646846;
}

.copyright {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0;
	color:  #a1a1a1;
}

.copyright p {
	margin: 0
}


.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
}

#footer_branding {
	font-style: italic;
	color:  #bfbfbf;
	margin: 0;
	padding: 0 0 10px
}

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

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

#reply-title {
	
}
	#reply-title a#cancel-comment-reply-link {
		display: none !important;
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important;
	}
	
#respond {
	margin: 0px 0 100px;
	background-color: #f2f2ee;
	padding: 10px 30px 10px !important;
}

#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 #f2f2ee;
	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: #f2f2ee;
	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: 10px;
	text-align: left;
	clear: none;
}

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

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

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

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

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

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


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

.pagination {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: -20px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color:  #a1a1a1;
}

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

.nav-links a {
	border: 1px solid #f2f2ee;
}
	.nav-links a.next, .nav-links a.previous {
		border: none;
	}
	.pagination a.page-numbers:hover {
		color: #9e925d;
	}
.pagination span.page-numbers.current {
	color: #ffffff;
	background-color: #646845;
	font-weight: bold;
	margin: 0;
}
.pagination span.page-numbers.dots {
	border: none;
	color:  #a1a1a1;
}


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

#main {
	clear: right;
	float: right;
	text-align: right;
	margin: 20px 0 0;
	padding: 0;
	width: width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	font-family: "uniformextracondensed", "Arial Narrow", Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: 30px;
	line-height: 55px;
	height: 55px;
}

#main ul.mainmenu {
	display: block;
	width: 100%;
	position: relative;
	right: -15px;
}

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

#main li.menu-item a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #646845;
	-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.menu-item a:hover, #main li.menu-item:hover>a {
	color: #9e925d;
}
	
/* !Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 10px;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: normal;
	background-color: #646846;
	text-align: left;
	z-index: 2001;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	width: 180px;
}

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

#main ul li li.menu-item a {
	width: 100%;
	display: block;
	padding: 4px 10px;
	border: none;
	color: #ffffff !important;
}
	#main ul li li.menu-item a:hover {
		background-color: rgba(255,255,255,.1);
	}

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

#main ul li li.bold a {
	font-weight: bold
}

#main ul li:hover > ul {
	display: block;
}

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

#main ul ul li ul {
	background-color: #9e925d;
	left: 160px;
	top: -10px;
	margin: 0;
}

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

#main li li li a {
	
}



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

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 30px 0;
	background: #f2f2ee url(images/bg@2x.png);
	background-size: 32px 32px;
	border: 1px solid #f2f2ee;
	overflow: hidden;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	min-width: 160px;
	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 {
	color: #fff;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #9e925d;
	border: none;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 13px;
	border-radius: 5px !important;
	-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: #646845 !important
	}
	a.wprm-recipe-print:before {
		font-family: "Font Awesome 5 Pro";
		content: "\f02f";
		display: inline;
		font-weight: bold;
		margin-right: 4px;
	}
	a.wprm-recipe-jump-to-comments:before {
		font-family: "Font Awesome 5 Pro";
		content: "\f005";
		display: inline;
		font-weight: bold;
		margin-right: 4px;
	}
	
/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 20px;
}

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

/*Headings*/
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h3, .wprm-recipe.wprm-recipe-template-custom h4 {
	text-transform: uppercase;
	font-weight: normal !important;
	color: #646845;
}
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 6px !important;
}

.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 10px !important;
	font-family: "Rubik";
	text-transform: none;
	letter-spacing: normal;
	font-weight: 500 !important;
	font-size: 17px;
}

.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, .wprm-recipe-servings-container {
	color: #A1A1A1;
	font-size: 11px;
	line-height: 1.6;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		margin-top: 30px;
	}
.recipe-meta .wprm-recipe-block-container {
	display: inline-block;
	margin-right: 12px;
}	

.recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-weight: bold;
}

.recipe-meta .wprm-recipe-details-label, .wprm-recipe-servings-container .wprm-recipe-details-label {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	letter-spacing: normal;
}

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

a.wprm-recipe-servings-link {
	background-color: #ffffff;
	border: 1px solid #f2f2ee;
	font-weight: 500;
	font-size: 12px;
	padding: 10px
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
	display: inline-block;
	margin-right: 12px !important;
}
.wprm-unit-conversion-container {
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	font-family: "Rubik", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: -13px 0 0 0
}
	.wprm-unit-conversion-container a {
		text-decoration: none !important;
		color: #A1A1A1 !important;
		background-color: #ffffff;
		border: 1px solid #f2f2ee;
		font-weight: 500;
		font-size: 9px;
		padding: 5px 10px;
		border-radius: 5px;
		display: inline-block;
	}
		.wprm-unit-conversion-container a:hover {
			color: #9e925d !important;
			border-color: #9e925d;
		}
	.wprm-unit-conversion-container a.wprmpuc-active {
		background-color: #9e925d;
		border-color: #9e925d;
		color: #ffffff !important;
	}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-nutrition-header {
	display: none
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	background-color: #ffffff;
	border: 1px solid #f2f2ee;
	padding: 15px 20px 13px;
	color: #A1A1A1;
	font-size: 13px;
	line-height: 1.7;
	font-weight: 500;
	margin: 30px 0 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Informaton: ";
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin-right: 5px;
		font-weight: 500;
		color: #646845
	}
	.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;
	}

/*IG Callout*/
.wprm-recipe.wprm-recipe-template-custom .recipe-ps {
	background-color: #f2f2ee;
	margin: 30px -30px -30px;
	padding: 15px 30px;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-ps p {
	margin: 15px 0;
	text-align: center;
	line-height: 1.6 !important
}

.wprm-recipe.wprm-recipe-template-custom .recipe-ps p.p2 {
	font-size: 13px !important;
	font-style: italic;
	color: #646845;
	max-width: 480px;
	margin: 15px auto;
}

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


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


/* ! Legacy Easy Recipe */
div.easyrecipe {
	background: #F2F2EE;
	font-size: 14px;
	line-height: 1.5;
	margin: 35px 0;
	padding: 25px;
	border: none;
	width: 100%;
}

div.ERSName {
	color: #646846;
	font-size: 32px !important;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

.easyrecipe .ERSTopRight img {
	border: 8px solid #fff;
}

div.ERSIngredientsHeader.ERSHeading,
div.ERSInstructionsHeader.ERSHeading {
	color: #646846;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #9e925e;
}

.easyrecipe ol {
	margin-left: 0;
	padding-left: 0;
}

.easyrecipe ul {
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 0;
}
	.easyrecipe ul li:before {
		display: none
	}

.easyrecipe .ERSInstructions li.ERSInstructionImage {
	margin-top: 20px;
}

li.instruction img {
	display: block;
	margin: 15px auto 0;
}
