/*
	Theme Name: Daily Dish Pro Theme
	Theme URI: http://my.studiopress.com/themes/daily-dish/
	Description: Mobile Responsive & Tastefully Simple
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: black, white, one-column, three-columns, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

@import url(http://fonts.googleapis.com/css?family=Playfair+Display|Lato|EB+Garamond|Bitter);

@font-face {
    font-family: 'pretty_script_proregular';
    src: url('fonts/pretty_script_pro-webfont.eot');
    src: url('fonts/pretty_script_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pretty_script_pro-webfont.woff2') format('woff2'),
         url('fonts/pretty_script_pro-webfont.woff') format('woff'),
         url('fonts/pretty_script_pro-webfont.ttf') format('truetype'),
         url('fonts/pretty_script_pro-webfont.svg#pretty_script_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-attachment: fixed;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat;
	color: #767372;
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #5e4260;
}

a:hover {
	color: #b8a778;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	color: #999;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
	color: #7C7977;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 29px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	color: #6D4F67;
	font-family: 'pretty_script_proregular';
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 15px;
}

.entry-content h6 a {
	text-decoration: none !important;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #777372;
	font-size: 14px;
	font-weight: 400;
	padding: 2px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #5E4461;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

button,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #5e4260;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 30px auto;
}

.daily-dish-landing .site-container {
	max-width: 768px;
}

.site-inner {
	clear: both;
	margin: 10px 0px 5px 0px;
	padding: 15px 0 10px;
}


.site-inner .wrap {
	margin: 0 auto;
	max-width: 1100px;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 860px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	border-left: 1px solid #efefef;
	float: right;
	padding-left: 15px;
	width: 345px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 90px;
	margin-right: 30px;
	width: 90px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.sidebar .avatar {
	margin-right: 20px;
	max-width: 115px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #5e4260;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 60px;
	padding: 40px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	margin: 0 auto;
	overflow: hidden;
	width: 60%;
}

.search-form *::-moz-placeholder {
	color: #fff;
	font-size: 13px;
}

.search-form *::-webkit-input-placeholder {
	color: #fff;
}

.search-form *:-ms-input-placeholder {
	color: #fff;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.error404 .search-form input[type="submit"] {
	display: none;
}

.error404 h1 {
	display: none;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	background: url(images/post-img.png) left center no-repeat;
	color: #b8a778;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: -5px;
	padding-left: 35px;
	text-transform: none;
}

.home .entry-title {
	color: #5a415f;
	margin-left: 0;
}

.sidebar .entry-title {
	font-size: 20px;
}

.entry-title a {
	color: #5e4260;
	text-decoration: none;
}

.home .entry-title {
	padding-left: 35px;
}

.entry-title a:hover {
	color: #b8a778;
}

.widget-title {
	color: #5B415F;
	font-family: 'Lora', serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-align: center;
	text-transform: lowercase;
}

.footer-widgets .widget-title {
	color: #ffffff;
	text-transform: none;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 15px 0;
}

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.sticky {
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.daily-dish-home .entry,
.sidebar .featured-content .entry {
	margin-bottom: 30px;
}

.before-footer-widgets .featuredpost .entry {
	display: inline-block;
	max-width: 180px;
	margin-bottom: 10px;
	vertical-align: top;
}

.before-footer-widgets .featuredpost h2 {
	font-size: 16px;
}

.daily-dish-home .entry-content p:last-child {
	margin-bottom: 0;
}

.home-bottom,
.home-middle,
.home-top {
	overflow: hidden;
}

.home-middle,
.home-top {
	margin-bottom: 40px;
}

.home-middle .featuredpost .entry {
	float: left;
	width: 340px;
}

.featured-content .entry ~ .widget-title {
	clear: both;
}

.featured-content .entry ~ .widget-title + ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.home-middle .featured-content .alignnone {
	margin-bottom: 32px;
}

.home-bottom .featured-content .entry-title,
.home-middle .featured-content .entry-title {
	font-size: 24px;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 40px;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Easy Recipe
--------------------------------------------- */

div.easyrecipe {
	margin-bottom: 30px;
}

.ERComment .ERRateBG {
	margin-left: 5px;
	margin-top: 7px;
}

span.ERComment {
	margin-bottom: 20px !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews p {
	margin-bottom: 20px;
}

.enews form + p {
	margin-top: 20px;
}

.enews-widget input {
	color: #999;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	border: 1px solid #ccc;
	color: #bbb;
	font-size: 14px;
	text-align: center;
}

.enews-widget input[type="submit"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	color: #bbb;
	font-family: 'EB Garamond', serif;
	margin-bottom: 0;
	padding: 5px 24px;
	text-transform: none;
	width: 100%;
}

.enews-widget input[type="submit"]:hover {
	background-color: #5e4260;
	color: #fff;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider li {
	border: none;
}

.daily-dish-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt,
.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt-border {
	background: rgba( 0, 0, 0, 0.8 );
}

.daily-dish-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 24px;
}

.daily-dish-home .content #genesis-responsive-slider,
.daily-dish-home .content .genesis_responsive_slider .slides li,
.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
	margin-top: -30px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-control-nav li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.daily-dish-home .content .genesis_responsive_slider h2 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
}

.daily-dish-home .content .genesis_responsive_slider h2 a,
.daily-dish-home .content .genesis_responsive_slider p {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider a:hover {
	color: #fff;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.daily-dish-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}

.daily-dish-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto -40px;
	max-width: 1200px;
	text-align: center;
}

.before-header .wrap {
	padding: 10px 0;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(images/nav.png) no-repeat center bottom;
	margin: 0 auto;
	max-width: 1100px;
	padding: 7px 0 10px;
	text-align: center;
}


.site-title {
	font-family: 'Lora', serif;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-description,
.site-title a,
.site-title a:hover {
	color: #000;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-image: url(images/header.png);
	background-position: left center !important;
	background-repeat: no-repeat;
	background-size: contain !important;
	display: block;
	height: 88px;
	max-width: 419px;
}

.site-description {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: none;
}

.header-image .site-description {
	height: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: right;
	width: 100%;
}
 
.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu li li {
	margin-left: 20px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #5A415F;
	display: block;
	font-family: 'Bitter', serif;
	font-size: 15px;
	font-weight: 400;
	padding: 14px 5px 0 40px;
	text-decoration: none;
}

.genesis-nav-menu a:hover {
	background: url(images/menu-hov.png) no-repeat left center;
	color: #b8a778;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #b8a778;
	color: #5e4260;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	background: #fff;
	font-size: 15px;
	letter-spacing: 0;
	padding: 20px 0 10px 15px;
	position: relative;
	text-transform: none;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 140px;
	margin: -45px 0px 0px 0px;
	padding-left: 0;
	padding-top: 18px;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0px auto 17px auto;
	max-width: 1100px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	padding-left: 0;
	}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #5e4260;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #222;
}

.nav-secondary,
.nav-secondary a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #5e4260;
}

.nav-secondary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #5e4260;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.archive .entry {
	border-bottom: 1px dotted #ddd;
}

.page .entry {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-decoration: none;
}

.entry-header p.entry-meta {
	margin-top: -10px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
	text-decoration: none;
}

p.entry-meta a:hover {
	color: #D4B38C;
}

p.entry-meta:last-child {
	margin-bottom: 5px;
}

.entry-footer {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.home .entry-footer,
.blog .entry-footer {
	border-top: none;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	color: #ccc;
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin-right: 15px;
}

.entry-tags {
	float: right;
}
	

/* After Entry
--------------------------------------------- */

.after-entry {
	margin: -32px 0 60px 44px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #c0c0c0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #5D4360;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #FEFDF8;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.comment-time a,
.comment-reply a {
	text-decoration: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 25px;
	overflow: hidden;
}

/*
Before Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer-widgets {
	color: #999;
	font-size: 16px;
	margin-top: -40px;
	text-align: center;
}

.before-footer-widgets .wrap {
	padding: 20px 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #5D4360;
	color: #fff;
	clear: both;
	padding: 40px 0 20px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 60px;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	width: 320px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-family: 'Lora', serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 40px 20px;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #5e4260;
}

.site-footer p {
	margin-bottom: 0;
}


/*
After Footer
---------------------------------------------------------------------------------------------------- */

.after-footer {
	color: #999;
	font-size: 16px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 1140px;
	text-align: center;
}

.after-footer p:last-child {
	margin-bottom: 0;
}

.after-footer a {
	color: #5D4360;
	text-decoration: none;
}

.after-footer a:hover {
	color: #b8a778;
}

.us_wrapper .us_button .us_box {
	font-size: 14px !important;
}

.us_posts_bottom {
	margin-bottom: 35px !important;
}

.home .us_posts_bottom {
	display: none;
}

/*
Customizations
---------------------------------------------------------------------------------------------------- */

/* Adding Search Form and Simple Social Icons to Primary Navigation
---------------------------------------------------------------------- */
 
.nav-primary {
	margin-bottom: 20px;
	padding-bottom: 2px;
}
 
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
 
.search-social {
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin-top: -25px;
	padding-top: 6px;
}
 
.search-social .search-form {
	float: left;
	width: auto;
	margin-right: 10px;
	padding-bottom: 1px;
}
 
.search-social .widget-area {
	float: left;
	padding: 2px 0 3px;
}
 
.search-social .simple-social-icons ul li {
	margin-bottom: 0 !important;
}
 
.search-social .simple-social-icons ul li:last-child {
	margin-right: 0 !important;
}

.search-form {
	position: relative;
}
 
.search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 16px;
	height: 16px;
	background: transparent;
	color: #897083;
	right: 10px;
	top: 5px;
}
 
.site-header .search-form {
	width: 189px;
} 

#full-image {
	background: url(images/figs.png) no-repeat scroll 50% 50% / cover;
	height: 325px;
	text-align: center;
	width: 100%;
} 

.title-area {
	width: 39%;
}

.header-widget-area {
	float: right;
	margin-top: -45px;
	width: 60%;
}

.sidebar .enews-widget {
	border: 1px solid #efefef;
	padding: 6px;
}

.entry-header {
	margin: 0 0 10px;
}

.entry-content a {
	text-decoration: underline;
}

input[type="search"] {
	border: 1px solid #80667a;
	padding-top: 4px;
	text-align: center;
}

.share-buttons {
	text-align: center;
}

.share-after {
	text-align: center;
}

.home .share-after {
	display: none;
}

#sb_instagram #sbi_images {	
	float: none !important;
	width: 93% !important;
}

.ra1-pw-icon-pinterest {
	background-image: url(images/pin.png) !important;
}

.simple-social-icons ul li a {
        background: url(images/overlay.png) no-repeat;
}

.page h1 {
	border-bottom: 1px solid #F2F2F2;
}

.page .site-title {
	border-bottom: none;
}

.sidebar-middle-left {
     display: inline;
     float: left;
     width: 49%;
}
 
.sidebar-middle-right {
     display: inline;
     float: right;
     width: 49%;
}

.sidebar-middle-bottom {
     float: right;
     width: 100%;
}

.sidebar-bottom-left {
     display: inline;
     float: left;
     width: 49%;
}
 
.sidebar-bottom-right {
     display: inline;
     float: right;
     width: 49%;
}

.sidebar-bottom-bottom {
     float: right;
     width: 100%;
}

#zlrecipe-container,
div.easyrecipe { 
	background: #fff !important; 
	border: 1px solid #efefef !important; 
}

#zlrecipe-container .meta, 
#zlrecipe-container .zlmeta {
	padding-top: 13px;
}

#zlrecipe-container .img-desc-wrap img.photo {
	width: 300px !important;
}

#content .easyrecipe .ERSIngredients li.ingredient, 
.easyrecipe .ERSIngredients li.ingredient {
	list-style: none !important;
	list-style-type: none;
}

.easyrecipe .ERSSavePrint,
.easyrecipe .ERSRatings { 
	clear: both;
	display: inline-block; 
}

.easyrecipe .ERSRatings {
	display: none;
}

#zlrecipe-title,
.easyrecipe .ERSName { 
	background: url(images/favicon.png) center 0 no-repeat; 
	color: #5e4260 !important;
	font-family: 'EB Garamond', serif !important;
	font-size: 20px !important;
	font-weight: 300 !important; 
	height: 60px;
	padding: 35px 0 0 62px !important;
	text-align: center; 
}

.img-desc-wrap {
	display: none;
}

.easyrecipe .ERSSummary { 
	background: #fff;
	border: 3px double #efefef !important; 
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	font-style: normal;
	padding: 3px;
}

.single #zlrecipe-container #zlrecipe-summary .summary {
	font-style: normal;
	margin: 0;
}

.easyrecipe .ERSDetails,
.easyrecipe .ERSHead {
	float: none !important;
	font-family: 'EB Garamond', serif;
	text-align: center;
}

.easyrecipe .ERSDetails {
	margin-top: 35px;
}

#zlrecipe-container .h-4,
#zlrecipe-container .heading-four,
.ERSHeading,
.ERSNutritionHeader,
.ERSNotesHeader,
.easyrecipe .ERSIngredients .ERSSectionHead, 
.easyrecipe .ERSInstructions .ERSSectionHead {
	color: #5C415F;
	font-weight: 100 !important;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif !important;
}

#zlrecipe-container ul,
#zlrecipe-container li,
.easyrecipe li,
.ERSNutrionDetails,
.ERSNotes,
#zlrecipe-notes-list {
	font-family: 'EB Garamond', serif !important;
	font-size: 14px !important;
	line-height: 1.2em !important;
}

.ERComment,
.ERSRatings {
	display: none;
}

.ERSSavePrint,
#zlrecipe-container .zlrecipe-print-link .butn-link {
	background: url(images/print.png) no-repeat !important;
	height: 65px !important;
	width: 65px !important;
}

.ERSPrintBtn {
	display: none !important;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn {
display: block !important;
height: 66px;
opacity: 0;
}

#zlrecipe-container .border-bottom, 
#zlrecipe-container .b-b {
	border-bottom: none !important;
}

.single #zlrecipe-container .width-50,
.single #zlrecipe-container .w-50 {
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	width: 100%;
}

.single #zlrecipe-container p {
	margin: 0;
}

.comment-form .ERComment {
	display: none;
}

.ERRatingComment {
	display: none;
}

#zlrecipe-container .zlmeta p {
	font-weight: normal !important;
	text-align: center;
}

.single .zlmeta {
	margin-bottom: 10px !important;
}

.img-desc-wrap {
	margin-bottom: 18px !important;
}

#zlrecipe-container .img-desc-wrap #zlrecipe-summary {
	padding: 0 !important;
}

.comment-form-comment textarea {
	background: #fefdf8;
}

.fullwidthfooter-container {
     margin: 10px 0;
     padding: 5px;
}

.footer-widgets .simple-social-icons {
	margin-bottom: 30px;
}

.tabs {
	border: none !important;
}

.tabs-content {
	border: 1px solid #ccc;
	padding: 10px !important;
}

ul.tabs-menu li {
	width: 50%;
}

ul.tabs-menu li a {
	-webkit-tap-highlight-color: rgba(184, 167, 120, 1.0);
	background: #fff;
	color: #5E4260 !important; 	
	font-size: 18px;
	padding: 15px 5px !important;
	text-align: center;
	text-decoration: none;
}

ul.tabs-menu li a:hover {
	background: #b8a778 !important;
}

ul.tabs-menu li.selected a {
	border-top: 1px solid #ccc;
	background: #5E4260 !important;
	color: #fff !important;
}

ul.tabs-menu .selected {
	border-top: none;
}

.sidebar .enews input[type="email"] {
	color: #b0acab;
	font-style: italic;
	width: 100%;
}

.sidebar .enews input[type="submit"] {
	float: right;
	margin-top: 3px;
	padding: 3px 3px 2px 3px;
	width: 100%;
}

.widget_hat_widget h4 {
	background: url(images/1subscribe.png) no-repeat center;
	font-size: 0;
	height: 100px;
}

#reply-title {
	background: url(images/reply.png) no-repeat;
	height: 65px;
	font-size: 0;
}

.entry-pings h3 {
	background: url(images/trackbacks.png) no-repeat;
	height: 65px;
	font-size: 0;
}

#comments h3 {
	background: url(images/comments.png) no-repeat;
	height: 65px;
	font-size: 0;
}

.simple-mail-link {
	background: #ffffff;
	border: 1px solid #5d4360;
	color: #5d4360;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 6px 1px 0;
	text-decoration: none;
}

.after-entry a:before {
	font-family: FontAwesome;
	font-size: 14px;
	margin: 0 9px 0 0;	
	padding: 3px 4px 3px 6px;
/*font-style: normal;
font-weight: normal;
text-decoration: inherit;*/ 
}

#archive select,
#cats select {
	text-align: center;
}

#text-598634535 a,
.ERSSavePrint {
            opacity: 1;
}

.zlrecipe-print-link img:hover,
#text-598634535:hover,
.ERSSavePrint:hover {
        opacity: 0.8;
       -webkit-transition: opacity 0.5s;
        -moz-transition:    opacity 0.5s;
        -o-transition:      opacity 0.5s;
}

.books p {
	margin: 0 0 15px;
}

.books hr {
	margin: 0 0 16px;
}

.share-small .sharrre:hover .share {
	width: 0 !important;
}

/* Ad Sidebar
------------------------------------------------------------ */
 
.before-header-ad {
    clear: both;
    margin: 0 auto;
    width: 728px;
}

.more-link {
	background: url(images/more.png) no-repeat;
	clear: both;
	float: left;
	font-size: 0;
	height: 57px;
	margin: 10px 0 5px;
	width: 100%;
}

.press p {
	margin-bottom: 15px;
}

.home .us_posts_top,
.archive .us_posts_top,
.archive .us_posts_bottom,
.archive .entry-footer {
	display: none;
}

.page-id-4 hr,
.page-id-4811 hr {
	display: none;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.genesis_responsive_slider #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}

@media only screen and (max-width: 1199px) {

	.after-footer,
	.before-header,
	.site-container {
		padding-left: 40px;
		padding-right: 40px;
		width: 960px;
	}

	.home-middle .featured-content .entry {
		width: 275px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 690px;
	}

	.content {
		width: 590px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 250px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		width: 270px;
	}

	.footer-widgets-2 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

}

@media only screen and (max-width: 959px) {

	.after-footer,
	.before-header,
	.site-container {
		width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.search-social {
		float: none;
		display: table;
		margin: 0 auto 20px auto;
	} 

}

@media only screen and (max-width: 768px) {

	body {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu a {
		font-family: 'EB Garamond', serif;
		font-size: 19px;
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu li a, 
	.genesis-nav-menu.responsive-menu li a:hover {
		padding: 10px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: center;
	}
	
	.nav-primary .split-right,
	ul.genesis-nav-menu > li:first-child {
		margin-left: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin: 0 0 0 50px;
	}
	
	#menu-item-580 {
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a { 
		border-bottom: none;
	}

	.after-footer,
	.before-header,
	.daily-dish-landing .site-container,
	.site-container {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-tags {
		float: left;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu a,
	.nav-secondary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

}

@media only screen and (max-width: 736px) {
	
	.title-area {
		width: 49%;
	}
	
	.header-widget-area {
		float: right;
		margin-top: -55px;
		width: 60%;
	}
	
	#full-image {
		background: url(images/figs.png) no-repeat scroll 95% 50% / cover;
		height: 190px;
	}
	
}

@media only screen and (max-width: 667px) {
	
	.after-footer, 
	.before-header, 
	.site-container {
		padding: 0;
	}
	
	.title-area {
		width: 45%;
	}
	
	.more-link {
		background-size: contain;
	}
	
	#full-image {
		background: url(images/figs.png) no-repeat scroll 64% 50% / cover;
		height: 160px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.title-area {
		width: 100%;
	}
	
	.header-widget-area {
		float: none;
		margin-top: 0;
		width: 80%;
	}
	
	.header-image .site-title > a {
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 480px) {

	body {
		padding-left: 0;
		padding-right: 0;
	}

	.site-container {
		margin-bottom: 0;
		margin-top: 0;
	}

	.after-footer,
	.before-header,
	.site-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-header {
		padding: 40px 0;
	}

	.site-title {
		font-size: 30px;
	}

	.entry-title {
		font-size: 24px;
	}

}

@media only screen and (max-width: 480px) {

	.search-social .search-form {
		float: none;
		margin-bottom: 20px;
	}
 
	.search-social .widget-area {
		float: none;
	} 

}

@media only screen and (max-width: 414px) {
	
	.header-widget-area {
		margin-top: 15px;
		width: 88%;
	}
	
	.after-footer {
		font-size: 14px;
		margin-top: 15px;
	}
	
	#zlrecipe-container .meta, 
	#zlrecipe-container .zlmeta {
		margin-top: 45px;
	}
	
}

@media only screen and (max-width: 375px) {
		
	.zlrecipe-print-link img {
		width: 45px;
	}
		
		#zlrecipe-title, .easyrecipe .ERSName {
		font-size: 18px !important;
		padding: 60px 0 0 0 !important;
	}

}

@media only screen and (max-width: 320px) {
	
	.site-header {
		padding: 15px 0;
	}
		
	.header-widget-area {
		width: 92%;
	}
	
	.simple-social-icons ul li a,
	.simple-social-icons ul li a:hover {
		font-size: 11px !important;
	}
	
	p {
		margin: 0 0 10px;
	}
	
	.entry-title {
		font-size: 21x;
	}
	
	.entry {
		margin-bottom: 10px;
	}
	
	p.entry-meta {
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.home .entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.site-footer {
		padding: 20px;
	}
	
	#zlrecipe-container .meta, 
	#zlrecipe-container .zlmeta {
		margin-top: 65px;
	}
	
	#zlrecipe-container .zlrecipe-print-link {
		display: none;
	}
	
}