/* # Delicously Organic Custom Theme  
Theme Name: Deliciously Organic  
Theme URI: https://www.emilywhitedesigns.com/  
Description: This is a custom theme created for the Genesis Framework.   
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding: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-color: #fff;
	color: #6c625f;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #333;
	color: #fff;
}

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

a {
	color: #6c966c;
	text-decoration: none;
}

a:hover {
	color: #6c625f;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #95a495;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	margin: 40px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	font-size: 24px;
	font-style: italic;
}

h6 {
	color: #95a495;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #89817f;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 16px;
	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: #89817f;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #89817f;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.woocommerce .sidebar a.button {
	background-color: #707b70;
	border: none;
	border-bottom: 3px solid #a9b0a9;
	border-radius: 5px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 10px 30px;
	text-transform: none;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.woocommerce .sidebar a.button:hover {
	background-color: #6c625f;
	border-color: #a7a19f;
	color: #fff;
}

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

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

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 68px 0 100px;
}

/* ## 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: 980px;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

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

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

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

.comment .avatar {
	border: 1px solid #ece3ca;
	border-radius: 100%;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

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

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

.archive-description {
	text-align: center;
}

.archive-title span {
	font-size: 16px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	margin-bottom: 10px;
}

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

.search-form {
	border: 1px solid #dcd9d9;
	max-width: 270px;
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.search-form input {
	border: none;
	color: #89817f;
	font-size: 14px;
	max-width: 227px;
	padding: 12px 16px;
}

.search-form input[type="submit"] {
	border: 0;
	background: none;
	border-radius: 0;
	color: #95a495;
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 14px 12px;
}

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

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

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

.entry-title a,
.sidebar .widget-title a {

}

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

.widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
	font-weight: 400;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.footer-widgets .widget-title {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.sidebar .featured-content .entry {
	border: 0;
	padding: 0;
}

.sidebar .featured-content img.alignnone,
.sidebar .featured-content.alignnone {
	display: block;
	margin-bottom: 0;
}


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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.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
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #dcd9d9;
}

.enews-widget input {
	display: inline-block;
	font-size: 14px;
	padding: 13px 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #707b70;
	border: none;
	border-bottom: 3px solid #a9b0a9;
	border-radius: 5px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 10px 30px;
	text-transform: none;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #6c625f;
	border-color: #a7a19f;
}

.enews p {
	color: #a7a19f;
	font-size: 16px;
}

.after-entry-subscribe .enews-widget {
	border: 1px solid #ece3ca;
	margin-bottom: 40px;
	padding: 35px 30px 15px;
	text-align: center;
}

.after-entry-subscribe .enews-widget p.pre-title {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.after-entry-subscribe .enews-widget .widget-title {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: none;
}

.after-entry-subscribe .enews-widget input {
	margin: 0 8px 20px;
	max-width: 224px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #ece3ca;
	position: relative;
}

.site-header .wrap {
	padding: 0;
	position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 17px 0 0;
	position: absolute;
	width: 223px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo-internal.png) no-repeat left;
	background-size: 223px 162px;
	float: left;
	min-height: 162px;
	width: 100%;
}

.header-image .is_stuck .site-title > a {
	background: url(images/logo-sticky.png) no-repeat center center;
	background-size: 175px 57px;
	min-height: 73px;
	width: 100%;
}

.header-image .is_stuck .title-area {
	padding: 0;
	width: 175px;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: left;
	width: 970px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #6c625f;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	padding: 28px 15px 27px;
	text-transform: uppercase;
}

.nav-secondary .menu-item:first-of-type a {
	color: #6c625f;
}

.front-page .nav-secondary .menu-item:first-of-type a {
	color: #fff;
	display: block;
}

.genesis-nav-menu a:hover {
	color: #6c966c;
}

.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 a {
	background-color: #fff;
	border: 1px solid #dcd9d9;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

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

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

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

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

/* Social Navigation
--------------------------------------------- */

.menu-social-container .menu {
	text-align: center;
	margin: 0;
	width: auto;
}

.menu-social-container .menu li {
	background: #fff;
	border: 1px solid #00aaca;
	border-radius: 30px;
	color: #00aaca;
	display: inline-block;
	font-size: 20px;
	height: 46px;
	margin: 0 2px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 46px;
}

.menu-social-container .menu li:hover,
.sidebar .menu-social-container .menu li:hover {
	background: #6c625f;
	color: #fff;
}

.sidebar .menu-social-container .menu li {
	background: #95a495;
	color: #fff;
	border: none;
	height: 40px;
	width: 40px;
}

.menu-social-container .menu li:hover {
	position: relative;
}

.menu-social-container .menu li:before {
	display: table-cell;
	height: 44px;
	vertical-align: middle;
	width: 44px;
}

.sidebar .menu-social-container .menu li:before {
	height: 40px;
	width: 40px;
	top: 1px;
	position: relative;
}

.menu-social-container .menu li.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 8px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

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

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.content .entry {
	background-color: #fff;
}

.blog .content .entry {
	border-bottom: 1px solid #efefef;
}

.entry-content ol,
.entry-content ul,
.weekly-menu-cat .archive-intro ul,
.weekly-menu-cat .archive-intro ol {
	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-content code {
	background-color: #333;
	color: #ddd;
}

.entry-header {
	margin-bottom: 35px;
	text-align: center;
}

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

p.entry-meta {
	color: #a7a19f;
	font-size: 14px;
	margin-bottom: 0;
}

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

.entry-header .entry-meta {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px 0;
}

.entry-meta .fa {
	margin: 0 5px;
}

.entry-categories,
.entry-tags {
	color: #a7a19f;
	display: inline;
	font-size: 14px;
	margin-right: 5px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #6c966c;
	cursor: pointer;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	padding: 8px 8px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #6c625f;
}

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

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

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

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 400;
}

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

.comment-content p:last-of-type {
	margin-bottom: 20px;
}

.comment-list ul {
	padding-left: 40px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

.comment-list ul > li:last-of-type {
	padding-bottom: 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #efefef;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	background: #fbf9f4;
	border: none;
	padding: 30px 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #ccc;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond input[type="submit"] {
	padding: 10px 30px;
	width: auto;
}

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

.entry-comments .comment-author {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
}

.entry-comments .comment-author a {
	color: #6c625f;
}

.entry-comments .says {
	font-style: italic;
	font-weight: normal;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	color: #a7a19f;
	font-size: 14px;
	font-weight: 400;|
}

.comment-form-comment {
	margin-bottom: 30px;
}

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	text-align: right;
	text-transform: lowercase;
}

.comment-reply-link {
	color: #6c966c;
}

.comment-reply-title {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 400;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-weight: 500;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
	border-left: 5px solid #fbf9f4;
	padding-left: 40px;
}


/* # 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 {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

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

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

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

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

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

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

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

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

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #95a495;
	font-size: 16px;
	line-height: 1.4;
	padding: 95px 0 30px;
	position: relative;
	text-align: center;
}

.site-footer:before {
	background-size: 179px 131px;
	background: url(images/logo-footer.png) no-repeat center center;
	content: "";
	height: 131px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	top: -65px;
	width: 179px;
}

.nav-footer {
	margin-bottom: 30px;
}

.site-footer .genesis-nav-menu a {
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	letter-spacing: 1px;
}

.site-footer .genesis-nav-menu .menu-item {
	border-right: 1px solid #fff;
}

.site-footer .genesis-nav-menu .menu-item:last-of-type {
	border-right: none;
}

.site-footer p {
	color: #545c54;
	font-size: 12px;
	margin-bottom: 0;
}

.site-footer p a {
	color: #545c54;
}

/* # Recipe Index
---------------------------------------------------------------------------------------------------- */

.hbg-recipe-index .entry-header select,
.hbg-category-grid .archive-description select {
	display: inline-block;
	font-size: 14px;
	margin: 0 8px 16px;
	max-width: 270px;
}

.hbg-recipe-index .entry-header .search-form,
.hbg-category-grid .archive-description .search-form {
	display: inline-block;
	margin: 0 8px;
	max-height: 49px;
	vertical-align: top;
	width: 270px;
}

.hbg-recipe-index .entry-header .search-form input,
.hbg-category-grid .archive-description .search-form input {
	padding: 14px 16px;
	width: 227px;
}

.hbg-recipe-index .entry-header .search-form input[type="submit"],
.hbg-category-grid .archive-description .search-form input[type="submit"] {
	padding: 14px 12px;
	width: auto;
}

.hbg-recipe-index .entry-header .entry-title,
.hbg-category-grid .archive-description .archive-title {
	margin-bottom: 40px;
}

.hbg-recipe-index .entry-header p.subtitle {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

.hbg-recipe-index .entry-content .category-item,
.hbg-category-grid .content article {
	display: inline-block;
	margin: 0 2.6% 2.6% 0;
	max-width: 243px;
	text-align: center;
	vertical-align: top;
	width: 31.6%;
}

.hbg-recipe-index .entry-content .category-item:nth-of-type(3n+3),
.hbg-category-grid .content article:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-recipe-index .entry-content .category-item img,
.hbg-category-grid .content article img {
	margin-bottom: 10px;
}

.hbg-recipe-index .category-item .category-title,
.hbg-category-grid article .entry-title {
	font-size: 16px;
}

.hbg-category-grid .archive-description .category-title {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 40px;
}

/* # My Favourite Products Archive
---------------------------------------------------------------------------------------------------- */

.fav-prod-archive .content .entry {
	background: #fbf9f4 url(images/logo-home.png) 70px center no-repeat;
	background-size: 326px 235px;
	margin-bottom: 60px;
	padding: 40px 60px 40px 485px;
}

.fav-prod-archive .favourites .favourite {
	display: block;
	float: left;
	margin: 0 0 2.6% 2%;
	max-width: 220px;
	text-align: center;
	vertical-align: top;
	width: 18.4%;
}

.fav-prod-archive .favourites .favourite:nth-of-type(5n+1) {
	clear: both;
	margin-left: 0;
}

.fav-prod-archive .favourites .favourite img {
	display: block;
	margin: 0 auto 20px;
}

.fav-prod-archive .favourites .favourite h2 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

/* # My Favourite Products Single
---------------------------------------------------------------------------------------------------- */

.fav-products {
	margin-bottom: 20px;
}

.fav-prod-single .content .entry {
	background: #fbf9f4;
	margin-bottom: 60px;
	padding: 40px;
}

.fav-prod-single .fav-products .fav-product {
	display: block;
	float: left;
	margin: 0 0 2.6% 2%;
	max-width: 220px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 18.4%;
}

.fav-prod-single .fav-products .fav-product:nth-of-type(5n+1) {
	clear: both;
	margin-left: 0;
}

.fav-prod-single .fav-products .fav-product img {
	display: block;
	margin: 0 auto 20px;
}

.fav-prod-single .fav-products .fav-product h2 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.fav-product-desc {
	background: #6c625f;
	border: 1px solid #363130;
	border-radius: 10px;
	display: none;
	font-size: 14px;
	color: #fff;
	padding: 20px 20px 0;
	position: absolute;
	text-align: left;
	z-index: 10;
	top: 300px;
}

.fav-product:hover .fav-product-desc {
	display: block;
}

.fav-product-desc:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 20px 17.5px;
	border-color: transparent transparent #6c625f transparent;
	z-index: 12;
	top: -20px;
	left: 50%;
	margin-left: -17.5px;
}

.fav-product-desc:after {
	position: absolute;
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 18.5px 21px 18.5px;
border-color: transparent transparent #363130 transparent;
	z-index: 9;
		top: -22px;
	left: 50%;
		margin-left: -18.5px;
}

.fav-product-desc p {
	line-height: 1.3;
	margin-bottom: 20px;
}

.back-to-favs-wrap {
	clear: both;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 30px;
	padding-top: 20px;
	text-align: center;
}

/* # Bootcamp Parent Template
---------------------------------------------------------------------------------------------------- */

.bootcamp-parent .content .entry {
	background: #fbf9f4 url(images/bootcamp.png) 30px center no-repeat;
	background-size: 401px 256px;
	margin-bottom: 60px;
	padding: 70px 55px 80px 475px;
}

.bootcamp-parent .bootcamp-index .bootcamp-class {
	display: inline-block;
	margin: 0 1.3% 2.6% 0;
	max-width: 287px;
	text-align: center;
	vertical-align: top;
	width: 24%;
}

.bootcamp-parent .bootcamp-index .bootcamp-class:nth-of-type(4n+4) {
	margin-right: 0;
}

.bootcamp-parent .bootcamp-index .bootcamp-class img {
	display: block;
	margin-bottom: 20px;
}

.bootcamp-parent .bootcamp-index .bootcamp-class h2 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.bootcamp-index {
	font-size: 0;
}

/* # Bootcamp Child Page
---------------------------------------------------------------------------------------------------- */

.bootcamp-child .entry-header {
	margin-bottom: 50px;
}

.bootcamp-child .bootcamp-index .bootcamp-class {
	display: inline-block;
	margin: 0 0 30px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.bootcamp-child .bootcamp-index .bootcamp-class img {
	display: block;
	margin-bottom: 20px;
}

.bootcamp-child .bootcamp-index .bootcamp-class h2 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.bootcamp-child .sidebar-primary {
	width: 287px;
}

/* # Weekly Meal Plan Category
---------------------------------------------------------------------------------------------------- */

.weekly-menu-cat .archive-description {
	background: #fbf9f4;
	margin-bottom: 60px;
	padding: 40px 55px 40px 475px;
	position: relative;
}

.weekly-menu-cat .featured-images {
	left: 40px;
	position: absolute;
	width: 380px;
}

.weekly-menu-cat .featured-images img {
	display: block;
	margin-bottom: 40px;
}

.weekly-menu-cat .category-title {
	color: #6c625f;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

.weekly-menu-cat .archive-description {
	font-size: 18px;
	min-height: 330px;
	text-align: left;
}

.weekly-menu-cat .content article {
	display: inline-block;
	margin: 0 1.4% 3.6% 0;
	max-width: 287px;
	text-align: center;
	vertical-align: top;
	width: 23.9%;
}

.weekly-menu-cat .content article:nth-of-type(4n+4) {
	margin-right: 0;
}

.weekly-menu-cat .content article img {
	display: block;
	margin-bottom: 20px;
}

.weekly-menu-cat .content article .entry-header {
	margin-bottom: 0;
}

.weekly-menu-cat .content article h2 {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.weekly-menu-cat .archive-intro li {
	list-style-type: disc;
}

.weekly-menu-buttons {
	padding: 20px 0;
	text-align: center;
}

.login-button-wrap {
	display: inline-block;
}

.weekly-menu-buttons a {
	margin: 0 20px 20px;
	padding: 4px 30px;
}

/* # Single Meal Plan
---------------------------------------------------------------------------------------------------- */

.daily-titles {
	background: #fbf9f4;
}

.entry-content .daily-titles {
	margin: 0;
	padding: 40px;
}

.click-on-day {
	font-weight: 700;
	margin-bottom: 40px;
}

.entry-content .daily-titles li {
	list-style-type: none;
	margin-bottom: 30px;
	padding-left: 120px;
	position: relative;
}

.entry-content .daily-titles li:last-of-type {
	margin-bottom: 0;
}

.entry-content .daily-titles li a {
	color: #6C625F;
}

.entry-content .dotw {
	position: absolute;
	font-weight: 700;
	top: 0;
	left: 0;
}

.single-meal_plan .daily-plan h2 {
	background: #6c625f;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0;
	padding: 11px 40px;
}

.dp-details {
	border: 1px solid #6c625f;
	margin-bottom: 40px;
	padding: 40px 40px 12px;
}

.single-meal_plan .shopping-list h2 {
	background: #ece3ca;
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0;
	padding: 11px 40px;
}

.shopping-list-details {
	border: 1px solid #ece3ca;
	margin-bottom: 40px;
	padding: 10px 40px 40px;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-header {
	background: #95a495;
}

.front-page .title-area {
	width: 326px;
	z-index: 100;
}

.front-page.header-image .site-title > a {
    background: url(images/logo-home.png) no-repeat left;
    background-size: 326px 235px;
    float: left;
    min-height: 235px;
    width: 100%;
}

.front-page .header-widget-area {
	text-align: center;
	width: 875px;
}

.front-page .header-widget-area a {
	background: url(images/wheat-left.png) left center no-repeat, url(images/wheat-right.png) right center no-repeat;
	background-size: 72px 52px;
	color: #fff;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	padding: 24px 88px;
}

.front-page .header-widget-area span a {
	font-style: italic;
}

.transparent-wrap {
	background: rgba(255, 255, 255, 0.7);
	padding: 15px 0;
	position: relative;
	margin-bottom: -72px;
	z-index: 50;
}

.transparent-wrap-inner {
	overflow: hidden;
	padding-left: 345px;
	margin: 0 auto;
	max-width: 1200px;
}

.transparent-wrap-inner .tag {
	display: inline-block;
	font-family: 'Playfair Display', serif;
	float: left;
	font-size: 19px;
	font-style: italic;
	vertical-align: middle;
}

.transparent-wrap-inner .tag span {
	font-size: 26px;
	font-style: normal;
	text-transform: uppercase;
}

.front-page-transparent {
	float: right;
	text-align: right;
}

.front-page-transparent .button {
	background-color: #6c625f;
	border-color: #a7a19f;
	padding: 4px 30px;
}

.front-page-transparent .search-form {
	background: #fff;
	margin-right: 40px;
	max-width: 225px;
}

.front-page-transparent .search-form input {
	max-width: 180px;
	padding: 9px 16px;
}

.front-page-transparent .search-form input[type="submit"] {
	padding: 10px 12px;
}

.front-page-transparent .widget {
	display: inline-block;
	vertical-align: top;
}	

.home-hero {
	position: relative;
	margin-bottom: 30px;
}

.hero-image {
	display: block;
	max-width: none;
	width: 100%;
}

.front-page-offer {
	position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    margin-left: -600px;
	top: 210px;
}

.widget_ewd_offer {
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-left: 7.5%;
	max-width: 475px;
	padding: 57px 50px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.widget_ewd_offer:before {
	border: 1px solid #ece3ca;
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: -1;
}

.ow-subtitle {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;	
}

.front-page .widget_ewd_offer .widget-title {
	background: none;
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 40px;
	text-transform: none;
} 

.widget_ewd_offer .button {
	padding: 4px 30px;
}

.front-page .nav-primary {
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
}

.front-page .nav-secondary {
	background: #6c625f;
	text-align: center;
	padding: 21px 0;
}

.front-page .nav-secondary a {
	color: #fff;
    padding: 0 15px;
}

.front-page .nav-primary .menu-item {
	border-right: 1px solid #dcd9d9;
	text-align: center;
	width: 165px;
}

.front-page .nav-secondary .menu-item {
	text-align: center;
}

.nav-secondary .menu-item a {
	border-right: 1px solid #dcd9d9;
}

.front-page .nav-primary .menu-health {
	width: 170px;
}

.front-page .nav-primary .menu-item:last-of-type {
	border: none;
}

.nav-secondary .menu-item:first-of-type a,
.nav-secondary .menu-item:last-of-type a,
.front-page .nav-secondary li.menu-item:nth-last-of-type(2) {
	border-right: none;
}

.front-page .nav-primary .sub-menu a,
.front-page .nav-primary .sub-menu {
	width: 169px;
}

.front-page .nav-primary .sub-menu {
	margin-left: -6px;
	padding-top: 10px;

}

.front-page .nav-primary .sub-menu a {
	color: #6c966c !important;
	padding: 15px 10px !important;
	text-transform: none;
}

.front-page .nav-primary .sub-menu a:hover {
	color: #6c625f !important;
}

.front-page .nav-primary .sub-menu .menu-item:first-of-type a {
	border-top: 1px solid #dcd9d9;
}

.front-page .nav-primary .menu-item > a {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 59px 49px;
	color: #6c625f;
	font-size: 17px;
	padding: 60px 13px 10px 9px;
}

.front-page .nav-primary .menu-start > a {
	background-image: url(images/start-green.png);
}

.front-page .nav-primary .menu-blog > a {
	background-image: url(images/blog-green.png);
}

.front-page .nav-primary .menu-health > a {
	background-image: url(images/health-green.png);
}

.front-page .nav-primary .menu-recipes > a {
	background-image: url(images/recipes-green.png);
}

.front-page .nav-primary .menu-cookbooks > a {
	background-image: url(images/cookbook-green.png);
}

.front-page .nav-primary .menu-resources > a {
	background-image: url(images/resources-green.png);
}

.front-page .nav-primary .menu-shop > a {
	background-image: url(images/shop-green.png);
}

.front-page .nav-primary .menu-start:hover > a {
	background-image: url(images/start-brown.png);
}

.front-page .nav-primary .menu-blog:hover > a {
	background-image: url(images/blog-brown.png);
}

.front-page .nav-primary .menu-health:hover > a {
	background-image: url(images/health-brown.png);
}

.front-page .nav-primary .menu-recipes:hover > a {
	background-image: url(images/recipes-brown.png);
}

.front-page .nav-primary .menu-cookbooks:hover > a {
	background-image: url(images/cookbook-brown.png);
}

.front-page .nav-primary .menu-resources:hover > a {
	background-image: url(images/resources-brown.png);
}

.front-page .nav-primary .menu-shop:hover > a {
	background-image: url(images/shop-brown.png);
}

.front-page .nav-secondary .wrap {
	padding-left: 0;
}

.nav-secondary .menu-members-only a {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	text-transform: none;
}

.front-page .content .widget-title {
	background: #fbf9f4;
	color: #89817f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 40px;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
}

.front-page-feat-top .featured-content article,
.front-page-feat-bottom .featured-content article {
	border: none;
	display: inline-block;
	margin: 0 2.6% 2.6% 0;
	max-width: 243px;
	text-align: center;
	vertical-align: top;
	width: 31.6%;
}

.front-page-feat-top article:nth-of-type(3n+3),
.front-page-feat-bottom article:nth-of-type(3n+3) {
	margin-right: 0;
}

.front-page-feat-top article img,
.front-page-feat-bottom article img {
	direction: block;
	margin-bottom: 0;
}

.front-page-feat-top article .entry-title,
.front-page-feat-bottom article .entry-title {
	color: #6c625f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.front-page-feat-blog .post-info {
	color: #89817f;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.front-page-feat-blog .featured-content article {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.front-page-feat-blog article .entry-title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.more-blog {
	margin-bottom: 40px;
	text-align: center;
}

.more-blog a {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	margin-bottom: 40px;
}

/* # Ziplist Recipe Plugin
---------------------------------------------------------------------------------------------------- */

div#zlrecipe-container {
	padding: 40px 40px 20px;
}

div#zlrecipe-container .zl-recipe-link {
	display: none;
}

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

div#zlrecipe-container #zlrecipe-title {
	border: none;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 40px;
	max-width: 558px;
}

div#zlrecipe-container .zlrecipe-print-link {
	background: #a7a19f;
	padding: 11px 14px;
}

div#zlrecipe-container .zlrecipe-print-link .butn-link,
div#zlrecipe-container .zlrecipe-print-link .butn-link:hover {
	background: url(images/print.png) no-repeat;
	background-size: 22px 19px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	letter-spacing: .25px;
	padding-left: 25px;
	text-transform: uppercase;
}

div#zlrecipe-container .b-b {
	border: none;
}

div#zlrecipe-container .img-desc-wrap #zlrecipe-summary {
  padding: 20px 20px 1px;
}

div#zlrecipe-container #zlrecipe-summary .summary {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px;
}

div#zlrecipe-container p#zlrecipe-ingredients {
	color: #95a495;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	margin-top: 40px;
	text-transform: uppercase;
}

div#zlrecipe-container #zlrecipe-ingredients-list .ingredient-label {
	margin-top: 40px;
}

div#zlrecipe-container #zlrecipe-instructions-list {
	display: block;
	font-size: 16px;
	margin-right: 24px;
}

div#zlrecipe-container #zlrecipe-instructions-list p {
	line-height: 1.5;
	margin: 28px 0;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.after-header-ad {
	margin-bottom: 50px;
	text-align: center;
}

.after-entry-share {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 40px;
}

.share-buttons {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.before-footer-ad {
	text-align: center;
}

.is_stuck {
	z-index: 998;
}
 
.admin-bar .is_stuck {
	top: 32px !important;
}

.affiliate-disclosure {
	background: #efefef;
	font-size: 14px;
	font-style: italic;
	margin: 30px 0 40px;
	padding: 20px;
}

.more-wrap {
	display: block;
	margin: 40px 0;
	text-align: center;
}

.more-link {
	background: url(images/wheat-small-left.png) left center no-repeat, url(images/wheat-small-right.png) right center no-repeat;
	background-size: 47px 33px;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	padding: 8px 53px;
}

.sidebar .widget {
	border-bottom: 1px solid #efefef;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget_ewd_welcome {
	background: #fbf9f4;
	margin: 78px 0 0;
	text-align: center;
	padding: 0 40px 30px;
}

.sidebar .widget_ewd_welcome .widget-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	text-transform: none;
}

.sidebar .widget_ewd_welcome .widget-title:after {
	border-bottom: 1px solid #dcd9d9;
	content: "";
	height: 1px;
	width: 105px;
	left: 50%;
	margin-left: -53px;
	position: absolute;
	bottom: -15px;
}

.sidebar .widget_ewd_welcome img {
	display: inline-block;
	margin: -78px 0 5px;
}

.sidebar .widget_ewd_welcome p {
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 20px;
}

.sidebar .search-form {
	background: #fff;
	height: 46px;
}

.sidebar .search-form input[type="submit"] {
	padding: 13px 12px;
}

.menu-social-container {
	margin-bottom: 12px;
}

.menu-welcome-container {
	background: #ece3ca;
	margin-bottom: 40px;
	padding: 18px 0;
	text-align: center;	
}

.menu-welcome-container a {
	color: #6c625f;
	border-right: 1px solid #b1aa98;	
	font-size: 14px;
	padding: 0 10px 0 6px;
}

.menu-welcome-container li:last-of-type a {
	border-right: none;	
}

.sidebar .menu-welcome-container li {
	margin: 0;
	padding: 0;
}

.nav-secondary {
	background: #fbf9f4;
	border-bottom: 1px solid #ece3ca;
	padding: 11px 0;
}

.nav-secondary .wrap {
	padding-left: 230px;
}

.nav-secondary .menu-item.menu-log {
	float: right;
	padding: 0;
}

.front-page .nav-secondary .menu-item.menu-log {
	display: none;
}

.nav-secondary .menu-item {
	display: inline-block;
	padding: 8px 0;
	vertical-align: middle;
}

.nav-secondary a {
	color: #6c625f;
	padding: 0 15px;
}

.nav-secondary a.button,
.woocommerce .nav-secondary a.button {
	background-color: #6c625f;
    color: #fff;
    border-bottom: 3px solid #a7a19f;
    border-radius: 5px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    width: auto;
    padding: 10px 30px;
}

.nav-secondary a.button:hover,
.front-page-transparent .button:hover,
.woocommerce .nav-secondary a.button:hover {
	background-color: #707b70;
	border-color: #a9b0a9;
}

.nav-secondary li:nth-last-of-type(2) a {
	border-right: none;
}

.sidebar .widget_ewd_offer {
	border: 5px solid #ece3ca;
	margin-left: 0;
	padding: 35px 20px;
}

.sidebar .widget_ewd_offer:before {
	display: none;
}

.sidebar .ow-subtitle {
	font-size: 14px;
}

.sidebar .widget_ewd_offer .widget-title {
	font-family: 'Playfair Display', serif;
    font-size: 31px;
    font-weight: 400;
    text-transform: none;
}

.button-wrap {
	text-align: center;
}

.print-link.button {
	margin-bottom: 40px;
	padding: 4px 30px;
}

.nrelate {
	margin-bottom: 40px;
	text-align: center;
}

.nr_panel {
	display: inline-block;
	max-width: 243px;
	margin-right: 20px;
	vertical-align: top;
}

.nr_panel:last-of-type {
	margin-right: 0;
}

.nr_title {
	background: #fbf9f4;
    color: #89817f;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
}

.nr_text {
	display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

/* # Sales Page
---------------------------------------------------------------------------------------------------- */

.hbg-sales .entry {
	margin-bottom: 0;
}

.hbg-sales .entry-header {
	margin-bottom: 15px;
}

.hbg-sales .entry-title {
	margin-bottom: 0;
}

.hbg-sales .entry-content {
	display: none;
}

.normal-editor {
	padding: 50px 0 40px;
}

.hbg-sales .subtitle {
	font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
}

.hbg-sales .subtitle span {
	border-bottom: 1px solid #efefef;
	display: inline-block;
	padding-bottom: 20px;
}

.normal-editor img.alignleft {
	margin: 0 62px 40px 0;
}

.hbg-sales .site-inner,
.hbg-sales .site-inner > .wrap {
	max-width: none;
}

.hbg-sales section .wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.hbg-sales .testimonials {
	background: #fbf9f4;
	clear: both;
	padding: 50px 0;
}

.hbg-sales .testimonials .wrap {
	max-width: 800px;
}

.hbg-sales .testimonial-text {
	font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-style: italic;
}

.hbg-sales .testimonial-author {
	font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.hbg-sales .purchase-section {
	background: #fbf9f4;
	clear: both;
	text-align: center;
	padding: 50px 0 40px;
}

.hbg-sales .purchase-section h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
}

.purchase-link {
	border: 1px solid #efefef;
	display: inline-block;
	margin: 0 10px 10px;
}

.purchase-link img {
	display: block;
}

.hbg-sales .other-books-section {
	clear: both;
	text-align: center;
	padding: 50px 0 30px;
}

.hbg-sales .other-books-section h2 {
	margin-bottom: 40px;
}

button.slide-nav-link,
button.slide-nav-link:focus {
	background: none;
	color: #666;
	float: left;
	padding: 11px 5px 11px 11px;
	top: 0;
	left: 0;
}

button.slide-nav-link:before {
	font-size: 26px;
}

.sidr li.menu-log a {
	background: none;
}

.front-page .sidr .menu-log {
	display: block;
}

.sidr li a:hover,
.sidr .menu-item a:hover {
	color: #6c966c;
}

.sidr li.menu-members-only a,
.sidr .menu-item.menu-members-only a {
	font-weight: 700;
}

.sidr li.menu-members-only a:hover,
.sidr .menu-item.menu-members-only a:hover {
	color: #6c625f;
}

.hbg-category-grid .entry-header {
	margin: 0;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url(images/down.png) 98% 50% no-repeat;
    padding-left: 10px;
}

.woocommerce .content ul.products li.product a img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.woocommerce .content .related ul li.product img,
.woocommerce .content .related ul.products li.product img,
.woocommerce .content .upsells.products ul li.product img,
.woocommerce .content .upsells.products ul.products li.product img,
.woocommerce-page .content .related ul li.product img,
.woocommerce-page .content .related ul.products li.product img,
.woocommerce-page .content .upsells.products ul li.product img,
.woocommerce-page .content .upsells.products ul.products li.product img {
	width: auto;
}

/* # RFBC Template
---------------------------------------------------------------------------------------------------- */

.hbg-rfbc .hero-image img,
.hbg-rfbc .full-width-image img {
	display: block;
	max-width: none;
	width: 100%;
}

.hbg-sales.hbg-rfbc .site-inner {
	padding-top: 0;
}

.hbg-rfbc .normal-editor {
	line-height: 1.33;
}

.hbg-sales.hbg-rfbc section .wrap {
	max-width: none;
}

.hbg-sales.hbg-rfbc section.normal-editor .wrap {
	max-width: 800px
}

.hbg-rfbc .normal-editor h2 {
	font-size: 48px;
	margin-bottom: 40px;
}

.hbg-rfbc .normal-editor img.alignleft {
	margin-right: 40px;
}

.hbg-rfbc .normal-editor ul {
	list-style-position: inside;
	margin-bottom: 28px;
}

.hbg-rfbc .normal-editor li {
	list-style-type: disc;
}

.comparison-boxes {
	background: #fbf9f4;
	padding: 60px 0;
}

.hbg-sales.hbg-rfbc section.comparison-boxes .wrap {
	line-height: 1.33;
	max-width: 1200px;
}

.comparison-boxes img {
	display: block;
	margin: 0 auto 40px;
}

.cb-headline {
	font-size: 48px;
	margin-bottom: 45px;
	text-align: center;
}

.comparison-boxes h3 {
	font-weight: 700;
}

.comparison-boxes ul {
	list-style-position: inside;
	margin-bottom: 50px;
}


.comparison-boxes li {
	list-style-type: disc;
	margin-bottom: 28px;
}

.cb-boxes-wrap {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cb-box {
	background: #fff;
	border: 1px solid #6c625f;
	padding: 50px 50px 89px;
	position: relative;
	width: 580px;
}

.hbg-rfbc .double-space li {
	margin-bottom: 20px;
}

.hbg-rfbc hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b5a99f;
    margin: 40px auto;
    padding: 0;
    width: 62.5%;
}

.hbg-sales.hbg-rfbc .testimonials .wrap {
	text-align: center;
	max-width: 800px;
}

.hbg-rfbc .site-header {
	text-align: center;
}

.rfbc-countdown {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase;
}

.hbg-rfbc .ucd-countdown-container {
	display: inline-block;
}

.hbg-rfbc .ucd-countdown {
	padding-bottom: 0 !important;
}

.buynow-small,
.buynow-large {
	display: block;
	text-align: center;
}

.buynow-small a {
	background: #6c966c;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 8px 28px;
	text-transform: uppercase;
}

.buynow-large a {
	background: #6c966c;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	padding: 18px 69px;
	text-transform: uppercase;
}

.buynow-small a:hover,
.buynow-large a:hover {
	background: #6c625f
}

.cb-box .buynow-small {
	bottom: 50px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hbg-rfbc .site-header .wrap {
	background: url(images/rfbc-logo.png) left center no-repeat;
	background-size: 184px 73px;
	min-height: 77px;
}

.site-header .buynow-small {
	position: absolute;
	right: 0;
	top: 15px;
}

.hbg-rfbc .image-link {
	margin: 0 40px;
}


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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a,
	.front-page.header-image .site-title > a {
		background-image: url(images/logo-home2x.png);
	}

	.front-page .header-widget-area a {
		background-image: url(images/wheat-left2x.png) left center no-repeat, url(images/wheat-right2x.png) right center no-repeat;
	}

	.site-footer:before {
		background-image: url(images/logo-footer2x.png);
		background-size: contain;
	}

	.header-image .is_stuck .site-title > a {
		background-image: url(images/logo-sticky2x.png);
	}

	div#zlrecipe-container .zlrecipe-print-link .butn-link {
		background-image: url(images/print2x.png) no-repeat;
	}

	.more-link {
		background-image: url(images/wheat-small-left2x.png), url(images/wheat-small-right2x.png);
	}

	.front-page .nav-primary .menu-start > a {
		background-image: url(images/start-green2x.png);
	}
	
	.front-page .nav-primary .menu-blog > a {
		background-image: url(images/blog-green2x.png);
	}
	
	.front-page .nav-primary .menu-health > a {
		background-image: url(images/health-green2x.png);
	}
	
	.front-page .nav-primary .menu-recipes > a {
		background-image: url(images/recipes-green2x.png);
	}
	
	.front-page .nav-primary .menu-cookbooks > a {
		background-image: url(images/cookbook-green2x.png);
	}
	
	.front-page .nav-primary .menu-resources > a {
		background-image: url(images/resources-green2x.png);
	}
	
	.front-page .nav-primary .menu-shop > a {
		background-image: url(images/shop-green2x.png);
	}
	
	.front-page .nav-primary .menu-start:hover > a {
		background-image: url(images/start-brown2x.png);
	}
	
	.front-page .nav-primary .menu-blog:hover > a {
		background-image: url(images/blog-brown2x.png);
	}
	
	.front-page .nav-primary .menu-health:hover > a {
		background-image: url(images/health-brown2x.png);
	}
	
	.front-page .nav-primary .menu-recipes:hover > a {
		background-image: url(images/recipes-brown2x.png);
	}
	
	.front-page .nav-primary .menu-cookbooks:hover > a {
		background-image: url(images/cookbook-brown2x.png);
	}
	
	.front-page .nav-primary .menu-resources:hover > a {
		background-image: url(images/resources-brown2x.png);
	}
	
	.front-page .nav-primary .menu-shop:hover > a {
		background-image: url(images/shop-brown2x.png);
	}

	.hbg-rfbc .site-header .wrap {
		background-image: url(images/rfbc-logo2x.png);
	}


}

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

	.site-inner,
	.wrap,
	.hbg-sales section .wrap,
	.hbg-sales.hbg-rfbc section.comparison-boxes .wrap {
		max-width: 960px;
	}

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

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 735px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

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

	.nav-header {
		text-align: center;
	}

	.nav-header .genesis-nav-menu a {
		padding: 13px 10px;
	}

	.nav-secondary .menu-item {
		padding: 12px 0;
	}

	.nav-secondary li:first-of-type a {
		display: none;
	}

	.nav-secondary a {
		font-size: 16px;
	}

	.nr_panel {
		max-width: 193px;
	}

	.front-page .title-area {
	    width: 223px;
	}

	.front-page.header-image .title-area a {
		background-size: contain;
		min-height: 162px;
	}

	.transparent-wrap-inner {
    	max-width: 960px;
    	padding-left: 235px;
	}

	.front-page-offer {
		max-width: 960px;
		top: 140px;
		margin-left: -480px;
	}

	.widget_ewd_offer {
		margin-left: 0;
	}

	.fav-product-desc {
		top: 265px;
	}

	.front-page .nav-primary .menu-item {
		margin: 10px 0;
	}

	.cb-box {
		width: 460px;
	}

}

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

	.site-inner,
	.wrap,
	.hbg-sales section .wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 0;
	}

	.front-page.header-image .title-area {
		background-position: center top;
		left: 60px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

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

	.header-image .site-title > a {
		background-position: center center;
	}

	.site-inner {
		padding-top: 150px;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 350px;
		padding-top: 50px;
	}

	.header-image .is_stuck {
		min-height: 73px;
	}

	.header-image .is_stuck .title-area {
		width: 100%;
	}

	.nr_panel {
		margin: 0 10px 20px;
	}

	.transparent-wrap {
		display: none;
	}

	.front-page .header-widget-area {
		text-align: right;
		max-width: 480px;
	}

	.front-page .site-header {
	}

	.front-page .header-widget-area a {
		background: none;
		padding: 5px 15px;
		font-size: 24px;
	}

	.front-page button.slide-nav-link,
	.front-page button.slide-nav-link:focus {
		color: #fff;
	}

	.front-page-offer {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
	}

	.home-hero {
		margin-bottom: 20px;
	}

	.front-page-offer .wrap {
		max-width: none;
	}

	.front-page-offer .widget_ewd_offer {
		max-width: 100%;
		padding: 25px 5%;
	}
	
	.front-page-offer .widget_ewd_offer:before {
		display: none
	}

	.front-page .site-inner {
		padding-top: 0;
	}

	.site-inner .wrap {
		padding: 0;
	}

	.fav-product-desc {
		top: 235px;
	}

	.fav-prod-archive .content .entry {
    	background: #fbf9f4;
    	margin-bottom: 60px;
    	padding: 40px;
	}

	.bootcamp-parent .content .entry {
		background: #fbf9f4;
		padding: 40px;
	}

	.rfbc-countdown {
		padding-top: 80px;
	}

	.hbg-rfbc .site-header .wrap {
		background-position: left top;
	}

	.hbg-sales.hbg-rfbc section.comparison-boxes .wrap {
		max-width: 800px;
	}

	.cb-boxes-wrap {
		display: block;
	}

	.cb-box {
		width: 100%;
	}

	.cb-boxes-wrap .cb-box:first-of-type {
		margin-bottom: 40px;
	}


}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap,
	.hbg-sales section .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-sales .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.front-page .header-widget-area a {
		font-size: 18px;
	}

	.widget_ewd_offer:before {
       	left: 0;
    	right: 0;
   	}

   	.fav-prod-single .fav-products .fav-product,
   	.fav-prod-single .fav-products .fav-product:nth-of-type(5n+1),
   	.fav-prod-archive .favourites .favourite,
   	.fav-prod-archive .favourites .favourite:nth-of-type(5n+1) {
   		clear: none;
		margin: 0 0 2.6% 2%;
		width: 23.4%;
	}
	
	.fav-prod-single .fav-products .fav-product:nth-of-type(4n+1),
	.fav-prod-archive .favourites .favourite:nth-of-type(4n+1) {
		clear: both;
		margin-left: 0;
	}

	.fav-product-desc {
    	top: 115%;
	}

	.weekly-menu-cat .featured-images {
		display: none;
	}

	.weekly-menu-cat .archive-description {
		min-height: 0;
		padding: 40px;
	}

	.hbg-rfbc .site-header .wrap {
		background-position: 10px top;
	}

	.site-header .buynow-small {
		right: 10px;
	}

}

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

	.after-entry-subscribe .enews-widget input {
		display: block;
		margin: 0 auto 20px;
	}

	.front-page .site-header {
    	background: #ece3ca;
	}

	.front-page .header-widget-area {
		display: none;
	}

	.front-page.header-image .title-area,
	.header-image .title-area {
		left: auto;
		width: 100%;
		padding: 0;
	}

	.front-page.header-image .site-title > a,
	.header-image .site-title > a {
		background: url(images/logo-sticky.png) no-repeat center center;
    	background-size: contain;
    	min-height: 73px;
    	width: 100%;
	}

	.front-page button.slide-nav-link,
	.front-page button.slide-nav-link:focus, 
	button.slide-nav-link,
	button.slide-nav-link:focus {
    	background: none;
    	color: #666;
   	    padding: 22px 5px 21px 11px;
	}

	.site-inner {
		padding-top: 30px;
	}

	.after-header-ad {
    	margin-bottom: 30px;
    }

}

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

	.fav-prod-single .fav-products .fav-product,
	.fav-prod-archive .favourites .favourite,
   	.fav-prod-single .fav-products .fav-product:nth-of-type(4n+1),
   	.fav-prod-archive .favourites .favourite:nth-of-type(4n+1)
   	.fav-prod-single .fav-products .fav-product:nth-of-type(5n+1),
   	.fav-prod-archive .favourites .favourite:nth-of-type(5n+1) {
   		clear: none;
		margin: 0 0 6% 5%;
    	width: 47.4%;
	}
	
	.fav-prod-single .fav-products .fav-product:nth-of-type(2n+1),
	.fav-prod-archive .favourites .favourite:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.fav-product-desc {
    	top: 115%;
	}

	.hbg-recipe-index .entry-content .category-item,
	.hbg-category-grid .content article,
	.bootcamp-parent .bootcamp-index .bootcamp-class,
	.weekly-menu-cat .content article,
	.hbg-recipe-index .entry-content .category-item:nth-of-type(3n+3),
	.hbg-category-grid .content article:nth-of-type(3n+3),
	.bootcamp-parent .bootcamp-index .bootcamp-class:nth-of-type(4n+4),
	.weekly-menu-cat .content article:nth-of-type(4n+4) {
    	margin: 0 2.6% 2.6% 0;
    	width: 48%;
	}

	.bootcamp-parent .bootcamp-index .bootcamp-class,,
	.weekly-menu-cat .content article, 
	.bootcamp-parent .bootcamp-index .bootcamp-class:nth-of-type(4n+4),
	.weekly-menu-cat .content article:nth-of-type(4n+4)  {
		margin-bottom: 20px;
	}

	.hbg-recipe-index .entry-content .category-item:nth-of-type(2n+2),
	.hbg-category-grid .content article:nth-of-type(2n+2),
	.bootcamp-parent .bootcamp-index .bootcamp-class:nth-of-type(2n+2),
	.weekly-menu-cat .content article:nth-of-type(2n+2) {
		margin-right: 0;
	}

}

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

	.front-page.header-image .title-area,
	.header-image .title-area {
		padding-right: 20px;
	}

	.front-page.header-image .site-title > a,
	.header-image .site-title > a {
		background: url(images/logo-sticky.png) no-repeat right center;
	}

	.hbg-rfbc .normal-editor h2 {
		font-size: 36px;
	}

	.cb-box li span {
		font-size: 18px !important;
	}

	.hbg-rfbc .normal-editor img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 40px;
	}

}

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

	.site-header .title-area {
	}

	div#zlrecipe-container {
    	padding: 20px;
	}

	.hbg-sales .purchase-section .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.purchase-link {
		margin: 0 2px 10px;
	}

	.bootcamp-parent .content .entry,
	.weekly-menu-cat .archive-description {
		padding: 30px;
	}

	.hbg-rfbc .site-header .wrap {
		background-size: 160px;
	}

}