/* 
Theme Name: Every Last Bite
Theme URL: http://www.everylastbite.com/
Description: Custom responsive blog theme for Every Last Bite.
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;
}

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: 65.5%;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.span_sidebar {
		width: 31%;
		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: 1107px;
}

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



body {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	color: #3E3E3D;
	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: #48ABB0;
	text-decoration: underline;
}

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

	.single-post-content .post-content a:link, .single-post-content .post-content a:visited {
		color: #48ABB0;
		text-decoration: none;
		border-bottom: 2px solid #48ABB0;
	}
	.single-post-content .post-content a:hover, .single-post-content .post-content a:active {
		border-bottom: 2px solid #48ABB0;
		box-shadow: inset 0 -30px 0 #48ABB0;
		color: #ffffff;
	}
	
		.single-post-content .post-content .dpsp-content-wrapper a {
			border-bottom: none !important;
			box-shadow: none !important;
		}

	
p {
	margin: 25px 0;
}

img {
	display: block;
}

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

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}
	h3.divider {
		margin-top: 0;
		text-align: center;
		font-size: 28px;
	}
		h3.divider span {
			background-color: #ffffff;
			padding: 0 10px
		}
		h3.divider:after {
			content: "";
			display: block;
			border-bottom: 1px solid #DFDFDF;
			width: 100%;
			height: 1px;
			margin: -16px 0 40px
		}
h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

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

h6 {
	font-size: 16px;
	color: #747473;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

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

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

.header {
	clear: both;
}

	body.home .header {
		border-bottom: none;
	}
	
	body.home.paged .header {
		
	}

.header .logo {
	overflow: hidden;
	margin: -35px 0 20px;
	width: 330px;
	float: left;
}

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

.top-bar {
	overflow: hidden;
	background-color: #F4F4F4;
	text-align: right;
	padding: 10px 0
	
}


.top-bar .social {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 20px;
}

	.top-bar .social a {
		color: #949493;
		font-size: 14px;
		padding: 6px
	}

.top-bar .header-search {
	display: inline-block;
	background-color: #ffffff;
	vertical-align: middle;
	margin-left: 20px;
}
	.top-bar .header-search .search-form {
		border: none;
		width: 180px;
	}

	.top-bar .header-search .search-input {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		width: -moz-calc(100% - 32px);
		width: -webkit-calc(100% - 32px);
		width: calc(100% - 32px);
		text-align: left;
		padding: 0 12px;
	}
	
	.top-bar .header-search .search-submit {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		width: 32px;
	}



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

.span_content {
	
}

.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: #3E3E3D;
	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.pagetitle, h1.archivetitle, h2.pagetitle, h2.archivetitle {
	margin: 0 0 20px;
}

h1.pagetitle {
	
}

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

.sidebar {
	font-size: 90%;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	padding-bottom: 50px;
	clear: both;
}

.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;
}
	.midsidebar h3.widget-title {
		font-size: 16px;
	}

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

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 18px 0;
}

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

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

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

.about {
	text-align: center;
	position: relative;
}

.about .more, .book .more {
	margin-top: 25px;
}
.about h3.widget-title {
	
}

.simple-image {
	margin: 0;
	position: relative;
}
	.about .simple-image img {
		display: block;
		width: 180px;
		height: auto;
		margin: 0 auto 25px;
		border-radius: 50%;
		}

	.book .simple-image img {
		display: block;
		width: 180px;
		height: auto;
		margin: 0 auto 25px;
		}


.sidebar .widget.social {
	margin-top: -30px;
	margin-bottom: 50px;
}

.social a {
	text-decoration: none;
	font-size: 16px;
	padding: 8px;
}

	.social a:hover {
		
	}

.sidebar .social a {
	
}


.subscribe {
	
}

.subscribe h3.widget-title {
	margin: 0;
}

.subscribe p {
	margin: 0;
	font-size: 17px;
}

.subscribe .email-form {
	clear: both;
	margin: 19px 0 0;
	overflow: hidden;
	position: relative;
}

.subscribe .email-input {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	border: 1px solid #E8E8E8;
	background-color: #ffffff;
	font-style: italic;
	font-size: 17px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 15px;
	color: #3E3E3D;
	float: left;
	vertical-align: middle;
}

.subscribe .email-submit {
	border: none;
	width: 100%;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	color: #48ABB0;
	background-color: transparent;
	text-align: center;
	font-family: "centrale_sans";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: right;
	vertical-align: middle
}
	
	.subscribe .email-submit:hover {
		color: #91CDD0;
	}
.subscribe .email-input::placeholder, .search-input::placeholder {
	color: #747473;
}
	

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

.category-posts .more a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #48ABB0;
}

.category-posts .more a:hvoer {
	color: #333;
}


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

.post {
	margin-bottom: 0px;
}

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

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

h1.post-title a:hover, h2.post-title a:hover {
	color: #48ABB0;
}

.post-meta {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #747473;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
	overflow: hidden;
	margin: 0 0 25px;
	text-align: center
}

.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.post-meta a {
	color: #747473;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #48ABB0;
}

.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}

.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #747473;
	font-weight: bold;
	font-size: 90%;
}

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

.post-cats a {
	background-color: #91CDD0;
	color: #292927;
	font-size: 10px;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 2px;
	border-radius: 4px;
	display: inline-block;
}

	.post-cats a:hover {
		color: #292927;
		background-color: #48ABB0;
	}

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

.meta-bottom .post-cats {
	margin-bottom: 15px
}
	.meta-bottom .post-cats a {
		font-size: 11px;
		padding: 5px 12px;
	}
		.meta-bottom .post-cats a:hover {
			
		}

.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 .left, .meta-centered .right {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		margin: 8px 0;
	}

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

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: #747473;
	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: #3E3E3D;
}

.home-post-content .more {
	clear: both;
	margin-top: 20px;
}

a.more-link, em.more-link, .more a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	border: none;
	background-color: #91CDD0;
	color: #292927;
	text-decoration: none;
	padding: 3px 14px;
	border-radius: 5px;
}
	.sidebar .more a {
		font-size: 11px
	}
	a.more-link:hover, .more a:hover, em.more-link:hover {
		background-color: #48ABB0;
	}
	.shop-more {
		text-align: center
	}
	.shop-more a.more-link {
		
	}

.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-color: #ececec;
}


.post blockquote p {
	margin: 0;
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

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

.single-post-content .post-content {
	clear: both;
}


.post-content small {
	display: block;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #a09fa0;
	line-height: 1.5;
}
	
	
/*---------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 */

#dpsp-content-top {
	margin: 25px 0 0 !important;
}


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


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

.inner-post .widget {
	
}

.inner-post .subscribe {
	margin: 0;
	padding: 7%;
	background-color: #F9F9F9
}
	.inner-post .subscribe h3.widget-title:before {
		display: none;
	}

/*Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

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

.post-nav a {
	color: #3E3E3D;
	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: #48ABB0;
}

.post-nav em {
	display: block;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #747473;
	padding: 0 0 5px;
}

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

/*Facets*/
.facets {
	font-size: 94%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facets h3 {
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.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;
	text-align: left;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
.facetwp-page {
	padding: 2px 8px !important;
}
.facetwp-search {
	border: 1px solid #DFDFDF;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
}

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

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

.boxed-section {
	width: 65%;
	float: left;
	clear: left;
	border: 1px solid #DFDFDF;
	padding: 30px 30px 5px;
	margin: 50px 0 40px
}
	.boxed-section h3.widget-title {
		margin: -43px 0 20px;
		text-align: center;
		
	}
	.boxed-section h3.widget-title span {
		background-color: #ffffff;
		padding: 0 10px;
		display: inline-block
	}
	.boxed-section .section {
		width: 47.5%;
		float: left;
		margin-right: 5%;
		text-align: center;
		position: relative;
	}
		.boxed-section h4 {
			display: none
		}
		.boxed-section .section:nth-child(2n+1) {
			margin-right: 0
		}
	.boxed-section .section img {
		width: 100%;
		height: auto;
		display: block
	}
	
	.boxed-section div.more {
		text-align: center;
		position: relative;
		margin: 0;
		bottom: -20px;
		clear: both;
	}
.image-sections {
	overflow: hidden;
	clear: both;
	margin: 40px 0;
	padding: 40px 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
	.image-sections h4 {
		display: none
	}
	.image-sections .section {
		width: 31%;
		margin-right: 3.5%;
		float: left;
		text-align: center;
		position: relative
	}
		.image-sections .section:nth-child(3n) {
			margin-right: 0
		}
	.image-sections .section img {
		width: 100%;
		height: auto;
		display: block
	}

.boxed-section .section p, .image-sections p {
	margin: 0px
}

.boxed-section .section .more, .image-sections .more {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.boxed-section .section .more a {
	background-color: #91CDD0;
	color: #292927;
	border-radius: 0;
	border: none;
}
	.boxed-section .section .more a:hover {
		background-color: #48ABB0;
	}
	
.image-sections .more a {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1;
}
	.image-sections .more a:hover {
		color: rgba(255,255,255,.5)
	}

.recipe-search {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	background-color: #e4f2f3;
	margin-bottom: 80px;
	padding: 40px 0;
}
.recipe-nav {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	background-color: #d1eaeb;
	text-align: center;
	padding: 40px 0;
}
	.recipe-nav h2 {
		margin: 0 0 20px;
		font-size: 32px;
	}
.recipe-search .icons {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.recipe-search .icons .section {
		width: -moz-calc(100% / 8);
		width: -webkit-calc(100% / 8);
		width: calc(100% / 8);
		max-width: 110px;
		text-align: center;
	}
	.recipe-search .icons .section img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		max-width: 110px;
	}
	.recipe-search .section h4 {
		font-size: 11px;
		font-weight: bold;
		margin: 8px 0;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.recipe-search .section .more {
		margin: 0;
	}
	.recipe-search .section a {
		text-decoration: none;
	}
		.recipe-search a:hover, .recipe-search a:hover h4 {
			color: #48ABB0;
		}
	
.category-sections {
	
}
.category-sections .section {
	overflow: hidden;
	padding-bottom: 45px;
	margin-bottom: 55px;
}

.category-sections .section h3.widget-title {
	text-align: left;
	font-size: 28px;
	margin: 0 0 25px;
}
	.category-sections .section h3.widget-title a {
		text-decoration: none;
		color: #3E3E3D;
	}
	.category-sections .section h3.widget-title a span {
		background: linear-gradient(#a3d5d7, #a3d5d7) 0 90% / 100% 12px no-repeat;
	}
		.category-sections .section h3.widget-title a:hover {
			color: #48ABB0;
		}
	.category-sections .section h3.widget-title a em.more-link {
		font-style: normal;
		float: right;
		display: inline-block;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		padding: 5px 12px;
		font-size: 11px
	}
.category-sections .section .item {
		width: 22.5%;
		margin-right: 3.3333%;
		float: left;
		text-align: center;
		position: relative
	}
		.category-sections .section .item:nth-child(4n) {
			margin-right: 0
		}
	.category-sections .section .item img {
		width: 100% !important;
		height: auto !important;
		display: block
	}

.category-sections .section .item h4 {
	text-transform: none;
	letter-spacing: normal;
	font-size: 21px;
	margin: 10px 0;
}

.category-sections .section .item a {
	text-decoration: none;
	display: block
}
	.category-sections .section .item a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */

	}

.category-sections .book {
	background-color: #f4f4f4;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	padding: 60px 0;
	margin-bottom: 80px;
}

.category-sections .book .wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 35px;
}
	.category-sections .book .wrap .image {
		width: 50%;
		max-width: 300px;
	}
		.category-sections .book .wrap .image img {
			transform: rotate(-10deg);
			width: 100%;
			height: auto;
			display: block;
			-moz-box-shadow: 1px 1px 16px rgba(0,0,0,.15);
			-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,.15);
			box-shadow: 1px 1px 16px rgba(0,0,0,.15);
		}
	.category-sections .book .wrap .content {
		width: 50%;
		max-width: 350px;
		text-align: center;
	}
		.category-sections .book .wrap .content h3 {
			text-align: center;
			font-size: 32px;
		}

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

.teaser-post {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	width: 31%;
	margin-right: 3.5%;
	float: left;
	text-align: center;
}
	.teaser-post:nth-of-type(3) {
		margin-right: 0
	}
	.teaser-post:nth-of-type(4) {
		clear: left;
	}
	.teaser-post.two-column {
		width: 48%;
		margin-right: 4%;
	}
		.teaser-post.two-column:nth-of-type(2n) {
		margin-right: 0;
		clear:none;
		}

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

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

.teaser-post h2.post-title {
	
}

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

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

.teaser-post .post-cats {
	
}

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

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

h2.archivetitle, h3.searchtitle {
	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;
}

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

	.shop .archive-post:nth-child(4n) {
		margin-right: 0!important;
	}
	
	.shop .archive-post:nth-child(4n+1) {
		clear: both !important;
	}


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

.archive-post a {
	text-decoration: none;
	display: block;
}
	.archive-post .more a.more-link {
		display: inline-block;
		font-size: 10px
	}
.archive-post a.post-edit-link {
	display: inline-block;
}

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

.archive-post h4 {
	color: #3E3E3D;
	margin: 10px 0;
	text-transform: none;
	letter-spacing: normal;
	font-size: 18px;
	-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: 0px;
	font-size: 9px;
}

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

.archive-post 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: #3E3E3D;
	text-decoration: none;
}

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

.archiveslist a:hover {
	color: #48ABB0;
}

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

.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 #DFDFDF;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	margin: 0 0 10px;
}

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

ul.subcategories li, .widget.categories 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, .widget.categories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a {
	text-decoration: none;
	
	background-color: #91CDD0;
	color: #292927 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 2px 12px;
	margin: 1px;
	border-radius: 4px;
}
	ul.subcategories ul li a.all {
		color: #747473;
		background-color: #ffffff;
	}
ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a, .widget.categories a:hover {
	background-color: #48ABB0;
}

ul.subcategories ul li a.all {
	color: #48ABB0 !important;
	background-color: #292927;
}

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-family: "Poppins", Helvetica, Arial, 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;
	border: solid 1px #f6f5f5;
	color: #747473;
}

.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: #3E3E3D;
}

.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-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: normal;
	float: right;
}

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

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

/*Breadcrumbs*/

.breadcrumb {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #a6a5a5;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
	margin: 0 0 8px;
	text-align: center;
}
	.archive-breadcrumb {
		text-align: left;
	}
.breadcrumb a {
	color: #a6a5a5;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Poppins", Helvetica, Arial, sans-serif;
		font-style: italic;
		font-size: 11px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #3E3E3D;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], a.buy {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	background-color: #3E3E3D;
	border: none;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 5px;
	padding: 11px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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


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

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

.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: #3E3E3D;
	font-size: 14px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #DFDFDF;
	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%;
	border: 1px solid #DFDFDF;
	overflow: hidden;
}

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

.search-form .search-input {
	color: #747473;
	font-size: 16px;
	font-family: "Poppins", Helvetica, Arial, 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% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 50px;
}
	
.search-form .search-submit {
	background-color: #ffffff;
	color: #3E3E3D;
	font-size: 20px;
	line-height: 47px;
	cursor: pointer;
	width: 40px;
	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: #48ABB0;
}




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

.footer {
	clear: both;
	text-align: left;
	margin-top: 50px;
	background-color: #48abb0;
	padding: 0 0 10px;
}

.footer .wrap {
	
}	

.footer .subscribe {
	padding: 50px 0;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
	.footer .subscribe h3.widget-title {
		margin: 0;
		width: 300px;
		float: left;
		vertical-align: middle;
		line-height: 60px;
		color: #292927;
	}
	.footer .subscribe .textwidget {
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% -300px);
		width: calc(100% - 300px);
		float: left;
		vertical-align: middle
	}
	.footer .subscribe .email-form {
		clear: none;
		margin: 0;
		width: 100%;
		max-width:100%;
	}
		.footer .subscribe .email-input {
			
		}
		.footer .subscribe .email-submit {
			color: #292927
		}

.footer .instagram .wrap {
	max-width: 100%;
	width: 100%;
	padding: 0;
	position: relative;
}
#sbi_load {
	text-align: right;
}
#sbi_load .sbi_follow_btn {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
	#sbi_load .sbi_follow_btn a {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-family: "Poppins", Helvetica, Arial, sans-serif;
		margin: 0 !important;
		padding: 5px 15px !important;
		border-radius: 0 !important;
	}
	#sbi_load .sbi_follow_btn:hover a {
		
	}
/*Sub-footer*/

.sub-footer {
	padding: 30px 0;
	overflow: hidden;
	background-color: #F4F4F4;
	color: #707070;
	font-size: 10px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	#footer_branding {
		margin: 0 !important;
		background-color: #4e4d4f;
		color: #ffffff;
	}
.sub-footer a, .copyright a {
	text-decoration: none;
	color: #707070;
}

.sub-footer a:hover, .copyright a:hover {
	color: #48ABB0;
}

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

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

.footer-nav li.top a {
	font-weight: bold;
	color: #3E3E3D;
}

.copyright {
	width: 35%;
	float: right;
	text-align: right;
	margin: 0;
}

.copyright p {
	margin: 0
}


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


.copyright a {
	text-decoration: underline;
}

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

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

#respond {
	margin-top: 50px;
	background-color: #F9F9F9;
	padding: 15px 25px;
}
	h3#reply-title a#cancel-comment-reply-link {
		display: none !important;
	}
	#comment-list h3#reply-title a#cancel-comment-reply-link {
		display: inline-block !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 #DFDFDF;
	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: #ececec;
	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:before {
	display: none;
}

.comment-meta a {
	
}

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

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

.comment-meta a:hover {
	color: #48ABB0;
	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: #3E3E3D;
	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: #3E3E3D;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #3E3E3D;
	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: #3E3E3D
}

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

.comment-nav .alignright a:hover {
	color: #3E3E3D;
	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: #3E3E3D;
	font-size: 11px;
	font-weight: bold
}

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

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

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

.pagination {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0px 0 20px;
	padding: 10px 0;
	overflow: hidden;
	color: #3E3E3D;
	clear: left;
}
	.nav-links {
	}
	body.home .pagination {
		margin-top: -20px
	}
.pagination .page-numbers, .nav-links a {
	color: #747473;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.nav-links a {
	padding: 0;
}

.pagination span.page-numbers.current, .pagination a.active {
	background-color: #48ABB0;
	color: #2c2c2c;
	margin: 0;
	font-weight: bold;
}

.pagination span.page-numbers.dots {
	border: none;
	color: #747473;
}

.pagination a.page-numbers:hover {
	color: #48ABB0;
}

.nav-links {
	margin: -10px 0 0;
}

.nav-links .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}

.nav-links .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.nav-links a:hover {
	color: #3E3E3D;
	background-color: transparent;
}

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

#main {
	margin: 54px 0 0;
	padding: 0;
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 21px;
	line-height: 45px;
	height: 45px;
	display: block;
}

#main ul {
	margin-right: -15px;
}

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


#main ul li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #3E3E3D;
	-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 ul li a:hover, #main ul li:hover a {
		color: #48ABB0
	}
	
/*Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 8px;
	padding: 8px 0;
	line-height: 1.4;
	font-size: 12px;
	background-color: #48ABB0;
	text-align: left;
	z-index: 2001;
	
}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 8px 15px;
	border: none;
	color: #ffffff !important;
}

	#main li li.bold a {
		font-weight: bold;
		color: #48ABB0;
	}

#main li li a:hover {
	background-color: rgba(255,255,255,.2);
	color: #ffffff;
}

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


/* Show indicator for menu items with children */

#main ul li.menu-item-has-children>a:after {
	content: "";
	display: inline;
	margin: 0px -7px 0 0;
	font-size: 90%;
}

#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: #6DBCC0;
	left: 180px;
	top: -8px;
	margin: 0;
}

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

#main li li li a {
	
}

/*!---------RECIPE DROPDOWN MENU---------*/
.recipe-nav {

}
.recipe-nav .wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.recipe-nav .search-recipes {
		width: 27%;
	}
	.recipe-nav .spacer {
		width: 6%;
		line-height: 43px;
		height: 43px;
		font-style: italic;
		text-align: center;
	}
#catnav {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 67%;
}
#catnav ul {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
#catnav li {
	width: 32%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	list-style-type: none;
}
	#catnav li:before {
		display: none;
	}	
#catnav li a,
#catnav li label {
	display: block;
	padding: 9px 15px 8px;
	text-decoration: none;
	color: #747473;
	background-color: #FFFFFF;
	border-radius: 12px;
	transition: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	#catnav li a b, #catnav li label b {
		font-style: normal;
		font-weight: bold;
	}
#catnav li:hover a, 
#catnav li:hover label {
	color: #3e3e3d;
	background-color: #ffffff;
}
#catnav li > a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	display: inline;
	margin-left: 6px;
	font-size: 120%;
	line-height: 1;
	position: absolute;
	top: 11px;
	right: 12px;
}
	#catnav li li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		font-style: normal;
		display: inline;
		margin-left: 6px;
		font-size: 120%;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	
/* !Sub Menus Level 1 */
#catnav ul ul {
	font-size: 11px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms transform 120ms ease-out, 280ms opacity 120ms ease-out, 280ms visibility 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 48px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #ffffff;
	text-align: center;
	z-index: 2001;
	width: 100%;
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	box-shadow: 1px 3px 6px rgba(0,0,0,.25);
}
#catnav ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}
#catnav li li a,
#catnav li li label {
	width: 100%;
	font-size: 15px;
	padding: 8px 15px;
	font-style: normal;
	border: none;
	color: #3e3e3d !important;
	background-color: transparent !important;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
#catnav li li a:after {
	display: none
}
#catnav li li a:hover, 
#catnav > ul > li > ul > li:hover,
#catnav li li label:hover, 
#catnav > ul > li > ul > label:hover {
	background-color: #e4f2f3 !important;
}
#catnav ul li:hover > ul, #catnav ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}
		
/* Sub Menus Level 2 */
#catnav ul ul li ul {
	background-color: #e4f2f3;
	top: 0;
	left: 300px;
	margin: 0;
}
#catnav ul ul li ul a {
	color: #3e3e3d !important;;
}
#catnav ul ul li ul li a:hover {
	background-color: #e4f2f3 !important;
}
#catnav ul li > label,
#catnav ul li > input {
	display: none;   
}

/* Search */
.search-recipes {
	display: inline-block;
}
.search-recipes .search-form, .search-recipes .search-input {
	
}

.search-recipes .search-form {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 12px;
	height: 44px;
	border: none;
	margin: 0;
	clear: none;
	width: 100%;
}
.search-recipes .search-field {
	font-size: 17px;
	background-color: transparent;
	height: 48px;
	line-height: 48px;
	width: calc(100% - 40px);
	padding: 0 12px;
}
.search-recipes .search-submit {
	background-color: transparent;
	height: 48px;
	line-height: 48px;
	font-size: 20px !important;
	font-weight: bold;
	width: 40px;
}

/*!WPRM STYLES*/

.wprm-recipe-container {
	margin-top: 150px !important;
	margin-bottom: 50px !important;
}
.wprm-recipe-template-custom-container {
	padding: 0 25px 25px !important;
}

.wprm-recipe-container .wprm-recipe-template-custom-container {
	outline: none;
	padding: 30px;
	margin: 30px 0;
	background-color: #ffffff !important;
	overflow: hidden;
}

.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 15px;
}
	.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-container-float-right .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border: none;
	}

/*Buttons*/
.recipe-buttons a.wprm-recipe-link {
	color: #292927;
	font-size: 12px;
	letter-spacing: .15em;
	font-weight: bold;
	background-color: #91CDD0;
	border: none;
	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: inline-block;
	border-radius: 5px;
	border-bottom: none !important;
	box-shadow: none !important;
	
}
	.wprm-recipe-container .wprm-recipe-template-custom-container a.wprm-recipe-link:hover {
		background-color: #48ABB0 !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}
	
a.wprm-recipe-jump-to-comments {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #48ABB0 !important;
}
	
/*Ratings*/
.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-recipe-rating {
	margin-top: 20px;
}

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

/*Headings*/
.wprm-recipe-container .wprm-recipe-template-custom-container h2, .wprm-recipe-container .wprm-recipe-template-custom-container h3, .wprm-recipe-container .wprm-recipe-template-custom-container h4 {

}
.wprm-recipe-container .wprm-recipe-template-custom-container h2.wprm-recipe-name {
	margin: 0 0 15px !important;
}

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

.wprm-recipe-container .wprm-recipe-template-custom-container h4.wprm-recipe-group-name {
	margin: 20px 0 10px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #949493;
}

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

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

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

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

.recipe-meta .wprm-recipe-details-label {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

	.recipe-meta .wprm-recipe-details-unit, .recipe-meta .wprm-recipe-servings-unit {
		font-size: 100%;
	}
.wprm-recipe-servings-container {
	overflow: visible
}
a.wprm-recipe-servings-link {
	background-color: #ffffff;
	border: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF !important;
	box-shadow: none !important;
	display: inline-block;
	padding: 1px 10px;
	
}

.recipe-meta .wprm-recipe-tags-container {
	display: block;
	margin-top: 8px
}


/*Nutrition*/
.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-nutrition-label-container {
	color: #949493;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
}
	.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
	}
	.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label {
		letter-spacing: normal;
		font-weight: normal;
		font-family: Georgia;
		text-transform: lowercase;
		font-style: italic;
	}


/*Lists*/
.wprm-recipe-container .wprm-recipe-template-custom-container ul.wprm-recipe-ingredients, .wprm-recipe-container .wprm-recipe-template-custom-container ol.wprm-recipe-instructions {
	
}
.wprm-recipe-container .wprm-recipe-template-custom-container ul li {
	list-style-type: disc;
}

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


@media ( max-width : 650px ) {
	.wprm-recipe-container .wprm-recipe-template-custom-container {
		padding: 20px;
	}
	
	.wprm-recipe-container .wprm-recipe-template-custom-container .wprm-container-float-right {
		width: 35%;
		margin: 0 0 10px 10px;
	}
}

h2.post-title {
    min-height: 90px;
}