/*
Theme Name: Yum Yummer
Author: REES + STAGER - Justin Ballantyne
Author URI: http://www.reesstager.com
Description: A Custom Theme built for Yum Yummer
Version: 1.0
Tags: black, white, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, featured-images, post-formats, threaded-comments
Text Domain: rescan

This theme, is licensed For use for the Yum Yummer Site only.
*/
/*
fonts: 	font-family: 'Work Sans', sans-serif;
		font-family: 'Blend', sans-serif;
		font-family: 'Blend Script', sans-serif;

		<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
*/

@font-face {
    font-family: Blend;
    src:url(fonts/Blend.otf);
	font-weight: 400;
}
@font-face {
    font-family: Blend;
    src:url(fonts/Blend-Bold.otf);
	font-weight: 600;
}
@font-face {
    font-family: Blend;
    src:url(fonts/BlendCaps-Black.otf);
	font-weight: 800;
}
@font-face {
    font-family: 'Blend Script';
    src:url(fonts/BlendScript.otf);
	font-weight: 400;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff; 
	margin:0;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a { 
	color:inherit;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}

a img {
	border: 0;
}


/**
 * 2.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 15px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
}
h1 {
	font-size:36px;
	line-height:45px;
	margin-bottom:20px;
}
h2 {
	font-size:24px;
	margin-bottom:10px;
}
h3 {
	font-size:16px;
}

p {
	margin-bottom: 1.6em;
	line-height:1.6;
	font-size:15px;
	letter-spacing: 0.2px;
}
.large_text {
	font-size: 20px;
	font-weight: 400;
}
b,
strong {
	font-weight: 500;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

div.quote {
	margin:50px 0;
	display:block;
}
div.quote-info {
	margin-top:-5px;
	line-height:16px;
}
div.quote-info p + p {
	font-size:14px;
	margin-top:-20px;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 85%;
}

big {
	font-size: 115%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}
menu {
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;

}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}
/* General Styles */


body {
	background: #000;
	font-family: 'Work Sans', sans-serif;
	color: #231f20;
}
div.site {
	background: #fff;
	max-width: 1440px;
	margin: auto;
}
header.siteheader {
	position: relative;
	background: #3b3c3d;
	background-image: url(images/header-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	text-align: center;
	padding: 35px 0px 0px 0px;
}
header.siteheader .MB {
	display: none;
}
header.siteheader div.mobilemenuicon {
    display: none;
    cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
}

header.siteheader .bar1, header.siteheader .bar2, header.siteheader .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

/* Rotate first bar */
header.siteheader .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
header.siteheader .change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
header.siteheader .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}


header.siteheader h2.tagline {
	font-size: 24px;
	font-family: Blend;
	font-weight: 600;
	margin: 0; 
	margin-top: 15px;
	margin-bottom: 18px;
}
header.siteheader h2.tagline:before {
	content: url(images/decal-flourishLW.png);
	margin-right: 5px;
}
header.siteheader h2.tagline:after {
	content: url(images/decal-flourishRW.png);
	margin-left: 5px;
}
header.siteheader menu.main-navigation:before {
	content: '';
	height: 12px;
	background-image:url(images/decal-horizontalline.png); 
	display: block;
	width: 100%;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}
header.siteheader menu.main-navigation {
	font-family: Blend;
	font-weight: 600;
	font-size: 20px;
	position: relative;
}
header.siteheader menu.main-navigation ul {
	list-style: none;
	margin: 0;
}
header.siteheader menu.main-navigation ul li {
	display: inline-block;
}
header.siteheader menu.main-navigation ul li a {
	padding: 20px 30px;
	display: block;
	margin-top: 15px;
}
header.siteheader menu.main-navigation .socialicons {
	position: absolute;
	top: 35px;
	right: 35px;
	padding-right: 6%;
}
header.siteheader menu.main-navigation .socialicons li {
	list-style: none;
	
}
header.siteheader menu.main-navigation .socialicons li a {
	display: inline-block;
	height: 30px;
	width: 40px;
	padding: 0 5px;
}
header.siteheader menu.main-navigation .socialicons li img {
	
}
header.siteheader img.bookcover {
	position: absolute;
	top: 35px;
	left: 40px;
}
header.siteheader img.videobadge {
	position: absolute;
	top: 35px;
	right: 40px;
}
header.siteheader .MBdevider {
	display: none;
}
@media screen and (max-width: 1255px) {
	header.siteheader menu.main-navigation .socialicons {
		padding-right: 0;
	}
}
@media screen and (max-width: 1190px) {
	header.siteheader menu.main-navigation .socialicons {
		right: 25px;
	}
	header.siteheader img.bookcover {
		left: 25px;
	}
	header.siteheader img.videobadge {
		right: 25px;
	}
}
@media screen and (max-width: 1160px) {
	
	header.siteheader div.mobilemenuicon {
    	display: block;
		z-index: 25;
	}
	header.siteheader .DT {
		display: none;
	} 
	header.siteheader .MB {
		display: inline-block;
	}
	header.siteheader img.logo.MB:after {
		content: url(images/decal-horizontalline.png);
		display: block;
		width: 100%;
		height: 20px;
		position: relative;
		margin: 20px;
	}
	header.siteheader menu.main-navigation:before {
		display: none;
		content: none;
	}
	header.siteheader menu.main-navigation {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
		padding: 0 75px;
		background: rgba(0,0,0,0.9);
		overflow: auto;
		z-index: 20;
		font-size: 24px;
		height: 0px;
		-webkit-transition: height 0.6s ease-in-out; /* Safari */
    	transition: height 0.6s ease-in-out;
	}
	header.siteheader menu.main-navigation.open {
		height: 660px;
	}
	header.siteheader menu.main-navigation .MBnavContainer {
		padding: 90px 0 75px;
	}
	header.siteheader menu.main-navigation ul li {
		display: block;
	}
	header.siteheader menu.main-navigation ul li a {
		padding: 15px 30px;
	}
	header.siteheader menu.main-navigation .socialicons {
		position:relative;
		top: inherit;
		right: inherit;
		padding-right:0;
		display: block;
		text-align: center;
		margin-top: 25px;
	}
	
	header.siteheader img.videobadge {
		top: 70px;
		right: 40px;
		width: 182px;
	}
	header.siteheader img.bookcover {
		width: 164px;
	}
	header.siteheader .MBdevider {
		display: block;
		margin-top: 25px;
		width: 100%;
		height: 12px;
		background-image: url(images/decal-horizontalline.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	header.siteheader h2.tagline {
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 675px) {
	header.siteheader h2.tagline {
		padding: 10px 15px;
	}
	header.siteheader h2.tagline:before {
		content: none;
		margin-right: 0;
	}
	header.siteheader h2.tagline:after {
		content: none;
		margin-left: 0;
	}
	header.siteheader img.bookcover , header.siteheader img.videobadge {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		padding: 10px;
		max-width: calc(50% - 20px);
	}

}
@media screen and (max-width: 400px) {
	header.siteheader menu.main-navigation {
		padding: 0 55px;
	}
}
/* --- Banner --- */

div.banner {
	position: relative;
}
div.banner .images , div.banner .mobileimages {
	
}
div.banner .images img , div.banner .mobileimages img {
	width: 100%;
}
div.banner .mobileimages {
	display: none;
}
#bannerbullets {
	position:absolute;
	display: block;
	bottom:10px; 
	width:100%; 
	text-align:center;
}

.dot {
	position: relative;
	z-index: 10px;
	margin: 0 4px;
	padding: 0;
	height: 14px;
	width: 14px;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 14px;
}
.dot-active {
	background: #fff;
}
@media screen and (max-width: 580px) {
	div.banner .images {
		display: none;
	}
	div.banner .mobileimages , div.sub-page.banner .images {
		display: block;
	}
	.dot {
		height: 10px;
		width: 10px;
		border-radius: 10px;
	}
}

/* --- Home Page Styles --- */
.paperbg {
	background: #eff1eb;
	background-image: url(images/main-background-texture.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home .aboutsection {
	padding: 40px;
}
.home .aboutsection h1 {
	font-size: 30px;
	line-height: 34px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	margin-bottom: 40px;
	display: block;
}
.home .aboutsection h1:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 5px;
}
.home .aboutsection h1:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 5px;
}
.home .aboutsection div.flex {
	display: flex;
	flex-wrap: wrap;
}
.home .aboutsection div.flex div {
	width: 46%;
	margin: 0 auto;
}
.home .aboutfeature {
	background-position: center left;
	background-size: cover;
}
.home .aboutsection .aboutcontent {
	background: #fff;
	background-image: url(images/bg-marble.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.home .aboutsection .aboutcontent h2 {
	font-size: 40px;
	line-height: 48px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	padding: 30px 90px;
}
.home .aboutsection .aboutcontent p {
	padding: 0 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.home .aboutsection .aboutcontent a img {
	display: block;
	margin: 15px auto 25px;
}
.home .aboutsection .aboutcontent .fullwidth {
	width: 100%;
}
.home .aboutsection .aboutfeature img {
	width: 100%;
}
.home .aboutsection .aboutfeature.MB {
	display: none;
}
@media screen and (max-width: 1024px) {
	.home .aboutsection div.flex div {
		width: 48%;
	}
	.home .aboutsection .aboutcontent h2 {
		padding: 30px;
	}
	.home .aboutsection .aboutfeature {
		overflow: hidden;
	}
	.home .aboutsection .aboutfeature img {
		width: 136%;
		max-width: none ;
		margin-left: -18%;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width: 580px) {
	
	.home .aboutsection h1 {
		font-size: 26px;
	}
	.home .aboutsection .aboutcontent h2 {
		font-size: 28px;
		line-height: 34px;
		padding: 20px;
	}
	.home .aboutsection h1:before {
	content: '';
	margin-right: 0px;
}
	.home .aboutsection h1:after {
		content: '';
		margin-left: 0px;
	}
}

.home .videobanner img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.home .aboutsection div.flex div {
		width: 100%;
		margin: 0 auto;
	}	
	.home .aboutsection .aboutfeature {
		display: none;
	}
	.home .aboutsection .aboutfeature.MB {
		display: block;
		margin-bottom: 20px;
	}
	.home .videobanner {
		overflow: hidden;
	}
	.home .videobanner img {
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}
}
@media screen and (max-width: 580px) {
	.home .videobanner img {
		width: 240%;
		margin-left: -69.5%;
		max-width: none;
	}
}
.home .recipevideos {
	background-image: url(images/decal-plant.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 40px;
}
.video-page .recipevideos {
	background-image: url(images/decal-tomato.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 40px;
}
.recipevideos h2 {
	font-size: 60px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
.recipevideos h2 strong {
	font-family: 'Blend Script', sans-serif;
	font-weight: 400;
}
.recipevideos h2:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 12px;
	top: -8px;
	position: relative ;
}
.recipevideos h2:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 12px;
	top: -8px;
	position: relative ;
}
.recipevideos .videoscategories {
	display: flex;
	flex-wrap: wrap;
	font-size: 24px;
	font-family: Blend;
	font-weight: 600;
	color: #404041;
}
.video-page .recipevideos .videoscategories {
	width: calc(100% - 200px);
	float: left;
}
.recipevideos .videoscategories div.cat {
	width: calc(33.333333% - 20px);
	text-align: center;
	padding: 10px;
	background: #fff;
	margin: 10px;
}
.recipevideos .videoscategories div.cat a {
	display: block;
}
.recipevideos .videoscategories div.cat img {
	width: 100%;
	padding-bottom: 5px;
}
.rightcolumn {
	display: block;
	width: 170px;
	float: right;
}
.rightcolumn a.tag-cloud-link {
	font-size: 15px !important;
	display: block; 
}
.video-page .recipevideos {
	overflow: auto ;
}
.rightcolumn li , .rightcolumn ul {
	list-style: none;
	margin: 0;
}
.rightcolumn .widget_search label {
	display: none;
}
.rightcolumn h2 {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	border-bottom: dotted;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.rightcolumn h2:before , .rightcolumn h2:after {
	content: none;
}
.rightcolumn form.searchform {
	
}
.rightcolumn form#search-form #search-input {
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 20px;
	border-radius: 0;
	border: 1px #000 solid;
	-webkit-appearance: none;
	width: calc(100% - 36px);
}
.rightcolumn form#search-form #search-submit {
	background: #000;
	background-image: url(images/icon-search.png);
	background-position: center center;
	text-indent: -99999px;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	background-size: cover;
	display: inline-block;
	position: relative;
	top: -3px;
	left: -5px;
}
.videopage_text {
	display: block;
	padding: 20px 50px;
}
@media screen and (max-width: 868px) {
	.recipevideos .videoscategories div.cat {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 680px) {
	.recipevideos {
		padding: 25px;
	}
	.recipevideos h2 {
		font-size: 38px;
	}
	.recipevideos .videoscategories div.cat {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.video-page .recipevideos .videoscategories {
		width: 100%;
		float: none;
	}
	.rightcolumn {
		margin-top: 25px;
		width: 100%;
		float: none;
	}
}




/*-- Single Post --*/

.single-post.content-area {
	background-image: url(images/main-background-texture.jpg);
	padding: 20px;
	text-align: center;
	margin: auto;
}
.single-post.content-area #content {
	padding: 30px 120px 60px;
}
.single-post.content-area h1.entry-title {
	font-size: 48px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	display: block;
}
.single-post.content-area h2.entry-title {
	font-family: 'Blend Script', sans-serif;
	font-size: 40px;
	margin: 0;
	text-align: center;
}
.single-post.content-area h2.entry-title:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 12px;
	position: relative ;
}
.single-post.content-area h2.entry-title:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 12px;
	position: relative ;
}
.single-post.content-area .category_icons {
	padding-bottom: 20px;
}
.single-post.content-area .category_icons img {
	padding: 4px;
}
.single-post.content-area .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 45px;
	margin-top: 20px;
	height: 0;
}
.single-post.content-area .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-post.content-area .postcontent {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1px;
}
.single-post.content-area .addthis_inline_share_toolbox {
	position: relative;
}
.single-post.content-area .addthis_inline_share_toolbox:before {
	content: url(images/Y+Y-shareit.png);
	display: block;
	width: 138px;
	height: 46px;
	margin: 0 auto;
	position: relative ;
	left: -140px;
}
.Tags {
	font-size: 16px;
	font-family: Blend;
	font-weight: 600;
}
.category_links a , .Tags a {
	color: #000;
	font-size: 16px; 
	font-family: Blend;
	font-weight: 600;
}
.category_links a:hover , .Tags a:hover {
	text-decoration: underline;
}
.divider {
	height: 61px;
	width: 100%;
	margin-bottom: 40px;
	background-image: url(images/decal-dividor.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
h2.flurish {
	font-size: 36px;
	line-height: 38px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
h2.flurish strong {
	font-family: 'Blend Script', sans-serif;
	font-weight: 400;
}
h2.flurish:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 12px;
	position: relative ;
}
h2.flurish:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 12px;
	position: relative ;
}
.recom {
	display: flex;
	flex-wrap: wrap;
	padding: 0 3%;
}
.recom a {
	display: block;
	width: calc(30% - 40px);
	margin: 20px auto;
	background: #fff;
	padding: 10px;
}
.recom a h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-family: Blend;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width: 868px) {
	.single-post.content-area #content {
		padding: 30px 30px 60px;
	}
}
@media screen and (max-width: 680px) {
	.recom a {
		display: block;
		width: calc(50% - 40px);
		margin: 20px auto;
	}
	
}
@media screen and (max-width: 580px) {
	.single-post.content-area .addthis_inline_share_toolbox:before {
		content: '';
		display: none;
	}
	.single-post.content-area #content {
		padding: 30px 20px 40px;
	}
	.recom a {
		display: block;
		width: calc(100% - 40px);
		margin: 20px auto;
	}
	h2.flurish:before , .single-post.content-area h2.entry-title:before , .recipevideos h2:before{
		content: '';
		margin-right: 0px;
		position: relative ;
	}
	h2.flurish:after , .single-post.content-area h2.entry-title:after , .recipevideos h2:after {
		content: '';
		margin-left: 0px;
		position: relative ;
	}
}
@media screen and (max-width: 400px) {
	.single-post.content-area {
		padding: 0;
	}
}
/* --- Sub Page ------ */
.sub-page.banner {
	
}
.sub-page.content-area {
	font-family: 'Open Sans', sans-serif;
	background-image: url(images/main-background-texture.jpg);
	padding: 40px 20px;
	margin: auto;
}
.sub-page.content-area .aligncenter {
	text-align: center !important;
	margin: auto;
	display: block;
}
.sub-page.content-area img {
	margin-bottom: 15px !important;
	
}
.sub-page.content-area a:hover {
	text-decoration: underline;
}
.sub-page.content-area .content-inner {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 60px;
	display: block;
	overflow: auto;
}
.sub-page.content-area .content_right {
	margin-left: 30px;
	display: block;
	float: right;
	width: calc(40% - 30px);
}
.sub-page.content-area .content_left {
	margin-right: 30px;
	display: block;
	float: left;
	width: calc(60% - 30px);
}
.sub-page.content-area h1 {
	font-size: 40px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
.sub-page.content-area h1:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 12px;
	top: -8px;
	position: relative ;
}
.sub-page.content-area h1:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 12px;
	top: -8px;
	position: relative ;
}
.sub-page.content-area h2 {
	font-size: 30px;
	font-family: Blend;
	font-weight: 600;
	margin: 0px auto 20px;
}
.sub-page.content-area h3 {
	font-size: 24px;
	font-family: Blend;
	font-weight: 600;
	margin: 10px auto 0px;
}
.sub-page.content-area h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px auto 0px;
}
.sub-page.content-area img.buynow {
	margin: 10px;
}
.sub-page.content-area .stores:after {
	content: "";
	height: 2px;
	width: 100%;
	border-bottom: 2px dotted #231f20;
	position: relative;
	display: block;
}
.sub-page.content-area .stores + p img {
	margin: 5px;
}
@media screen and (max-width: 850px) {
	.sub-page.content-area .content_right , .sub-page.content-area .content_left {
		margin: 0px;
		display: block;
		float: none;
		width: 100%;
	}
}
.sub-page.content-area .submit-wrap input {
	background:none;
	border:none;
	background-image: url(images/Y+Y-Contact-submit.png);
	background-size: cover;
	width: 166px;
	height: 50px;
	font-size: 20px;
	font-family: Blend;
	font-weight: 600;
	cursor: pointer;
}
/* --- News Letter --- */
div.newsletter {
	background: #78a847;
	background-image: url(images/enews-bg.jpg);
	background-repeat: repeat;
	padding: 13px 0;
	width: 100%;
}
div.newsletter div.newsletter-inner {
	border-bottom: dotted #fff 3px;
	/*border-image: url(images/enewsborder.png);
	border-image-repeat: repeat;*/
	border-top: dotted #fff 3px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-family: Blend;
	font-weight: 600;
}
div.newsletter div.newsletter-inner h2 {
	font-size: 36px;
	line-height: 38px;
}
div.newsletter div.newsletter-inner form input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #fff;
	border: none;
	box-shadow: none;
	outline: none;
	width: 18%;
	max-width: 200px;
	min-width: 160px;
	margin: 5px;
	padding: 5px;
}
div.newsletter div.newsletter-inner form input#mc-embedded-subscribe , div.newsletter div.newsletter-inner a.button {
	background: url(images/signmeup.png);
	display: block;
	margin: 40px auto 10px;
	width: 130px;
	min-width: initial;
	height: 47px;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 560px) {
	div.newsletter div.newsletter-inner form input {
		width: 80%;
		max-width: 380px;
		min-width: initial;
	}
}

.instagram , .sub-page.content-area .instagram {
	padding: 40px;
}
.instagram h2 , .sub-page.content-area .instagram h2 {
	font-size: 45px;
	font-family: Blend;
	font-weight: 600;
	margin: 0;
	text-align: center;
	margin-bottom: 0px;
	display: block;
}
.instagram h2 strong , .sub-page.content-area .instagram h2 strong {
	font-family: 'Blend Script', sans-serif;
	font-weight: 400;
}
.instagram h2:before , .sub-page.content-area .instagram h2:before {
	content: url(images/decal-flourishLB.png);
	margin-right: 12px;
	top: -8px;
	position: relative ;
}
.instagram h2:after , .sub-page.content-area .instagram h2:after {
	content: url(images/decal-flourishRB.png);
	margin-left: 12px;
	top: -8px;
	position: relative ;
}
@media screen and (max-width: 580px) {
	.instagram h2 , .sub-page.content-area .instagram h2 {
		margin: auto -35px;
		font-size: 38px;
	}
	.instagram h2:before , .sub-page.content-area .instagram h2:before {
		content: '';
		margin-right: 0px;
		top: auto;
		position: relative ;
	}
	.instagram h2:after , .sub-page.content-area .instagram h2:after {
		content:'';
		margin-left: 0px;
		top: auto;
		position: relative ;
	}
}

/* --- Footer --- */
footer.site-footer {
	position: relative;
	background: #3b3c3d;
	background-image: url(images/footer-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	overflow: auto;
	padding: 15px;
}
footer.site-footer div.footer-content {
	max-width: 380px;
	margin: 15px auto 65px;
}
footer.site-footer div.footer-content img.logo {
	margin-bottom: 30px;
}
a.buybook:hover img.hover , a.buybook img {
	display: block;
	margin: auto;
}
a.buybook img.hover , a.buybook:hover img {
	display: none;
}
footer.site-footer div.footer-content .socialicons {
	position: absolute;
	top: 35px;
	right: 35px;
}
footer.site-footer div.footer-content .socialicons li {
	list-style: none;
	
}
footer.site-footer div.footer-content .socialicons li a {
	display: inline-block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding: 0 5px;
}
footer.site-footer .copyright , footer.site-footer .siteby {
	font-family: 'Work Sans', sans-serif;
	font-size: 9px;
	font-weight: 400;
}
footer.site-footer .siteby {
	float: right;
}
footer.site-footer .copyright {
	float: left;
}
@media screen and (max-width: 768px) {
	footer.site-footer div.footer-content {
		max-width: 380px;
		margin: 15px auto 45px;
	}
	footer.site-footer div.footer-content .socialicons {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
		display: block;
		margin: 20px auto 0;
	}
	footer.site-footer .siteby , footer.site-footer .copyright {
		float: none;
		display: block;
		text-align: center;
	}
}
.videopage_text a , .postcontent a , .sub-page.content-area a {
	text-decoration: underline;
}
/* ----- juicer ------ */

.juicer-feed h1.referral {
	display: none !important;
}