/*
	Theme Name: EWD Don't Waste The Crumbs
	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: 1.0.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: 17px;
	font-size: 1.7rem;
}

body {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 2;
	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: #E12D33;
	font-weight: 700;
	text-decoration: none;
}

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

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

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

blockquote {
	font-weight: 500;
    margin: 40px 75px;
    padding-left: 75px;
    position: relative;
}


blockquote::before {
	background: url(images/quote.svg);
	background-size: contain;
	content: "";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 55px;
	left: -20px;
	position: absolute;
	top: -10px;
	width: 55px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
}

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

.button-wrap {
	margin-bottom: 28px;
	text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #E12D33;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	min-width: 225px;
	width: auto;
}

a.tasty-recipes-print-button,
.share-pin {
	background-color: #E12D33 !important;
	clear: both;
	position: relative !important;
	border: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
	font-family: 'Fjalla One', sans-serif !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	font-weight: 400 !important;
	float: right;
	letter-spacing: 1px !important;
	padding: 7px 24px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	white-space: normal !important;
	margin: 40px 42px 20px 20px !important;
	min-width: 205px !important;
	width: auto !important;
}

.share-pin {
	background: #c8232c !important;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

.ghost-button {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	font-weight: normal;
	min-width: 0;
    padding: 6px 22px;
}

.button a {
	color: #fff;
	font-weight: normal;
}

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,
.ghost-button:hover {
	background-color: #333;
	color: #fff;
}

a.tasty-recipes-print-button:hover,
.share-pin:hover {
	background-color: #333 !important;
	color: #fff !important;
}

a.tasty-recipes-print-button:before,
.share-pin:before {
	content: "\f02f";
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 20px;
}

.share-pin:before {
	content: "\f231";
	left: 0;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: 20px;
}

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

.landing-page .site-container {
    background: #ece1d4 url(images/dot-overlay.png);
}

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

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

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

.landing-page .site-inner {
	max-width: 900px;
	padding: 100px 0;
}

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

.content-sidebar-wrap,
.hbg-resource-cat .content-sidebar-wrap {
	display: flex;
	align-items: flex-start;
}

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

.landing-page .content {
	background: #fff;
	padding: 60px 60px 0;
}

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

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

/* ### Primary Sidebar */

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

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

.author-box .avatar {
	margin: 0 40px 40px 0;
}

.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: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 60px;
}

.author-box {
	border: 1px solid #333;
}

.author-box-title {
	background: #333;
	color: #fff;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	margin-bottom: 0;
    padding: 14px 30px;
}

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

.gravatar-description-wrap {
    padding: 30px 32px;
}

.archive-description {
	border: 2px dashed #333;
	margin-bottom: 60px;
	padding: 0 40px 60px;
}

.search-results .archive-description {
	padding: 0;
	border: 0;
}

.search-results .archive-title {
	padding: 0;
}

.hbg-recipe-category .archive-description {
	margin-bottom: 80px;
}

.archive-description .wrap {
	width: 100%;
}

.headline-icon-wrap {
	margin: -29px 0 30px;
	text-align: center;
}

.recipe-subcats .headline-icon-wrap {
	margin: -19px 0 30px;
}

.recipe-subcats .archive-title {
	font-size: 32px;
	font-size: 3.2rem;
	padding: 0 31px;
}

.recipe-subcats .button-wrap {
	margin: 40px 0 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 100%;;
}

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

.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #333;
}

input[type="search"] {
	display: inline-block;
	padding: 6px 10px 7px;
	vertical-align: top;
	width: auto;
	margin-right: 20px;
}

.error404 input[type="search"] {
	margin-bottom: 20px;
}

.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-form,
.mini-header .search-form {
	margin: 0;
}

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

.before-header-bar .search input[type="search"],
.mini-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	margin-right: 0;
	min-height: 51px;
    padding: 14px 35px 15px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    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: #ece1d4;
    color: #333;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
	font-weight: 900;
    padding: 15px 16px;
    position: absolute;
    right: 0;
}

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

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


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

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

.entry-title,
.archive-title  {
	font-size: 48px;
	font-size: 4.8rem;
	text-transform: uppercase;
}

.landing-page .entry-title {
	margin-bottom: 35px;
}

.archive-title {
	display: inline-block;
	background: #fff;
	margin-bottom: 0;
	padding: 0 40px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

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

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

.pop-posts-headline {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 35px 0 40px;
}

.popular-post-image img {
	display: block;
}

.pop_inner {
	display: flex;
	justify-content: space-between;
}

.pop_inner li {
	width: 22.36%;
}

/* ## 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: 500;
	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;
	padding-bottom: 0;
	border: 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;
}

.email-optin {
	background: #ebe0d3 url(images/dot-overlay.png);
	margin-bottom: 60px;
	padding: 40px 0 20px;
}

.category .email-optin {
	margin-bottom: 0;
}

.email-optin .widget-wrap {
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 896px;
	padding: 0;
    align-items: flex-start;
	width: 90%;
}

.email-optin .optin-image {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    margin-right: 40px;
    width: 175px;
}

.email-optin img {
    margin-bottom: 0;
    display: block;
}

.email-optin h3 {
    font-size: 38px;
    font-size: 3.8rem;
	margin-bottom: 15px;
}

.email-optin p {
	margin-bottom: 18px;
}

.email-optin form {
    margin-top: 0;
}

.hbg-inline-optin .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.email-optin input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	min-width: 0;
	width: auto;
	vertical-align: top;
}

.email-optin input[type="email"],
.email-optin input[type="text"] {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 18px;
	margin-bottom: 20px;
	max-width: 225px;
	padding: 8px;
	text-align: center;
}

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

.before-header-bar,
.mini-header {
	background: #333;
}

.before-header-bar .wrap {
	max-width: 1200px;
    position: relative;
    padding-right: 75px;
}

.before-header-bar .genesis-nav-menu {
    text-align: right;
}

.site-header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
}

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

.header-get-started {
	clear: both;
	position: relative;
	text-align: center;
	z-index: 10;
}

.header-get-started h2 {
	margin-bottom: 15px;
}

.header-get-started p {
	line-height: 1.5;
	margin-bottom: 15px;
}

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

.mini-header .wrap {
	position: relative;
}

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 0 auto;
	max-width: 55px;
	position: relative;
	top: auto;
}

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

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

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: #333;
}

.mini-header > .wrap {
	max-width: 1200px;
}

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

.mini-header nav {
	float: right;
	max-width: 855px;
	padding-right: 65px;
	text-align: right;
}

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

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

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

.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: #666;
	text-decoration: none;
}

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

.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 {
	background: #fff;
	border: 1px solid #333;
	left: -9999px;
	padding: 10px 0;
	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: 178px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.icon-menu .genesis-nav-menu .sub-menu a,
.mini-header .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 10px 20px;
	position: relative;
	text-transform: none;
	width: 176px;
	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;
}

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

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

.icon-menu {
	float: right;
	max-width: 800px;
}

.icon-menu .wrap {
	width: 100%;
}

.icon-menu .genesis-nav-menu > li {
	width: 143px;
	text-align: center;
	vertical-align: top;
}

.icon-menu .genesis-nav-menu > li > a {
	height: 100%;
	padding: 25px 20px;
}

.icon-menu .genesis-nav-menu > li:hover {
	background: #e5e5de;
}

.image-menu-title {
	display: block;
	margin: 0 auto;
	width: 130px;
}

.icon-menu .genesis-nav-menu > li:first-of-type {
	margin-left: 0;
}

.icon-menu .genesis-nav-menu > li:last-of-type {
	margin-right: 0;
}

li.menu-item.term-7 {
	margin-left: 364px;
}

.hbg-front-page li.menu-item.term-7 {
	margin-left: auto;
}

.site-header .genesis-nav-menu {
	text-align: right;
}

.icon-menu .genesis-nav-menu {
	display: flex;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu a,
.icon-menu .genesis-nav-menu a {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.icon-menu .genesis-nav-menu a:hover {

}

.menu-item .menu-image-wrap {
	display: flex;
    height: 55px;
    width: 101px;
    margin: 0 auto 15px;
    flex-direction: column;
    justify-content: flex-end;
}

.menu-item .menu-image-wrap img {
	max-height: 100%;
}

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu a,
.mini-header .genesis-nav-menu a {
    font-size: 14px;
    font-size: 1.4rem;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
    padding: 18px 12px;
	text-transform: uppercase;
}

div.sidr li a,
div.sidr .menu-item a {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.sidr button.sub-menu-toggle,
div.sidr .menu-close {
	min-width: 0;
}

.before-header-bar .genesis-nav-menu a,
.mini-header .genesis-nav-menu a {
	color: #fff;
}

.before-header-bar .genesis-nav-menu a:hover,
.mini-header .genesis-nav-menu a:hover,
.menu-footer.genesis-nav-menu a:hover {
	opacity: .6;
}

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

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

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

.before-footer {
	background: #333;
}

.menu-footer.genesis-nav-menu {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

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

.menu-footer.genesis-nav-menu .menu-item:before {
	color: #fff;
	content: "•";
	right: 0;
	top: 0;
	position: absolute;
}

.menu-footer.genesis-nav-menu .menu-item:last-of-type:before {
	display: none;
}

.menu-footer.genesis-nav-menu a {
	color: #fff;
	padding: 0 15px 0 7px;
}

.back-to-top {
	display: block;
	margin: 0 auto 40px;
	width: 150px;
}

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

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

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

.genesis-nav-menu li.menu-item.fa:hover,
.side-nav li.menu-item.fa:hover {
	color: #afa29a;
	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;
	left: 0;
	top: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

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

.genesis-nav-menu.menu-social li.menu-item.fa {
	background: #fff;
	border: 1px solid #333;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 40px;
}

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

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

.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: 10px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

.genesis-nav-menu.menu-social li.menu-item.fa a:hover {
	color: #fff;
}

.nav-social {
	margin: -20px auto 40px;
}

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

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

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


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

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

.post-intro {
	background: #f4f1ed;
	margin-bottom: 28px;
	padding: 32px 68px;
	text-align: center;
}

.entry-header {
	letter-spacing: 1px;
	text-align: center;
}

.entry-header .category-icon {
	margin: 0 auto 20px;
	max-width: 75px;
}

.entry-header .category-icon img {
	display: block;
}

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

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

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

.entry-content ul > li {
	list-style-type: none;
	position: relative;
}

.entry-content ul > li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	margin-left: -20px;
	position: relative;
}

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

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

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

p.entry-meta,
p.entry-meta a {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-meta .fas {
	color: #999;
	margin: 0 5px;
}

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

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

.entry-categories,
.entry-tags {

}

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

.pagination {
	clear: both;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 0 70px;
	text-align: center;
}

.hbg-shop-home .pagination {
	margin-bottom: 0;
}

.category .pagination {
	margin-top: 20px;
}

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

.archive-pagination li {
	display: inline;
	margin: 0 3px;
}

.archive-pagination a {
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 3px 11px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background: #333;
	color: #fff;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	border: 0;
	position: relative;
}

.archive-pagination .pagination-next a:hover,
.archive-pagination .pagination-previous a:hover {
	background: none;
	color: #E12D33;
}

.adjacent-entry-navigation {
	line-height: 1.2;
	margin-bottom: 60px;
	overflow: hidden;
}

.adjacent-entry-navigation a {
	color: #4ead94;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	color: #989898;
	text-decoration: none;
}

.adjacent-entry-navigation span {
	color: #b2b2b2;
	display: block;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.navigation-previous {
	float: left;
	position: relative;
	width: 45%;
}

.navigation-next {
	float: right;
	position: relative;
	text-align: right;
	width: 45%;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 40px;
}

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	margin-bottom: 0;
}

.comment-header {
	line-height: 1.4;
	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: #f4f1ed;
	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 #cacaca;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 15px;
	width: 50%;
}

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

.comment-respond label {
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.comment-header p {
	line-height: 1.2;
	margin-bottom: 5px;
}

.comment-header p .says {
	text-transform: none;
}

.comment-author {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.comment-author a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.comment-author a:hover {
	color: #333;
}

.comment-time {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

.comment-reply {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply .fa {
	margin-right: 5px;
}

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

.comment-respond input[type="submit"] {
	background: #E12D33;
	color: #fff;
	cursor: pointer;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	min-width: 0;
	padding: 7px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.comment-respond .form-submit {
    position: relative;
}

.comment-respond .form-submit:hover:before {
	background: none;
}

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

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
	display: inline;
	margin-right: 10px;
}

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

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

.hbg-front-page .home-hero {
    background-size: cover;
    background-position: center bottom;
	min-height: 730px;
}

.hbg-front-page .home-hero .front-page-hero-email-optin {
	float: right;
	max-width: 740px;
	width: 100%;
}

.hbg-front-page .home-hero > .wrap {
	max-width: 1200px;
}

.front-page-hero-email-optin .optin-image {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	float: left;
	margin: 0 40px 10px 0;
	max-width: 195px;
	position: relative;
}

.front-page-hero-email-optin .optin-image img {
	display: block;
}

.front-page-hero-email-optin {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
}

.front-page-hero-email-optin.widget-area .enews-widget {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	border-top: 12px solid #333;
	padding: 40px 60px 35px;
}

.front-page-hero-email-optin h3 {
	color: #333;
	font-weight: normal;
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.front-page-hero-email-optin .inner-wrap {
	margin: 0 auto;
}

.front-page-hero-email-optin .enews p {
	float: left;
	max-width: 385px;
}

.front-page-hero-email-optin input {
	float: left;
	width: 212px;
	padding: 8px;
	margin-bottom: 15px;
}

.front-page-hero-email-optin input[type="text"] {
	margin-right: 20px;
}

.front-page-hero-email-optin input::-moz-placeholder {
	color: #333;
	opacity: 1;
	text-align: center;
}

.front-page-hero-email-optin input::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
	text-align: center;
}

.front-page-hero-email-optin input[type="submit"] {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 7px;
	letter-spacing: 1px;
	min-width: 0;
	width: 155px;
}

.front-page-hero-email-optin form {
	clear: both;
	padding-top: 20px;
}

.front-page-hero-email-optin .enews form + p {
	clear: none;
	color: #333;
	line-height: 1.7;
	margin-top: 15px;
}

.hbg-front-page .site-inner {
	max-width: none;
	padding: 0;
	width: 100%;
}

.hbg-promo {
	padding: 115px 0 110px;
}

.hbg-front-page .hbg-promo {
	background-size: cover;
	background-position: center center;
}

.fp-start-here {
	padding: 80px 0 52px;
}

.fp-start-here h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.fp-inner-wrap {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.fp-sh-flex {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.fp-sh-text {
	width: 53.55%;
}

.fp-sh-image {
	width: 38.88%;
}

.hbg-promo {
	color: #fff;
	text-align: center;
}

.promo-intro {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.3125;
}

.promo-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.3125;
	text-transform: uppercase;
}

.fp-featured-posts {
	padding: 110px 0 80px;
}

.fp-featured-posts .wrap {
    border: 2px dashed #333;
    padding: 0 40px;
}

.fp-icon-wrap {
	background: #fff;
	margin: -23px auto 20px;
	padding: 0 15px;
	width: 165px;
}

.fp-featured-posts h2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 38px;
	text-align: center;
}

.fp-featured-posts-inner {
	display: flex;
    justify-content: space-between;
}

.fp-featured-posts-inner a {
    width: 22.36%;
}

.fp-featured-posts .button-wrap {
	margin: 40px 0;
}

.hbg-recipe-search  {
	background: #333 url(images/blackboard-overlay.png) center center no-repeat;
	color: #fff;
	padding: 55px 0 85px;
	text-align: center;
}

.category .hbg-recipe-search {
	background: #e4e4dd url(images/dot-overlay.png) center center;
	color: #333;
	padding: 45px 0 18px;
}

.fp-search-icon-wrap {
	margin: 0 auto 5px;
	width: 135px;
}

.hbg-front-page .hbg-recipe-search .promo-intro {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.77;
}

.category .hbg-recipe-search .promo-intro {
	display: inline-block;
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 20px 25px;
	vertical-align: top;
}

.category .hbg-recipe-search .fp-inner-wrap {
	max-width: 1200px;
}

.category .hbg-recipe-search form {
	margin: 0 20px;
	display: inline-block;
}

.hbg-recipe-search input {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 10px;
	width: 300px;
	text-align: center;
}

.hbg-recipe-search .search-form input[type="submit"] {
	border: 0;
	background: #E12D33;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	min-width: 0;
	padding: 7px 30px;
	width: auto;
}

.hbg-recipe-search .search-form input[type="submit"]:hover {
	background: #1e9096;
}

.fp-featured-posts-two .fp-icon-wrap {
	width: 90px;
	margin-top: -37px;
}

.fp-product {
	background: #ece1d4 url(images/dot-overlay.png);
	padding: 70px 0;
	text-align: center;
}

.fp-product .fp-inner-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.fp-product-content {
	width: 59.66%;
}

.fp-product-image {
	width: 36.2%;
}

.fp-product-content h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.28;
	margin-bottom: 23px;
}

.fp-product-content .fp-sh-text {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 38px;
	width: 100%;
}

.fp-product-content .ghost-button {
	background: #fff;
	min-width: 180px;
}

.fp-product-content .ghost-button:hover {
	background: #333;
}

.fp-featured-posts-four {
	padding-bottom: 60px;
}

.fp-featured-posts-three .fp-icon-wrap {
    margin: -34px auto 20px;
    padding: 0 15px;
    width: 97px;
}

.fp-product-two.fp-product .fp-inner-wrap {
	flex-direction: row;
}

.fp-featured-posts-four .fp-icon-wrap {
    margin: -37px auto 20px;
    padding: 0 15px;
    width: 78px;
}

.fp-rec-resources {
	text-align: center;
	padding-bottom: 52px;
}

.fp-rec-resources h2 {
	margin: 28px 0 0;
}

.fp-rec-resources-text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 500;
}

.fp-rec-resources .button {
	min-width: 162px;
}

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

.hbg-blog .site-inner {
	max-width: 900px;
}

.hbg-blog .entry-header {
	text-align: left;
}

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

.hbg-blog .content p.entry-meta {
	margin-bottom: 10px;
	text-align: left;
}

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

.more-link-wrap {
	text-align: center;
}

.more-link-wrap {
	display: block;
	text-align: left;
}

.more-link {
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	margin: 28px 0 32px;
	font-family: 'Fjalla One', sans-serif;
	text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
	font-weight: normal;
    letter-spacing: 1px;
	padding: 4px 28px;
    text-align: left;
    text-transform: uppercase;
}

.more-link:hover {
	background: #333;
	color: #fff;
}

/* # Start Here Page
---------------------------------------------------------------------------------------------------- */

.hbg-start-here .site-inner {
	max-width: none;
	width: 100%;
}

.hbg-start-here .entry-content,
.hbg-start-here .entry-header {
	float: none;
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.sh-full-width-image img {
	display: block;
	width: 100%;
}

.sh-pillar {
	background: url(images/hex.png);
	padding: 110px 0 85px;
}

.sh-pillar h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.pillar-inner {
	background: #fff;
	border: 2px dashed #333;
	margin: 0 auto;
	max-width: 900px;
	padding: 0 58px 55px;
	width: 90%;
}

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

.pillar-step {
	margin-top: 50px;
}

.pillar-step h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-align: center;
}

.pillar-step h3 span {
	background: #ebe0d3;
	display: inline-block;
	padding: 6px 24px;
}

.pillar-optin {
	display: flex;
	align-items: flex-start;
}

.pillar-optin-image {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	flex-shrink: 0;
	margin-right: 40px;
	width: 195px;
}

.pillar-optin-image img {
	margin-bottom: 0;
	display: block;
}

.pillar-optin h4 {
	font-size: 48px;
	font-size: 4.8rem;
}

.pillar-optin form {
	margin-top: 25px;
}

.pillar-optin .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.pillar-optin input[type="submit"] {
	min-width: 0;
	vertical-align: top;
}

.pillar-optin input[type="email"],
.pillar-optin input[type="text"] {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 18px;
	max-width: 171px;
	padding: 8px;
	text-align: center;
}

.pillar-feat-posts {
	display: flex;
	justify-content: space-between;
}

.pillar-step .search-form {
	text-align: center;
}

.pillar-step .search-form input {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 10px;
    width: 300px;
    text-align: center;
}

.pillar-step .search-form input[type="submit"] {
    border: 0;
    background: #E12D33;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 0;
    padding: 7px 30px;
    width: auto;
}

.pillar-step-number {
	background: #333;
	border-radius: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 80px;
	width: 80px;
	padding-top: 4px;
	position: relative;
	left: 50%;
	margin-left: -40px;
	margin-bottom: 15px;
}

.pillar-step-number span {
	font-size: 36px;
	line-height: 1;
}

.pillar-icon-wrap {
	height: 132px;
	left: 50%;
	margin-bottom: 40px;
	margin-left: -54px;
	margin-top: -66px;
	position: relative;
	width: 108px;
	z-index: 1;
}

.pillar-icon-wrap:before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 64px;
	width: 108px;
	z-index: -1;
}

.pillar-icon-wrap.pillar-recipes-icon-wrap {
	height: 72px;
	margin-left: -106px;
	margin-top: -36px;
	position: relative;
	width: 213px;
}

.pillar-icon-wrap.pillar-recipes-icon-wrap:before {
	top: 34px;
	width: 213px;
}

.sh-pillar.hbg-promo {
	background-size: cover;
	position: relative;
}

.sh-pillar.hbg-promo:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	content: "";
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.sh-pillar .fp-inner-wrap {
	position: relative;
	z-index: 5;
}

.pillar-product-inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.pillar-product-content {
}

.sh-pillar.hbg-promo .button:hover {
	background: #fff;
	color: #333;
}

.pillar-product-image {
	flex-shrink: 0;
	margin-left: 30px;
	width: 195px;
}

.pillar-step .search-form input[type="submit"]:hover {
	background: #333;
}

.pillar-product-content h4 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.28;
	margin-bottom: 23px;
}

.pillar-product-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 38px;
	width: 100%;
}

.pillar-product-content .ghost-button {
	background: #fff;
	min-width: 180px;
}

.pillar-product-content .ghost-button:hover {
	background: #333;
}

.hbg-wrap {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.start-here-nav {
	margin-bottom: 80px;
	text-align: center;
}

.start-here-nav .nav-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.3125;
	margin-bottom: 0;
	text-transform: uppercase;
}

.start-here-nav .nav-subtitle {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3125;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.start-here-nav-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.start-here-nav-inner img {
	display: block;
	height: 74px;
	margin-bottom: 10px;
	width: 135px;
}

.start-here-nav-inner img.icon-hover {
	display: none;
}

.start-here-nav-inner a {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	background: #e4e4dd;
	border-radius: 100%;
	border: 5px solid #fff;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 195px;
	justify-content: flex-start;
	width: 195px;
	padding-top: 40px;
}

.start-here-nav-inner a:hover {
	background: #333;
	color: #fff;
}

.start-here-nav-inner a:hover img {
	display: none;
}

.start-here-nav-inner a:hover img.icon-hover {
	display: block;
}

.start-here-nav-inner .nav-text {
	max-width: 200px;
	text-align: center;
	max-width: 140px;
	line-height: 1.2;
}

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

.hbg-sales .site-inner {
	max-width: none;
	padding-top: 0;
	width: 100%;
}

.hbg-sales .entry-header {
	min-height: 540px;
	position: relative;
	text-align: center;
}

.hbg-sales .post-edit-link {
	display: none;
}

.hbg-sales .entry-header:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

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

.entry-content .hbg-sales-wysiwyg ul {
	margin-bottom: 60px;
}

.hbg-sales .entry-title {
	color: #fff;
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 1.11;
	margin: 0 auto;
	max-width: 900px;
	padding: 211px 0;
	width: 90%;
	position: relative;
	z-index: 1;
}

.hbg-sales-wysiwyg {
	padding: 80px 0 52px;
}

.hbg-sales-wysiwyg img {
	margin-bottom: 50px;
}

.hbg-sales-highlight {
	background: #f3f0ec;
	margin: 0 auto 80px;
	max-width: 900px;
	padding: 60px 60px 32px;
	position: relative;
	text-align: center;
	width: 90%;
}

.circle-text {
	align-items: center;
	background: #333;
	border-radius: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	height: 80px;
	justify-content: center;
	line-height: 1.25;
	left: -40px;
	position: absolute;
	top: -40px;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

.hbg-sales-about {
	background: #e4e4dd;
	display: flex;
	justify-content: space-between;
}

.hbg-sales-about-image {
	width: 50%;
}

.hbg-sales-about-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-text-wrap {
	padding: 60px 60px 40px;
	width: 50%;
}

.about-text {
	max-width: 521px;
}

.about-text h2 {
	margin-bottom: 20px;
}

.hbg-sales-wysiwyg h2 {
	font-size: 48px;
	font-size: 4.8rem;
}

.hbg-sales-wysiwyg h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.call_to_action_bar {
    background: #333 url(images/blackboard-overlay.png) center center no-repeat;
    color: #fff;
    padding: 60px 0 32px;
    text-align: center;
}

.call_to_action_bar.cta_bg_red {
	background: #ea7075;
	padding-bottom: 62px;
}

.sales-cta-text {
    font-size: 48px;
    font-size: 4.8rem;
    font-family: 'Fjalla One', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

.call_to_action_bar .button {
	font-size: 32px;
	font-size: 3.2rem;
	min-width: 328px;
}

.call_to_action_bar .button:hover {
	background: #fff;
	color: #333;
}

.call_to_action_bar.cta_bg_red .button {
	background: #fff;
	border: 2px solid #333;
	color: #333;
}

.call_to_action_bar.cta_bg_red .button:hover {
	background: #333;
	color: #fff;
}

/* # Resource Category
---------------------------------------------------------------------------------------------------- */

.hbg-resource-cat .content-sidebar-wrap {
	flex-direction: row-reverse;
}

.hbg-resource-cat .sidebar {
	background: #f4f1ed;
	margin-left: 0;
	margin-right: 60px;
}

.hbg-resource-cat .archive-description,
.hbg-resource-cat .archive-title {
	border: 0;
	padding: 0;
}

.hbg-resource-cat .archive-description {
	margin-bottom: 35px;
}

.hbg-resource-cat .hbg-grid-wrap .entry .entry-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: none;
}

.hbg-resource-cat .hbg-grid-wrap .entry,
.resource-sidebar-text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71;
}

.resource-sidebar-text {
	border-top: 1px solid #333;
	padding: 40px 0 20px;
}

.sidebar .resource-sidebar-text .widget {
	background: none;
}

.hbg-resource-cat .sidebar {
	padding: 136px 40px 20px;
}

.hbg-resource-cat .sidebar .resource-categories {
	border-top: 1px solid #333;
	padding: 40px 0 20px;
	text-align: center;
}

.hbg-resource-cat .sidebar .resource-categories a {
	color: #333;
}

.hbg-resource-cat .sidebar .resource-categories a:hover,
.hbg-resource-cat .sidebar .resource-categories a.current-term {
	color: #999;
}

.hbg-resource-cat .sidebar .resource-categories h5 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.rec-resource-sidebar-headline {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.rec-resource-sidebar-headline:before {
	background: url(images/star.svg);
	content: "";
	height: 56px;
	width: 72px;
	left: 50%;
	margin-left: -36px;
	position: absolute;
	top: -76px;
}


/* # HBG Grid
---------------------------------------------------------------------------------------------------- */

.hbg-grid-wrap {
    display: grid;
    grid-gap: 0 6.245%;
    grid-template-columns: 29.17% 29.17% 29.17%;
}

.hbg-resource-cat .hbg-grid-wrap {
    display: grid;
    grid-gap: 0 4.77%;
    grid-template-columns: 21.42% 21.42% 21.42% 21.42%;
}

.hbg-grid-wrap .entry .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 0;
}

.hbg-grid-wrap .entry-header img {
	display: block;
	margin-bottom: 20px;
}

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

.sidebar {
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	margin-left: 60px;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.sidebar .widget.widget_ewd_about,
.sidebar .widget_ewd_promo,
.sidebar .widget_ewd_resource,
.sidebar .widget_ewd_popular_posts {
	padding-bottom: 32px;
}

/* # Blocks and Shortcodes
---------------------------------------------------------------------------------------------------- */

.hbg-inline-optin {
	background: #f3f0ec;
    display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 42px;
	margin-bottom: 40px;
    align-items: flex-start;
}

.hbg-inline-optin-image {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    margin-right: 40px;
    width: 195px;
}

.hbg-inline-optin-image img {
    margin-bottom: 0;
    display: block;
}

.hbg-inline-optin h4 {
    font-size: 42px;
    font-size: 4.2rem;
}

.hbg-inline-optin form {
    margin-top: 35px;
}

.hbg-inline-optin .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.hbg-inline-optin input[type="submit"] {
	min-width: 223px;
	vertical-align: top;
}

.hbg-inline-optin input[type="email"],
.sidebar .hbg-inline-optin input[type="text"] {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 18px;
	margin-bottom: 20px;
	max-width: 224px;
	padding: 8px;
	text-align: center;
}

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

.about-widget {
	background: url(images/hex.png);
	padding: 80px 0;
}

.about-widget .widget-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 900px;
	align-items: center;
	width: 90%;
}

.ewd-about-widget-left {
	border: 5px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	width: 41.11%;
}

.ewd-about-widget-right {
	text-align: center;
	width: 54.44%;
}

.ewd-about-widget-left img {
	display: block;
}

.sidebar .ewd-about-widget-left {
	border: 0;
	box-shadow: none;
}

.sidebar .ewd-about-widget-left img {
	border-radius: 100%;
	margin: 0 auto 20px;
	max-width: 200px;
}

.ewd-about-widget-right h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
}

.sidebar .ewd-about-widget-right h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.sidebar .ewd-about-widget-right {
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.ewd-about-widget-right .ghost-button {
	min-width: 232px;
}

.sidebar .ewd-about-widget-right .ghost-button {
	font-size: 12px;
	font-size: 1.2rem;
	min-width: 125px;
}

.sidebar .ewd-about-widget-left,
.sidebar .ewd-about-widget-right {
	width: 100%;
}

.sidebar .hbg-inline-optin {
	background: none;
	border: 2px dashed #333;
	display: block;
	margin-bottom: 0;
	text-align: center;
}

.sidebar .hbg-inline-optin-image {
	margin: 0 auto 15px;
}

.sidebar .hbg-inline-optin form {
    margin-top: 20px;
}

.sidebar .hbg-inline-optin input[type="email"],
.sidebar .hbg-inline-optin input[type="text"] {
	margin: 0 0 20px;
}

.sidebar .hbg-inline-optin input[type="submit"] {
	min-width: 0;
	width: 100%;
}

.sidebar .widget_ewd_promo,
.sidebar .widget_ewd_resource {
	text-align: center;
}

.sidebar .widget_ewd_icon_promo .widget-wrap {
	background: #e4e4dd;
	padding: 50px 40px 32px;
	text-align: center;
}

.sidebar .widget_ewd_promo img,
.sidebar .widget_ewd_icon_promo img,
.sidebar .widget_ewd_resource img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 250px;
}

.sidebar .widget_ewd_resource img {
	margin-bottom: 30px;
	max-width: none;
}

.sidebar .widget_ewd_icon_promo img {
	margin-bottom: 40px;
	max-width: 103px;
}

.sidebar .widget_ewd_promo .widget-title,
.sidebar .widget_ewd_icon_promo .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.sidebar .widget_ewd_resource .widget-title,
.sidebar .widget_ewd_popular_posts .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.sidebar .widget_ewd_icon_promo .widget-title {
	margin-bottom: 40px;
}

.sidebar .widget_ewd_promo .pillar-product-text,
.sidebar .widget_ewd_icon_promo .pillar-product-text,
.sidebar .widget_ewd_recipe_search .pillar-product-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}

.sidebar .widget_ewd_resource .pillar-product-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 28px;
}


.sidebar .widget_ewd_promo .ghost-button,
.sidebar .widget_ewd_icon_promo .button {
	min-width: 180px;
}

.sidebar .widget_ewd_resource .button {
	min-width: 162px;
}

.sidebar .widget_ewd_recipe_search .widget-wrap {
	background: #333 url(images/blackboard-overlay.png) center center no-repeat;
    color: #fff;
    padding: 40px 40px 12px;
    text-align: center;
}

.sidebar .widget_ewd_recipe_search .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.sidebar .widget_ewd_recipe_search img {
	margin-bottom: 10px;
	max-width: 135px;
}

.sidebar .widget_ewd_recipe_search input {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
}

.sidebar .widget_ewd_recipe_search .search-form input[type="submit"] {
    border: 0;
    background: #E12D33;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 0;
	margin: 20px 0 38px;
    padding: 7px 30px;
    width: 100%;
}

.sidebar .widget_ewd_recipe_search .search-form input[type="submit"]:hover,
.hbg-front-page .hbg-promo .button:hover,
.hbg-front-page .hbg-recipe-search .search-form input[type="submit"]:hover {
	background: #fff;
	color: #333;
}

.sidebar .widget_ewd_popular_posts {
	text-align: center;
}

.sidebar .widget_ewd_popular_posts .category-icon {
	margin: 0 auto 10px;
	max-width: 95px;
}

.sidebar .widget_ewd_popular_posts .popular-post-image img {
	margin: 0 auto 20px;
}

.sidebar .widget_ewd_popular_posts .button-wrap {
	margin-top: 40px;
}

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

.hbg-blog .promo-widget {
	margin-bottom: 0;
}

.promo-widget .sh-pillar.hbg-promo {
	background-size: cover;
	background-position: center center;
    padding: 50px 5% 15px;
}

.hbg-blog .promo-widget .sh-pillar.hbg-promo {
    background-size: cover;
    background-position: center center;
    padding: 118px 5% 103px;
}

.promo-widget .category-promo-inner .promo-intro {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.hbg-blog .promo-widget .category-promo-inner .promo-intro {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
}

.promo-widget .category-promo-inner .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
}

.hbg-blog .promo-widget .category-promo-inner .widget-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 35px;
}

.promo-widget  .category-promo-inner {
	margin: 0 auto;
	max-width: 626px;
	width: 90%;
	position: relative;
	z-index: 5;
}

.hbg-blog .promo-widget  .category-promo-inner {
	max-width: 900px;
}

.promo-widget  .category-promo-inner .button {
	font-size: 14px;
	font-size: 1.4rem;
	min-width: 0;
}

.hbg-blog .promo-widget  .category-promo-inner .button {
	font-size: 18px;
	font-size: 1.8rem;
}

.nrelate {
	margin-bottom: 55px;
}

.nr_panel {
	width: 22.5%;
}

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

.nr_inner {
	display: flex;
	justify-content: space-between;
}

.widget_ewd_popup {
	background: #f3f0ec;
	margin-bottom: 0;
	position: relative;
}

.widget_ewd_popup img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	margin-right: 40px;
	flex-shrink: 0;
	width: 314px;
}

.popup-widget-inner {
	display: flex;
	position: relative;
	text-align: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 40px 50px 0;
}

.popup-widget-inner-right {
	width: 100%;
}

.popup-widget-inner .widget-title {
	font-size: 48px;
	font-size: 4.8rem;
}

.popup-widget-inner .pillar-product-text {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28;
	margin-bottom: 0;
}

.widget_ewd_popup .button-wrap {
	background: #ebe0d3;
	display: flex;
	margin: 0;
	padding: 20px 30px;
}

.widget_ewd_popup .button {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 10px;
	width: 100%;
}

.widget_ewd_popup .ghost-button {
	background: none;
}

.widget_ewd_popup .ghost-button:hover {
	background: #333;
}

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

.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: #000;
	color: #999;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	padding: 22px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer a:hover {
	text-decoration: underline;
}

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

.cat-select {
	display: none;
	margin-bottom: 40px;
}

/* # Recipe Card
---------------------------------------------------------------------------------------------------- */

.easyrecipe,
.tasty-recipes {
	border: 2px dashed #333 !important;
	padding: 40px !important;
}

.easyrecipe .ERSName,
.tasty-recipes-display h2 {
	color: #333 !important;
	font-size: 32px !important;
    font-size: 3.2rem !important;
	font-family: 'Fjalla One', sans-serif !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
	text-transform: uppercase !important;
}

div.tasty-recipes-details li:before {
	display: none !important;
}

div.tasty-recipes-image {
	clear: right !important;
	max-width: 245px !important;
}

div.easyrecipe {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 2 !important;
}

div.easyrecipe .ERSSummary {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-style: italic !important;
	line-height: 1.7 !important
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.tasty-recipe-ingredients h3, .tasty-recipes-ingredients h3, .tasty-recipe-instructions h3, .tasty-recipes-instructions h3, .tasty-recipes-equipment h3, .tasty-recipes-notes h3 {
	color: #333 !important;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	font-family: 'Fjalla One', sans-serif !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.easyrecipe ul > li {
	list-style-type: none !important;
	position: relative !important;
}

.easyrecipe ul,
.tasty-recipes-display ul, .tasty-recipes-display ol {
	margin-left: 20px !important;
}

.easyrecipe ul > li:before {
    content: "\f101" !important;
    font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	margin-right: 5px !important;
	margin-left: -20px !important;
	position: relative !important;
}

.easyrecipe .ERSInstructions li.instruction {
    margin-left: 20px !important;
}

.easyrecipe .divERSHeadItems div,
.tasty-recipes-details li {
	color: #333 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.tasty-recipes-label {
	color: #333 !important;
}

.tasty-recipes-details ul li span {
	font-weight: normal;
	text-transform: none;
}

.easyrecipe .divERSHeadItems div span {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	letter-spacing: 0;
	font-weight: 400 !important;
	text-transform: none;
}

.easyrecipe .ERSIngredients, .easyrecipe .ERSInstructions, .easyrecipe .ERSNotesDiv {
	clear: both !important;
}

.easyrecipe .ERSTimes {
	border: 0 !important;
	padding: 0;
}

.easyrecipe .ERSTimes .ERSTime,
.prep-time, .total-time, .cook-time {
	background: #333 !important;
	color: #fff !important;
	border: 0 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	width: 47% !important;
	margin: 0 2% 2% 0 !important;
	padding: 5px !important;
	text-align: center;
}

.tasty-recipes-details ul li.author {
	margin-bottom: 2% !important;
	font-size: 16px !important;
}

.prep-time .tasty-recipes-label,
.total-time .tasty-recipes-label,
.cook-time .tasty-recipes-label {
	color: #fff !important;
}

.easyrecipe .ERSTimes .ERSTime div,
.prep-time, .total-time, .cook-time  {
	display: inline-block !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeItem,
.prep-time span,
.total-time span,
.cook-time span {
	color: #fff !important;
	letter-spacing: 0 !important;
	font-size: 10px !important;
	text-transform: none !important;
}

.tasty-recipes-details {
	padding-right: 245px !important;
}

.tasty-recipes-display .tasty-recipes-details ul {
	margin-left: 0 !important;
}

.tasty-recipes-scale-container button {
	margin-bottom: 5px !important;
}

.tasty-recipes-scale-container button {
	min-width: 0 !important;
}

div.tasty-recipes-quick-links {
	margin: 15px 0 30px;
}

div.tasty-recipes-quick-links a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 1px;
	min-width: 125px;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

div.tasty-recipes-quick-links a:hover {
	background: #000;
	color: #fff;
}

.entry-content p a > span {
    font-weight: 700 !important;
}

.popup-widget .wrap {
    width: 100%;
}

.popup-widget .email-optin {
    background: #f3f0ec;
    margin: 0;
    padding: 0;
}

.popup-optin-wigdet-inner {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 25px;
}

.popup-widget .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.sgpb-main-html-content-wrapper > p {
    display: none;
}


.popup-widget .email-optin form {
    background: #ebe0d3;
    padding: 20px 20px 0;
	text-align: center;
}

.popup-widget .email-optin input,
.popup-widget .email-optin input[type="submit"] {
    margin-bottom: 20px !important;
    box-sizing: border-box;
}

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

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

	.icon-menu {
	    max-width: 580px;
	}

	.icon-menu .genesis-nav-menu > li {
		width: 25%;
	}

	.menu-item .menu-image-wrap {
    	width: 105px;
	}

	.site-inner,
	.wrap {
	}

	.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 {

	}

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

	.prep-time .tasty-recipes-label, .total-time .tasty-recipes-label, .cook-time .tasty-recipes-label {
		display: block !important;
		line-height: 1.2 !important;
	}

	.easyrecipe .ERSTimes .ERSTime .ERSTimeItem, .prep-time span, .total-time span, .cook-time span {
		display: block !important;
	}

	.prep-time, .total-time, .cook-time {
		padding-top: 8px !important;
	}

	.easyrecipe .ERSTimes .ERSTime div, .prep-time, .total-time, .cook-time {
		width: 210px !important;
	}

}

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

	.hbg-start-here .pillar-optin {
		text-align: center;
	}

	.pillar-optin input[type="email"],
	.pillar-optin input[type="text"] {
		max-width: 182px;
	}

	.email-optin input[type="email"],
	.email-optin input[type="text"] {
		max-width: 190px;
	}

	.hbg-front-page .home-hero {
		background-position: -270px top;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
	    background: rgba(255, 255, 255, 0.70);
	}

	.hbg-resource-cat .hbg-grid-wrap {
		grid-gap: 0 7%;
    	grid-template-columns: 46.5% 46.5%;
	}

	.hbg-start-here .pillar-optin input[type="email"] {
		margin: 0 20px 20px 0;
	}

	.start-here-nav-inner a {
		margin: 0 3% 6%;
	}

	.start-here-nav .hbg-wrap {
		max-width: 710px;
	}

	.start-here-nav {
		margin-bottom: 40px;
	}

	.start-here-nav-inner {
		justify-content: center;
	}

	.site-inner,
	.wrap {

	}

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

	.content-sidebar-wrap {
		display: block;
	}

	.sidebar {
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 300px;
	}

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

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

	.site-title > a {
    	margin-top: 28px;
	}

	.icon-menu {
    	max-width: 500px;
	}

	.icon-menu .genesis-nav-menu > li > a {
    	padding: 20px 10px;
	}

	.nav-social {
    	margin: 0px auto 20px;
    	position: relative;
    	top: -20px;
	}

	.hbg-start-here .pillar-feat-posts a {
		width: 31.96%;
	}

	.hbg-sales-highlight {
		width: 80%;
	}

	.hbg-front-page .home-hero {
		background: url(images/hero-mobile-bg.jpg) left top no-repeat !important;
		background-size: cover !important;
		padding-top: 350px;
	}

	.hbg-front-page .home-hero .front-page-hero-email-optin {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}

}

@media only screen and (max-width: 860px) {
    
    nav, #nav, .nav-primary, .nav-secondary, .supersideme .site-header .secondary-toggle, .menu-toggle, .before-header-bar {
    display: none;
    }

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

	.email-optin input[type="submit"] {
		min-width: 190px;
	}

	.hbg-front-page .home-hero {
    	background: url(images/hero-mobile-bg.jpg) -65px top no-repeat !important;
		background-size: auto !important;
	}

	.popup-widget-inner {
		display: block;
	}

	.widget_ewd_popup img {
		margin: 0 auto 25px;
		max-width: 315px;
		width: 100%;
	}

	.hbg-start-here .pillar-inner {
		padding: 0 5% 5%;
	}

	.hbg-inline-optin {
		display: block;
		text-align: center;
	}

	.hbg-inline-optin-image {
		margin: 0 auto 25px;
	}

	.site-title > a {
    	margin-top: 0px;
		min-height: 48px;
	}

	.title-area {
    	max-width: 189px;
    	padding: 10px 0;
	}

	.slide-nav-link {
		min-width: 0;
	}

	.wrap {
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 40px 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%;
	}

	.hbg-blog .content .entry {
		padding: 0;
	}

	.hbg-blog .content .entry img {
    	left: 0;
		display: block;
		margin: 0 auto 25px;
    	position: relative;
    	top: 0;
	}

	.hbg-blog .entry-title {
		margin-bottom: 25px;
	}

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

	.hbg-recipe-category .archive-description {
    	margin: 0 auto 60px;
		padding: 0 5% 40px;
		max-width: 540px;
	}

	.category .pop_inner {
		flex-wrap: wrap;
		margin-right: auto;
		margin-left: auto;
		max-width: 462px;
	}

	.category .pop_inner li {
		margin-bottom: 7%;
    	width: 46.5%;
	}

	.recipe-subcats .button-wrap {
    	margin: 20px 0 0;
	}

	.hbg-sales .entry-title {
		padding: 80px 0;
	}

	.hbg-sales .entry-header {
		min-height: 0;
	}

	.hbg-sales-about {
		display: block;
		padding: 5%;
	}

	.about-text-wrap {
		padding: 0;
		width: 100%;
	}

	.about-text {
		max-width: none;
	}

	.hbg-sales-about-image {
		display: block;
		margin: 0 auto 25px;
		max-width: 365px;
		width: auto;
	}

	.hbg-resource-cat .content-sidebar-wrap {
		display: block;
	}

	.hbg-resource-cat .sidebar {
		padding: 116px 5% 20px;
		margin-bottom: 65px;
		width: 100%;
	}

	.cat-select {
		display: block;
	}

	.front-page-hero-email-optin .enews p {
    	max-width: 280px;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
    	padding: 40px 5% 30px;
	}

	.front-page-hero-email-optin input {
		width: 188px;
	}

	.pillar-optin form {
		margin-top: 20px;
	}

	.hbg-start-here .pillar-optin {
		display: block;
		text-align: center;
	}

	.pillar-optin-image {
		margin: 0 auto 25px;
	}



}

@media only screen and (max-width: 700px) {
    
    .popup-widget .email-optin form {
        padding-bottom: 1px;
    }
    
    .popup-widget .email-optin .optin-image {
        margin-right: 25px;
    }

	.start-here-nav-inner a {
		font-size: 11px;
		height: 145px;
		padding-top: 19px;
		width: 145px;
	}

	.start-here-nav-inner img {
	    display: block;
	    height: 56px;
	    margin-bottom: 10px;
	    width: 89px;
	}

	.tasty-recipes-display h2 {
		clear: both !important;
	}

	div.tasty-recipes-image {
		margin-left: auto !important;
		margin-right: auto !important;
		border: 0 !important;
		text-align: center !important;
		float: none;
	}

	.tasty-recipes-details {
		padding-right: 0 !important;
	}

	.easyrecipe .ERSTimes .ERSTime {
		margin-bottom: 8px !important;
		width: 94% !important;
	}

	.widget_ewd_popup .ghost-button {
		display: none;
	}

	.widget_ewd_popup img {
		margin: 0 auto 25px;
		max-width: 200px;
		width: 100%;
	}

	.popup-widget-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.landing-page .site-inner {
		padding: 60px 0;
	}

	.landing-page .entry-title {
		margin-bottom: 25px;
	}

	.landing-page .content {
		padding: 50px 5% 0;
	}

	.about-widget {
		padding-bottom: 50px;
	}

	.fp-product {
		padding: 50px 0 30px;
	}

	.fp-product .fp-inner-wrap {
		display: block;
	}

	.fp-product-image {
		margin: 0 auto 20px;
		max-width: 220px;
	}

	.fp-featured-posts .button-wrap {
		margin-top: 10px;
	}

	.fp-featured-posts-inner {
		flex-wrap: wrap;
	}

	.fp-featured-posts-inner a {
		margin-bottom: 7%;
    	width: 46.5%;
	}

	.fp-featured-posts {
		padding: 70px 0 50px;
	}

	.hbg-recipe-search {
		padding-bottom: 50px;
	}

	.fp-sh-text,
	.fp-product-content {
    	width: 100%;
	}

	.fp-sh-flex {
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}

	.fp-sh-image {
		margin: 0 auto 25px;
		width: 250px;
	}

	.fp-start-here {
		padding: 50px 0 22px;
	}

	.front-page-hero-email-optin .optin-image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
		padding: 40px 5% 25px;
	}

	.front-page-hero-email-optin .enews p {
		float: none;
		max-width: none;
		text-align: center;
	}

	.front-page-hero-email-optin form {
		padding-top: 0;
	}

	.call_to_action_bar .button {
    	font-size: 28px;
	}

	.hbg-sales-highlight {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}

	.about-text h2 {
		text-align: center;
	}

	.circle-text {
		left: 50%;
		margin-left: -40px;
	}

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

	.hbg-sales .entry-title {
		font-size: 42px;
	}

	.hbg-sales-wysiwyg {
		padding: 60px 0 32px;
	}

	.pillar-product-inner {
		display: block;
		text-align: center;
	}

	.fp-rec-resources-text {
		font-size: 20px;
		font-size: 2rem;
	}

	.fp-rec-resources {
		padding-bottom: 0;
	}

	.hbg-front-page .hbg-promo {
    	padding: 40px 0 15px;
	}

	.pillar-product-image {
		margin: 0 auto 20px;
	}

	.hbg-start-here .promo-intro,
	.hbg-front-page .promo-intro {
    	font-size: 26px;
		font-size: 2.6rem;
	}

	.pillar-product-content h4,
	.pillar-optin h4,
	.sh-pillar h2,
	.fp-rec-resources h2,
	.about-text h2,
	.sales-cta-text,
	.front-page-hero-email-optin h3,
	.promo-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.popup-widget-inner .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.popup-widget-inner .pillar-product-text {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.front-page-hero-email-optin h3 {
		margin-bottom: 30px;
	}

	.pillar-optin form {
		margin-top: 20px;
	}

	.hbg-start-here .pillar-optin {
		display: block;
		text-align: center;
	}

	.pillar-optin-image {
		margin: 0 auto 25px;
	}

	.about-widget .widget-wrap {
		display: block;
	}

	.hbg-blog .promo-widget .sh-pillar.hbg-promo {
		padding: 60px 0;
	}

	.ewd-about-widget-left {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 25px;
	}

	.ewd-about-widget-right {
		width: 100%;
	}

	.nr_inner,
	.email-optin .widget-wrap {
		display: block;
	}

	.email-optin {
		padding: 40px 0;
	}

	.email-optin .optin-image {
		margin: 0 auto 25px;
	}

	.email-optin .widget-wrap {
		text-align: center;
	}

	.hbg-blog .promo-widget .category-promo-inner .promo-intro {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.email-optin input[type="email"],
	.email-optin input[type="submit"],
	.category .hbg-recipe-search input,
	.hbg-start-here .pillar-step .search-form input,
	.front-page-hero-email-optin input,
	.hbg-front-page .hbg-recipe-search input,
	.email-optin input[type="text"],
	.hbg-start-here .pillar-optin input[type="email"],
	.hbg-start-here .pillar-optin input[type="text"] {
		float: none !important;
		display: block !important;
		margin: 0 auto 20px !important;
		max-width: 300px !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.category .hbg-recipe-search .fp-inner-wrap {
    	width: 100%;
	}

	.category .hbg-recipe-search {
	    padding: 25px 0 5px;
	}

	.category .hbg-recipe-search .promo-intro {
    	font-size: 26px;
		font-size: 2.6rem;
	}

	.nr_panel {
		display: block;
		margin: 0 auto 25px;
    	width: 250px;
	}

	.post-intro {
		padding: 25px;
	}

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

	blockquote {
    	font-weight: 500;
    	margin: 40px 0 40px 21px;
		padding-left: 50px;
	}

	.before-footer .wrap {
		width: 95%;
	}

	.back-to-top {
		margin-bottom: 20px;
	}

	.nav-social {
		margin: 0px auto 10px;
	}

}

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

    .email-optin h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .email-optin {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .email-optin .optin-image {
        width: 100px;
    }

	.popup-widget .email-optin .optin-image {
    margin-right: auto;
}
	
	.popup-optin-wigdet-inner {
	    padding: 25px 20px;
		display: block;
	}

	.front-page-hero-email-optin {
		padding: 50px 0;
	}

	.hbg-start-here .pillar-feat-posts {
		flex-wrap: wrap;
	}

	.hbg-start-here .pillar-feat-posts a {
		display: block;
		max-width: 250px;
		margin: 0 auto 25px;
		width: auto;
	}

	.hbg-grid-wrap {
	    display: grid;
	    grid-gap: 0 7%;
	    grid-template-columns: 46.5% 46.5%;
	}

	.hbg-grid-wrap .entry .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-grid-wrap .entry {
		margin-bottom: 25px;
	}

}

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

}
