/*
	Theme Name: EWD Intoxicated on Life
	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/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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,
.widget::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,
.widget::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: 18px;
	font-size: 1.8rem;
}

body {
	color: #333;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	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;
}

a {
	color: #027c85;
	text-decoration: underline;
}

a:focus,
a:hover {
	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 #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	background: #e9f4da;
	border-top: solid 5px #91c646;
	font-family: 'Alegreya', serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 28px 80px;
	padding: 35px 40px 12px 60px;
	position: relative;
}

blockquote::before {
	color: #d3e8b5;
	content: "\201C";
	display: block;
	font-size: 160px;
	font-size: 16rem;
	height: 0;
	line-height: 0;
	left: 20px;
	position: absolute;
	top: 70px;
}

blockquote p {
	position: relative;
	z-index: 1;
}

.content-box {
	background: #a03068;
	color: #fff;
	display: block;
	font-family: 'Alegreya', serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 28px 80px;
	padding: 35px 40px 35px 60px;
	position: relative;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #91c646;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
}

h2 {
	font-family: 'Alegreya', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
}

h3 {
	color: #a03068;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 400;
}

h4 {
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 2px;
}

h5 {
	color: #a03068;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 2px;
}

h6 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 2px;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	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: 400;
	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;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.hbg-optin .button:hover,
.hbg-hero-optin .button:hover,
.widget_ewd_featured_products .button:hover,
div.cookbook-recipe .cookbook-button-link-print-preview {
	background-color: #027c85;
	border-bottom: 3px solid #025d64;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 30px 9px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

div.cookbook-recipe .cookbook-button-link-print-preview {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 7px 20px 5px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.hbg-optin .button,
.archive-pagination a:hover,
.hbg-hero-optin .button,
.widget_ewd_featured_products .button,
div.cookbook-recipe .cookbook-button-link-print-preview:hover,
div.cookbook-recipe .cookbook-button-link-print-preview:focus {
	background-color: #a03068;
	border-color: #78244e;
	color: #fff;
}

div.cookbook-recipe .cookbook-button-link-print-preview:hover,
div.cookbook-recipe .cookbook-button-link-print-preview:focus {
	border-bottom: 3px solid #78244e;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

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

.more-link {
	position: relative;
}


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

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

.wrap,
.hbg-blog .site-inner,
.archive .site-inner,
.hbg-front-page .site-inner,
.featured-products-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 900px;
	padding-top: 40px;
	word-wrap: break-word;
}

.search-results .site-inner {
	padding-top: 0;
}

.hbg-front-page .site-inner {
	padding: 80px 0;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

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

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

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

.archive-flex-wrap {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
}

.archive-flex-wrap .entry {
	flex-basis: 20.83333333333333%;
}

.archive-flex-wrap .entry:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* ### 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 {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.author-box {
	background-color: #efefef;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.author-box {
	margin-bottom: 60px;
}

.archive-description {
	background-color: #e9f4da;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.78;
	margin-bottom: 60px;
	padding: 60px 0;
}

.author-archive-description {
	background: none;
	padding: 0;
}

.hbg-sub-category .archive-description {
	background: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.parent-headline {
	color: #027c85;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

.parent-headline span {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

.parent-headline a {
	text-decoration: none;
	position: relative;
	padding-left: 32px
}

.parent-headline a.cat-264 {
	padding-left: 42px;
}

.parent-headline a.cat-422 {
	padding-left: 32px;
}

.parent-headline a.cat-8 {
	padding-left: 16px;
}

.parent-headline a:hover,
.parent-headline a:hover span {
	color: #91c646;
}

.parent-headline img {
	height: 24px;
	left: 0;
	margin-right: 10px;
    margin-top: 2px;
	position: absolute;
	vertical-align: middle;
}

.parent-headline a:hover img,
.parent-headline a img.icon-hover {
	display: none;
}

.parent-headline a:hover img.icon-hover {
	display: block;
}

.archive-description .flex-wrap,
.pop_inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
}

.pop_inner {
	flex-wrap: wrap;
}

.pop_inner a:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hbg-recipes-category .archive-flex-wrap {
	display: block;
	overflow: hidden;
}

.hbg-recipes-category .archive-flex-wrap .entry {
	float: left;
	margin-left: 5.87%;
    width: 29.41666666666667%;
}

.hbg-recipes-category .archive-flex-wrap .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.archive-description .wrap:after,
.archive-description .wrap:before {
	content: none;
}

.archive-description h2 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.archive-description-left {
	flex-basis: 54.33333333333333%;
}

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

.cat-pop-posts {
	flex-basis: 40.66666666666667%;
}

.pop-posts-headline {
	color: #333;
	font-family: 'Alegreya', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.pop-posts-headline span {
	font-weight: 700;
}

.cat-pop-posts li {
	flex-basis: 30.73770491803279%;
}

.archive-intro-cats {
	background: #91c646;
}

.archive-intro-cats .select-a-sub {
	border-right: 1px solid #bddd90;
	display: inline-block;
	font-family: 'Alegreya', serif;
	font-style: italic;
	padding: 5px 15px 6px 0;
	vertical-align: top;
}

.archive-intro-cats li {
	border-right: 1px solid #bddd90;
	display: inline-block;
}

.archive-intro-cats a {
	color: #fff;
	display: inline-block;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 15px;
	padding: 8px 0 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-intro-cats a:hover {
	opacity: .75;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.before-header-bar .search,
.mini-header .search {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.mini-header .nav-sticky-header-extras .search {
	padding: 0 !important;
}

.before-header-bar .search input[type="search"],
.mini-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
	min-height: 52px;
    padding: 11px 26px 11px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    text-transform: none;
    width: 0;
}

.before-header-bar .search input[type="submit"],
.mini-header .search input[type="submit"] {
	display: none;
}

.before-header-bar .search:before,
.mini-header .search:before {
    background: #91c646;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
	font-weight: normal;
    padding: 18px 13px;
    position: absolute;
    right: 0;
}

.before-header-bar .search input[type="search"]:focus,
.mini-header .search input[type="search"]:focus {
	background: #fff;
	border: 0;
	color: #666;
	cursor: text;
	font-size: 14px;
	font-size: 1.4rem;
	outline: none;
	width: 215px;
}

.mini-header .search input[type="search"]:focus {
	border: 1px solid #ddd;
}

.before-header-bar .search input[type="search"]::-moz-placeholder,
.mini-header .search input[type="search"]::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.before-header-bar .search input[type="search"]::-webkit-input-placeholder,
.mini-header .search input[type="search"]::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

div.search-me .search-form input[type="search"] {
	font-size: 14px;
	padding-right: 48px;
}

div.search-me:before {
	color: #666;
	padding: 21px 16px;
	top: 0;
	right: 0;
}

div.sidr .menu-item a:hover {
	color: #fff;
	opacity: .6;
}

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

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.author-box-title {
	font-family: 'Alegreya', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
}

.archive-title img {
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
    vertical-align: middle;
    width: 40px;
}

.archive-title {
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.archive-title span {
	font-family: 'Alegreya', serif;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

.hbg-sub-category .archive-title span {
	font-style: normal;
	font-family: 'Alegreya Sans', sans-serif;
}

.search-results .archive-title {
	margin-bottom: 60px;
}

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

.archive .entry-title {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.author .entry-title {
	text-align: left;
}

.archive.hbg-recipes-category .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #027c85;
	text-decoration: none;
}

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

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


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

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

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

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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


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

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

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

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

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

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

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

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

.after-entry-subscribe {
	margin-bottom: 60px;
}

.after-entry-subscribe .enews-widget {
	background: #d6eaec;
	padding: 40px;
	text-align: center;
}

.after-entry-subscribe .enews-widget .widget-title {
	font-family: 'Alegreya', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	letter-spacing: 0;
}

.after-entry-subscribe .enews-widget input {
	border: 0;
	display: inline-block;
	margin: 0 8px 20px;
	max-width: 200px;
	padding: 11px 15px 10px;
	vertical-align: top;
}

.after-entry-subscribe .enews-widget p {
	margin-bottom: 20px;
}

.after-entry-subscribe .enews-widget input[type="submit"] {
	border-bottom: 3px solid #025d64;
	margin-bottom: 0;
	max-width: 168px;
    padding: 12px 30px 6px;
}

.after-entry-subscribe .enews-widget input[type="submit"]:hover {
	border-color: #78244e;
}

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

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


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 999;
}

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

.mini-header > .wrap {
	padding: 0;
}

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

.title-area {
	float: left;
	margin: 0 auto;
	max-width: 315px;
	width: 100%;
	padding: 0;
}

.mini-header .title-area {
	line-height: 1;
	margin: 0 auto;
	max-width: 173px;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.site-title > a {
	background: url(images/logo.svg) no-repeat left;
	background-size: contain !important;
	float: left;
	min-height: 99px;
	width: 100%;
}

.mini-header .title-area > a {
	min-height: 40px;
}

.mini-header .title-area img {
	display: block;
	margin-top: 5px;
}

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

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

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

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

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


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

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

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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 #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 {
	float: right;
}

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

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Before Header Navigation
--------------------------------------------- */

.before-header-bar {
	background: #027c85;
	color: #fff;
	position: relative;
	text-align: right;
}

.hbg-sticky-hello-bar .before-header-bar {
	margin-top: 119px;
}

.menu-before-header-container,
.menu-before-header-store-container {
	position: relative;
	padding-right: 60px;
}

.before-header-bar .genesis-nav-menu a {
	color: #fff;
	padding: 11px 12px 12px;
}

.before-header-bar .genesis-nav-menu a:hover {
	opacity: .5;
}

.before-header-bar .genesis-nav-menu .social a {
	padding: 11px 3px 12px;
}

.before-header-bar .genesis-nav-menu a:hover {
	text-decoration: none;
}

.before-header-bar .genesis-nav-menu a .fa {
	margin-right: 5px;
}

.before-header-bar .search:before {
	padding: 12px 13px;
}

.before-header-bar .search input[type="search"] {
	min-height: 40px;
}

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

.site-header nav.image-menu {
	float: left;
	margin-left: 75px;
	padding: 10px 0;
}

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

.site-header .genesis-nav-menu li {
	border-left: 1px solid #efefef;
	padding: 20px 35px;
}

.site-header .genesis-nav-menu li:last-of-type {
	border-right: 1px solid #efefef;
}

.site-header .genesis-nav-menu a {
    color: #027C85;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
    display: block;
	padding: 0 0 0 40px;
	position: relative;
    text-decoration: none;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu .current-menu-item a,
.site-header .genesis-nav-menu .current-menu-item .image-menu-title span,
.site-header .genesis-nav-menu .menu-item:hover a,
.site-header .genesis-nav-menu .menu-item:hover .image-menu-title span {
	color: #91c646;
}

.site-header .genesis-nav-menu .current-menu-item img.light-blue-icon,
.site-header .genesis-nav-menu .menu-item:hover img.light-blue-icon {
	display: none;
}

.site-header .genesis-nav-menu .cat-264 a {
	padding-left: 49px
}

.site-header .genesis-nav-menu .cat-422 a {
	padding-left: 38px
}

.site-header .genesis-nav-menu .cat-8 a {
	padding-left: 26px
}

.site-header .genesis-nav-menu a:hover {
	text-decoration: none;
}

.site-header .genesis-nav-menu img {
	height: 30px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 32px;
}

.site-header .genesis-nav-menu .cat-264 img {
	width: 41px;
}

.site-header .genesis-nav-menu .cat-422 img {
	width: 30px;
}

.site-header .genesis-nav-menu .cat-8 img {
	width: 16px;
}

.site-header .genesis-nav-menu .menu-item:hover a img,
.site-header .genesis-nav-menu .menu-item a img.green-icon,
.site-header .genesis-nav-menu .current-menu-item a img {
	display: none;
}

.site-header .genesis-nav-menu .menu-item:hover a img.green-icon,
.site-header .genesis-nav-menu .current-menu-item a img.green-icon {
	display: block;
}

.site-header .genesis-nav-menu .image-menu-title span {
	color: #333;
	display: block;
	font-family: 'Alegreya', serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

.mini-header {
	border-bottom: 1px solid #dbdbdb;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(255, 255, 255, 1);
}

.hbg-sticky-hello-bar .mini-header {
	margin-top: 75px;
}

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

/* ## Mini Header Navigation
--------------------------------------------- */

.site-header.mini-header nav.image-menu {
	margin-left: 175px;
	padding: 0;
}

.site-header.mini-header .genesis-nav-menu li {
    padding: 12px 22px;
}

.site-header.mini-header .genesis-nav-menu a {
    font-size: 13px;
    font-size: 1.3rem;
	padding-left: 28px;
}

.site-header.mini-header .genesis-nav-menu .cat-264 a {
	padding-left: 37px
}

.site-header.mini-header .genesis-nav-menu .cat-422 a {
	padding-left: 26px
}

.site-header.mini-header .genesis-nav-menu .cat-8 a {
	padding-left: 14px
}

.site-header.mini-header .genesis-nav-menu img {
	height: 21px;
	top: 2px;
	width: 23px;
}

.site-header.mini-header .genesis-nav-menu .cat-264 img {
	width: 29px;
}

.site-header.mini-header .genesis-nav-menu .cat-422 img {
	width: 21px;
}

.site-header.mini-header .genesis-nav-menu .cat-8 img {
	width: 11px;
}

.site-header.mini-header .nav-sticky-header-extras {
	float: left;
	padding-right: 50px;
	position: relative;
}

.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu li,
.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu li:last-of-type {
	border: 0;
	padding: 18px 10px;
}

.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu a {
	padding: 0;
}

.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: none;
}

.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu a .fa {
	margin-right: 5px;
}

.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu > .right {
	float: none;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.back-to-top img {
	margin-bottom: 25px;
	max-width: 102px;
}

.back-to-top img:hover {
	opacity: .5;
}

.before-footer .genesis-nav-menu {
	color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.before-footer .genesis-nav-menu a {
	color: #fff;
	padding: 0 10px 10px;
	text-decoration: none;
}

.before-footer .genesis-nav-menu a:hover {
	opacity: .5;
}

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

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

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

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

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

.entry-content code {
	background-color: #333;
	color: #eee;
}

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

p.entry-meta {
	color: #9d9e9d;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

p.entry-meta .fa {
	margin: 0 7px 0 18px;
}

p.entry-meta .fa-calendar,
p.entry-meta .fa-folder-open,
p.entry-meta .fa-user {
	margin-left: 0;
}

p.entry-meta a {
	text-decoration: none;
}

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

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

.primary-category {
    color: #9d9e9d;
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.primary-category a {
	color: #9d9e9d;
	padding-left: 42px;
	position: relative;
	text-decoration: none;
}

.primary-category a:hover {
	color: #333;
}

.primary-category a:hover img,
.primary-category a img.icon-hover {
	display: none;
}

.primary-category a:hover img.icon-hover {
	display: block;
}

.primary-category a.cat-264 {
	padding-left: 52px;
}

.primary-category a.cat-422 {
	padding-left: 42px;
}

.primary-category a.cat-8 {
	padding-left: 26px;
}

.primary-category span {
	font-family: 'Alegreya', serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.primary-category img {
    height: 30px;
	left: 0;
    margin-right: 10px;
	margin-top: -5px;
	position: absolute;
    vertical-align: middle;
    width: 32px;
}

.primary-category img.cat-264 {
    height: 30px;
    width: 42px;
}

.primary-category img.cat-422 {
    height: 30px;
    width: 30px;
}

.primary-category img.cat-8 {
    height: 30px;
    width: 15px;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #027c85;
	border-bottom: 3px solid #025d64;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 17px 25px 11px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

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

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

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

.entry-comments {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: normal;
	margin-bottom: 0;
}

.comment-header {
	margin-bottom: 15px;
}

.entry-comments p {
	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: #eff7f7;
	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;
	display: block;
	padding: 10px 15px;
	width: 50%;
}

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

.comment-respond label {
	color: #333;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-author {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-size: 2.4rem;
}

.comment-author a {
	color: #027c85;
	text-decoration: none;
}

.comment-time {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-time a {
	color: #9d9e9d;
	text-decoration: none;
}

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

.comment-reply {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

.comment-metadata {
	display: none;
}

/* # Blog Page
---------------------------------------------------------------------------------------------------- */

.hbg-blog .content .entry {
	border-bottom: 1px solid #efefef;
	margin-bottom: 40px;
	min-height: 390px;
	padding: 0 0 0 290px;
	position: relative;
}

.hbg-blog .content .entry p {
	margin-bottom: 40px;
}

.hbg-blog .content .entry p.primary-category {
	margin-bottom: 10px;
}

.hbg-blog .content .entry p.primary-category a {
	color: #9d9e9d;
}

.hbg-blog .content .entry p.primary-category a:hover {
	color: #333;
}

.hbg-blog .content .entry .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
}

.hbg-blog .content .entry img {
	left: 0;
	position: absolute;
	top: 0;
}

.hbg-blog .content .entry img:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hbg-blog .content .entry .entry-header img {
	position: relative;
}

.hbg-blog .content .entry .entry-header .primary-category img {
	position: absolute;
}

.more-link {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
}

/* # EWD Home Page
---------------------------------------------------------------------------------------------------- */

.home-hero {
	background-size: cover;
	padding: 80px 0;
}

.hbg-hero-optin {
	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
	border: 10px solid rgba(255, 255, 255, .5);
	float: right;
	line-height: 1.33;
	max-width: 475px;
	padding: 10px;
}

.hbg-hero-optin .outer-wrap {
	background: rgba(255, 255, 255, .85);
	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
	text-align: center;
	overflow: hidden;
	padding: 40px 45px 45px;
}

.hbg-hero-optin h3,
.hbg-hero-optin h4 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
}

.hbg-hero-optin h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.hbg-hero-optin img {
	float: left;
	margin-right: 20px;
	max-width: 150px;
}

.hbg-hero-optin p {
	float: right;
	margin-bottom: 20px;
	max-width: 175px;
	text-align: left;
}

.hbg-hero-optin .button,
.hbg-hero-optin .button:hover {
	padding: 15px 25px 9px;
}

.front-page-recent-posts {
    border: 3px solid #d7eaeb;
	margin-bottom: 40px;
    padding: 0 60px;
}

.front-page-recent-posts h2 {
    color: #9acbce;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    margin: -12px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.front-page-recent-posts .entry-title {
	font-family: 'Alegreya', serif;
	font-size: 36px;
    font-size: 3.6rem;
	font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

.front-page-recent-posts span {
    background: #fff;
    padding: 0 10px;
}

.front-page-recent-posts .primary-category img {
}

.front-page-recent-posts .primary-category a {
	color: #9d9e9d;
	position: relative;
	text-decoration: none;
}

.front-page-recent-posts .primary-category a:hover {
	color: #333;
}

.front-page-recent-posts .primary-category span {
	padding: 0;
}

.front-page-recent-posts .entry {
	border-bottom: #efefef;
	margin-bottom: 60px;
	min-height: 475px;
	padding: 0 0 32px 340px;
	position: relative;
}

.front-page-recent-posts img {
	left: 0;
	position: absolute;
	top: 0;
}

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

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

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* # Optin Area
---------------------------------------------------------------------------------------------------- */

.hbg-optin {
	background: #d6eaec;
	text-align: center;
}

.category .hbg-optin {
	background: none;
	border: 3px solid #d7eaeb;
	margin-bottom: 80px;
}

.hbg-optin .outer-wrap {
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	max-width: 900px;
	padding: 60px 0 50px;
	position: relative;
}

.single .hbg-optin .outer-wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.hbg-optin h3 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 4.2rem;
	font-size: 42px;
	font-style: normal;
}

.hbg-optin h4 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.hbg-optin img {
	display: block;
}

.hbg-optin .outer-wrap > a {
	flex-basis: 27.77777777777778%;
}

.hbg-featured_product.hbg-optin .outer-wrap > a {
	flex-basis: auto;
}

.hbg-optin .optin-inner-wrap {
	flex-basis: 69%;
}

.hbg-optin .button-wrap {
	margin-bottom: 0;
}

/* # Related Posts
---------------------------------------------------------------------------------------------------- */

.nrelate {
	padding: 80px 0;
}

.nrelate .wrap {
	border: 3px solid #d7eaeb;
	padding: 0 50px 60px;
	max-width: 1200px;
}

.nrelate .wrap:after {
	content: none;
}

.nr_inner {
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	display: -webkit-flex;
	display: flex;
}

.nr_panel {
	flex-basis: 31.48614609571788%;
}

.nr_panel:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.nr_inner img {
	display: block;
}

.nr_title {
	color: #9acbce;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	margin: -12px 0 60px;
	text-align: center;
	text-transform: uppercase;
}

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

/* # Popular Posts
---------------------------------------------------------------------------------------------------- */

.popular-posts {
	padding: 80px 0;
}

.popular-posts .widget-wrap {
	border: 3px solid #d7eaeb;
	padding: 0 65px;
}

.popular-posts .widget-title {
	color: #9acbce;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	margin: -12px 0 60px;
	text-align: center;
	text-transform: uppercase;
}

.popular-posts .widget-title span {
	background: #fff;
	padding: 0 10px;
}

/* # EWD Featured Products Widget
---------------------------------------------------------------------------------------------------- */

.featured-products.widget-area {
	padding: 80px 0;
	text-align: center;
}

.featured-products .widget-title {
	font-family: 'Alegreya', serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	letter-spacing: 0;
}

.featured-products .sub-title {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin-bottom: 50px;
}

.featured-products .inner-wrap,
.featured-products-wrap {
	border: 3px solid #d7eaeb;
	margin-bottom: 40px;
	padding: 0 40px;
}

.featured-products-wrap {
	margin-bottom: 70px;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
}

.single .featured-products-wrap {
    max-width: 1200px;
    margin: 80px auto;
}

.featured-products h6,
.featured-products-wrap h3 {
	color: #9acbce;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    margin: -12px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.featured-products h6 span,
.featured-products-wrap h3 span {
    background: #fff;
    padding: 0 10px;
}

.featured-products .product-wrap,
.featured-products-wrap .product-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
}

.featured-products .entry,
.featured-products-wrap .entry {
	flex-basis: 20.83333333333333%;
	display: flex;
    flex-direction: column;
	position: relative;
}

.featured-products .entry img,
.featured-products-wrap .entry img {
	margin-bottom: 10px;
}

.archive-flex-wrap .featured-products-wrap  .entry:hover img {
	box-shadow: none;
}

.featured-products h5,
.featured-products h5 a,
.featured-products-wrap h5,
.featured-products-wrap h5 a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.3;
}

.featured-prod-price {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.featured-prod-rating {
	color: #a03068;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.featured-prod-category-link {
    margin-top: auto;
}

.featured-prod-category-link a {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

/* # EWD Single Featrued Product Widget
---------------------------------------------------------------------------------------------------- */

.hbg-featured_product.hbg-optin {
	background: #fff;
	border: 5px solid #a03068;
}


.hbg-featured_product.hbg-optin h3 {
	background: #a03068;
	color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 7px 0 10px;
	text-transform: uppercase;
}

.hbg-featured_product.hbg-optin h3 img {
	display: inline;
	margin-left: 10px;
	max-width: 120px;
	vertical-align: middle;
}

.hbg-featured_product.hbg-optin h4 {
	font-family: 'Alegreya', serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-style: normal;
}

.hbg-featured_product p {
	margin-bottom: 10px;
}

.hbg-featured_product.hbg-optin h5 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
}

.hbg-featured_product.hbg-optin .featured_product-inner-wrap {
	flex-basis: 560px;
}

.hbg-featured_product .featured-prod-rating {
	margin-bottom: 15px;
}

/* # EWD About Widget
---------------------------------------------------------------------------------------------------- */

.archive .about.widget-area {
	margin-bottom: 80px;
}

.search-results .about.widget-area {
	margin-bottom: 0;
}

.author .about.widget-area {
    margin-bottom: 0;
}

.about-bg-wrap {
	background-size: cover;
	padding: 120px 0;
}

.widget_ewd_about {
	margin: 0 auto;
	max-width: 1200px;
	line-height: 1.33;
}

.widget_ewd_about .widget-wrap {
	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
	border: 10px solid rgba(255, 255, 255, .5);
	max-width: 475px;
	padding: 10px;
}

.about-inner-wrap {
	background: rgba(255, 255, 255, .85);
	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
	text-align: center;
	padding: 40px 45px 60px;
}

.widget_ewd_about h4 {
	color: #333;
	font-family: 'Alegreya', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
}

.widget_ewd_about p {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
}

.widget_ewd_about .button {
	background: #91c646;
	border-color: #6d9535;
}

.widget_ewd_about .button:hover {
	background: #027c85;
	border-color: #025d64;
}

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

.before-footer {
	background: #027c85;
	padding: 40px 0 20px;
	text-align: center;
}

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

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

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

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

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


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

.site-footer {
	background-color: #025D64;
	color: #67b0b6;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #67b0b6;
	text-decoration: none;
}

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

/* # Extras
---------------------------------------------------------------------------------------------------- */

.hello-bar {
	background: #a03068;
	color: #fff;
	font-family: 'Alegreya', serif;
    font-size: 24px;
	font-size: 2.4rem;
    font-weight: 400;
    padding: 15px 0 11px;
	position: fixed;
    text-align: center;
    width: 100%;
	z-index: 1000;
}

.hello-bar p {
    display: inline-block;
    margin-bottom: 10px;
}

.hello-bar a {
	background: rgba(255, 255, 255, 0.15);
	border-bottom: 0;
	border-radius: 5px;
	display: inline-block;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
    margin: 0 10px;
    padding: 13px 28px 9px;
    vertical-align: middle;
}

.hello-bar a:hover {
	background: #fff;
	color: #a03068;
}

.hello-bar a .fa {
	margin-left: 10px;
}

div.sidr {
	font-size: 18px;
	font-size: 1.8rem;
}

button.slide-nav-link:hover {
    background: #91c646;
}

div.cookbook-recipe {
	background: #e6f2f4;
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
	color: #333;
}

div.cookbook-recipe h3.cookbook-title {
	font-style: normal;
	font-weight: 700;
}

div.cookbook-recipe .cookbook-details {
	color: #333;
	text-transform: none;
}

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

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

	.site-header .genesis-nav-menu li {
    	padding: 20px 30px;
	}

	.site-header nav.image-menu {
    	margin-left: 40px;
	}

	.site-header.mini-header nav.image-menu {
		margin-left: 115px;
	}

	.wrap,
	.archive .site-inner,
	.hbg-blog .site-inner,
	.hbg-front-page .site-inner {
		max-width: 1140px;
	}

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

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

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

	.sidebar-primary {
		width: 300px;
	}

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

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

}


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

	.title-area {
    	max-width: 255px;
	}

	.site-header .genesis-nav-menu li {
		padding: 20px 20px;
	}

	.site-header nav.image-menu {
		margin-left: 25px;
	}

	.site-header.mini-header nav.image-menu {
		margin-left: 15px;
	}

	.site-header.mini-header .genesis-nav-menu li {
    	padding: 12px 12px;
	}

	.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu li,
	.site-header.mini-header .nav-sticky-header-extras .genesis-nav-menu li:last-of-type {
    	padding: 18px 7px;
	}

	.site-inner,
	.wrap,
	.nrelate .wrap,
	.widget_ewd_about,
	.archive .site-inner,
	.hbg-blog .site-inner,
	.hbg-front-page .site-inner,
	.single .featured-products-wrap,
	.hbg-recipes-category .featured-products-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,
	.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 {
		width: 300px;
	}

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

}

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

	.hbg-optin .outer-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.about-bg-wrap {
	    background-position: center;
	}

	.site-inner,
	.wrap,
	.hbg-optin .outer-wrap,
	.nrelate .wrap, .widget_ewd_about,
	.archive .site-inner,
	.hbg-blog .site-inner,
	.hbg-front-page .site-inner,
	.single .featured-products-wrap,
	.hbg-recipes-category .featured-products-wrap {
		max-width: 800px;
	}

	.nrelate .wrap {
	    padding: 0 40px 40px;
	}

	.nr_title {
		margin-bottom: 35px;
	}

	.sidr .menu-item.social {
		display: inline-block;
	}

	.sidr .menu-item.social a {
		border: none;
	}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.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%;
	}

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

	.site-title > a {
		background: url(images/logo-sticky.svg) no-repeat left;
    	min-height: 40px;
	}

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

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

	.category .hbg-optin {
		padding-left: 0;
	}

}

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

	.archive-description .flex-wrap {
		display: block;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap,
	.site-header > .wrap,
	.hbg-optin .outer-wrap,
	.nrelate .wrap,
	.widget_ewd_about,
	blockquote,
	.content-box,
	.archive .site-inner,
	.hbg-blog .site-inner,
	.hbg-front-page .site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.category .hbg-optin {
		padding: 0;
	}

	.single .featured-products-wrap,
	.hbg-recipes-category .featured-products-wrap {
		max-width: 90%;
	}

	blockquote,
	.content-box {
		margin-left: 5%;
		margin-right: 5%;
	}

	.after-entry,
	.author-box,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.archive-description {
		margin-bottom: 0;
		padding-bottom: 5%;
	}

	.archive-description-left {
	    margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto 40px;
	}

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

	.featured-content .entry.one-fourth,
	.featured-content .entry.one-fourth.first {
		clear: both;
		margin-left: 0;
		float: left;
		width: 47%;
	}

	.featured-content .entry.one-fourth:nth-of-type(even) {
		clear: none;
		margin-left: 0;
		float: right;
		width: 47%;
	}

	.popular-posts .widget-wrap {
		padding: 0 5%;
	}

	.featured-products .entry {
    	flex-basis: 47%;
    	margin-bottom: 6%;
	}

	.featured-prod-category-link {
		line-height: 1.2;
	}

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

	.archive.hbg-recipes-category .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

}

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

	.category .hbg-optin {
		margin-bottom: 50px;
	}

	.hello-bar {
		padding: 0 0 10px;
	}

	.hello-bar p {
    	font-size: 20px;
		margin-bottom: 0;
	}

	.hello-bar a {
    	padding: 9px 20px 5px;
	}

	.hbg-blog .content .entry img,
	.front-page-recent-posts img {
		position: relative;
	}

	.front-page-recent-posts h2,
	.popular-posts .widget-title {
		margin-bottom: 35px;
	}

	.hbg-blog .content .entry,
	.front-page-recent-posts .entry {
		padding-left: 0;
	}

	.front-page-recent-posts .entry {
		margin-bottom: 0;;
	}

	.hbg-optin .outer-wrap {
		display: block;
	}

	.hbg-optin img {
    	margin: 0 auto 24px;
		max-width: 230px;
	}

	.nrelate {
    	padding: 50px 0;
	}

	.nr_inner,
	.archive-flex-wrap {
  		flex-wrap: wrap;
	}

	.archive-flex-wrap .entry,
	.featured-products-wrap .entry {
    	flex-basis: 47%;
    	margin-bottom: 6%;
	}

	.nrelate .wrap {
		margin-bottom: 0;
	}

	.about-inner-wrap {
    	background: rgba(255, 255, 255, .85);
    	box-shadow: 0 0 15px rgba(0, 0, 0, .35);
    	text-align: center;
    	padding: 30px 25px 35px;
	}

	.home-hero {
    	background-position: -150px !important;
	}

}

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

	.after-entry-subscribe .enews-widget input,
	.after-entry-subscribe .enews-widget input[type="submit"] {
		display: block;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	.hello-bar p {
		font-size: 16px;
	}

	.hello-bar a {
		font-size: 12px;
	}

	.hbg-recipes-category .archive-flex-wrap .entry,
	.hbg-recipes-category .archive-flex-wrap .entry:nth-of-type(3n+1) {
		clear: none;
		margin-left: 0;
		width: 47%;
	}

	.hbg-recipes-category .archive-flex-wrap .entry:nth-of-type(odd) {
		clear: both;
	}

	.hbg-recipes-category .archive-flex-wrap .entry:nth-of-type(even) {
		float: right;
	}

}

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

	.hbg-hero-optin,
	.widget_ewd_about .widget-wrap {
		border: 0;
		box-shadow: none;
		padding: 0;
	}

	.hbg-hero-optin p {
		max-width: 160px;
	}

	.home-hero {
		padding: 40px 0;
	}

	.hbg-hero-optin .outer-wrap {
		padding: 20px;
	}

	.hbg-hero-optin .button {
    	padding: 15px 20px 9px;
	}

	.nr_panel {
    	flex-basis: 100%;
    	margin-bottom: 6%;
	}

	.nr_inner img {
		margin: 0 auto;
	}

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

}

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

	.hbg-hero-optin p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hbg-hero-optin img {
	    float: left;
	    margin-right: 10px;
	    max-width: 125px;
	}

}

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

	.hbg-hero-optin p {
		float: none;
		max-width: 100%;
		text-align: center;
	}

	.hbg-hero-optin img {
	    float: none;
		margin: 0 auto 15px;
	}

}

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

}
