/* # EWD Empowered Sustenance
Theme Name: EWD Empowered Sustenance
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.2.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
	- Screen Reader Text
- 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
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- 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
- Print Styles
*/


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

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

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


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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.78;
	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;
}

a {
	color: #a4aa38;
	font-weight: 700;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 40px 70px 60px;
	position: relative;
}

blockquote:after {
	background: #a4aa38;
	content: "";
	height: 5px;
	position: absolute;
	width: 120px;
}

.semi-bold {
	font-weight: 600;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
}

h3 {
	font-size: 32px;
	font-size: 3.2rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

h5 {
	color: #a4aa38;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

h6 {
	color: #4a682a;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	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,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 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: #333;
	font-weight: 700;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 700;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-shop-category a,
.more-from-category a {
	background-color: #4a682a;
	border: 1px solid #4a682a;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 12px 32px;
	text-transform: uppercase;
	width: auto;
}

.more-from-shop-category a,
.more-from-category a {
	display: inline-block;
	margin-bottom: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-from-shop-category a:hover,
.more-from-category a:hover {
	background: #fff;
	color: #4a682a;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #4a682a;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	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,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	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;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 60px;
}

.hbg-shop .site-inner {
	max-width: none;
	padding: 0;
}

.hbg-email-optin .site-inner {
	max-width: none;
	padding-top: 40px;
}

.category .site-inner,
.tax-shop-category .site-inner {
	padding-top: 0;
}

.parent-category .site-inner {
	padding-top: 15px;
}

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

.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 {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.hbg-video .content,
.single.full-width-content .content,
.page-template-default.full-width-content .content {
	width: 900px;
}

.social-buttons .wrap {
	max-width: 900px;
}

/* ### Primary Sidebar */

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

.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-radius: 100%;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 60px 0 15px;
}

.parent-category .archive-description {
	padding: 75px 0;
	margin: 0 0 40px;
}

.parent-category .archive-description .wrap {
	background: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
	max-width: 1120px;
	padding: 30px 40px 35px;
	text-align: center;
}

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

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

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

.search-form {
	border: 1px solid #b1b5ae;
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form {
	width: 300px;
}

.widget_search {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	width: 142px;
}

input[type="search"] {
	border: none;
	color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 14px;
 	text-transform: uppercase;
 	width: 252px;
}

.widget_search input[type="search"] {
	width: 106px;
}

.search-form input[type="submit"],
.widget_search input[type="submit"] {
	background: none;
	color: #333;
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 10px;
	border: none;
}

.search-form ::-moz-placeholder {
	color: #333;
	font-weight: 700;
	opacity: 1;
}

.search-form ::-webkit-input-placeholder {
	color: #333;
	font-weight: 700;
}

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

.archive-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 600;
	text-align: center;
}

.tax-shop-cateogry .archive-title {
	margin-bottom: 40px;
}

.parent-category .archive-title {
	font-size: 60px;
	font-size: 6rem;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 600;
	margin-bottom: 35px;
}

.blog .content .entry-title,
.search-results .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4a682a;
	font-weight: 600;
}

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

.category .content .entry-title,
.category .content .entry-title a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
}

.category-recipes .content .entry-title,
.category-recipes .content .entry-title a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: -14px 0 30px;
	text-align: center;
}

.widget-title span {
	background: #fff;
	padding: 0 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # 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: 0;
	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;
	font-size: 2rem;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.34;
	text-align: center;
	color: #333;
}

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

.optin-image {
	float: left;
	max-width: 121px;
}

.single-opt-in .optin-image {
	max-width: 225px;
}

.single-opt-in .enews {
	float: right;
	margin-top: 0;
	max-width: 710px;
}

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

.enews-widget input {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0 12px 16px;
	max-width: 233px;
	text-align: center;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #4a682a;
	border-color: #4a682a;
	color: #fff;
	margin: 0 12px;
	max-width: 120px;
	width: 100%;
}

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

.enews p {
	margin: 0 0 20px;

}

.single-opt-in .wrap {
	background: #ecf1e8;
	margin-top: 60px;
	padding: 10px 118px 5px;
}

.page-id-111 .single-opt-in .wrap {
    background: #ecf1e8;
    margin: 0 auto 60px;
}

.tax-shop-category .single-opt-in {
	margin-bottom: 90px;
}

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #b1b5ae;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.admin-bar .site-header {
	top: 32px;
}

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

.site-container {
	padding-top: 75px;
}

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

.hbg-front-page .shop-page-categories.wiu-widget .wrap {
	padding-bottom: 0;
}

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

.title-area {
	float: left;
	width: 322px;
}

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

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

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

.header-image .site-title > a {
	background: url(images/logo-small.png) no-repeat left;
	background-size: contain;
	float: left;
	min-height: 56px;
	padding: 18px 0;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	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;
	margin-top: 18px;
	text-align: right;
	width: 870px;
}

.before-header-ad {
	background: url(images/header-footer-bg.jpg) center center;
	padding: 19px 0px 12px;
	text-align: center;
}

.about-widget {
	margin-bottom: 60px;
}

.about-widget .wrap {
	background: #ecf1e8;
}

.about-widget .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	margin: 0 0 30px;
	padding-top: 30px;
	text-transform: none;
}

.about-widget .widget-title span {
	background: none;
}

.about-widget img {
	float: left;
}

.about-widget p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.78;
	margin-bottom: 35px;
	padding: 0 61px 0 593px;
	text-align: center;
}

.single .about-widget p {
	margin-bottom: 15px;
}

.single .about-widget p:first-of-type {
	padding-top: 0;
}

.about-widget .about-links a {
	background-color: #4a682a;
    border: 1px solid #4a682a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.about-widget .about-links a:hover {
	background: #fff;
	color: #4a682a;
}

.hbg-front-page .image-colorbox-wrap {
	float: left;
	position: relative;
	max-width: 532px;
}

.wp-colorbox-youtube {
	color: #fff;
    display: block;
    left: 50%;
    margin-left: -32px;
    margin-top: 0;
    opacity: .85;
    position: absolute;
    text-indent: -9999px;
	top: 40%;
}

.wp-colorbox-youtube:hover,
.wp-colorbox-youtube:focus {
	color: #fff;
	opacity: 1;
}

.wp-colorbox-youtube:before {
    font-size: 74px;
    left: 0;
    position: absolute;
    text-indent: 0;
}

.single .about-widget a {
	background-color: #fff;
    border: 1px solid #b1b5ae;
    color: #4a682a;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.single .about-widget a:hover {
	color: #fff;
	background: #4a682a;
	border-color: #4a682a;
}

.ebooks-widget {
	margin-bottom: 60px;
	text-align: center;
}

.ebooks-widget .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: none;
}

.ebooks-widget .ebook {
	display: inline-block;
	margin: 0 10px;
}

.nrelate {
	margin-top: 25px;
}

.wiu-widget .wrap,
.nrelate .wrap {
	border: 1px solid #B1B5AE;
    margin: 0 auto 60px;
    padding: 0 40px 40px 40px;
}

.wiu-widget section {
	clear: both;
}

.nrelate .wrap {
	padding-bottom: 10px;
}

.hbg-start-here .nrelate .wrap {
	padding-bottom: 35px;
}

.wiu-widget .featured-content .entry,
.nr_panel {
	border: none;
	float: left;
	margin: 0 0 30px 1.8%;
	padding-bottom: 0;
	text-align: center;
	width: 18.5%;
}

.wiu-widget .featured-content .entry .entry-title,
.nr_text {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 600;
}

.wiu-widget .featured-content .entry .entry-title a,
.nr_text {
	color: #4a682a;
}

.wiu-widget .featured-content .entry .entry-title a:hover,
.nr_text:hover {
	color: #333;
}

.wiu-widget .featured-content .entry:first-of-type,
.nr_panel:first-of-type {
	margin-left: 0;
}

.wiu-widget .aligncenter,
.nr_img_div {
	margin-bottom: 10px;
}

.nr_img_div {
	display: block;
}

.nr_title {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: -14px 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.nr_title span {
    background: #fff;
    padding: 0 20px;
}

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

.genesis-nav-menu {
	clear: both;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #4a682a;
	text-decoration: none;
	display: block;
	padding: 9px 9px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	color: #333;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	color: #a4aa38;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	border: 1px solid #b1b5ae;
	left: -9999px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	text-transform: none;
	-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-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 20px;
	position: relative;
	width: 198px;
	word-wrap: break-word;
}

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

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

.widget_nav_menu {
	display: inline-block;
}

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

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

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

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

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

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

.nav-secondary {
	background-color: #fff;
	margin-bottom: 20px;
}

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

.genesis-nav-menu li.menu-item.fa,
.side-nav li.menu-item.fa {
	border: none;
	color: #4a682a;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	padding: 0;
	position: relative;
}

.side-nav li.menu-item.fa {
	margin: 0 8px;
}

.genesis-nav-menu li.menu-item.fa:hover,
.side-nav li.menu-item.fa:hover {
	color: #333;
	position: relative;
}

.side-nav li.menu-item.fa a,
.genesis-nav-menu li.menu-item.fa a {
	border: none;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

.side-nav li.menu-item.fa-facebook {
	margin: 15px 0 15px 15px;
}

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

.genesis-nav-menu.menu-social li.menu-item.fa {
	background: #4a682a;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	height: 63px;
	margin: 0 5px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 63px;
}

.genesis-nav-menu.menu-social li.menu-item.fa:hover {
	background: #fff;
	border-color: #4a682a;
	color: #4a682a;
	position: relative;
}

.genesis-nav-menu.menu-social li.menu-item.fa:before {
	display: table-cell;
	height: 63px;
	vertical-align: middle;
	width: 63px;
}

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

.site-footer .nav-social {
	margin: -31px auto 20px;
}

/* Image Menu
--------------------------------------------- */

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

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

.entry {
	margin-bottom: 40px;
}

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

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

.category .content .entry {
	float: left;
	margin: 0 0 3.1% 3.1%;
	width: 31.2%;
}

.category .content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.category .content .entry img.aligncenter {
	margin-bottom: 20px;
}

.category.category-recipes .content .entry {
	clear: none;
	float: left;
	margin: 0 0 2.7% 2.7%;
	width: 22.9%;
}

.category.category-recipes .content .entry:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

.blog .content article,
.search-results .content article {
    border-bottom: 1px solid #b1b5ae;
    min-height: 429px;
    padding: 5px 580px 33px 0;
    position: relative;
}

.blog .content article img,
.search-results .content article img {
	position: absolute;
	right: 0;
	top: 0;
}

.blog .content article:nth-of-type(odd),
.search-results .content article:nth-of-type(odd) {
	padding-left: 580px;
	padding-right: 0;
}

.blog .content article:nth-of-type(odd) img,
.search-results .content article:nth-of-type(odd) img {
	left: 0;
	right: auto;
}

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.disclosure-header {
	margin-bottom: 30px;
	text-align: center;
}

.entry-header .entry-meta,
.disclosure-header .entry-meta {
	color: #b1b5ae;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-header .entry-meta a,
.disclosure-header .entry-meta a {
	color: #b1b5ae;
	font-weight: 400;
	text-decoration: none;
}

.entry-header .entry-meta span,
.entry-header .entry-meta time {
	margin-right: 15px;
}

.entry-header .entry-meta i {
	margin-right: 5px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}


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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #4A682A;
	border: 1px solid #4A682A;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #fff;
	border-color: #4A682A;
	color: #4A682A;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-pings {
	margin: 0 auto 60px;
	max-width: 900px;
	padding: 0;
}

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

.entry-comments {
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	text-transform: none;
}

.entry-comments h3 {
	float: left;
	margin-bottom: 35px;
	text-transform: none;
}

.comment-reply-title {
	margin-top: 40px;
}

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

.comment-header a {
	color: #4a682a;
	text-decoration: none;
}

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

.comment-list {
	clear: both;
}

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

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

}

.comment-list li.bypostauthor > article {
	background: #ecf1e8;
	border: none;
	padding: 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"] {
	background-color: #4a682a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.comment-respond input:hover[type="submit"] {
	background: #071b38;
}

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

.entry-comments .comment-author {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 7px;
}

.entry-comments .comment-author span {
	text-transform: none;
}

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

.bypostauthor {
}

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

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

.comment-meta a {
	border: none;
	color: #b1b5ae;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}

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

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

.comment-content {
	clear: both;
}

.comment-reply {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	border: none;
	letter-spacing: 1.5px;
	text-decoration: none;
}

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

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

.comment-respond form {
	clear: both;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

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


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 0 0 40px;
	text-align: center;
}

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

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

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	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 {
	margin-right: 60px;
	width: 406px;
}

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

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

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


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

.site-footer {
	background: url(images/header-footer-bg.jpg) center center;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .wrap {
	padding: 0;
	max-width: none;
}

.site-footer .creds {
	background: #4a682a;
	padding: 30px 20px 40px;
}

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

.site-footer p.footer-cta {
	float: right;
	font-weight: normal;
	position: relative;
	text-transform: none;
	top: -12px;
}

.site-footer p.footer-cta a {
	background: #fff;
	border: 1px solid #fff;
	color: #4a682a;
	display: inline-block;
	font-weight: normal;
	margin-left: 40px;
	padding: 10px 20px;
	text-transform: uppercase;
	vertical-align: middle;
}

.site-footer p.footer-cta a:hover {
	background: #4a682a;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.wp_rp_wrap .related_post_title:before {
	background: #fff;
	content: "";
	left: 50%;
	margin-left: -150px;
	position: absolute;
	height: 30px;
	width: 300px;
	z-index: -1;
}

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

.nav-footer .genesis-nav-menu a {
	border-left: 2px solid #b1b5ae;
	display: inline-block;
	color: #4a682a;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0 15px 0 18px;
	text-transform: none;
}

.nav-footer .genesis-nav-menu .menu-item:first-of-type a {
	border-left: 0;
}

/* # Shop Page Template
---------------------------------------------------------------------------------------------------- */

.hbg-shop .entry {
	padding: 75px 0;
	margin-bottom: 60px;
}

.hbg-shop .front-page-blog-posts .entry {
	background: none !important;
	padding-top: 0;
	margin-bottom: 20px;
}

.hbg-shop .entry-title {
    font-size: 60px;
    font-size: 6rem;
    margin: 0;
}

.hbg-shop .front-page-blog-posts .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
	text-transform: none;
}

.hbg-shop .entry-content,
.hbg-shop .entry-header {
	background: rgba(255, 255, 255, 0.75);
	margin: 0 auto;
	max-width: 1120px;
}

.hbg-shop .entry-header {
	padding: 30px 40px 24px;
}

.hbg-shop .entry-content {
	padding: 0 40px 35px;
}

.shop-page-categories {
	margin: 0 auto;
	max-width: 1200px;
}

.shop-category-item {
	float: left;
	margin: 0 0 3.1% 3.1%;
	text-align: center;
	width: 31.2%;
}

.shop-category-item:hover h2 {
	color: #333;
}

.shop-category-item:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.shop-category-title {
	color: #4a682a;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

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

.hbg-sales-page .site-container,
.error404 .site-container {
	padding-top: 0;
}

.hbg-sales-page .site-header,
.error404 .site-header {
	border: none;
	padding: 30px 0 15px;
	position: static;
}

.hbg-sales-page .title-area {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    width: 589px;
}

.hbg-sales-page.header-image .site-title > a {
    background-image: url(images/logo-big.png);
    background-position: center center;
    min-height: 103px;
    padding: 0;
}

.hbg-sales-page .site-inner,
.error404 .site-inner {
    padding: 0;
    max-width: none;
}

.hbg-sales-page .entry-header,
.error404 .entry-header {
	padding: 60px 0;
}

.hbg-sales-page .entry-title,
.error404 .entry-title {
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 0;
}

.hbg-sales-page .entry-header p {
    font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 40px;
}

.hbg-sales-page .button {
	font-size: 24px;
	font-size: 2.4rem;
}

.hbg-sales-page .button:hover {
	background: #fff !important;
}

.hbg-sales-page .button a {
	color: #fff;
	font-weight: 600;
}

.hbg-sales-page .button a:hover {
	color: #4a682a;
}

.hbg-sales-page p {
	margin-bottom: 40px;
}

.hbg-sales-page .text-content {
	padding: 60px 0;
}

.hbg-sales-page img.alignleft {
	margin: 0 40px 40px 0;
}

.hbg-sales-page img.alignright {
	margin: 0 0 40px 40px;
}

.hbg-sales-page .testimonials {
	padding: 20px 0 20px;
	text-align: center;
}

.hbg-sales-page .testimonials .wrap {
	max-width: 1120px;
	padding-left: 5%;
	padding-right: 5%;
}

.hbg-sales-page .testimonial {
	border-bottom: 1px solid #b1b5ae;
	padding: 40px 0;
}

.hbg-sales-page .testimonial:last-of-type {
	border-bottom: none;
}

.hbg-sales-page .testimonial h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
}

.hbg-sales-page .testimonial-content p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.75;
	margin-bottom: 0;
}

.hbg-sales-page .testimonial-author {
	font-size: 24px;
	font-weight: 700;
}

.hbg-sales-page .text-content ul {
	overflow: hidden;
}

.hbg-sales-page .testimonials .button-wrap {
	margin-bottom: 60px;
}

.hbg-sales-page .entry-content ul > li {
	font-size: 24px;
	font-size: 2.4rem;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.hbg-sales-page .entry-content ul > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    position: absolute;
}

.boxed-in {
	padding-top: 60px;
}

.boxed-in .wrap {
	border: 1px solid #B1B5AE;
    margin: 0 auto 60px;
    padding: 0 80px 40px 80px;
}

.boxed-in h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: -20px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.boxed-in h2 span {
    background: #fff;
    padding: 0 20px;
}

.boxed-in p {
	font-size: 24px;
	font-size: 2.4rem;
}

.hbg-sales-page .site-footer,
.error404 .site-footer {
	padding: 50px 0 30px;
}

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

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

/* # Email Optin Page Template
---------------------------------------------------------------------------------------------------- */

.hbg-email-optin .entry-header {
	margin: 0 auto;
	max-width: 1200px;
}

.hbg-email-optin .entry-title {
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 20px;
}

.hbg-email-optin .entry-header p {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
}

.eo-large-image {
	padding: 50px 0 60px;
	text-align: center;
}

.hbg-email-optin .enews {
	background: #ecf1e8;
	padding: 40px 0;
	text-align: center;
}

.hbg-email-optin .enews input {
	border: none;
	font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 18px;
    padding: 26px;
    text-align: center;
	text-transform: uppercase;
	width: 474px;
}

.hbg-email-optin .enews input[type="submit"] {
	border: 1px solid #4a682a;
	width: 295px;
}

.hbg-email-optin .eo-steps {
	padding: 60px 0 40px;
	text-align: center;
}

.hbg-email-optin .eo-steps h2 {
	font-weight: normal;
	margin-bottom: 50px;
}

.hbg-email-optin .eo-steps article {
	display: inline-block;
	margin: 0 30px;
	position: relative;
	vertical-align: top;
	width: 250px;
}

.hbg-email-optin .eo-steps article:first-of-type {
	margin-left: 0;
}

.hbg-email-optin .eo-steps article:last-of-type {
	margin-right: 0;
}

.hbg-email-optin .steps-wrap h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33;
	margin-bottom: 0;
}

.hbg-email-optin .steps-wrap p {
	line-height: 1.33;
}

.hbg-email-optin .step-count {
	background: #4a682a;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    height: 38px;
    line-height: 1;
    padding: 7px 13px;
    position: absolute;
	top: -11px;
    right: -11px;
    width: 38px;
}

.hbg-email-optin .steps-wrap img {

}

.hbg-email-optin .closing-text {
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 45px 0 40px;
	text-align: center;
}

.eo-author-bio .wrap {
	border: 1px solid #b1b5ae;
	margin-bottom: 60px;
	padding: 40px 40px 10px;
}

.eo-author-bio img {
	float: left;
	margin: 0 40px 40px 0;
}

/* # Multi Cat Template
---------------------------------------------------------------------------------------------------- */

.multi-cat-grid {
    margin: 0 auto;
    max-width: 1200px;
	padding-top: 15px;
}

.multi-cat-grid .entry {
	background: none;
	float: left;
	margin: 0 0 3.1% 3.1%;
	padding: 0;
	width: 31.2%;
}

.multi-cat-grid .entry:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.multi-cat-grid .entry-header {
    padding: 0;
}

.multi-cat-grid .entry-title,
.multi-cat-grid .entry-title a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.multi-cat-grid .entry-content {
	padding: 0;
}

.hbg-multi-category .wiu-widget .featured-content .entry {
	background: none;
	padding: 0;
}

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

.hbg-front-page .site-header {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.static-header img {
	float: left;
	max-width: 590px;
}

.static-header-right {
	float: right;
	margin-top: 50px;
}

.static-header .search-form {
	float: right;
	max-width: 260px;
}

.static-header input[type="search"] {
	max-width: 218px;
	padding: 15px 14px;
}

.hbg-front-page.full-width-content .content{
    width: 100%;
}

.hbg-front-page .site-inner {
	padding-top: 40px;
}

.hbg-front-page .about-widget {
	margin-bottom: 40px;
}

.front-page-intro-outer {
	max-width: 1050px;
	margin: 0 auto 60px;
}

.front-page-intro-outer .wrap {
	padding: 0;
}

.front-page-blog-posts-outer {
	border: 1px solid #b1b5ae;
	margin-bottom: 60px;
	padding: 0 3.3% 3.3%;
}

.hbg-front-page .shop-page-categories.wiu-widget .wrap {
	padding: 0 3.3% 3.3%;
}

.hbg-shop .front-page-blog-posts-outer {
	margin: 0 auto 60px;
	max-width: 1200px;

}

.image-menu .menu-item {
	float: left;
	margin: 0 0 3.4% 3.4%;
	position: relative;
	width: 17.2%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.image-menu .menu-item:first-of-type {
	clear: both;
	margin-left: 0;
}

.image-menu .menu-item a,
.image-menu .genesis-nav-menu a {
	padding: 0;
}

.image-menu .genesis-nav-menu li {
	padding: 9px;
}

.image-menu-title-wrap {
	width: 100%;
}

.image-menu-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.image-menu-title:before {
    background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	left: -15px;
	right: -15px;
	top: -7px;
	bottom: -7px;
	content: "";
	z-index: -1;
}

.front-page-blog-posts article {
	float: left;
    margin: 0 0 3.1% 3.1%;
    text-align: center;
    width: 31.2%;
}

.front-page-blog-posts article:nth-of-type(3n+1) {
	clear: both;
    margin-left: 0;
}

.front-page-blog-posts .entry-title {
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.front-page-blog-posts .entry {
	border-bottom: none;
	padding-bottom: 20px;
}

.front-page-blog-posts img.alignnone {
    margin-bottom: 0;
}

.static-header {
	padding: 20px 0 60px;
}

.free-book.menu-item a {
	background: #a4aa38;
	color: #fff;
	padding: 9px 15px;
}

.free-book.menu-item a:hover {
	background: #4a682a;
}

/* # Video Page
---------------------------------------------------------------------------------------------------- */

.hbg-video .entry-content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hbg-video .site-container {
    padding-top: 0;
}

.hbg-video .site-header {
	position: static;
}

.hbg-video .site-header .widget-area {
	padding: 0 20px;
	text-align: center;
	width: 100%;
    max-width: 815px;
}

.hbg-video .slick-prev:before,
.hbg-video .slick-next:before {
	color: #4a682a;
	opacity: 1;
}

.hbg-video .slick-prev:hover:before,
.hbg-video .slick-prev:focus:before,
.hbg-video .slick-next:hover:before,
.hbg-video .slick-next:focus:before {
	opacity: .75;
}

.video-menu-title {
	line-height: 1.4;
	text-align: center;
}

.hbg-video .slick-slide img {
	display: inline-block;
	margin-bottom: 10px;
	opacity: .55;
}

.hbg-video .slick-slide.current-menu-item img {
	opacity: 1;
}

.hbg-video .genesis-nav-menu .slick-slide {
	float: left;
}

/* Masonry
--------------------------------------------- */

.gutter-sizer {
	width: 3%;
}

.masonry-wrap {
	clear: both;
	position: relative;
}

.masonry-wrap .entry {
	border: 1px solid #e0e1df;
	margin-bottom: 40px;
	padding: 40px;
	width: 48.5%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.masonry-wrap .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}

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

.hbg-share-buttons {
	margin-bottom: 60px;
	text-align: center;
}

div.pib-sharebar {
	padding: 0;
}

.pin-it-btn-wrapper-shortcode,
.yum-button {
	display: inline-block;
	vertical-align: top;
}

.button-wrap,
.more-from-shop-category,
.more-from-category {
	clear: both;
	text-align: center;
}

.more-from-shop-category,
.more-from-category {
	margin-bottom: 0;
}

.read-more {
	padding: 11px 25px;
}

.affiliate-disclosure {
	color: #b1b5ae;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.affiliate-disclosure a {
	color: #b1b5ae;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

.affiliate-advertisement {
	margin-bottom: 65px;
}

.favs-button {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.content .easyrecipe {
	background: #fff;
	border: 1px solid #4A682A;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 0 0 30px;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader,
.content .easyrecipe div .ERSNotesHeader {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 15px 0 0;
	text-transform: uppercase;
}

.content .ERSIngredients,
.content .ERSInstructions,
.content .ERSNotesDiv,
.content .ERSSummary,
.content .easyrecipe .nutrition {
	line-height: 2.12;
	padding: 0 40px;
}

.content .easyrecipe .ERSIngredients li.ingredient {
	margin-left: 40px;
}

.content .easyrecipe .ERSInstructions li.instruction {
	margin-bottom: 20px;
	margin-left: 55px;
}

.content .easyrecipe .ERSNotes {
	margin-left: 40px;
}

.content .easyrecipe .ERSDetails {
	background: #4A682A;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.content .easyrecipe .ERSDetails div {
	display: inline-block;
	float: none;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}

div.easyrecipe .ERSName {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0;
	padding: 240px 190px;
	text-align: center;
}

div.easyrecipe .ERSName span {
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 30px;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 700 !important;
	font-weight: normal;
	text-transform: uppercase;
}

.single div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.png);
	background-size: contain;
	width: 26px;
	height: 23px;
	margin-top: -12px;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #a4aa38;
	border-radius: 0;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #4a682a;
}

div.easyrecipe .ui-button-text-icon-primary .ui-button-text,
div.easyrecipe .ui-button-text-icons .ui-button-text {
    padding: 10px 20px 9px 39px;
}

div.easyrecipe .ERSSavePrint {
    margin: 40px 40px 0 0;
}

.wp_rp_wrap ul.related_post li a:hover {
	color: #333;
}

.sidr .search-me {
	position: relative;
}

.sidr .search-me:before {
    color: #4a682a;
    font-size: 16px;
}

.widget-instagram-for-wordpress .widget-title {
	display: none;
}

.snp-pop-12706 .snp-theme-html {
    max-width: 810px !important;
	overflow: hidden;
    width: 810px !important;
}

.snp-pop-12706 .snp-theme-html .snp-content-inner {
	padding: 0;
}

.snp-pop-12706 .snp-fb a {
	font-weight: 500;
}

.snp-pop-12706 .snp-fb img {
    max-width: 300px;
    padding: 15px 0;
}

.snp-pop-12706 .enews-widget {
	background: url(images/unnamed.jpg) no-repeat;
	background-size: 1130px;
	background-position: 0 -140px;
	height: 550px;
	max-width: 810px;
	padding-right: 425px;
	width: 100%;
}

.snp-pop-12706 .enews-widget .widget-wrap {
    background: rgba(255, 255, 255, 0.55);
    height: 100%;
    padding: 40px 10px 20px;
}

.snp-pop-12706 .enews-widget .widget-title {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 500;
}

.snp-pop-12706 .enews-widget p:first-of-type {
	margin-bottom: 40px;
	font-size: 20px;
}

.snp-pop-12706 .enews-widget p:last-of-type {
	font-size: 16px;
}

.snp-pop-12706 .enews-widget form {
	padding: 0 30px;
}

.snp-pop-12706 .enews-widget input {
	background: #fff;
}

.snp-pop-12706 .enews-widget input[type="submit"] {
	background: #4a682a;
}

.snp-pop-12706 .enews-widget input[type="submit"]:hover {
	background: #fff;
}

.snp-pop-12706 .enews-widget input,
.snp-pop-12706 .enews-widget input[type="submit"] {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 20px;
	max-width: none;
	width: 100%;
}

.snp-pop-12706 .enews-widget input::-moz-placeholder {
	color: #333;
	font-weight: normal;
	opacity: 1;
}

.snp-pop-12706 .enews-widget input::-webkit-input-placeholder {
	color: #333;
	font-weight: normal;
}

.snp-pop-15417 .snp-theme-html,
.snp-pop-16917 .snp-theme-html {
    max-width: 810px !important;
	overflow: hidden;
    width: 810px !important;
}

.snp-pop-15417 .snp-theme-html .snp-content-inner,
.snp-pop-16917 .snp-theme-html .snp-content-inner {
	padding: 0;
}

.snp-pop-15417 .snp-fb a,
.snp-pop-16917 .snp-fb a {
	color: #999;
	font-weight: 400;
	text-decoration: underline;
}

.snp-pop-15417 .snp-fb img,
.snp-pop-16917 .snp-fb img {
    max-width: 300px;
    padding: 15px 0;
}

.snp-pop-15417 .enews-widget,
.snp-pop-16917 .enews-widget {
	background: #ebf2e7 url(images/image-left.png) no-repeat;
	background-position: 23px center;
	height: 550px;
	max-width: 810px;
	padding-left: 365px;
	width: 100%;
}

.snp-pop-16917 .enews-widget {
	background-image: url(images/five-min-wr-left.png);
	background-position: 60px center;
}

.snp-pop-15417 .enews-widget .widget-wrap,
.snp-pop-16917 .enews-widget .widget-wrap {
    background: #fff;
    height: 100%;
    padding: 40px 60px 20px;
}

.hbg-email-optin .snp-pop-15417 .enews-widget .enews,
.hbg-email-optin .snp-pop-16917 .enews-widget .enews {
    background: none;
    padding: 0;
}

.hbg-email-optin .snp-pop-15417 .enews input,
.hbg-email-optin .snp-pop-16917 .enews input {
	border: 1px solid #b1b5ae;
	padding: 12px;
}

.snp-pop-15417 .enews-widget .widget-title,
.snp-pop-16917 .enews-widget .widget-title {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 700;
}

.snp-pop-15417 .enews-widget .bullet-title,
.snp-pop-16917 .enews-widget .bullet-title {
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.snp-pop-15417 .enews-widget ul,
.snp-pop-16917 .enews-widget ul {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
}

.snp-pop-15417 .enews-widget li,
.snp-pop-16917 .enews-widget li {
	margin-bottom: 15px;
	padding-left: 30px;
}

.snp-pop-15417 .enews-widget .fa-li,
.snp-pop-16917 .enews-widget .fa-li {
	left: 0;
	width: auto;
}

.snp-pop-15417 .enews-widget p:first-of-type,
.snp-pop-16917 .enews-widget p:first-of-type {
	margin-bottom: 40px;
	font-size: 20px;
}

.snp-pop-15417 .enews-widget p:last-of-type,
.snp-pop-16917 .enews-widget p:last-of-type {
	font-size: 14px;
	line-height: 1.3;
	padding: 0 5px;
}

.snp-pop-15417 .enews-widget form,
.snp-pop-16917 .enews-widget form {
	padding: 0;
}

.snp-pop-15417 .enews-widget input,
.snp-pop-16917 .enews-widget input {
	background: #fff;
}

.snp-pop-15417 .enews-widget input[type="submit"]:hover,
.snp-pop-16917 .enews-widget input[type="submit"]:hover {
	background: #fff;
}

.snp-pop-15417 .enews-widget input,
.snp-pop-15417 .enews-widget input[type="submit"],
.snp-pop-16917 .enews-widget input,
.snp-pop-16917 .enews-widget input[type="submit"] {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 20px;
	max-width: none;
	width: 100%;
}

.snp-pop-15417 .enews-widget input[type="submit"],
.snp-pop-16917 .enews-widget input[type="submit"] {
	background: #3c681e;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 17px 32px 18px;
	text-transform: uppercase;
}

.snp-pop-15417 .enews-widget input::-moz-placeholder,
.snp-pop-16917 .enews-widget input::-moz-placeholder {
	color: #333;
	font-weight: normal;
	opacity: 1;
}

.snp-pop-15417 .enews-widget input::-webkit-input-placeholder,
.snp-pop-16917 .enews-widget input::-webkit-input-placeholder {
	color: #333;
	font-weight: normal;
}

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

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

	.header-image .site-title > a {
		background-image: url(images/logo-small@2x.png);
	}

	.hbg-sales-page.header-image .site-title > a {
    	background-image: url(images/logo-big@2x.png);
    }

}

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

	.hbg-video .site-header .widget-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.site-inner,
	.wrap,
	.hbg-shop .front-page-blog-posts-outer,
	.multi-cat-grid {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.single-opt-in .enews {
    	margin-top: 0;
    	max-width: 575px;
	}

	.single-opt-in .wrap {
    	padding: 20px 60px 15px;
	}

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

	.genesis-nav-menu a {
		padding: 9px;
	}

	.site-header {
		padding-bottom: 20px;
	}

	.site-header .widget-area {
		margin-top: 10px;
		text-align: center;
    	width: 100%;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.about-widget .wrap {
    	background: #ecf1e8;
    	padding: 30px 0 30px 30px;
	}

	.about-widget img,
	.hbg-front-page .image-colorbox-wrap {
    	float: left;
    	max-width: 410px;
	}

	.single .about-widget p:first-of-type {
    	padding-top: 0px;
	}

	.about-widget p.about-links {
    	padding-top: 10px;
	}

	.about-widget p {
    	padding: 0px 30px 0 440px;
	}

	.about-widget .widget-title {
		padding-top: 0;
	}

	.parent-category .archive-description .wrap,
	.nr_title,
	.hbg-shop .entry-content, .hbg-shop .entry-header {
		max-width: 960px;
	}

	.hbg-email-optin .eo-steps article {
    	margin: 0 20px;
    	width: 206px;
	}

	.static-header img {
		max-width: 470px;
	}

	.site-container {
		padding-top: 141px;
	}

}

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

	.site-footer .creds {
		overflow: hidden;
		padding: 30px 20px 20px;
	}

	.site-footer p {
		width: 100%;
	}

	.site-footer p.footer-cta {
		float: none;
		font-size: 30px;
		margin: 0 auto 20px;
		max-width: 455px;
		padding: 45px 0 50px;
		top: auto;
	}

	.site-footer p.footer-cta a {
    	display: block;
    	font-size: 34px;
   	    max-width: 85%;
	    margin: 35px auto;
	}

}

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

	.single-opt-in .optin-image {
    	max-width: 225px;
    	float: none;
    	margin: 0 auto 10px;
	}

	.site-inner,
	.wrap,
	.hbg-shop .front-page-blog-posts-outer,
	.multi-cat-grid,
	.social-buttons .wrap {
		max-width: 800px;
	}

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

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

	.hbg-sales-page .site-header .wrap {
		padding-bottom: 0;
	}

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

	.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 {
		padding: 20px 16px;
	}

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

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

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

	.title-area {
		float: left;
	}

	button.slide-nav-link {
		position: relative;
	}

	.site-header .widget-area {
		float: right;
		width: auto;
	}

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

	.site-header .widget_nav_menu {
		display: block;
	}

	button.slide-nav-link {
    	padding: 0;
	}

	button.slide-nav-link:hover {
    	background: #fff;
    	color: #333;
	}

	.header-image .site-title > a {
		padding: 0;
	}

	.single-opt-in .wrap {
    	margin-top: 40px;
	}

	.single-opt-in .wrap {
    	padding: 20px 35px 15px;
	}

	.single-opt-in .enews {
    	max-width: none;
	}

	.single.full-width-content .content,
	.page-template-default.full-width-content .content {
		width: 100%;
	}

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


	.about-widget .wrap {
		padding-right: 30px;
	}

	.about-widget img,
	.hbg-front-page .image-colorbox-wrap {
    	display: block;
    	float: none;
    	margin: 0 auto 30px;
    	max-width: 100%;
	}

	.about-widget p {
    	padding: 0;
	}

	.single .about-widget p {
    	margin-bottom: 15px;
	}

	.ebooks-widget .ebook {
		max-width: 245px;
	}

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

	.blog .content article img,
	.search-results .content article img {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		display: block;
		margin: 0 auto 30px;
	}

	.blog .content article,
	.blog .content article:nth-of-type(odd),
	.search-results .content article,
	.search-results .content article:nth-of-type(odd) {
		padding: 5px 0 15px;
	}

	.front-page-blog-posts section:first-of-type article {
		padding-right: 0;
		margin-bottom: 0;
	}

	.front-page-blog-posts section:first-of-type img {
		position: relative;
		top: auto;
		left: auto;
	}

	.parent-category .archive-description .wrap,
	.hbg-shop .entry-content, .hbg-shop .entry-header {
		max-width: 800px;
	}

	.parent-category .archive-description {
		padding: 40px 0;
	}

	.hbg-email-optin .enews input {
		font-size: 20px;
		font-size: 2rem;
		width: 410px;
	}

	.hbg-email-optin .eo-steps article {
		margin: 0 4% !important;
		width: 41.5%;
	}

	.steps-wrap {
		font-size: 0;
		margin: 0 auto;
    	max-width: 497px;
	}

	.hbg-sales-page button.slide-nav-link {
		display: none;
	}

	.static-header {
		display: none;
	}

	.hbg-front-page .site-header {
		display: block !important;
		margin-bottom: 40px;
		position: fixed;
	}

	.site-container {
		padding-top: 87px;
	}

	.hbg-front-page .site-container {
		padding-top: 125px;
	}

	.wp_rp_wrap ul.related_post li {
    	width: 165px !important;
	}

	.wp_rp_wrap ul.related_post li img {
    	width: 100% !important;
    	height: auto !important;
	}

	div.easyrecipe .ERSName {
		padding: 140px 90px;
	}

}

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

	.snp-pop-12706 .snp-theme-html {
    	width: 100% !important;
	}

	.snp-pop-12706 .enews-widget {
		background-size: 1070px;
    	background-position: 0px -130px;
    	padding-right: 45%;
	}

	.snp-pop-15417 .snp-theme-html,
	.snp-pop-16917 .snp-theme-html {
		width: 100% !important;
	}

	.snp-pop-15417 .enews-widget,
	.snp-pop-16917 .enews-widget {
		background-size: 41%;
		background-position:  15px center;;
		padding-left: 45%;
	}

	.snp-pop-15417 .enews-widget .widget-wrap,
	.snp-pop-16917 .enews-widget .widget-wrap {
    	padding: 40px 25px 20px;
	}

}

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

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

	.site-inner,
	.wrap,
	.site-header .wrap,
	.wiu-widget,
	.content .ERSIngredients,
	.content .ERSInstructions,
	.content .ERSNotesDiv,
	.boxed-in,
	.boxed-in .wrap,
	.hbg-front-page .shop-page-categories.wiu-widget .wrap,
	.multi-cat-grid {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-front-page .wiu-widget {
		padding: 0;
	}

	.front-page-blog-posts-outer {
		padding: 0 0 5%;
	}

	.hbg-shop .front-page-blog-posts-outer {
		max-width: 90%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.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;
	}

	.ebooks-widget .ebook {
		margin: 0 1.3%;
    	display: block;
    	float: left;
    	max-width: 30.7%;
	}

	.optin-image {
		margin: 0 auto;
    	float: none;
    	max-width: 121px;
	}

	.single-opt-in .enews {
    	max-width: none;
	}

	.single-opt-in .wrap {
    	padding: 5%;
	}

	.hbg-email-optin .enews {
    	padding: 5%;
	}

	.hbg-email-optin .enews input[type="submit"] {
    	width: auto;
	}

	.hbg-email-optin .enews input {
    	font-size: 16px;
    	font-size: 1.6rem;
   	    margin: 0 5px;
    	padding: 14px;
    	width: 261px;
	}

	.hbg-email-optin .enews {
    	padding: 3%;
	}

	.nrelate {
		padding: 0 5%;
	}

	.masonry-wrap .entry {
		padding: 5%;
	}

	.hbg-front-page .site-container {
		padding-top: 120px;
	}

	div.wp_rp_wrap {
    	padding: 0 3% 25px 7%;
	}

	ul.related_post {
	    max-width: 427px;
	}

	.wp_rp_wrap {
		text-align: center;
	}

	.wp_rp_wrap ul.related_post li {
		margin-right: 5.4% !important;
		max-width: 190px !important;
    	width: 44.6% !important;
	}

	.wp_rp_wrap ul.related_post li img {
    	width: 100% !important;
    	height: auto !important;
	}

	div.pib-sharebar li {
		margin-bottom: 10px;
	}

	.boxed-in h2 span {
		display: inline-block;
	}

}

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

	.snp-pop-12706 .enews-widget {
		background-size: 980px;
    	background-position: 0 100%;
	}

	.snp-pop-12706 .enews-widget .widget-title {
		font-size: 30px;
	}

	.snp-pop-12706 .enews-widget p:first-of-type {
    	font-size: 18px;
	}

}

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

	.hbg-email-optin .enews {
		padding: 5%;
	}

	.hbg-email-optin .enews input,
	.hbg-email-optin .enews input[type="submit"] {
		margin: 0;
		width: 100%;
	}

	.hbg-email-optin .enews input {
		margin-bottom: 20px;
	}

	.wiu-widget {
		text-align: center;
	}

	.wiu-widget .featured-content .entry,
	.wiu-widget .featured-content .entry:first-of-type {
		display: inline-block;
		float: none;
		margin: 0 1.8% 4%;
		width: 46.4%;
    	max-width: 190px;
	}

	.nr_inner {
		text-align: center;
	}

	.nr_panel,
	.nr_panel:first-of-type {
		display: inline-block;
		float: none;
    	margin: 0 3% 4%;
    	width: 44%;
		max-width: 207px;
		vertical-align: top;
	}

	.nav-footer .genesis-nav-menu .menu-item {
		line-height: 1.4;
	}

	.title-area {
		max-width: 322px;
		width: 70%;
	}

	.nrelate .wrap {
    	padding: 0 5% 10px;
	}

	.category.category-recipes .content .entry {
		margin: 0 0 4%;
		width: 46.9%;
	}

	.category.category-recipes .content .entry:nth-of-type(odd) {
		clear: both;
	}

	.category.category-recipes .content .entry:nth-of-type(even) {
		float: right;
		margin: 0 0 4%;
	}

	.hbg-sales-page .title-area {
		max-width: 100%;
	}

}

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

	.snp-pop-12706 .enews-widget {
    	background-position: -55px 100%;
	}

}

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

	.snp-pop-15417 .enews-widget .widget-wrap,
	.snp-pop-16917 .enews-widget .widget-wrap {
    	background: #fff url(images/image-top.png) center top no-repeat;
		background-size: contain;
		padding-top: 44%;
	}

	.snp-pop-16917 .enews-widget .widget-wrap {
		background-image: url(images/five-min-wr-top.png);
	}

	.snp-pop-15417 .enews-widget .widget-title,
	.snp-pop-16917 .enews-widget .widget-title {
    	font-size: 18px;
    	margin-bottom: 15px;
	}

	.snp-pop-15417 .enews-widget .bullet-title,
	.snp-pop-16917 .enews-widget .bullet-title {
    	color: #000;
    	font-size: 14px;
    	margin-bottom: 15px;
	}

	.snp-pop-15417 .enews-widget ul,
	.snp-pop-16917 .enews-widget ul {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.snp-pop-15417 .enews-widget input, .snp-pop-15417 .enews-widget input[type="submit"],
	.snp-pop-16917 .enews-widget input, .snp-pop-15417 .enews-widget input[type="submit"] {
		font-size: 16px;
		padding: 12px;
	}

	.shop-category-title,
	.hbg-front-page .entry-title a {
	    font-size: 16px;
		font-size: 1.6rem;
	}

	.shop-category-item:nth-of-type(3n+1),
	.shop-category-item,
	.category .content .entry:nth-of-type(3n+1),
	.category .content .entry,
	.multi-cat-grid .entry,
	.multi-cat-grid .entry:nth-of-type(3n+1) {
		clear: none;
	    float: left;
	    margin: 0 0 4% 0;
	    text-align: center;
	    width: 48%;
	}

	.shop-category-item:nth-of-type(even),
	.category .content .entry:nth-of-type(even),
	.multi-cat-grid .entry:nth-of-type(even) {
	    float: right;
	}

	.shop-category-item:nth-of-type(odd),
	.category .content .entry:nth-of-type(odd),
	.multi-cat-grid .entry:nth-of-type(odd) {
		clear: both;
	}

	.snp-pop-12706 .enews-widget {
    	background-position: 0 100%;
    	background-size: 1515px;
	}

	.snp-pop-12706 .enews-widget {
		padding: 0;
	}

	.snp-pop-12706 h4 img {
		display: block;
		margin: 0 auto;
	}

	.snp-pop-15417 .enews-widget,
	.snp-pop-16917 .enews-widget  {
    	background-position: 0 100%;
    	background-size: 1515px;
	}

	.snp-pop-15417 .enews-widget,
	.snp-pop-16917 .enews-widget {
		padding: 0;
	}

	.snp-pop-15417 h4 img,
	.snp-pop-15417 h4 img {
		display: block;
		margin: 0 auto;
	}

	.hbg-front-page .shop-category-item,
	.front-page-blog-posts .entry {
		margin: 0 auto 4%;
		width: 100%;
	}

	.hbg-front-page .widget-title span {
		display: inline-block;
	}

}

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

	.hbg-video .site-header .wrap {
		padding: 20px 10px 0;
	}

	.hbg-video .genesis-nav-menu a {
		padding: 10px;
	}

	.hbg-video .entry-title {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.video-menu-title {
		font-size: 12px;
		font-size: 1.2rem;
	}

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

	.category .content .entry-title, .category .content .entry-title a,
	.multi-cat-grid .entry-title, .multi-cat-grid .entry-title a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.parent-category .archive-title {
		font-size: 52px;
		font-size: 5.2rem;
	}

	.nr_title {
		font-size: 20px;
		font-size: 2rem;
	}

	.masonry-wrap .entry {
		width: 100%;
	}

	.site-container {
		padding-top: 77px;
	}

	.hbg-front-page .site-container {
		padding-top: 90px;
	}

	div.easyrecipe .ERSName {
		padding: 25% 5%;
	}

	div.easyrecipe .ERSSavePrint {
    	margin: 3% 3% 0 0;
	}

	div.easyrecipe .ERSName span {
		padding: 15px;
	}

	.hbg-front-page .about-widget {
		margin-bottom: 20px;
	}

	.front-page-blog-posts .entry-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.ebooks-widget {
		margin-bottom: 30px;
	}

	.affiliate-advertisement {
		margin-bottom: 40px;
	}

	.hbg-sales-page .site-header {
		padding: 0;
	}

	.hbg-sales-page .entry-title,
	.hbg-sales-page .entry-header p {
		font-size: 40px;
		font-size: 4rem;
	}

	.hbg-sales-page .button {
		font-size: 20px;
		font-size: 2rem;
	}

	.hbg-sales-page .testimonial-content p {
		font-size: 20px;
		font-size: 2rem;
	}

	.boxed-in h2 {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.boxed-in p {
		font-size: 20px;
		font-size: 2rem;
	}

	.boxed-in .wrap {
		padding-bottom: 0;
	}

	.hbg-email-optin .entry-header p,
	.hbg-email-optin .eo-steps h2,
	.hbg-email-optin .closing-text {
    	font-size: 28px;
    	font-size: 2.8rem;
	}

	.eo-author-bio img {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	.hbg-email-optin .entry-title {
		font-size: 52px;
		font-size: 5.2rem;
	}

	.site-footer p.footer-cta {
    	float: none;
    	margin: 0 auto 20px;
    	max-width: 290px;
    	top: auto;
    	font-size: 18px;
    	padding: 45px 0 50px;
	}

	.site-footer p.footer-cta a {
    	display: block;
    	font-size: 20px;
    	margin-top: 20px;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
