/*! 
Theme Name: Averie Cooks
Theme URL: https://www.averiecooks.com
Description: Custom responsive blog theme for AverieCooks.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 5.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

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

.wrapper {
	margin: 0 auto 0;
	padding: 0 25px;
	width: 100%;
	max-width: 1270px;
	overflow: hidden;
}

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

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

@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
	     url('fonts/playfairdisplay-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
	     url('fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
	     url('fonts/lato-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-bolditalic-webfont.woff2') format('woff2'),
	     url('fonts/lato-bolditalic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/lato-italic-webfont.woff2') format('woff2'),
	     url('fonts/lato-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: fallback;
}



body {
	font-family: "Lato", Arial, helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #272727;
	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: #3c7f7f;
	text-decoration: none;
}

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

	.post-content a {
		border-bottom: 3px solid #3c7f7f;
	}
		.post-content a:hover {
			border-bottom: 3px solid #81aeaf;
		}
p {
	margin: 22px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", Palatino, "Didot", "Baskerville", "Times New Roman", Georgia, serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 22px 0;
	color: #272727;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page_content h2 {
		margin-top: 35px;
		text-transform: none;
		letter-spacing: normal;
	}

h3 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .02em;
}
	h3.widget-title {
	}
	h3.widget-title em {
		display: block;
		font-style: normal;
		color: #3c7f7f;
		font-family: "Lato", sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 4px;
	}
	.post-content h3, .page_content h3 {
		
	}
	h3.divider {
		text-align: center;
	}
		


h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

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: 2px solid #e9e9e9;
}

hr {
	border: 0;
	height: 0;
	border-top: 2px solid #e9e9e9;
	border-bottom: none;
}

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


.header {
	clear: both;
	padding: 0;
	margin-bottom: 20px;
}
	body.home .header {
		margin-bottom: 10px
	}
	.header .wrap {
		height: 199px;
	}

.header .logo {
	overflow: hidden;
	width: 260px;
	margin: 30px 0 10px;
	float: left;
	clear: both;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header .logo a {

}

.header-search {
	float: right;
	text-align: right;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 34px;
}

.header-social {
	line-height: 48px;
	text-align: right;
	float: right;
	margin-top: 30px;
}


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

.span_content {
	
}

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

.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: disc;
	margin: 0 0 3px 20px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.span_content ol {
	counter-reset:li;
}

.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #3c7f7f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-family: Lato;
	font-weight: bold;
}

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

h1.page-title {

}

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

.sidebar {
	font-size: 90%;
	text-align: center
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 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;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
}

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

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

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

.about {
	text-align: center;
	margin-top: 0;
	font-size: 16px;
}

.about h3.widget-title {
	margin: 20px 0;
}
.about p {
	margin: 20px 0;
}
.about .simple-image {
	margin: 0px;
}
	.about .simple-image img {
		display: block;
		width: 185px;
		border: 7px solid #ffffff;
		height: auto;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #ffffff;
	}
	
.about p.more a {
	color: #3c7f7f;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 12px;
	text-decoration: none;
}
	.about p.more a:hover {
		color: #81aeaf
	}


.social a {
	text-decoration: none;
	font-size: 17px;
	font-weight: normal !important;
	padding: 6px 8px;
	color: #777677
}
	.header-social a {
		
	}	
	.sidebar .social a {
		
	}
	.social a:hover {
		color: #3c7f7f
	}


.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}

.sidebar .cookbook {
	overflow: hidden;
	text-align: center;
}
.sidebar .cookbook img {
	width: 45%;
	margin-right: 10px;
}
	.sidebar .cookbook2 img {
		margin-left: 10px;
	}
.sidebar .cookbook a {
	text-decoration: none;
}
	.sidebar .cookbook a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.sidebar .cookbook a h3 {
	font-family: "Lato";
	font-size: 16px;
	letter-spacing: .11em;
	margin: 0;
}
.sidebar .cookbook a h4 {
	color: #3c7f7f;
	font-size: 10px;
	margin: 40px 0 10px;
	font-family: "Lato";
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #777677;
}


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

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

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

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

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

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

.sidebar .recent h4.title {
	
}

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



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

.post {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 5px 0 10px;
}

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

h1.post-title a:hover, h2.post-title a:hover {
	color: #3c7f7f;
}

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	font-style: italic;
	font-size: 112%;
	margin-top: 18px
}
.post-meta {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #777677;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 20px;
}
	.meta-top {
		margin: 0 0 5px
	}
	.post-date {
		color: #3c7f7f;
		margin: 0;
		font-size: 12px;
	}
		.post-date a {
			color: #3c7f7f !important
		}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato";
	font-size: 13px;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #3c7f7f;
	text-decoration: underline;
}

.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}
.post-meta .avatar {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #777677;
	font-weight: bold;
	font-size: 90%;
}


.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	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;
}

.meta-centered p {
	margin: 0;
}
.meta-centered p.post-cats {
	margin-top: 20px;
}
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: #777677;
	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: #3c7f7f;
}

a.more-link {
	color: #ffffff;
	background-color: #3c7f7f;
	display: inline-block;
	width: auto;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 25px;
}
	a.more-link i {
		margin-left: 5px;
		font-size: 120%;
		line-height: 1;
		position: relative;
		top: 1px;
	}

	a.more-link:hover {
		color: #ffffff;
		background-color: #81aeaf
	}
	.home-section a.more-link {
		font-size: 13px;
		padding: 11px 25px 10px;
	}


.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: 4% 6%;
	text-align: center;
	background-color: #f2f2f2;
	font-size: 120%;
	font-style: italic
}
	.post blockquote p {
		
	}
	.post blockquote li {
		margin-bottom: 15px;
	}
		.post blockquote li:last-of-type {
			margin-bottom: 0;
		}
	.post blockquote h3 {
		margin: 10px 0 20px;
	}
	.post blockquote strong {
		text-transform: uppercase;
		font-size: 90%;
		letter-spacing: .08em;
		font-weight: bold;
	}

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

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


	
/*! Inner Post */

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




.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #777677;
	font-size: 14px;
	line-height: 1.4;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #777677;
		border: none;
	}
	.disclosure-top {
		text-align: left;
		margin: 0 0 25px;
	}

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

	
.inner-post .subscribe {
	padding: 8% !important;
	margin: 0
}
	.inner-post .subscribe h3.widget-title {
		font-size: 40px;
		margin: 0 0 8px;
	}


/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	letter-spacing: .02em;
}

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

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

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

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



/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	padding: 0;
	margin-bottom: 60px;
}
	.homepage-featured .wrap {
		
	}
.homepage-blocks {
	overflow: hidden;
	margin-bottom: 40px;
}
.homepage-featured .home-block h3.widget-title {
	display: none;
}
.homepage-featured .home-block {
	width: 15%;
	margin-right: 2%;
	float: left;
	position: relative;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.homepage-featured .home-block:nth-child(6n) {
		margin-right: 0
	}

.homepage-featured .home-block p {
	margin: 0
}
.homepage-featured .home-block img {
	width: 100%;
	height: auto;
}

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

.homepage-featured .home-block p.more a {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 12px;
	color: #272727;
	background-color: #ffffff;
	font-family: "Lato";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	white-space: nowrap;
	line-height: 1.2;
	padding: 5px 15px;
	text-align: center;
	display: inline-block;
}
	.homepage-featured .home-block:hover, .home-section.sixcolumns .item:hover {
		transform: scale(1.03);
	}
	
	.homepage-featured .home-blocks a:hover h2 {
		color: #3c7f7f
	}


.homepage-subscribe .subscribe {
	clear: both;
	width: 66.2%;
	float: left;
	background: url(images/lettucewraps-5.jpg) no-repeat center center;
	background-size: cover; 
	padding: 4.5%;
}
	.footer-subscribe .subscribe {
		width: 100%;
		float: none
	}
	.homepage-subscribe .subscribe .textwidget {
		background-color: rgba(0,0,0,.8);
		padding: 35px 55px 40px;
	}
		.footer-subscribe .subscribe .textwidget {
			max-width: 700px;
			float: right;
		}
	.homepage-subscribe .subscribe h3 {
		color: #ffffff;
		text-transform: none;
		letter-spacing: normal;
		font-size: 36px;
	}
		.homepage-subscribe .subscribe h3 em {
			color: #4b8b8d
		}
	.homepage-subscribe .subscribe p {
		color: #afafaf;
		font-size: 20px;
	}
.homepage-subscribe .about {
	width: 33.8%;
	float: right;
	text-align: center;
	margin-top: -58px;
	position: relative;
	z-index: 101;
	padding-left: 4%
}
.homepage-subscribe .about h3 {
	
}
.homepage-subscribe .social {
	width: 33.8%;
	float: right;
	clear: right;
	padding-left: 4%;
	text-align: center;
}
	
	
/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
}

.home-section {
	margin: 50px 0;
	overflow: hidden;
	clear: both;
}

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

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 300;
	
}

.home-section.widget_search {
	background: url(images/search-bg3.jpg) no-repeat center;
	background-size: 100% auto;
	padding: 5% 0;
}
	.home-section.widget_search .wrap {
		max-width: 650px;
		text-align: center;
		background-color: rgba(0,0,0,.8);
		padding: 3% 5% 3%;
		overflow: hidden;
	}
	.home-section.widget_search h3.divider {
		font-family: "Playfair Display", serif;
		text-transform: none;
		letter-spacing: normal;
		color: #ffffff;
		font-size: 42px;
		text-shadow: 1px 1px 7px rgba(0,0,0,.95);
		margin: 0 0 25px
	}
	.home-section.widget_search h3.divider span, .home-section.trending h3.divider span{
		background-color: transparent;
		padding: 0;
	}
	.home-section.widget_search h3.divider:after, .home-section.trending h3.divider:after {
		display: none;
	}
	.home-section.widget_search .search-form {
		background-color: #ffffff;
		margin: 0 auto;
		border: none;
		-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.5);
		box-shadow: 1px 1px 7px rgba(0,0,0,.5);
		width: 100%;
		max-width: 550px;
	}
	.home-section.widget_search .search-input{
		height: 78px;
		line-height: 78px;
		width: -moz-calc(100% - 78px);
		width: -webkit-calc(100% - 78px);
		width: calc(100% - 78px);
		padding: 0 25px;
		font-size: 22px;
	}
	.home-section.widget_search .search-submit {
		height: 78px;
		line-height: 78px;
		width: 78px;
		font-size: 29px;
	}

.home-section.trending {
	margin-top: -50px;
	overflow: hidden;
}
	.home-section.trending .wrap {
		margin: 0 auto;
		max-width: 1160px
	}
.home-section.trending h3.divider {
	color: #262626;
	text-shadow: none;
	font-size: 20px;
	width: 200px;
	float: left
}

.home-section.trending .textwidget {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	display: inline-block;
	max-width: 905px;
	text-align: center;
	padding-top: 6px
}
.home-section.trending .text-widget p, .home-section.trending .text-widget ul {
	text-align: center
}
.home-section.trending ul, .home-section.trending p {
	margin: 10px 0;
}
.home-section.trending ul li {
	display: inline-block
}

.home-section.trending ul li a {
	background-color: #3c7f7f;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 6px 15px;
	margin: 4px;
}
	.home-section.trending ul li a:hover{
		background-color: #81aeaf
	}

.home-section.trending p {
	padding-right: 200px;
}
.home-section.trending em a {
	color: #777677 !important;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
	.home-section.trending em a:hover {
		color: #81aeaf;
		text-decoration: none;
	}
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

.home-section.sixcolumns {
	
}
	.home-section.sixcolumns .item {
		overflow: hidden;
		text-align: center;
		width: 15%;
		margin-right: 2%;
		float: left;
	}
		.home-section.sixcolumns .item:nth-child(6n) {
			margin-right: 0;
		}
		.home-section.sixcolumns .item:nth-child(6n+1) {
			clear: left;
		}
		

.home-section.sixcolumns .more {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
	.home-section.sixcolumns .more a.more-link {
		color: #ffffff;
		display: inline-block
	}
.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-section .item h4 {
	margin: 12px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 21px;
}
	.home-section.sixcolumns .item h4 {
		font-size: 18px;
	}
.home-section a {
	text-decoration: none;
}

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

.home-section .item a:hover, .home-section .item a:hover h4 {
	color: #3c7f7f
}

.home-section.sixcolumns p {
	margin: 0
}
	.home-section.sixcolumns p.more {
		margin: 10px 0 0;
		font-size: 18px;
	}

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


.home-section .more a.more-link {

	
}
	
.home-section .more a.more-link em {
	display: none
}
	.home-section .more a.more-link:hover {
		
	}


.home-section.shaded {
	background-color: #f9f9f9;
	padding-top: 35px;
	padding-bottom: 55px;
}
	.home-section.shaded h3.divider span {
		
	}
	.home-section.shaded h3.divider:after {
		
	}

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

.teaser-post {
	font-size: 95%;
	position: relative;
	overflow: hidden;
	width: 47%;
	margin: 0 6% 5% 0;
	float: left;
}
	.teaser-post:nth-child(2n) {
		margin-right: 0
	}
	.teaser-post:nth-child(2n+1) {
		clear: both
	}
	
.latest-posts .teaser-post {
	width: 30.5%;
	float: left;
	margin: 0 4.25% 5% 0;
	clear: none;
}
	.latest-posts .teaser-post:nth-child(3n) {
		margin-right: 0
	}
	.latest-posts .teaser-post:nth-child(3n+1) {
		clear: both
	}


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


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

.teaser-post h2.post-title {

}

.teaser-post .post-date {
	margin: 17px 0 5px;
}

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

.teaser-post .more {
	margin-top: 25px;
}


/*!---------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: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

.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 {
	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: #272727;
	margin: 10px;
	-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 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

.archiveslist li {
	margin: 0 0 10px !important;
	padding: 0 10px 0 0 !important;
	list-style-type: disc;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 93%;
}

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

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

.archiveslist a:hover {
	color: #3c7f7f;
}

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

.archiveslist>li {
	
}

.archiveslist ul {

}

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

.subcats {
	margin-bottom: 40px;
	background-color: #f2f2f2;
	padding: 25px 25px 5px;
	text-align: center;
}

.categories h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

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

ul.subcategories li, .widget.categories ul 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, .widget.categories a {
	display: inline-block;
	font-size: 10px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
	color: #3c7f7f;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #3c7f7f;
	}

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

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

.tagindex a {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #777677;
}

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

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

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

.tagtitle em {
	color: #777677;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

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

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

.recipecats {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0;
}
.recipecats a {
	text-decoration: none;
}
.recipecats li {
	list-style-type: none;
	overflow: hidden;
	line-height: 1.3;
	padding-top: 15px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}
	.recipecats>li:before {
		display: none;
	}
.recipecats li img {
	float: left;
	height: 22%;
	margin: -15px 2% 0 0;
	padding: 0;
	width: 22%;
}

.recipecats li ul {
	margin-top: 10px;
}

.recipecats li ul li {
	display: inline-block;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 5px 3px 0 !important;
}
	.recipecats li ul li a {
		color: #777677;
		line-height: 1.2;
		background-color: #ffffff;
		display: inline-block;
		width: auto;
		text-decoration: none;
		padding: 2px 3px;
	}	
		.recipecats li ul li a:hover {
			color: #3c7f7f;
		}


/*!Breadcrumbs*/

.breadcrumb {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #777677;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 15px;
	clear: both;
	margin: 0 0 10px;
}
.breadcrumb a {
	color: #777677;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #272727;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #3c7f7f;
	border: none;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.smbutton {
	font-size: 12px;
	padding: 5px 10px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
		background-color: #81aeaf;
		color: #ffffff;
	}

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

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

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

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 25px;
	margin-bottom: 35px;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	width: 100%;
	max-width: 350px;
	border: none;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
	.header-search .search-form {
		width: 280px
	}
.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #777677;
	font-size: 17px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	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);
}

	.search-form .search-field:focus {
		outline: none;
		border-left: 2px solid #3c7f7f;
		border-right:none;
	}
	.header-search .search-form .search-field {	
		
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #3c7f7f;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #81aeaf;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #f2f2f2;
}
.sub-wrap {
	background-color: #f2f2f2;
}
	.sidebar .subscribe, .inner-post .subscribe {
		padding: 30px 25px;
		background-color: #f2f2f2;
	}

	
.sidebar .subscribe {
	border: none;
	position: relative;
}

.subscribe p {
	margin: 0 auto 25px;
	color: #777677;
	line-height: 1.5;
	text-align: center;
	max-width: 450px;
}
	.subscribe p strong {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 85%;
	}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		font-size: 18px;
	}

.subscribe h3.widget-title {
	
}
	.homepage-subscribe .subscribe h3.widget-title {
		margin: 0 0 18px;
	}
	.sidebar .subscribe h3.widget-title {
		margin: 0 0 8px;
	}


		
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	text-align: left;
}
	.homepage-subscribe .subscribe .email-form {
	
	}
	.sidebar .subscribe .email-form {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}
	.inner-post .subscribe .email-form {
		margin-top: 25px;
	}

	
.subscribe .email-input {
	border: none;
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	height: 60px;
	line-height: 60px;
	margin: 0 10px 0 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.inner-post .subscribe .email-input {
		
	}
	.email-input:focus {
		outline: none;
		border-left: 2px solid;
		border-right:none;
	}
.subscribe .email-submit {
	border: none;
	font-family: "Lato", "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #3c7f7f;
	border: none;
	float: right;
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		position: relative;
		font-size: 24px;
		vertical-align: middle
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
	}
	.inner-post .subscribe .email-submit {
		
	}


	.subscribe .email-submit:hover {
		background-color: #81aeaf
	}

.email-input::placeholder {
	color: #777677;
}

.search-field::placeholder {
	color: #777677;
}



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

	
.footer {
	overflow: hidden;
	clear: both;
}

.footer a {
	text-decoration: none;
	color: #777677;
}
	.footer a:hover {
		 color: #3c7f7f;
	}

.footer .widget_nav_menu {
	width: 18%;
	float: left;
	margin-bottom: 50px;
}
	.footer .widget_nav_menu h3 {
		text-align: left;
		color: #272727;
		font-size: 17px;
		font-family: "Lato", sans-serif;
		font-weight: bold;
		letter-spacing: .08em;
		margin: 0 0 15px;
	}
	
	.footer .widget_nav_menu ul li {
		margin-bottom: 10px;
		font-size: 15px;
		text-transform: lowercase;
	}
	
.footer .cookbook {
	width: 40%;
	float: right;
	text-align: center
}
	.footer .cookbook h3 {
		margin: 25px 0 15px;
	}
		.footer .cookbook h3 em {
			margin: 0;
			font-size: 11px;
			color: #3c7f7f;
			font-style: normal;
		font-family: "Lato", sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 12px;

		}
	.footer .cookbook p {
		margin: 0;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 15px;
		line-height: 1.4;
	}
	.footer .cookbook .simple-image {
		width: 52%;
		float: left;
		margin: 0;
	}
		.footer .cookbook .simple-image img {
			width: 100%;
			height: auto
		}
	.footer .cookbook p.more {
		margin-top: 20px;
	}	
	.footer .cookbook p.more a  {
		color: #ffffff;
		background-color: #3c7f7f;
		display: inline-block;
		width: auto;
		font-family: "Lato", sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: .08em;
		font-size: 11px;
		text-decoration: none;
		padding: 5px 15px;
	}
	

	.footer .cookbook p.more a:hover {
		color: #ffffff;
		background-color: #81aeaf
	}
	
.sub-footer {
	padding: 25px 0 25px;
	color: #777677;
	border-top: 1px solid #e9e9e9;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 500;
	text-align: left;
}
	.sub-footer .wrap {
		max-width: 100%;
	}
.sub-footer a {
	text-decoration: none;
	color: #777677;
}

.sub-footer a:hover {
	color: #3c7f7f;
}

.footer-nav {
	width: 50%;
	float: right;
	text-align: right;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}	

.copyright {
	width: 50%;
	float: left;
	text-align: left;
}

.copyright p {
	margin: 0;
}

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

.copyright a {
	text-decoration: underline;
	color: #777677;
}

.copyright a:hover {
	color: #3c7f7f;
}

.sub-footer a.top {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #3c7f7f;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	position: absolute;
	bottom: 180px;
	right: 50%;
	display: none;
}
	.sub-footer a.top:hover {
		background-color: #81aeaf	
	}
	
.adthrive-comscore {
	margin: 0 !important;
	padding-bottom: 90px;
	font-family: Lato !important;
	border-top: 1px solid #e1e1e1;
	color: #777677 !important;
}
	.adthrive-comscore span {
		border: none !important;
		font-family: Lato !important;
		font-size: 12px !important;
		text-transform: lowercase !important;
		font-style: italic !important;
	color: #777677 !important;
	}

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

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

#respond {
	margin-bottom: 60px;
	padding: 3% 5%;
	background-color: #f9f9f9;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

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

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

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

#commentform p.comment-reply label {
		display: inline-block;
	}
	#commentform input#gp_comment_mail_notify, #commentform input[type=checkbox] {
		width: auto;
		display: inline-block;
	}
	#commentform .comment-form-cookies-consent em {
		font-size: 90%;
		display: block;
		line-height: 1.6;
		margin: 5px 0 0;
		font-style: italic;
	}
.akismet_comment_form_privacy_notice {
		font-size: 70%;
		display: block;
		line-height: 1.6;
		margin: -40px 0 55px;
		font-style: italic;
		color: #777677;
	}
		.akismet_comment_form_privacy_notice a {
			color: #777677;
			text-decoration: underline
		}
		
.wp-smiley {
	vertical-align: middle
}

/*!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: #272727;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-family: "Lato", Arial, Impact, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0 0 50px;
	padding: 10px 0;
	overflow: hidden;
	color: #777677;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #777677;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e9e9e9;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #272727;
	margin: 0;
	font-weight: bold;
	border: none;
}

.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	background-color: #3c7f7f;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #777677;
}

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

#main {
	clear: both;
	font-family: "Playfair Display", Times, Georgia, serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 20px;
	line-height: 50px;
	display: block;
	clear: right;
	float: right;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	margin-right: -13px
}

#main ul.mainmenu {
	display: block;
	width: 100%;
}

#main li {
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	position: relative;
}
	
#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #272727;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover {
	color: #4b8b8d;
}


/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0;
	line-height: 1.4;
	background-color: #272727;
	text-align: left;
	z-index: 2001;
	width: 230px;
}

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

#main li li a {
	display: block;
	color: #fff;
	background-color: transparent;
	margin: 0;
	padding: 12px 16px;
	border: none;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	border-bottom: 2px solid rgba(255,255,255,.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main li li:last-child a {
		border-bottom: none
	}
	#main li li.bold a {
		font-weight: bold;
		color: #4b8b8d !important;
	}
	
#main ul li:hover > ul {
	display: block;
}


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	display: none;
}

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

#main ul ul li ul {
	background-color: #464646 !important;
	left: 230px;
	top: 0px;
	margin: 0;
}
	#main li li li a {
	color: #ffffff !important;
	}
		#main li li li a:hover {
		color: #4b8b8d !important;
		}	
#main ul ul li ul:before {
	display: none;
}

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

	
	#main li li a:hover, #main li li li a:hover {
		color: #4b8b8d !important;
	}
	
/* Recipe Format */
.recipe {
	border: none;
	color: #272727;
	font-style: normal;
	margin: 150px 0 35px;
	padding: 15px;
	border: 1px solid #e9e9e9;
}

.innerrecipe {
	background-color: #fff;
	padding: 30px;
}

.recipe h2 {
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
}

.recipe h3 {
	clear: left;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	color: #777677;
	margin: 15px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
}


.recipe .recipe-meta {
	text-align: center;
}

.recipe .recipe-meta p {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

.recipe .recipe-meta strong {
	color: #272727;
}

.recipe .summary {
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}

.recipe img.photo {
	display: block;
	width: 220px;
	margin: 0 auto;
	float: none;
	margin-top: -140px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.printbutton {
	clear: both;
	margin: 10px auto 20px;
	text-align: center;
	width: 200px;
}

.printbutton a {
	font-size: 14px;
	background-color: #3c7f7f;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 8px 10px;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border: none !important;
	box-shadow: none !important;
}
	.printbutton a:hover {
		background-color: #81d3cc;
	}
.printbutton img {
	margin-right: 2px;
	vertical-align: middle;
}

.printbutton img,
.post-meta img,
.post h2 img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.recipe .notes {
	
}

.recipe .source {
	clear: left;
	color: #aeaeae;
	font-size: 12px;
}
	.recipe .source p {
		margin: 0;
	}

.recipe p.copyright {
	color: #aeaeae;
	float: none;
	font-size: 11px;
	line-height: 15px;
	padding: 15px 0 1px;
	margin: 0;
	text-align: left;
	width: 100%;
}

/*Recipe ratings*/
.rating {
    font-size: 13px;
    text-align: center;
    color: #777677;
}
	.recipe .rating {
		display: block;
		margin: 20px auto 10px;
	    text-align: center !important;
	}
	.recipe .rating a {
		border: none;
		text-decoration: underline;
	}
	.recipe .rating .rating-container {
		margin-bottom: 0 !important;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.comment-rating-field-pro-plugin, .rating div.rating-container, .rating div.review-total {
	  display: inline-block;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 font-style: normal;
		 color: #aeaeae;
		 font-size: 90%;
		 text-align: center;
	}
		.rating a.reviews {
			color: #aeaeae;
		}
		.rating a.reviews:hover {
			color: #81d3cc;
		}
	.leave-a-review {
		clear: both;
		color: #777677;
		text-align: center;
		font-size: 14px;
		margin-top: 3px;
	}
		.leave-a-review a {
			font-weight: bold;
			display: inline-block;
			margin-left: 5px;
		}
		.rating .leave-a-review {
			color: #aeaeae;
		}
			.rating .leave-a-review a {
				color: #3c7f7f;
			}
			
	span.leave-a-review {
		display: block;
		margin: 0;
	}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#comment-list div.rating-container span.label, #comment-list div.rating-container label {
	display: none;
}

/* Create custom recipe card */

.mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
	margin: 70px 0 50px !important;
}

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 5px solid #f3f3f3;
	padding: 30px !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 17px;
		font-weight: normal;
		line-height: 1.6;
	}
	

/*Header*/
.mv-create-card .mv-create-wrapper .mv-create-header {
	
}

.mv-create-card .mv-create-wrapper .mv-create-image-container {
	max-width: 220px;
	min-width: 130px;
	width: 30% !important;
}
.mv-create-card .mv-create-wrapper img.mv-create-image {
	
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1;
	margin: 5px 0 20px;
	font-size: 36px;
	color: #272727;
	clear: left;
	float: none !important;
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 21px;
	margin-top: 25px;
	color: #272727;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients h3.mv-create-title-secondary:before {
		
	}
	.mv-create-card .mv-create-wrapper .mv-create-instructions h3.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h3.mv-create-title-secondary {
		margin-top: 30px;
	}

.mv-create-card .mv-create-wrapper h4 {
	font-size: 18px;
	font-family: "Lato";
	font-weight: bold;
	margin: 15px 0 10px
}

.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 15px 0 30px;
	line-height: 1.6;
	font-size: 115%;
	font-style: italic;
}
	.mv-create-card .mv-create-wrapper .mv-create-description p {
		font-size: 19px;
	}

/*Times & Meta*/
.mv-create-card .mv-create-wrapper .mv-create-yield {
	float: left;
	font-size: 13px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	color: #3c7f7f;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 0;
	opacity: 1.0;
	line-height: 20px !important;
	display: block !important;
	color: #777677;
}
	.mv-create-card .mv-create-wrapper .mv-create-times * {
		opacity: 1.0;
		line-height: 20px !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-time {
		border: none !important;
		display: inline-block;
		text-align: left;
		padding: 0;
		margin: 0 12px 0 0;
		font-size: 12px;
	}

.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 12px;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #777677;	
	opacity: 1.0;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-size: 13px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	opacity: 1.0;
	display: inline-block;
}
	.mv-create-card .mv-create-wrapper .mv-create-time-label:after {
		content: ": ";
		display: inline;
	}
.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time:first-of-type {
	padding-left: 0;
}

/*Ingredients & Instructions*/
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 3px 25px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #3c7f7f;
	    content: '\2022';
	    margin: 0 6px 0 -25px;
		display: inline-block;
	}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	counter-reset:li;
	margin: 0;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	display: block !important;
	background-color: #3c7f7f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-family: Lato;
	font-weight: bold;
}



/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-reviews {
	margin-top: 20px;
}
.mv-create-card .mv-create-wrapper .mv-reviews-reviewcount {
	font-size: 13px;
	line-height: 1.3;
	margin: 5px 0 0;
	color: #777677;
	font-style: italic;
	opacity: 1.0 !important;
}


/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	
}

.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	line-height: 1.6;
}

.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	font-size: 80%;
	color: #777677;
}


.mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 10px 15px;
	padding: 0;
	list-style-type: none;
}


.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
    color: #3c7f7f;
    content: '*';
    margin: 0 6px 0 -10px;
	display: inline-block;
}

/*Nutrition*/

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px -30px -30px;
	line-height: 1.6;
	font-size: 13px;
	opacity: 1.0 !important;
	background-color: #f5f3f3;
	color: #706F70;
	padding: 25px 30px 20px;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition h4:before {
		display: none !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	opacity: 1.0 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-item {
	font-size: 100%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 15px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: bold;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #706F70;
	font-size: 100%;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h4 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	margin: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-box:after {
	content: "Nutrition info is automatically generated. This information is provided as a courtesy and is an estimate only.";
	display: block;
	font-style: italic;
	margin-top: 8px;
}

/*Buttons*/
.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin: 0px auto 15px;
	background-size: 100% auto;
	padding: 18px 10px;
	color: #ffffff;
	background-color: #3c7f7f;
	border: none;
}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		font-weight: bold;
		margin-right: 1px;
	}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #81aeaf;
	 	cursor: pointer;
	}



/*Footer*/
.mv-create-footer {
	opacity: 1.0 !important;
}
.mv-create-footer-flexbox, .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal !important;
	color: #777677;
	opacity: 1.0 !important;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	opacity: 1.0 !important;
}
	.mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #777677 !important;
		letter-spacing: normal !important;
	}
	.mv-create-footer-flexbox .mv-create-strong {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .1em !important;
		opacity: 1.0 !important;
	}

.mv-create-footer-flexbox .mv-create-copy {
	padding: 0;
}

/*Mobile*/

@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
	.mv-create-card .mv-create-wrapper {
		padding: 20px !important;
	}
	
	.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
		font-size: 28px;
	}

	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		margin: 0 0 10px 10px;
	}
	.mv-create-card .mv-create-wrapper .mv-create-image-container img {
		display: block;
		margin: 0 !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-time {
		display: block;
		}
}

@media ( max-width : 500px ) {
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		float: none;
		width: 200px !important;
		margin: 0 auto;
	}
	.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-card .mv-create-wrapper .mv-create-header p {
		text-align: center;
	}
	.mv-create-card .mv-create-wrapper .mv-create-yield {
		text-align: center;
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.mv-create-card .mv-create-wrapper .mv-create-time {
		display: block;
		text-align: center;
		}
}


/*Print View*/

.mv-create-print-view.mv-create-card {
	margin: 20px !important;
	width: 8.5in !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes {
	padding-right: 0;
	padding-left: 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
}
.mv-create-print-view.mv-create-card h1, .mv-create-print-view.mv-create-card h2, .mv-create-print-view.mv-create-card h3, .mv-create-print-view.mv-create-card h4 {
	font-weight: bold !important;
}
.mv-create-print-view.mv-create-card h2 {
	text-transform: none !important;
	letter-spacing: normal !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: transparent;
}

.mv-create-print-view .mv-create-image-container {
	
}
	.mv-create-print-view.mv-create-card .mv-create-wrapper img.mv-create-image {
		top: 0;
		margin-left: 0;
	}
.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card * {
	color: #000 !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 10px 0 15px;
	line-height: 1.6;
}

.mv-create-print-view.mv-create-card .mv-create-times {
	display: block;
}

.mv-create-print-view.mv-create-card .mv-create-time-label, .mv-create-print-view.mv-create-card .mv-create-time-format {
	
}
.mv-create-print-view.mv-create-card .mv-create-time {
	display: inline-block;
	width: auto;
	border: none !important;
	padding: 0;
	margin: 0 10px 0 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients h3.mv-create-title-secondary:before {
	border: none;
	border-bottom: 3px solid #3c7f7f;
	margin: 25px 0 20px;
}

.mv-create-print-view.mv-create-card .mv-create-canonical-link {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #8d8d8d !important
}