/*! 
Theme Name: Hot Chocolate Hits
Theme URL: http://www.hotchocolatehits.com/
Description: Custom responsive blog theme for Hot Chocolate Hits.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.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;
}

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

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*! MAIN CONTAINER */

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

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

@media ( min-width : 800px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		/*max-width: 728px;*/
		max-width: 620px;
		float: left;
		overflow: hidden;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
		
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}

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

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


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

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

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



body {
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #43342f;
	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: #129393;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #f4cb36;
	text-decoration: none;
}
	.post-content a, .page_content a, .cat-desc a {
		color: #43342f;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #129393;
		box-shadow: inset 0 -2px 0 #129393;
	}
	.post-content a:hover, .page_content a:hover, .cat-desc a:hover, .post-content a:focus, .page_content a:focus, .cat-desc a:focus {
		color: #129393
		
	}
	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.1;
	margin: 25px 0;
	color: #43342f;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}
	.post-content>h2, .page_content h2 {
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ededed
	}
	h2 em, h3 em {
		display: block;
		font-style: normal;
		font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .12em;
		font-size: 11px;
		margin-bottom: 5px;
	}
	h2.divider, h3.divider {
		text-align: center;
	}

h3 {
	font-size: 30px;
}
	.post-content>h3, .page_content h3 {
		

	}

h4 {
	text-transform: uppercase;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

hr {
	border: 0;
	height: 0;
	margin: 35px 0;
	border-top: 1px solid #E8E8E8;
	border-bottom: none;
}
	hr.is-style-default {
		margin: 60px auto;
		border-top: 1px solid #E8E8E8;
		max-width: 100px;
	}
	hr.spacer {
		border-color: #ffffff !important; 
	}

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

.top-bar {
	background-color: #ffffff;
	height: 60px;
	padding: 0;
	width: 100%;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.15);
	box-shadow: 0px 0px 7px rgba(0,0,0,.15);

}
.header {
	padding: 1px;
	margin-bottom: 60px;
}
	.header:after {
		content: "";
		width: 100%;
		display: block;
		border-bottom: 1px solid #E8E8E8;
		margin-top: -50px;
	}
	body.home .header {
		border: none;
		margin-bottom: 0;
	}
		body.home .header:after {
			display: none
		}
.header .wrap {
	position: relative;
	height: 140px;
}
.header .logo, .header h1.logo {
	margin: 0;
	width: 205px;
	position: absolute;
	top: -90px;
	left: 15px;
}
	

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

.span_content {
	padding-bottom: 50px
}

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

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

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

.span_content ul li:before {
	color: #129393;
	content: '\2022';
	font-weight: bold;
	margin: 0 0 0 -20px;
	width: 20px;
	font-weight: normal;
	font-style: normal !important;
	display: inline-block;
}
	.span_content ul li ul li:before {
	
	}
.span_content ol {
	counter-reset:li;
}

.span_content ol li {
	padding: 0 0 0px;
	margin: 0 0 20px 30px;
	list-style-type: none;
	position: relative;
}
.span_content ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #129393;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -20px;
	top: 7px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

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

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

h1.page-title, h1.archive-title, h2.page-title, h2.archive-title, .span_content_full>h1:first-of-type {
	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;
	margin: 0 0 15px;
}

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

.widget a {
	text-decoration: none;
}

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

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

.sidebar select {
	color: #7b716d;
	font-size: 16px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 42px;
	height: 42px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ededed;
}

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

.sidebar .widget:first-child {
	margin-top: 0;
}
.sidebar .about {
	text-align: center;
}

.sidebar .about h3.widget-title {
	
}

.sidebar .about p {
	margin: 20px 0 15px;
	line-height: 1.5;
}
.sidebar .about img {
	margin: 0 auto 20px;
	width: 200px;
	border-radius: 50%;
	
}
.sidebar .about .more {
}
.sidebar .social {
	margin-top: -20px;
}
.social a {
	text-decoration: none;
	font-size: 17px;
	padding: 9px;
	color: #129393;
}
	.social a svg {
	    fill: #129393;
	    height: 16px;
	    width: auto;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
		.social a:hover, .social a:hover svg {
		    fill: #f4cb36;
		}

	.sidebar .social a {
		
	}
	.social a:hover {
		color: #f4cb36
	}
	


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


/*! -- Custom Content Widgets -- */

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

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

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

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

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

.sidebar .widget h4 {
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .widget_category-posts .more {
	clear: both;
	padding-top: 20px;
}


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

.post {
	margin-bottom: 0px;
}

.post-content>p:first-of-type, p.subhead {
	font-style: italic;
	font-size: 110%;
	line-height: 1.7;
}

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

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

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

.post-meta {
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #7b716d;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 15px;
}
	.post-date {
		margin: 0 0 12px;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 115%;
}

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

.post-date {
	margin: 0 0 5px;
}
.post-date a {
	color: #43342f;
	margin: 0;
}

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


.post-meta .spacer {
	display: inline-block;
}
.post-meta .spacer:before {
	display: inline-block;
	letter-spacing: normal;
	font-weight: normal;
	opacity: 0.3;
	content: "//";
	margin: 0 5px;
}

.post-meta i {
	color: #129393
}
.ccount {
	display: inline-block
}
	.ccount a:before {
	
	}

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

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

.post-cats a {
	color: #ffffff;
	background-color: #129393;
	display: inline-block;
	font-size: 11px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
}
	.post-cats a:hover {
		background-color: #f4cb36;
		color: #ffffff !important;
		text-decoration: none;
	}
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: #7b716d;
	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: #43342f;
}

a.more-link, .about .more a {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	color: #43342f;
	background-color: #f4cb36;
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 8px;
	position: relative;
	margin: 6px;
	-moz-box-shadow: -5px 6px 0px #43342f;
	-webkit-box-shadow: -5px 6px 0px #43342f;
	box-shadow: -5px 6px 0px #43342f;
}
	/*a.more-link:before, .about .more a:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 6px;
		left: -5px;
		background-color: #43342f;
		border-radius: 6px;
	}*/
	.about .more a {
		font-size: 12px;
		padding: 11px 15px;
	}
	a.more-link:hover, .about .more a:hover {
		background-color: #129393;
		color: #ffffff;
	}


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

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

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

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

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


.post blockquote, .wp-block-quote {
	margin: 45px 0;
	clear: both;
	padding: 4% 6%;
	position: relative;
	background-color: #efefef;
}

	.post blockquote p, .wp-block-quote p {
		margin: 0;
		text-align: center;
	}


/*Classic Galleries*/
	
.gallery {
	overflow: hidden;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;}

.gallery.gallery-columns-3 {
	margin: 25px -1.5% 25px;
}

	.gallery.gallery-columns-3 .gallery-item {
		width: 30%;
		margin: 0 1.5% 1.5%;
		text-align: center;
	}
.gallery.gallery-columns-2 {
	margin: 25px -2% 25px;
}
	.gallery.gallery-columns-2 .gallery-item {
		width: 46%;
		margin: 0 2% 2%;
		text-align: center;
	}


.gallery img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery .gallery-caption {
	margin-left: 0;
}

/*!----Gutenberg----*/


.wp-block-image {
	text-align: center;
	margin: 25px 0 -10px !important
}
.wp-block-image img, .wp-block-image a {
	display: block !important
}
.wp-block-gallery ul {
	margin: 0 0 -16px !important;
	list-style-type: none
}
.wp-block-gallery li:before {
	display: none !important
}
	.wp-block-gallery ul li img {
		display: block
	}
.post-content .has-very-light-gray-background-color {
    background-color: #efefef !important;
    padding: 30px !important;
    margin: 35px 0
}


/*! Inner Post */

.share {
	margin: -15px 0 0px;
}

.dpsp-shortcode-wrapper, .dpsp-shortcode-wrapper ul, .dpsp-shortcode-wrapper ul li, #dpsp-content-bottom li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
	.dpsp-shortcode-wrapper ul {
		margin: 0 !important
	}
	.dpsp-shortcode-wrapper ul li, #dpsp-content-bottom ul li, #dpsp-content-top ul li {
		margin: 0 5px !important;
		position: relative;
	}

#dpsp-content-bottom {
	text-align: center;
	margin: 35px 0
}

/** Grow CSS Fix **/
.dpsp-content-wrapper .dpsp-network-btn {
	display: inline-block !important;
}
/** End Grow CSS Fix **/

.disclosure, small {
	font-style: italic;
	color: #7b716d;
	font-size: 13px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 25px 0;
	}
	.disclosure strong {
		font-style: normal;
	}
	.disclosure-bottom {
		margin: 25px 0 50px;
	}
	.disclosure-top {
		margin: 0px 0 20px;
	}


.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.2;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 18px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.3;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}

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

.post-nav a {
	color: #43342f;
	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: #129393;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	color: #7b716d;
	padding: 0 0 5px;
}


/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
}
	
.home-section {
	padding: 60px 0 75px;
	overflow: hidden;
}
	.home-section:last-of-type {
		
	}
.home-section.shaded, .home-section.video {
	position: relative;
	background: #efefef url(images/bg2.png);
	background-size: 351px 289px;
	padding: 60px 0 75px;
}

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 25px;
}

.home-section .category-posts {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
}

	.home-section .category-posts .item {
		width: 22.75%;
		margin: 0px;
		text-align: center;
	}

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

.home-section .item h4 {
	margin: 15px 0 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

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

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

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

.home-section .more {
	clear: both;
	text-align: center;
	padding-top: 20px
}

	.home-section .teaser-post .more {
		padding-top: 0;
	}

.home-section.video {
	overflow: hidden;
}
	.home-section.video .wrap {
		position: relative;
	}
.home-section.video .player {
	width: 60%;
	padding-bottom: 36%;
	float: left;
	margin-bottom: -10px;
	position: relative;
}

.home-section.video .caption {
	text-align: center;
	width: 35%;
	float: right;
	margin-top: 3%;
}

.home-section.video .caption h2 {
	margin: 0 0 18px;
}

.home-section.video .caption p {
	margin: 0 0 30px;
	font-size: 90%;
}

.home-section.video .caption a {
		text-decoration: underline;
}
#___ytsubscribe_1 {
	text-align: center;
	margin: 0 auto 0 50px !important;
}

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

.teaser-posts {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}
	.teaser-posts .teaser-post {
		font-size: 95%;
		position: relative;
		overflow: hidden;
		text-align: center;
		width: 47%;
		margin-bottom: 60px;
	}
	
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}

.teaser-image a {
	display: block;
	position: relative;
}

.teaser-post .teaser-content {
	display: block;
    position: relative;
    z-index: 101;
}

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

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

.teaser-post .excerpt {
	
}

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

.teaser-post .more {
	
}

.teaser-post .post-meta {
	text-align: center;
	margin: 25px 0 -20px;
}

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

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archives {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -1.5%;
}

	.archives .archive-post {
		width: 30%;
		margin: 0 1.5% 30px;
		text-align: center;
	}

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

.archive-post a {
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	display: block;
}
.archive-post a.post-edit-link {
	display: inline-block;
}

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

.archive-post h4 {
	color: #43342f;
	margin: 15px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

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

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.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;
	line-height: 1.6
}

.archiveslist li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}


.archiveslist ul {
	margin-bottom: 0;
	margin-top: 5px
}
.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left:15px !important;
	margin-bottom: 3px;
}
	.archiveslist ul li:before {
		font-style: normal !important;
	}
.archiveslist a {
	font-weight: normal;
}
.subcats {
	border: 2px solid #E8E8E8;
	padding: 10px 20px 20px;
	clear: both;
	margin: 20px 0 40px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	display: inline-block;
	font-size: 18px;
	margin: 10px 5px 0;
	vertical-align: middle
}
.subcats ul, .subcats li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important
	
}
ul.subcategories {
	overflow: hidden;
	margin: 0 !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 {
	color: #ffffff;
	background-color: #129393;
	display: inline-block;
	font-size: 11px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 2px 3px;
	text-decoration: none;
}

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

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

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

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

.tagslist>li {
	font-size: 90%;
}

.tagslist>li em {
	font-size: 80%;
	color: #88898a;
	margin-left: 8px;
}

.archiveslist a {
	border: none !important;
		box-shadow: none !important;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	float: left;
	color: #7b716d;
	border: solid 1px #f6f5f5;
	box-shadow: none
}

.tagindex a {
	text-decoration: none;
}

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

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

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

.tagtitle em a {
	color: #a6a5a5;
	font-size: 11px;
	font-weight: normal;
	border: none !important;
	box-shadow: none !important;
}

.tagtitle a:hover {
	color: #43342f;
}


/*!Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #7b716d;
	font-size: 11px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	letter-spacing: .15em;
	clear: both;
	font-weight: bold;
	margin-bottom: 8px
}
	.span_content_full .breadcrumb, .page_content .breadcrumb {
		text-align: left
	}
.breadcrumb a {
	color: #7b716d;
	text-decoration: underline;
	border: none;
	box-shadow: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
	}
.breadcrumb a:hover {
	color: #129393;
}



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

#submit, .submitbutton, #commentform #submit, .smbutton {
	color: #ffffff !important;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #129393;
	border: none;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	box-shadow: none;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.submitbutton i {
		font-weight: 300;
		font-size: 140%;
		line-height: 1;
		position: relative;
		top: 2px;
		margin-left: 5px;
	}
.smbutton {
	font-size: 11px;
	padding: 6px 12px 5px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, .smbutton:hover {
		background-color: #f4cb36;
		color: #ffffff;
		box-shadow: none;
		border: none;
	}

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

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #43342f;
	font-size: 16px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ededed;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	background-color: #ededed;
	padding: 25px;
}

.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 Forms*/
.search-form {
	width: 100%;
	max-width: 350px;
	border: 1px solid #ededed;
	background-color: #ffffff;
	overflow: hidden;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #7b716d;
	font-size: 18px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 20px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

.search-form .search-submit {
	background-color: #ffffff;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 22px;
	background-color: #129393;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
	cursor: pointer;
	width: 50px;
}

	.sidebar .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	background-color: #f4cb36;
}


/*Subscribe Forms*/
.featured-subscribe {
	margin-bottom: 60px;
	margin-top: -50px;
	padding: 40px 0;
	color: #ffffff;
	background: #129393 url(images/bg.png);
	background-size: 351px 289px;
}
	.featured-subscribe .subscribe {
		overflow: hidden;
		max-width: 750px;
		margin: 0 auto;
	}
.sidebar .subscribe {
	padding: 25px;
	background: url(images/bg.png);
	background-size: 351px 289px;
	color: #ffffff;
}

.inner-post .subscribe {
	padding: 45px 25px;
	background: url(images/bg.png);
	background-size: 351px 289px;
	color: #ffffff;
}
	

.sidebar .subscribe h3, .inner-post .subscribe h3 {
	color: #ffffff;
}

	.featured-subscribe .subscribe h2 {
		margin: 4px 0 0;
		text-align: left;
		width: 100%;
		max-width: 280px;
		float: left;
		color: #ffffff;
		text-align: center;
	}
	
	.sidebar .subscribe p, .inner-post .subscribe p {	
		text-align: center
	}
	
.subscribe .email-form {
	clear: none;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	vertical-align: middle;
	margin-top: 20px;
	max-width: 580px;
	}
	.featured-subscribe .subscribe .email-form {
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		max-width: 100%;
		float: right;
		margin: 0px 0 0;
	}
	.sidebar .subscribe .email-form, .inner-post .subscribe .email-form {
		margin-top: 0px;
		width: 100%;
		float: none;
	}
.subscribe .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	float: left;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input, .inner-post .subscribe .email-input {
		width: 100%;
		float: none;
		margin: 15px 0;
		font-size: 17px;
	}
	.subscribe .email-input:focus {
		border: 2px solid #43342f;
		outline: none;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 16px;
	color: #ffffff;
	background-color: #43342f;
	text-align: center;
	float: right;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 64px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 30px;
		position: relative;
		top: 5px;
	}
	.subscribe .email-submit span {
		display: none
	}
	.sidebar .subscribe .email-submit, .inner-post .subscribe .email-submit {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center
	}

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

.email-input::placeholder {
	color: #7b716d;
}

.search-field::placeholder {
	color: #7b716d;
}


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

.footer {
	clear: both;
	font-size: 15px;
	overflow: hidden;
}
	.footer a {
	    text-decoration: none;
	    color: #43342f;
	}
		.footer a:hover {
		    color: #129393;
		}
.footer .wrap {
	
}

.footer .instagram {
	padding: 0;
	max-width: 100%;
	position: relative;
}
.instagram .wrap h2 {
	
}
.instagram .sbi_follow_btn {
	display: block;
	position: absolute;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 12px;
	color: #43342f;
	top: 0;
	right: 5px;
	z-index: 101;
	margin: 0;
	white-space: nowrap;
	z-index: 101
}

.footer-subscribe {
	margin: 0;
}

.sub-footer {
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	color: #7b716d;
	padding: 30px 0;
}
.sub-footer .footer-nav {
	width: 65%;
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin-right: 15px;
	}
	.sub-footer a {
		color: #7b716d;
		text-decoration: none;
		font-weight: bold;
	}
		.sub-footer a:hover {
			color: #129393 !important;
			text-decoration: underline;
		}
	.sub-footer .top a {
	
	}
.sub-footer .copyright {
	width: 35%;
	float: right;
	text-align: right;
}


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

#comments, #pings, #reply-title {
	margin-top: 5px;
	letter-spacing: normal;
	text-transform: none;
}

#respond {
	margin-top: 50px;
}

	#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: 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 #ededed;
	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: #efefef;
	padding: 20px;
}

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

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

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
}
	#comment-list li.bypostauthor>div.comment .comment-meta {
		color: #6B6B6B
	}
.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

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

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

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

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

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

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

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

.pagination {
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #7b716d;
}

.pagination .page-numbers{
	color: #7b716d;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

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

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

.pagination a.page-numbers:hover {
	background-color: #129393;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	margin: 0 10px 0 0;
	font-size: 13px;
	letter-spacing: .1em;
	display: inline-block
}
.pagination .nav-links {
	display: inline-block
}

/*!---------MAIN DROPDOWN MENU---------*/
#top {
	padding: 0;
	text-align: right;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 45px;
	text-transform: lowercase;
	display: block;
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	float: right;
}

#top ul {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
}

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

#top li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #7b716d;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#top li a:hover, #top li:hover a {
	color: #129393;
}

#top li.social {
	display: inline-block;
	clear: none;
	margin: 0 0 0 8px;
}
#top li.social a {
	padding: 5px;
	font-size: 15px;
	color: #129393;
}
	#top li.social a:hover {
		color: #f4cb36
	}

#top li.search {
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding-left: 5px;
	border-left: 1px solid #ecebea;
	width: 105px
	
}
#top li.search a {
	
}
	#top li.search a i {
		font-size: 120%;
		color: #129393;
		margin-left: 8px;
		width: 16px;
	}

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

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .11em;
	font-size: 17px;
	line-height: 60px;
	height: 60px;
	display: block;
	margin-top: 40px;
	margin-right: -15px;
}

#main ul.mainmenu {
	display: inline-block;
	width: auto
}

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

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

#main ul ul {
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 57px;
	left: 50%;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
	background-color: #43342f;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

	#main ul ul:after	 {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(55, 71, 87, 0);
		border-bottom-color: #43342f;
		border-width: 7px;
		margin-left: -7px;
	}
#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	word-wrap: break-word;
}

#main li li a {
	width: 100%;
	padding: 10px 15px;
	word-wrap: break-word;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover, #main>ul>li>ul>li:hover {
		background-color: #129393;
	}

#main li li.bold a {
	
}

#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}


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

#main ul ul li ul {
	top: 0;
	left: 300px;
	margin: 0;
	word-wrap: break-word;
}

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

#main li li li a:hover {
}


/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 4.5%;
    overflow: hidden;
	background: #f9f9f9 url(images/bg2.png);
}

.recipe h2 {
	margin: 4px 0;
	font-size: 28px;
}

.recipe h3{
	font-size: 21px;
    margin: 20px 0 10px;
    text-align: left;
}

.recipe h4 {
	margin: 18px 0 8px;
}


.recipe ol, .recipe ul {
    margin-bottom: 0 !important;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #2ea8a8;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
	
}
.recipe .summary {
    margin: -10px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 105%;
}
.recipe .recipe-title {
	text-align: center;
}
.recipe .time {
    margin: 0;
}

.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-size: 105%;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 0px;
    font-size: 94%;
    line-height: 1.6;
    color: #6f7475;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #a69695;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
    margin: 0 0 15px 15px;
    float: right;
    width: 24%;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
	}
	

.recipe .printbutton {
	width: 24%;
    margin: 0 0 15px 15px;
    float: right;
    clear: right;
    text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	padding: 5px 4px 4px;
	color: #ffffff;
	background-color: #f3ca35;
}
.printbutton a:hover, .printbutton a:active {
 	background-color: #2ea8a8;   
}

/*! WPRM */

.wprm-recipe.wprm-recipe-template-custom {
	position: relative;
	overflow: visible;
	margin: 160px 0 55px;
	border: none;
	font-size: 90%;
	line-height: 1.6;
}
.wprm-recipe-template-custom-container {
	border: 2px solid #efefef;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-header {
	background-color: #efefef;
	background: #efefef url(images/bg2.png);
	background-size: 351px 289px;
	padding: 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		margin-top: -140px;
		margin-bottom: 25px;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		margin: 0 auto;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-body {
	padding: 30px;
}
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 5px !important;
	font-size: 30px;
	border: none;
	padding: 0;
	text-align: center;
}
	
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	text-transform: none;
	letter-spacing: normal;
	padding-top: 25px;
	font-size: 24px;
	border-top: 1px solid #efefef;
}
	.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
		padding: 0;
		margin-top: 0 !important;
		border: none;
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 10px 0 10px !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container h4.wprm-recipe-group-name {
		margin: 30px 0 15px !important
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 15px 0 15px;
	text-align: center;
}

/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	margin: 0;
	line-height: 1.8;
	text-align: center;
	color: #43342f;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		text-align: left;
		color: #7b716d;
		margin: 5px 0px 0px;
		text-align: center;
		padding: 10px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container.wprm-recipe-custom-field-container {
		font-size: 13px;
		font-style: italic;
		margin: 25px 0 0;
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container.wprm-recipe-custom-field-container p, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-block-container .wprm-recipe-custom-field {
			margin: 0;
			display: inline
		}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-italic {
		font-size: 13px;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-style: italic !important;
	}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container-inline {
    display: inline-block;
    margin: 0 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container-inline {
	
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	color: #129393;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px		
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
		color: #7b716d
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-custom-field:before {
		display: none !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
	font-size: 100%
}



/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal !important;
		display: inline-block;
		color: #43342f;
		font-size: 14px;
		margin-left: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}


.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: bold;
	
}

		
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom  .wprm-template-chic-buttons {
	text-align: center !important;
	margin: -10px 0 30px;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	color: #43342f;
	background-color: #f5cc36;
	text-decoration: none;
	padding: 12px 10px;
	border-radius: 8px;
	position: relative;
	margin: 6px;
	border: none !important;
	-moz-box-shadow: -5px 6px 0px #43342f;
	-webkit-box-shadow: -5px 6px 0px #43342f;
	box-shadow: -5px 6px 0px #43342f;
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #129393 !important;
		color: #ffffff !important;
	-moz-box-shadow: -5px 6px 0px #43342f;
	-webkit-box-shadow: -5px 6px 0px #43342f;
	box-shadow: -5px 6px 0px #43342f;
	}

/*Lists*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
	color: #7b716d;
	font-size: 90%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-unit {

}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment {
	margin-bottom: 25px !important
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	margin-left: 33px !important;
	margin-bottom: 8px;
	line-height: 1.4;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li>div {
		display: inline
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:before {
		display: none
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container {
	display: inline-block;
    position: absolute;
    left: -30px;
    top: 6px;
    line-height: 1;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li:before {
	display: none
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
	
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li {
	margin-left: 40px !important;
	margin-bottom: 15px;
	line-height: 1.5;
}


.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
    margin: 2px 0 0 -40px;
}

/*Notes*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	margin-top: 35px;	
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h2, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h4 {
	text-align: left;
	margin: 10px 0 10px !important;
	font-size: 16px;
	font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h3 {
	margin: 30px 0 15px
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container blockquote {
	padding: 0px;
	background-color: transparent;
	font-size: 12px;
	margin: 25px 0 0px;
	font-style: italic;
	opacity: 0.7;
	text-align: center;
}

/*Nutrition*/

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	margin: 0px 0px 0px;
	background-color: #efefef;
	padding: 25px 30px 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #43342f;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-weight: normal;
	} 
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:after {
		display: block;
		font-size: 12px;
		content: "Nutritional information should be considered estimates, as they are not calculated by a registered dietician.";
		color: #7b716d;
		font-weight: normal;
		font-style: italic;
		line-height: 1.4;
		margin-top: 8px;
	}


/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 1px;
	margin-top: 0px;
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		color: #7b716d !important;
		font-family: "andesneue", "Optima", Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .12em;
		padding: 3px 10px 3px;
		border: none;
		background-color: #ffffff;
		border-radius: 10px;
		border: 1px solid #E8E8E8;
		margin-right: 10px;
		font-size: 11px;
	}
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus {
			color: #ffffff !important;
			background-color: #129393 !important;
			opacity: 1.0 !important;
		}
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
			color: #7b716d;
		}
			.post-meta a.wprm-video-link:before, .post-meta a.video-jump:before {
				content: "\f8a8";
				font-family: "Font Awesome 5 Pro";
				font-weight: normal;
				margin-right: 5px;
				color: #43342f;
			}
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 16px;
	margin-right: 8px;
}