/*
	Theme Name: EWD The Prairie Homestead
	Theme URI: https://www.emilywhitedesigns.com/
	Description: This is a custom theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: https://www.emilywhitedesigns.com/

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

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

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

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

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

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


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

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

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


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

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

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

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

body {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.75;
	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: #bd4d49;
	text-decoration: underline;
}

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	background: url(images/gingham-background.jpg) repeat;
	border: 1px solid #afa29a;
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 30px;
	text-align: center;
	padding: 60px;
}

blockquote p {
	background: #fff;
	border: 1px solid #afa29a;
	padding: 39px;
	margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212121;
	font-family: 'Calistoga', cursive;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

.search-results h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 60px;
}

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

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

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

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}

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

h6 {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
}

.curated-title {
	text-align: center;
	margin-bottom: 30px;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #424c3f;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	white-space: normal;
	width: auto;
    border: 0;
    font-family: 'Calistoga', cursive;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 7px 15px;
    text-transform: none;
    border-radius: 4px;
}

a.button {
	box-shadow: 0 4px 1px rgb(0 0 0 / 25%);
}

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,
.button-red {
	background-color: #bd4d49;
	color: #fff;
}

.button-red:hover,
.button-red:focus {
	background-color: #424c3f;
	color: #fff;
}

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

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

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

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

.landing-page .site-inner,
.page-template-default.full-width-content .site-inner,
.hbg-tph_podcast .site-inner
 {
	max-width: 900px;
}

.page-template-default.full-width-content .content {
	border-bottom: 1px solid #eae8e8;
}

/* ## Column Widths and Positions
--------------------------------------------- */

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

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

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

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


.category.hbg-parent-category .archive-description {
	background: none;
	border: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 50px;
	max-width: 900px;
	text-align: center;

}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 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"],
.search-form input[type="submit"] {
	background: #bd4d49;
    border: 1px solid #bd4d49;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 30px 11px;
    margin: 0 0 15px 0;
    max-width: 262px;
    text-transform: uppercase;
}

input[type="search"] {
	display: inline-block;
	padding: 8px;
	vertical-align: top;
	width: auto;
	margin-right: 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-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: #d0960e;
    color: #fff;
    content: "\f002";
    font-family: "font awesome 5 free";
    font-size: 16px;
	font-weight: 900;
    padding: 16px 18px;
    position: absolute;
    right: 0;
}

.hbg-front-page .before-header-bar .search:before,
.hbg-front-page .mini-header .search:before {
    padding: 17px 18px;
}

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

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

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

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

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

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

.hbg-curated-category .entry-title {
	font-size: 44px;
	font-size: 4.4rem;
}

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

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

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

.curated-posts-sidebar h4 {
	text-align: center;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

.category .wrap {
	max-width: 1200px;
}

.category .archive-description {
	border: 1px solid #afa29a;
	margin-bottom: 60px;
	padding: 60px 60px 60px;
}

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

.pop_inner {
	flex-wrap: wrap;
}

.pop_inner li {
	flex-basis: 29.01%;
	margin-bottom: 0
}

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

.hbg-parent-category .archive-description-left {
	border: 0;
	padding: 0;
}

.pop-posts-headline {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.33;
	margin-bottom: 20px;
}

.pop-posts-headline span {
	font-style: italic;
}

.cat-pop-posts {
    flex-basis: 56%;
	text-align: center;
}

.cat-pop-posts .popular-post-title {
	color: #333;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.cat-pop-posts a:hover .popular-post-title {
	color: #bd4d49;
}

.cat-pop-posts img {
	margin-bottom: 10px;
}

.category .site-inner {
	max-width: 1200px;
	padding-bottom: 40px;
}

.hbg-parent-category .site-inner {
	padding-bottom: 60px;
}

.category .hbg-grid-wrap {
	display: grid;
	grid-gap: 0 3.33%;
	grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
}

.hbg-parent-category.category .hbg-grid-wrap {
	display: block;
}

.category .content article {
	position: relative;
	margin-bottom: 40px;
}

.category .content article .entry-title a {
    color: #333;
}

.category .content article .entry-title a:hover {
	color: #98a347;
}

.hbg-parent-category .content {
	border: 1px solid #afa29a;
	padding: 60px 60px 10px;

}

.hbg-parent-category .content article {
	float: left;
	margin: 0 0 4.22% 4.22%;
	max-width: 31.08%;
	position: relative;
}

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

.hbg-parent-category .content article > a:after {
	background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .45;
    position: absolute;
    right: 0;
    top: 0;
}

.hbg-parent-category .content article:hover > a:after {
	opacity: .65;
}

.category .content article img {
	display: block;
	margin-bottom: 20px;
}

.hbg-parent-category.category article img {
	margin-bottom: 0;
}

.category .content article .entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 0;
}

.hbg-parent-category .content article .entry-title {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
    padding: 10%;
    position: absolute;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-transform: none;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
    z-index: 5;
}

.category .cat-select-wrap {
	margin-bottom: 60px;
	text-align: center;
}

.category .cat-select-wrap span {
	color: #58463f;
	display: inline-block;
	font-family: 'Calistoga', cursive;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.category .cat-select {
    display: inline-block;
    margin: 0 0 0 40px;
    width: 205px;
}

.category .cat-select select {
	border-color: #e0dfe0;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

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

.hbg-after-post-optin {
	background: #f8f2e5;
	margin-bottom: 60px;
	padding: 60px;
}

.hbg-curated-category .hbg-after-post-optin {
	padding: 30px;
	text-align: center;
}

.hbg-curated-category .hbg-after-post-optin form {
	text-align: center;
	clear: both;
}

a.ajax-click:hover {
	cursor: pointer
}

.hbg-after-post-optin img {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
	margin: 0 35px 35px 0;
	max-width: 175px;
	float: left;
}

.hbg-after-post-optin h3 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

.hbg-after-post-optin input {
	border: 0;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 15px;
	max-width: 190px;
	padding: 11px;
	text-align: center;
}

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


.hbg-after-post-optin input[type="checkbox"] {
	margin-bottom: 0;
	margin-right: 0;
	left: 0;
	position: absolute;
	top: 6px;
}

.after-post-checkbox-wrap {
	line-height: 1.2;
	padding-left: 30px;
	position: relative;
}

.hbg-after-post-optin .checkbox-label {
	color: #58463f;
	line-height: 1.4;
	font-size: 11px;
	font-size: 1.1rem;
}

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

.nrelate {
	margin-bottom: 40px;
}

.nr_title {
	color: #58463f;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 35px;
	text-align: center;
}

.nr_inner {
    display: grid;
    grid-gap: 0 4.166%;
    grid-template-columns: 21.875% 21.875% 21.875% 21.875%;
}

.nr_img_div img {
	margin-bottom: 10px;
}

.nr_text {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: capitalize;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.nr_text:hover {
	color: #bd4d49;
}

/* ## EWD start-here Widget
--------------------------------------------- */

.front-page-bio.start-here-widget {
	padding: 60px 0;
	position: relative;
}

.start-here-widget {
	padding: 80px 0;
	position: relative;
}

.front-page-bio:before {
	background-image: url(https://www.theprairiehomestead.com/wp-content/uploads/2018/04/eggbowl-1.jpg);
	content: "";
	opacity: .5;
	background-position: center center;
	    background-size: cover;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
		display: block;
		z-index: 1;
}

.front-page-bio .hbg-wrap {
    background: rgba(255, 255, 255, .75);
    padding: 40px;
	position: relative;
	z-index: 5;
}

.front-page-bio.start-here-widget img {
    border-radius: 0;
}

.start-here-widget .wrap {
	max-width: 910px;
}

.start-here-widget .widget-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.start-here-widget img {
	border-radius: 100%;
	width: 33%;
}

.ewd-start-here-widget-right {
	flex-basis: 58.4%;
	text-align: center;
}

.start-here-widget .widget-title {
	font-size: 36px;
	text-align: center;
}

.start-here-widget p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 40px;
}

.hbg-front-page .start-here-widget p {
	line-height: 1.75;
	margin-bottom: 30px;
}

.hbg-front-page .start-here-widget p.button-wrap {
	margin: 0;
}

.start-here-widget .button {
	background: #8db1ba;
	border: 1px solid #8db1ba;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 15px 15px 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 177px;
}

.shop-widget .button {
	border: 1px solid #8db1ba;
}

.start-here-widget .button:hover,
.shop-widget .button:hover {
    color: #8db1ba;
	background: #fff;
}
/* ## EWD Optin Widget
--------------------------------------------- */

.optin-widget {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

.optin-widget .wrap {
	position: relative;
	z-index: 5;
}

.optin-widget.hbg-after-post-optin h3 {
	margin: 0 auto 40px;
	max-width: 900px;
}

.resource-boxes {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
	max-width: 1043px;
}

.resource-box {
	background: rgba(255, 255, 255, .75);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.43;
	padding: 40px;
	text-align: center;
	width: 30.77%;
}

.resource-box h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.43;
	margin-bottom: 0;
	text-transform: none;
}

.hbg-after-post-optin .resource-box .rb-icon-wrap {
	height: 63px;
	margin: 0 auto 8px;
	width: 59px;
}

.hbg-after-post-optin .resource-box img {
    box-shadow: none;
    margin: 0;
	max-height: 100%;
    float: none;
}

.hbg-after-post-optin .resource-box:first-of-type img {
	padding-top: 8px;
}

.hbg-after-post-optin .resource-box:last-of-type img {
    box-shadow: none;
    margin: 0;
	max-height: 57px;
    float: none;
}

.optin-widget form {
	text-align: center;
}

.checkbox-wrap {
	background: rgba(88, 70, 63, 0.5);;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	padding: 0 10px 5px 30px;
	position: relative;
}

.hbg-after-post-optin .checkbox-wrap .checkbox-label {
	color: #fff;
}

/* ## EWD Shop Widget
--------------------------------------------- */

.shop-widget {
	padding: 80px 0;
}

.shop-widget .wrap {
	max-width: 900px;
}

.shop-widget .widget-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.shop-widget img {
	width: 33.4%;
}

.ewd-shop-widget-right {
	flex-basis: 62.3%;
	text-align: center;
}

.shop-widget .widget-title {
	font-size: 36px;
	text-align: center;
}

.shop-widget p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 40px;
}

.shop-widget .button {
	background: #8db1ba;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 15px 15px 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 177px;
}

/* ## EWD ebook Widget
--------------------------------------------- */

.ebook-widget {
	padding: 50px 0;
	position: relative;
}

.ebook-widget .wrap {
	position: relative;
	z-index: 5;
}

.ewd-widget-background {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ewd-widget-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.ebook-widget .wrap {
	max-width: 1080px;
}

.ebook-widget .widget-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.ebook-widget img {
	width: 272px;
}

.ewd-ebook-widget-right {
	flex: 1;
	padding: 0 40px;
	text-align: center;
}

.ebook-widget .widget-title {
	font-size: 36px;
	text-align: center;
}

.ebook-widget p {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 40px;
}

/* ## EWD shop2 Widget
--------------------------------------------- */

.shop2-widget {
	padding: 105px 0 80px;
	position: relative;
}

.shop2-widget .wrap {
	position: relative;
	z-index: 5;
}

.ewd-widget-background {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ewd-widget-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.shop2-widget .wrap {
	max-width: 1080px;
}

.shop2-widget .widget-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.shop2-widget img {
	width: 272px;
}

.ewd-shop2-widget-right {
	flex: 1;
	padding: 0 40px;
	text-align: center;
}

.shop2-widget .widget-title {
	font-size: 36px;
	text-align: center;
}

.shop2-widget p {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 40px;
}

.shop2-widget .button {
	background: #fff;
	border: 1px solid #58463f;
	color: #58463f;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 15px 15px 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 220px;
}

.shop2-widget .button:hover {
	color: #fff;
	background: #58463f;
}

/* ## EWD Video Widget
--------------------------------------------- */

.video-widget {
	padding: 70px 0 80px;
	text-align: center;
}

.hbg-front-page .video-widget,
.hbg-shop .video-widget {
	padding-bottom: 0;
}

.video-widget .wrap {
	max-width: 900px;
}

.video-widget h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
    text-align: center;
}

.ewd-video-container {
	margin-bottom: 40px;
}

.video-widget .button {
    background: #8db1ba;
	border: 1px solid #8db1ba;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 15px 15px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 177px;
}

.video-widget .button:hover {
    background: #fff;
	color: #8db1ba;
}

/* ## EWD Featured In Widget
--------------------------------------------- */

.featured-in-widget {
	padding: 80px 0 40px;
	text-align: center;
}

.featured-in-widget .wrap {
	border: 1px solid #d1cdcb;
	padding: 0 20px 27px;
}

.hbg-front-page .featured-in-widget {
	padding: 40px 0 60px;
}

.hbg-front-page .featured-in-widget .wrap {
	border: 0;
	padding: 0;
}

.hbg-front-page .featured-in-widget .wrap .featured-in-widget h3 {
	margin: 0;
}

.hbg-sales-page .featured-in-widget section {
	padding: 0;
}

.featured-in-widget h3 {
	color: #d1cdcb;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	margin: -8px 0 27px;
	text-align: center;
	text-transform: uppercase;
}

.featured-in-widget h3 span {
	background: #fff;
	padding: 0 10px;
}

/* ## EWD Sidebar Widgets
--------------------------------------------- */

.sidebar .optin-widget {
	margin-bottom: 40px;
	padding: 40px 0;
}

.sidebar .optin-widget .widget {
	background: none;
	padding: 0 30px;
}

.sidebar .shop-widget {
	padding: 82px 30px 86px;
	position: relative;
}

.sidebar .shop-widget .widget {
	background: none;
	padding: 0;
}

.sidebar .shop-widget .wrap {
	position: relative;
	z-index: 5;
}

.sidebar .shop-widget .widget-wrap {
	display: block;
}

.sidebar .optin-widget.hbg-after-post-optin h3,
.sidebar .ebook-widget h3,
.sidebar .shop-widget p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 10px;
}

.sidebar .shop-widget p {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28;
	margin-bottom: 25px;
	text-shadow: 0 0 3px #000;
}


.sidebar .hbg-after-post-optin img {
	box-shadow: none;
	float: none;
	margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.hbg-curated-category .sidebar .hbg-after-post-optin img {
	max-width: 280px;
}

.sidebar .hbg-after-post-optin input,
.sidebar .hbg-after-post-optin input[type="submit"] {
	margin: 0 auto 20px;
	max-width: none;
	width: 100%;
}

.sidebar .checkbox-wrap {
	background: none;
	font-size: 11px;
    line-height: 1.2;
	padding: 0 0 0 20px;
	position: relative;
}

.sidebar .hbg-after-post-optin input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
}

.sidebar .hbg-after-post-optin .checkbox-wrap .checkbox-label {
	color: #58463f;
	line-height: 1.2;
}

.sidebar .widget.widget_ewd_sidebar_start_here {
	background: #d0dee2;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.43;
	margin-bottom: 40px;
}

.sidebar .widget.widget_ewd_sidebar_start_here p {
	margin-bottom: 20px;
}

.sidebar .widget.widget_ewd_sidebar_start_here .button {
	background: #8db1ba;
	border: 1px solid #8db1ba;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 13px 31px 12px;
    margin: 0;
    max-width: none;
    text-transform: uppercase;
	width: 100%;
}

.sidebar .widget.widget_ewd_sidebar_start_here .button:hover {
	background: #fff;
	color: #8db1ba;
}

.sidebar .widget.widget_ewd_sidebar_start_here img {
	display: block;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 auto 10px;
	max-width: 150px;
}

.sidebar .ebook-widget,
.sidebar .widget.widget_ewd_sidebar_video,
.sidebar .widget.widget_ewd_sidebar_essential_oils {
	background: #f8f2e5;
	margin-bottom: 40px;
	padding: 0;
}

.sidebar .ebook-widget .widget {
	background: none;
}

.sidebar .ewd-ebook-widget-right {
	padding: 0;
}

.sidebar .widget.widget_ewd_sidebar_video,
.sidebar .widget.widget_ewd_sidebar_essential_oils {
	padding: 40px 30px;
	text-align: center;
}

.sidebar .widget.widget_ewd_sidebar_video h3,
.sidebar .widget.widget_ewd_sidebar_essential_oils h3 {
	font-size: 24px;
    font-size: 2.4rem;
	line-height: 1.33;
    margin-bottom: 20px;
}

.sidebar .widget.widget_ewd_sidebar_video .ewd-video-container {
	margin-bottom: 16px;
}

/* ## 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 {
	background: #afa299;
	position: -webkit-sticky; /* Safari */
  	position: sticky;
	top: -1px;
	z-index: 999;
}

.before-header-bar .title-area {
	display: none;
}

.hbg-front-page .before-header-bar,
.bar-stuck {
	background: #fff;
	max-height: 50px;
}

.before-header-bar.is-sticky {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.hbg-front-page .before-header-bar {

}

.hbg-front-page .before-header-bar.bar-stuck {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.hbg-front-page .before-header-bar .genesis-nav-menu,
.before-header-bar.bar-stuck .genesis-nav-menu {
	text-align: right;
    padding-right: 70px;
}

.before-header-bar.bar-stuck .genesis-nav-menu .menu-item a,
.hbg-front-page .before-header-bar .genesis-nav-menu .menu-item a {
	color: #212121;
	font-weight: normal;
    padding: 0;
	margin: 0 12px;
}

.before-header-bar.bar-stuck .menu-after-header-container,
.hbg-front-page .before-header-bar .menu-after-header-container {
	float: right;
}

.before-header-bar.bar-stuck .title-area,
.hbg-front-page .before-header-bar .title-area {
	background: none;
	display: block;
	max-width: 212px;
	margin: 3px 0 0 0;
	padding: 0;
}

.hbg-front-page .before-header-bar .site-title > a,
.hbg-front-page .before-header-bar .site-title > span {
	background: none;
	min-height: 0;
}

.hbg-front-page .before-header-bar .site-title {
	text-indent: 0;
}

.site-header {
    border: 1px solid #eae8e8;
}

.hbg-front-page .site-header {
	border: 0;
}


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

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

.hbg-front-page .site-header > .wrap {
	max-width: none;
	width: 100%;
}

.header-get-started p.pretitle {
	color: #f8f2e5;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
}

.header-get-started h2 {
	color: #fff;
	font-size: 54px;
	margin-bottom: 30px;
	line-height: 1.2;
	font-family: 'Calistoga', cursive;
	text-shadow: 3px 3px 5px rgb(0 0 0 / 25%);
}

.header-get-started p {
	margin-bottom: 15px;
	font-size: 18px;
}



.mobile-asi {
	display: none;
}



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

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

.mini-header {
	border-bottom: 1px solid #dadada;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: #fff;
}

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

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

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

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

.title-area {
	max-width: 183px;
    padding: 3px 0;
    float: left;
    left: auto;
    margin: 0 0 0 20px;
    position: relative;
    right: auto;
    top: auto;
	width: 100%;
}

.hbg-front-page .site-header .title-area {
	max-width: none;
	padding: 0;
	float: none;
	margin: 0;
	position: static;
	width: 55.1875%;
	background-size: cover;
	background-position: right top;
	border-right: 5px solid #fff;
}

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

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

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

.hbg-front-page .site-title > a {
	background: none;
	background-size: contain !important;
	float: left;
	min-height: 176px;
	width: 100%;
	margin-bottom: 0px;
    margin-top: 6px;
}

.hbg-front-page .site-title > a img {
	display: none;
}

.hbg-front-page .is-sticky .site-title > a img {
	display: block;
}

.hbg-front-page .before-header-bar.home-bar-stuck .site-title > a img {
	display: inline;
}

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

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

.header-get-started .button {
	background: #bd4d49;
	box-shadow: 0 4px 1px rgb(0 0 0 / 25%);
	border: 0;
	font-family: 'Calistoga', cursive;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
    padding: 8px 20px;
	text-transform: none;
	max-width: 370px;
	border-radius: 4px;
}

.header-get-started .button:hover {
	background: #424c3f;
	color: #fff;
}

/* ## 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;
	font-weight: 600;
	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 a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #bd4d49;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: rgba(255,255,255,.95);
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.before-header-bar .genesis-nav-menu .sub-menu .menu-item {
	display: block;
}

.before-header-bar .genesis-nav-menu .sub-menu .menu-item a {
	color: #212121;
	height: auto;
	line-height: 1.4;
	padding: 10px 20px;
	margin: 0;
}

.before-header-bar .genesis-nav-menu .sub-menu .menu-item a:hover {
	background: none;
	color: #bd4d49;
}

.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 {
	text-align: center;
}

.hbg-front-page .icon-menu {
	padding: 40px 0;
}

.icon-menu .genesis-nav-menu li {
	margin: 0 25px;
}

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

.icon-menu .genesis-nav-menu {
	font-family: 'Calistoga', cursive;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu a,
.icon-menu .genesis-nav-menu a {
	color: #58463f;
	padding: 15px;
}

.menu-item .menu-image-wrap {
	display: block;
	height: 97px;
	width: 112px;
	margin: 0 auto 20px;
}

.menu-item.term-11 .menu-image-wrap {
	width: 131px;
}

.menu-item.term-7 .menu-image-wrap {
	width: 112px;
}

.menu-item.term-140 .menu-image-wrap {
	width: 94px;
}

.menu-item.term-11 .menu-image-wrap img {
	display: block;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

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

.before-header-bar .wrap {
	position: relative;
	width: 90%;
}
.before-header-bar .genesis-nav-menu a,
.mini-header .genesis-nav-menu a {
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: normal;
    padding: 18px 10px;
}

.hbg-write-archive .before-header-bar .wrap {
	max-width: 900px;
}

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

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

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

.before-header-bar .genesis-nav-menu .menu-item {
	margin: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.before-header-bar .genesis-nav-menu .menu-item a {
    line-height: 50px;
    height: 48px;
    padding: 0 40px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.before-header-bar .genesis-nav-menu .menu-item a:hover {
    background: #fff;
    color: #bd4d49;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff;
}

.before-header-bar .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "font awesome 5 free";
	font-size: 1.2rem;
	padding-left: 0.5rem;
	speak: none;
	font-weight: 700;
}

.before-header-bar ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: "font awesome 5 free";
	font-size: 1.2rem;
	padding-left: 1rem;
	speak: none;
}

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

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

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

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

.genesis-nav-menu li.menu-item.fa,
.side-nav li.menu-item.fa {
	border: none;
	color: #bd4d49;
	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;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	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.fab {
	background: #8db1ba;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
	height: 60px;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 60px;
}

.genesis-nav-menu.menu-social li.menu-item.fa-instagram {
	background: #eac057;
}

.genesis-nav-menu.menu-social li.menu-item.fa-pinterest {
	background: #bf6776;
}

.genesis-nav-menu.menu-social li.menu-item.fa-youtube {
	background: #bd4d49;
}

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

.genesis-nav-menu.menu-social li.menu-item.fa-instagram:hover {
	border-color: #eac057;
	color: #eac057;
}

.genesis-nav-menu.menu-social li.menu-item.fa-pinterest:hover {
	border-color: #bf6776;
	color: #bf6776;
}

.genesis-nav-menu.menu-social li.menu-item.fa-youtube:hover {
	border-color: #bd4d49;
	color: #bd4d49;
}

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

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

.nav-social {
	margin: -30px auto 30px;
}

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

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

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

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

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

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

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

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

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

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

p.entry-meta a {
	color: #afa29a;
	text-decoration: none;

}

.entry-meta .fa {
	color: #d1cdcb;
	margin-right: 6px;
}

.entry-meta .fa.fa-user,
.entry-meta .fa.fa-folder-open {
	margin-left: 10px;
}

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

.entry-comments-link {
	margin-right: 10px;
}

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


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

.pagination {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #58463f;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 0 6px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	color: #afa29a;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	padding: 0 10px;
	position: relative;
}

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

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #58463f;
	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 {
	line-height: 1.75;
	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 #eae8e8;
}

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

}

.comment-list li.bypostauthor > article {
	background: #f8f2e5;
	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 #eae8e8;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 15px;
}

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

.comment-respond label {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}

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

.comment-author {
	color: #58463f;
	font-family: 'Calistoga', cursive;
	font-size: 28px;
	font-size: 2.8rem;
}

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

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

.comment-time {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 400;
}

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

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

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

.comment-reply a {
	text-decoration: none;
	color: #d0960e;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
	font-weight: normal;
    font-family: 'Bebas Neue';
}

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

.comment-respond input[type="submit"] {
	border: 1px solid #bd4d49;
	color: #fff;
	background: #bd4d49;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
    padding: 11px 42px 12px;
}

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

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

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

.hbg-blog .content .entry {
	border: 1px solid #eae8e8;
	margin-bottom: 70px;
	text-align: center;
	padding: 0 40px;
}

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

.hbg-blog .content .entry .more-link {
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	display: block;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 35px 0 50px;
	text-align: center;
	text-transform: uppercase;
}

.category-icon {
	margin: -29px 0 40px;
}

.category-icon img {
	max-height: 59px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.hbg-shop .site-inner {
	margin-bottom: 0;
	max-width: 1200px;
	padding-top: 100px;
}

.hbg-shop .content {
	border: 1px solid #afa29a;
    padding: 60px 60px 10px;
	text-align: center;
}

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

.hbg-shop .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 10px;
}

.shop-page-categories h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.shop-category-item {
	display: block;
	float: left;
	margin: 0 0 4.22% 4.22%;
	position: relative;
	max-width: 31.08%;
}

.shop-category-item:after {
	background-color: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .45;
	position: absolute;
	right: 0;
	top: 0;
}

.shop-category-item:hover:after {
	opacity: .65;
}

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

.shop-category-item img  {
	display: block;
}

.shop-category-title {
	color: #fff;
	font-family: 'Calistoga', cursive;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 10%;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
    z-index: 5;
}

/* # Shop Category Taxonomy
---------------------------------------------------------------------------------------------------- */

.hbg-taxonomy-category .site-inner {
	border-bottom: 1px solid #eae8e8;
	margin-bottom: 0;
	max-width: 1200px;
	padding-bottom: 40px;
}

.hbg-taxonomy-category .content .wrap {
	margin-bottom: 60px;
	max-width: 1200px;
}

.hbg-taxonomy-category .archive-title {
	margin-bottom: 10px;
	text-align: center;
}

.hbg-taxonomy-category .archive-description {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.hbg-taxonomy-category .archive-description .shop-tax-right {
	text-align: center;
}

.hbg-taxonomy-category .archive-description .shop-tax-right span {
	display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
}

.hbg-taxonomy-category .archive-description .cat-select {
	display: inline-block;
	margin: 0 0 0 40px;
	width: 216px;
}

.hbg-taxonomy-category .archive-description select {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 14px 15px;
	text-align: center;
    width: 100%;
}

.hbg-taxonomy-category .archive-description .shop-tax-right .button {
	margin: 0 10px;
	padding: 13px 16px 9px;
}

.hbg-taxonomy-category .button-wrap {
	margin-top: 28px;
	text-align: center;
}

.hbg-taxonomy-category .button {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hbg-taxonomy-category .entry .purchase-button {
	background-color: #bd4d49;
	border: 1px solid #bd4d49;
	min-width: 154px;
	padding: 12px 38px;
}

.hbg-taxonomy-category .entry .purchase-button:hover {
	background-color: #fff;
	color: #bd4d49;
}

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

.books-container {
	background: #f8f2e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 60px 0 20px;
}

.book-headline {
    width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

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

.book {
    display: flex;
    justify-content: space-between;
    width: calc(50% - 20px);
    margin-bottom: 40px;
}

.book-image {
    width: 231px;
	flex-shrink: 0;
}

.book-info {
    width: 100%;
    padding-left: 20px;
}

.book-stars {
	font-size: 15px;
	color: #d0960e;
	margin-bottom: 10px;
}

.book-info .book-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.book-info .book-description {
    margin-bottom: 10px;
}

.front-page-blog-posts {
	padding: 40px 0 80px;
	text-align: center;
}

.front-page-blog-posts.front-page-products-courses {
    background: #fff;
	padding: 80px 0 40px;
}

.front-page-blog-posts.front-page-products-courses.fp-latest-videos {
	background: #fff;
}

.front-page-blog-posts .blog-section-intro {
	margin-bottom: 40px;
	font-size: 42px;
	font-size: 4.2rem;
}

.front-page-blog-posts .entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 0;
}

.front-page-blog-posts .entry-title.video-entry-title {
	margin-top: 10px;
}

.blog-post-wrap {
	display: flex;
    justify-content: space-between;
}

.fp-categories-section .blog-post-wrap {
	display: block;
}

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

.category-summary {
	width: 300px;
	margin-right: 50px;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
}

.blog-post-wrap .entry {
	width: 22.5%;
}

.blog-post-wrap .entry img {
	margin-bottom: 15px;
}

.entries-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 815px;
}

.front-page-optin {
	background: #f8f2e5;
	padding: 30px 0 1px;
}

.front-page-optin .hbg-wrap {
	text-align: center;
	margin: 0 auto;
	padding: ;
	width: 90%;
}

.front-page-optin p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 40px;
}

.front-page-optin .button {
    background: #bd4d49;
	border: 1px solid #bd4d49;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 15px 15px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 177px;
}

.front-page-optin .button:hover {
    color: #bd4d49;
    background: #fff;
}

.hbg-front-page .featured-in-widget {
    padding: 40px 0 20px;
    text-align: center;
}

.featured-in-widget {
    padding: 80px 0 40px;
    text-align: center;
}

.front-page-blog-posts .entry {
	background: none;
}

.front-page-bio.start-here-widget .widget-wrap {
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.hbg-front-page .header-get-started .icon-menu .genesis-nav-menu li {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 0 20px;
	width: 25%;
}

.hbg-front-page .header-get-started .icon-menu {
	padding: 0;
}

.hbg-front-page .header-get-started .icon-menu .genesis-nav-menu {
	display: flex;
}

.hbg-front-page .header-get-started .menu-item .menu-image-wrap {
	height: 78px !important;
	width: 100%;
}

.hbg-front-page .header-get-started .icon-menu img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.hbg-front-page .site-header .inner-wrap {
	display: flex;
	width: 100%;
	min-height: 695px;
}

.header-get-started {
	padding-right: calc((100% - 1200px) / 2 );
	width: 44.8125%;
	background: url(images/hero-bg.png);
	background-size: 189px 189px;
	color: #fff;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hbg-start-here .header-get-started {
	display: none;
}

.front-page-slider {
	text-align: center;
	padding: 60px 0 50px;
	position: relative;
}

.front-page-slider .hbg-wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	position: relative;
}

.front-page-slider h2 {
	margin-bottom: 40px;
}

.as-seen-in-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	max-width: 840px;
	justify-content: space-around;
}

.as-seen-in-wrap div {

}

.as-seen-in-wrap div:nth-child(1) {
	width: 19.52%;
}

.as-seen-in-wrap div:nth-child(2) {
	width: 33.78%;
}

.as-seen-in-wrap div:nth-child(3) {
	width: 13.98%;
}

.as-seen-in-wrap div:nth-child(4) {
	width: 22.88%;
}

.as-seen-in-wrap div:nth-child(5) {
	width: 24.7%;
}

.as-seen-in-wrap div:nth-child(6) {
	width: 25.34%;
}

.as-seen-in-wrap div:nth-child(7) {
	width: 24.88%;
}

.as-seen-in-wrap div:nth-child(8) {
	width: 13.80%;
}

.fp-categories-section .entry-header > a {
	display: block;
	margin-bottom: 25px;
    height: 120px;
    width: 100%;
}

.fp-categories-section .category-summary .entry-header > a {
    display: block;
    margin-bottom: 10px;
    height: 111px;
    width: 141px;
    margin-left: auto;
    margin-right: auto;
}

.fp-categories-section .entries-wrap  .entry-header > a {
	height: auto;
	margin-bottom: 0;
}

.fp-categories-section .entries-wrap  .entry-header .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.fp-categories-section .entry-header img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.fp-categories-section .entries-wrap .entry-header img {
	margin-bottom: 10px;
}

.fp-categories-section .entry-header .entry-title {
	font-family: 'Calistoga', cursive;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
}

.fp-categories-section .entry {
    background: 0 0;
    display: flex;
    flex-direction: column;
	width: 21.47%;
	margin-bottom: 20px;
}

.fp-categories-section .entry:before,
.fp-categories-section .entry:after {
	display: none;
}

.fp-categories-section .button-wrap {
	margin-top: auto;
	text-align: right;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.fp-categories-section .button-wrap:last-of-type {
	border: 0;
}

.fp-categories-section .button {
    padding: 13px 20px 12px;
}

.archive .hbg-after-post-optin {
	margin: 40px 0 0;
}

.hbg-write-archive .hbg-after-post-optin {
	margin: 0 0 40px;
}

.archive .hbg-after-post-optin p {
	margin-bottom: 28px !important;
}

.fp-learn-more {
	color: #d0960e;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .5px;
    font-family: 'Bebas Neue';
}

.fp-learn-more:hover {
	color: #333;
}

.podcast-section .hbg-wrap {
	display: flex;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	align-items: flex-start;
	text-align: center;
}

.podcast-section .podcast-left {
	font-size: 18px;
	font-size: 1.8rem;
}

.pc-label {
	font-weight: 800;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.before-header-player {
	background: #112644;
}

.before-header-player .wp-playlist-item-length {
	display: none;
}

.before-header-player .wp-playlist-light {
	padding: 0;
	background: none;
	margin: 0;
	border: 0;
}

.before-header-player .mejs-container,
.before-header-player .mejs-container .mejs-controls,
.before-header-player .mejs-embed,
.before-header-player .mejs-embed body {
	background: none;
}

.before-header-player .wp-playlist-current-item {
	height: 0;
	margin: 0;
}

.before-header-player .wp-playlist-tracks {
	margin: 0;
}

.before-header-player .podcast-title {
	flex-shrink: 0;
	padding-top: 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.before-header-player .podcast-title .latest-episode {
	display: inline-block;
	width: 209px;
	overflow: hidden;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	text-transform: none;
	margin-left: 15px;
}

.podcast-player-wrap {
	width: 100%;
}

.before-header-player .hbg-wrap {
	display: flex;
	text-align: left;
	padding: 5px 0;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.before-header-player .podcast-title .latest-episode span {
	display: inline-block;
-webkit-animation: marquee 16s linear infinite;
animation: marquee 16s linear infinite;
white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(209px)
    }

    to {
        transform: translateX(-100%)
    }
}

.before-header-player .wrap {
	max-width: 1200px;
    position: relative;
}

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



/* # Fancy Box
---------------------------------------------------------------------------------------------------- */

.hbg-lightbox-wrap {
	box-sizing: border-box !important;
	padding: 40px;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-lightbox-wrap h3 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

.hbg-lightbox-wrap img {
	border: 3px solid #fff;
	border-radius: 100%;
	height: 200px;
	left: 40px;
	position: absolute;
	width: 200px;
}

.hbg-lightbox-wrap input[type="text"],
.hbg-lightbox-wrap input[type="email"] {
	border: 1px solid #989898;
	text-align: center;
	margin-bottom: 20px;
	padding: 12px;
	width: 198px;
	line-height: 1;
}

.hbg-lightbox-wrap input[type="text"] {
	margin-right: 16px;
}

.hbg-lightbox-wrap input[type="submit"] {
	background: #bd4d49;
    border: 1px solid #bd4d49;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 20px 11px;
    margin: 0 0 20px 0;
    max-width: 220px;
    text-transform: uppercase;
}

.hbg-lightbox-wrap .fine-print {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	min-height: 0;
	padding: 0;
}

.hbg-lightbox-wrap .checkbox-wrap {
	padding-left: 30px;
}

.hbg-lightbox-wrap .checkbox-label {
    color: #fff;
    line-height: 1.4;
    font-size: 11px;
    font-size: 1.1rem;
}

.hbg-lightbox-wrap input[type="checkbox"] {
    margin-bottom: 0;
    margin-right: 0;
    left: 10px;
    position: absolute;
	top: 50%;
	margin-top: -7px;
}

.fp-video {
	width: 31.08%;
}

.lesson-vid-thumb {
	position: relative;
    height: 62.3%;
}

.lesson-vid-thumb img {
	display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fp-video .fa-youtube {
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    position: absolute;
    left: 50%;
    font-size: 60px;
    margin-left: -30px;
    color: rgb(0 0 0 / 60%);
}

.podcast-left {
	margin-top: 60px;
}

.podcast-left h2 {
	margin-bottom: 20px;
	font-size: 42px;
	font-size: 4.2rem;
}

.podcatchers {
	margin-top: 60px;
}

.podcatchers a {
	color: #d0960e;
	display: inline-block;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 5px;
}

.podcatchers a.stitcher {
	width: 69px;
	height: 29px;
}

.podcatchers a.stitcher img {
	margin-left: 0;
}

.podcatchers a.stitcher img.stitcher-hover,
.podcatchers a.stitcher:hover img.stitcher-default {
	display: none;
}

.podcatchers a.stitcher:hover img.stitcher-hover {
	display: block;
}

.podcatchers a:hover {
	color: #333 !important;
}

.podcast-section {
	background: #f8f2e5;
	padding: 20px 0 0;
}

.podcast-section img {
	width: 545px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: -60px;
}

.podcast-section .podcast-left {
	width: 100%;
}

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

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

.hbg-start-here .entry-header {
	text-align: center;
	margin: 0 auto;
	max-width: 900px;
}

.hbg-start-here .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 35px;
}

.hbg-start-here .entry-header p {
	font-family: 'Calistoga', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 700;
}

.hbg-start-here section {
	margin-bottom: 80px;
}

.what-is-homesteading h2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin: -13px auto 50px;
	text-align: center;
	text-transform: uppercase;
}

.what-is-homesteading h2 span {
	background: #fff;
	padding: 0 20px;
}

.what-is-homesteading .wrap {
	border: 1px solid #afa29a;
	padding: 0 60px 32px;
}

.what-is-homesteading img.alignleft {
	margin: 0 55px 40px 0;
}

.sh-three-images {
	margin-bottom: 80px;
}

.sh-about-section h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 15px;
	text-align: center;
}

.sh-about-section .wrap {
	max-width: 900px;
}

.sh-ebook-section {
	padding: 50px 0;
	position: relative;
}

.sh-ebook-section .wrap {
	position: relative;
	z-index: 5;
}

.sh-ebook-section .ewd-widget-background {
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ewd-widget-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.sh-ebook-section .wrap {
	max-width: 1060px;
}

.sh-ebook-section .wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sh-ebook-section img {
	width: 272px;
}

.ewd-ebook-widget-right {
	flex: 1;
	padding: 0 40px;
	text-align: center;
}

.sh-ebook-section .widget-title {
	font-size: 36px;
	text-align: center;
}

.sh-ebook-section p {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 30px;
}

.sh-ebook-section p:last-of-type {
	margin-bottom: 0;
}

.sh-ebook-section .button {
	background: #fff;
	border: 1px solid #58463f;
	color: #58463f;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 15px 15px 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 190px;
}

.sh-ebook-section .button:hover {
	background: #58463f;
	color: #fff;
}

.sh-tool-box-section h2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 15px;
	text-align: center;
}

.sh-tool-box-section .wrap {
	max-width: 900px;
}

.sh-testimonial {
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
}

.sh-tool-box-section hr {
	border-color: #58463f;
	margin: 30px auto;
	width: 177px;
}

.sh-tool-box-section form {
	background: #f8f2e5;
	margin-top: 60px;
	padding: 48px 58px 40px;
}

.sh-tool-box-section input {
	border: 0;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 36px;
	width: 234px;
	padding: 11px;
	text-align: center;
}

.sh-tool-box-section input[type="submit"] {
	background: #bd4d49;
	border: 1px solid #bd4d49;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 13px 31px 12px;
	margin: 0 0 15px 0;
	width: 234px;
	text-transform: uppercase;
}

.sh-tool-box-section input[type="submit"]:hover {
	background-color: #fff;
	color: #bd4d49;
}

.sh-tool-box-section input[type="checkbox"] {
	margin: 0 10px 0 0;
	position: absolute;
	left: 0;
	top: 3px;
	width: auto;
}

.sh-tool-box-section .checkbox-wrap {
	background: none;
	padding: 0 0 0 30px;
	position: relative;
}

.sh-tool-box-section .checkbox-label {
	color: #58463f;
	line-height: 1.4;
	font-size: 11px;
	font-size: 1.1rem;
}

.sh-tool-box-section .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

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

.sh-start-reading .wrap {
	max-width: 890px;
}

.sh-start-reading .wrap:before,
.sh-start-reading .wrap:after {
	display: none;
}

.sh-start-reading h2 {
	margin-bottom: 40px;
}

.sh-start-reading ul {
	margin: 0;
}

.entry-content .sh-start-reading ul > li {
	list-style-type: none;
	line-height: 1.33;
	flex-basis: 30.34%;
	margin-bottom: 40px;
}

.sh-start-reading {
	background: #f8f2e5;
	padding: 60px 0 20px;
	text-align: center;
}

.sh-start-reading a {
	color: #2f2f2f;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	text-decoration: none;
}

.sh-start-reading a:hover {
	color: #bd4d49;
}

.sh-start-reading .popular-post-image {
	display: block;
	margin-bottom: 10px;
}

.sh-thank-you .wrap {
	background: url(images/signature.png) no-repeat left bottom;
	max-width: 900px;
	padding-bottom: 70px;
}

.sh-thank-you h2 {
	margin-bottom: 30px;
}

.hbg-start-here .sh-thank-you {
	margin-bottom: 0;
}

.hbg-start-here .featured-in-widget {
	padding-top: 30px;
}

.header-get-started img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.hbg-start-here .entry-header p {
	color: #58463f;
	margin-bottom: 60px;

}

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

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

.hbg-sales-page .entry-header {
	min-height: 600px;
	padding: 60px 0;
	position: relative;
}

.hbg-fullcookbookbonusdownload.hbg-sales-page .entry-header {
    min-height: 0;
    padding: 108px 0 80px;
    position: relative;
}

.hbg-sales-page .entry-header:before {
    background-position: center center;
}

.hbg-sales-page .entry-header .wrap {
	padding-left: 435px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.hbg-sales-page .entry-header .wrap.no-product-image {
	padding-left: 0;
}

.hbg-fullcookbookbonusdownload .centered-buttons a {
	display: inline-block;
	margin: 10px 20px 10px 16px;
}

.hbg-fullcookbookbonusdownload .download-area-inner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
    padding-left: 0;
}

.hbg-fullcookbookbonusdownload .entry-content .download-area-inner ul > li {
    margin-bottom: 15px;
}

.hbg-fullcookbookbonusdownload.hbg-sales-page .entry-header .wrap.no-product-image {
	max-width: 900px;
    padding-left: 0;
}

.hbg-sales-page .entry-header img {
	position: absolute;
	top: 0;
	left: 0;
}

.hbg-sales-page .entry-title {
	background: url(images/logo.svg) no-repeat center top;
	background-size: 175px;
	color: #fff;
	font-size: 54px;
	font-size: 5.4rem;
	margin: 0 auto 20px;
	max-width: 720px;
	padding-top: 120px;
	text-shadow: 0 0 3px #000;
}

.hbg-fullcookbookbonusdownload.hbg-sales-page .entry-title {
	background: none;
	padding-top: 0;
}

.hbg-sales-page .entry-header p {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 35px;
	line-height: 1.33;
	text-shadow: 0 0 3px #000;
}

.hbg-sales-page .dark-headline .entry-title,
.hbg-sales-page .entry-header .dark-headline p {
	color: #58463f;
	text-shadow: none;
}

.hbg-sales-page .entry-header .button {
	background: #bd4d49;
	border: 1px solid #bd4d49;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 19px 53px;
	text-transform: uppercase;
}

.hbg-sales-page .entry-header .button:hover,
.hbg-sales-page .entry-content .button a:hover {
	background: #fff;
	color: #bd4d49;
}

.hbg-sales-page section {
	padding: 80px 0;
}

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

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

.hbg-sales-page .wysiwyg-editor {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-sales-page .wysiwyg-editor p {
	line-height: 1.33;
	margin-bottom: 25px;
}

.hbg-sales-page .entry-content .button {
	padding: 0 ;
}

.hbg-sales-page .entry-content .button-wrap {
	text-align: center;
	margin-top: 40px;
}

.hbg-sales-page .entry-content .button a {
    background: #bd4d49;
	border: 1px solid #bd4d49;
	color: #fff;
	display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 30px;
	text-decoration: none;
    text-transform: uppercase;
}

.hbg-sales-page .hbg-video-embed {
	text-align: center;
}

.hbg-sales-page .hbg-video-embed .wrap {
	max-width: 900px;
}

.hbg-sales-page .hbg-video-embed h2 {
	margin-bottom: 25px;
}

.hbg-bulleted-list h2 {
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.entry-content .hbg-bulleted-list ul {
	margin: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-gap: 40px;
	-webkit-gap: 40px;
	-moz-gap: 40px;
}

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

.entry-content .hbg-bulleted-list ul > li:before {
	color: #bd4d49;
	content: "\f00c";
	position: absolute;
    font-family: "font awesome 5 free";
    left: 0px;
	top: 1px;
    text-align: center;
}

.hbg-testimonial-section .wrap {
	background: url(images/gingham-background.jpg) repeat;
	border: 1px solid #afa29a;
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
	padding: 60px;
}

.hbg-testimonial-section .inner-wrap {
	background: #fff;
	border: 1px solid #afa29a;
	padding: 40px 42px;
	margin-bottom: 0;
}

.hbg-faq-section {
	position: relative;
}

.hbg-faq-section .wrap {
	position: relative;
	z-index: 5;
}

.hbg-faq-section h2 {
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.hbg-faq-section h2.light-headline {
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.hbg-plan-question-answer {
	background: rgba(255, 255, 255, 0.75);
	margin-bottom: 20px;
	padding: 32px 60px;
}

.hbg-plan-question {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0 !important;
}

.hbg-plan-question:hover {
    cursor: pointer;
}

.hbg-plan-question.question-open {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition:    all .1s ease-in-out;
	-ms-transition:     all .1s ease-in-out;
	-o-transition:      all .1s ease-in-out;
	transition:         all .1s ease-in-out;
}

.hbg-plan-answer {
	display: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 0;
	padding: 4px 40px 0;
}

.hbg-pricing-tables-section {
	position: relative;
}

.hbg-pricing-tables-section .wrap {
	position: relative;
	z-index: 5;
}

.hbg-pricing-tables-section h2 {
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
    text-shadow: 0 0 3px #000;
}

.hbg-pricing-tables-section h2.dark-headline {
	color: #58463f;
	font-weight: 700;
	text-shadow: none;
}

.pricing-tables-wrap {
	display: flex;
	justify-content: center;
}

.hbg-pricing-table {
	background: #fff;
	color: #2f2f2f;
	display: flex;
	flex-direction: column;
	line-height: 1.33;
	flex-grow: 1;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 1.62%;
	max-width: 580px;
	width: 31.17%;
}

.hbg-pricing-table img {
	max-height: 242px;
}

.hbg-pricing-table:first-of-type {
	margin-left: 0;
}

.hbg-pricing-table:last-of-type {
	margin-right: 0;
}

.hbg-pricing-table h3 {
	background: #afa29a;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.hbg-pricing-table-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 39px;
}

.entry-content .hbg-pricing-table ul {
	margin: 0;
}

.entry-content .hbg-pricing-table ul > li {
	padding-left: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
}

.entry-content .hbg-pricing-table ul > li:before {
	color: #bd4d49;
	content: "\f00c";
	position: absolute;
    font-family: "font awesome 5 free";
    left: 0px;
	top: 1px;
    text-align: center;
}

.hbg-sales-page .entry-content .hbg-pricing-table .button {
	background: #bd4d49;
	border: 1px solid #bd4d49;
	display: block;
	margin-top: 39px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
}

.hbg-sales-page .entry-content .hbg-pricing-table .button:hover {
	background: #fff;
	color: #bd4d49;
}

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

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

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

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

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

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

.hbg-cookbook-sales .site-header {
	border-bottom: 1px solid #dadada;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #fff;
}

.hbg-cookbook-sales .site-header > .wrap {
	width: 90%;
	max-width: 1200px;
	padding: 0;
}

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

.cookbook-header nav {
	float: right;
	max-width: 900px;
	text-align: right;
}

.hbg-cookbook-sales .cookbook-header .genesis-nav-menu .menu-item {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
}

.hbg-cookbook-sales .site-inner {
	max-width: none;
	padding: 52px 0 0;
}

.hbg-cookbook-sales .entry-header {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.hbg-cookbook-sales .entry-header .inner-wrap {
	float: right;
	max-width: 600px;
	text-align: center;
}

.hbg-cookbook-sales .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.hbg-cookbook-sales .entry-header h2 {
	margin: 0 auto 40px;
	max-width: 560px;
}

.hbg-cookbook-sales .entry-header p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin: 0 auto 40px;
	max-width: 590px;
}

.hbg-cookbook-sales .entry-header .button {
	background: #bd4d49;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 800;
	padding: 7px 42px;
	text-transform: uppercase;
}

.hbg-cookbook-sales .entry-header .button:hover {
	background: #58463f;
}

.hbg-cookbook-sales .entry-content {
	margin-top: -5px;
}

.cb-already-purchased {
	background: #8db1ba url(images/gingham-overlay.png);
	color: #fff;
	padding: 25px 0 45px;
}

.cb-already-purchased p {
	line-height: 1.5;
	margin-bottom: 0;
}

.cb-already-purchased a {
	color: #fff;
}

.cb-purchase-section {
	text-align: center;
	padding: 60px 0;
}

.cb-purchase-section .cb-wrap {
	position: relative;
}

.cb-purchase-section .cb-wrap:before,
.cb-purchase-section .cb-wrap:after {
	background: url(images/arrow-left.svg) left top no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 45px;
	height: 204px;
	width: 73px;
}

.cb-purchase-section .cb-wrap:after {
	background: url(images/arrow-right.svg) left top no-repeat;
	left: auto;
	right: 0;
}

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

.cb-purchase-logos {
	margin-bottom: 10px;
}

.cb-purchase-section h2 {
	color: #bd4d49;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	margin-bottom: 25px;
}

.cb-purchase-outro {
	color: #58463f;
    font-family: 'Calistoga', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.167;
}

.cb-single-testimonial {
	background: #e8eff1;
	overflow: hidden;
}

.cb-single-testimonial .cb-wrap {
	display: flex;
	max-width: 1200px;
}

.cb-single-testimonial .cb-testimonial {
	flex-shrink: 0;
	flex-basis: 60.58%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.cb-testimonial h2 {
	color: #2f2f2f;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	line-height: 1.5;
}

.cb-single-testimonial .cb-testimonial-section-photo {
	flex-basis: 52.16%;
	flex-shrink: 0;
	margin-left: 40px;
}

.cb-single-testimonial .cb-testimonial-section-photo img {
	display: block;
	object-fit: cover;
	height: 100%;
}

.cb-testimonial-author {
	justify-content: center;
	align-items: center;
	display: flex;
}

.cb-testimonial-photo img {
	display: block;
}

.cb-testimonial-name-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-left: 20px;
	text-align: left;
}

.cb-testimonial-name {
	font-weight: 700;
	text-transform: uppercase;
}

.cb-testimonial-name-title p {
	margin-bottom: 0;
}

.cb-hi-im-jill {
	padding: 80px 0 50px;
}

.cb-hi-im-jill .cb-wrap {
	justify-content: space-between;
	display: flex;
	max-width: 1200px;
}

.cb-photo-buttons {
	width: 40%;
}

.cb-hi-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	width: 55%;
}

.cb-photo-buttons img {
	display: block;
	margin-bottom: 15px;
}

.cb-button {
	background: #bd4d49;
	color: #fff;
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.33;
	margin-bottom: 15px;
	text-align: center;
	padding: 15px;
	text-decoration: none;
}

.cb-button-pink {
	background: #bf6776;
}

.cb-button-blue {
	background: #8db1ba;
}

.cb-button:hover {
	background: #58463f;
	color: #fff;
}

.cb-you-will-learn {
	background: #eaeddd;
	overflow: hidden;
}

.cb-you-will-learn .cb-wrap {
	display: flex;
	max-width: 1200px;
}

.cb-you-will-learn .cb-button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 8px;
	max-width: 480px;
	border: 1px solid #fff;
}

.cb-wyl-content {
	flex-shrink: 0;
	flex-basis: 60%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	padding: 60px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.cb-ywl-photos {
	flex-basis: 52.16%;
	flex-shrink: 0;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cb-ywl-photos img {
	display: block;
	height: 49%;
	object-fit: cover;
}

.hbg-cookbook-sales .content ul {
	margin-left: 10px;
}

.hbg-cookbook-sales .content li {
	font-size: 24px;
    list-style-type: none;
    padding-bottom: 35px;
    padding-left: 35px;
    position: relative;
	text-align: left;
}

.hbg-cookbook-sales .content .cb-slider-section li {
	padding-left: 15px;
}

.hbg-cookbook-sales .content li:before {
    color: #bd4d49;
    content: "\f00c";
    font-family: "font awesome 5 free";
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.cb-slider-section {
    padding: 80px 0 0;
    text-align: center
}

.cb-slider-section .cb-wrap {
    max-width: 944px
}

.cb-slider-section h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 40px;
    text-align: center
}

.cb-slider-section .metaslider .flex-control-nav {
    bottom: 0;
    position: relative;
    margin-top: 60px
}

.cb-slider-section .flex-control-paging li a {
    background: #efefef
}

.cb-slider-section .flex-control-paging li a.flex-active {
    background: #ccc
}

.cb-testimonial-slider {
	background: #e8eff1;
	padding: 80px 0 60px;
}

.cb-testimonial-slider .cb-testimonial {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.cb-testimonial-slider .slick-prev:before {
    content: "\f104";
}

.cb-testimonial-slider .slick-next:before {
    content: "\f105";
}

.cb-testimonial-slider .slick-prev:before,
.cb-testimonial-slider  .slick-next:before {
	font-family: "font awesome 5 free";
    font-size: 84px;
    line-height: 1;
    opacity: .75;
    color: #d1e0e3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cb-testimonial-slider .slick-prev {
	margin-top: -42px;
	left: -100px;
	width: 31px;
	height: 84px;
}

.cb-testimonial-slider .slick-next {
	margin-top: -42px;
	right: -100px;
	width: 31px;
	height: 84px;
}

.amazon-review-bar {
	background: #8db1ba;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 8px 0;
	text-align: center;
}

.amazon-review-bar p {
	margin-bottom: 0;
}

.amazon-review-bar a {
	color: #fff;
}

.amazon-review-bar a:hover {
	text-decoration: none;
}

.cb-about-author {
	padding: 80px 0;
}

.cb-about-author .cb-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cb-about-author img {
	width: 36.33%;
}

.cb-bio {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	width: 56.67%;
}

.cb-bio h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.cb-form-section {
	background: #c1c89a url(images/gingham-overlay.png);
	min-height: 1100px;
	padding-top: 160px;
	position: relative;
}

.cb-form-section:before {
	background: url(images/cookbook-bonus.jpg) center top no-repeat;
	background-size: cover;
	content: "";
	height: 750px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
}

.cb-form-section .cb-wrap {
	background: #fff;
	max-width: 950px;
	padding: 80px 40px 40px;
	position: relative;
	z-index: 10;
}

.cb-form-section .cb-wrap:after {
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 40px 22.5px 0 22.5px;
	bottom: -40px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -22px;
	position: absolute;
	width: 0;
}

.cb-form-intro p {
	margin-bottom: 40px;
}

.cb-form-intro img {
	height: 50px;
	margin-bottom: -25px;
	width: 50px;
}

#cb-form {
	margin: 0 auto;
	max-width: 1200px;
	padding: 50px 0 80px;
	position: relative;
	text-align: center;
	z-index: 10;
	width: 90%;
}

#cb-form .form-fields-wrap {
	display: flex;
	justify-content: space-between;
}

#cb-form input {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px;
	text-align: center;
}

#cb-form input::-moz-placeholder {
	color: #333;
	opacity: 1;
}

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

#cb-form button {
	background: #bd4d49;
	border: 1px solid #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	margin-top: 40px;
	max-width: 330px;
	width: 100%;
}

#cb-form button:hover {
	background: #58463f;
}

.form-fields-wrap .formkit-field {
	width: 23.58%;
}

.cb-bonuses {
	padding: 80px 0;
	text-align: center;
}

.cb-bonuses .cb-wrap {
	padding-top: 90px;
	position: relative;
}

.cb-bonuses .cb-wrap:before {
	background: url(images/bonus.svg);
	background-size: contain;
	content: "";
	display: block;
	height: 75px;
	top: 0;
	left: 50%;
	margin-left: -38px;
	position: absolute;
	width: 75px;
}

.cb-bonus-label {
	color: #bd4d49;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 0;
}

.cb-bonus {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eae8e8;
}

.cb-bonus:last-of-type {
	border: 0;
	margin-bottom: 0;
}

.cb-bonus h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.cb-bonus-value {
	font-family: 'Calistoga', cursive;
    font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	line-height: 1.2;
}

.hbg-cookbook-sales .content .cb-bonus-content li {
    font-size: 18px;
	line-height: 1.55;
	padding-left: 40px;
	padding-bottom: 30px;
}

.hbg-cookbook-sales .content .cb-bonus-content li:before {
	font-size: 24px;
	top: -5px;
}

.cb-bonus:nth-of-type(even) .cb-bonus-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}

.cb-social-section {
	background: #8db1ba;
	color: #fff;
	padding: 80px 0 50px;
	position: relative;
	text-align: center;
}

.cb-social-section:before {
	background: url(images/heart.svg);
	background-size: contain;
	content: "";
	display: block;
	height: 79px;
	left: 50%;
	top: -35px;
	margin-left: -43px;
	position: absolute;
	width: 86px;
}

.cb-social-section .pre-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 0;
}

.cb-social-section h2 {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
}

.cb-social-section a {
	font-size: 65px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 10px;
}

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

.hbg-cookbook-sales .nav-button a {
	background: #bd4d49;
	color: #fff;
	padding: 17px 23px;
	text-transform: uppercase;
}

.hbg-cookbook-sales .genesis-nav-menu .nav-button a:hover {
	background: #58463f;
	color: #fff;
}

.hbg-cookbook-sales .genesis-nav-menu a:hover {
	color: #bd4d49;
}

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

.gutter-sizer {
	width: 3.3%;
}

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

.masonry-wrap .entry {
	border: 1px solid #eae8e8;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 26px 26px 40px;
	width: 31.1%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.archive .masonry-wrap .entry-title {
	color: #58463f;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 15px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}

.archive .masonry-wrap .entry-title:hover {
	color: #bd4d49;
}

.archive .masonry-wrap .entry-title a {
	color: #482a0e;
}

.archive .masonry-wrap .entry-title a:hover {
	color: #666;
}

.archive .masonry-wrap a {
	text-decoration: none;
}

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

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

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

.hbg-curated-category .sidebar .widget {
	background: #f8f2e5;
	padding: 30px;
	margin-bottom: 40px;
}

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

.before-footer {
	background: url(images/gingham-background.jpg);
	padding-bottom: 40px;
	text-align: center;
}

.nav-footer {
	background: #fff;
	border: 1px solid #afa29a;
	display: inline-block;
	padding: 0 24px;
}

.nav-footer a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 18px 16px;
}

.nav-footer a:hover {
	text-decoration: none;
}

.site-footer {
	background: #212121;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 10px;
	text-align: center;
	padding-bottom: 25px;
}

.site-footer p,
.site-footer a {
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}

/* # Easy Recipe Plus
---------------------------------------------------------------------------------------------------- */

.content .easyrecipe {
	background: #fff;
	border: 1px solid #4A682A;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 0 0 30px;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader,
.content .easyrecipe div .ERSNotesHeader {
	background: #eae8e8;
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	padding: 0 20px;
	text-transform: none;
}

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

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

.content .easyrecipe .ERSInstructions li.instruction {
	margin-bottom: 0;
	margin-left: 40px;
}

.content .easyrecipe .ERSRatings {
    left: 40px;
    position: absolute;
    top: 40px;
	width: 140px;
    z-index: 10;
}

.content .easyrecipe .review {
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	margin-top: 10px;
}

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

.content .easyrecipe .ERSDetails {
	color: #333333;
	padding: 40px 40px 10px;
}

.content .easyrecipe .ERSDetails div {
	color: #58463f;
	display: block;
	float: none;
	font-family: 'Calistoga', cursive;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.75;
	vertical-align: middle;
}

.content .easyrecipe .ERSDetails div span {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

div.easyrecipe .ERSName {
	color: #fff;
	font-family: 'Calistoga', cursive;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	margin: 0;
	padding: 100px 80px;
	position: relative;
	text-align: center;
	z-index: 0;
}

div.easyrecipe .ERSName:after {
	background: rgba(0, 0, 0, 0.45);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

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

.single div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	display: none;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #bd4d49;
	border: 1px solid #bd4d49;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

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

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover .ui-button-text,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover .ui-button-text {
	color: #4a682a;
}

div.easyrecipe .ui-button-text-icon-primary .ui-button-text,
div.easyrecipe .ui-button-text-icons .ui-button-text {
    padding: 15px 36px;
}

div.easyrecipe .ERSSavePrint {
    margin: 40px 40px 0 0;
	position: relative;
	z-index: 5;
}

.share-before,
.share-after,
.share-medium {
	text-align: center;
}

.cb-already-purchased p:first-of-type {
	margin-bottom: 10px;
}

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

.shop-page-categories {
	margin-top: 22px;
}

button.slide-nav-link, .sidr button.menu-close {
    background: none;
    color: #666;
    min-width: 0;
    padding: 13px;
}

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

div.search-me:before {
	color: #072249;
	font-size: 18px;
	padding: 19px 16px;
	top: 0;
	right: 0;
}

div.sidr nav {
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1)
}

div.sidr li a,
div.sidr .menu-item a:hover {
	color: #58463f;
}

div.sidr li a:hover,
div.sidr .menu-item a:hover {
	color: #bd4d49;
}

.site-header button.slide-nav-link,
div.sidr button.menu-close {
	color: #58463f;
}

.hbg-front-page .site-header button.slide-nav-link {
	color: #fff;
}

.ewd-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 auto 40px;
	overflow: hidden;
}

.ewd-video-container iframe,
.ewd-video-container object,
.ewd-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hbg-cookbookbonusthankyou .entry-content .hbg-bulleted-list ul > li {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

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

/* Tasty Recipes simple recipe card styles */

.tasty-recipes-display {
	border: 0.15em solid #ededed;
	padding: 1.5em;
	margin-bottom: 1em;
}

.tasty-recipes-plug {
	margin-bottom: 1em;
}

.tasty-recipes-display ul,
.tasty-recipes-display ol {
	margin-left: 0;
}

.tasty-recipes-display ul li {
	list-style: none;
    margin-left: 40px;
}

.tasty-recipes-display ol {
	margin-bottom: 0;
	margin-left: 40px;
}

.tasty-recipes-display h2 {
	font-weight: 400;
	padding-top: 0;
}

.tasty-recipes-details {
	color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
	    display: block;
	    float: none;
	    line-height: 1.75;
	    vertical-align: middle;
}

.tasty-recipes-label {
	color: #58463f;
    font-family: 'Calistoga', cursive;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

.tasty-recipes-details ul li {
	list-style-type: none;
	margin-left: 0;
}

.prep-time, .total-time, .cook-time {
	display: list-item;
	vertical-align: top;
}

.tasty-recipes-print-button {
	float: right;
	background: #bd4d49 !important;
	    border: 1px solid #bd4d49 !important;
	    border-radius: 0;
	    color: #fff;
	    cursor: pointer;
		display: inline-block !important;
	    font-family: 'Roboto', sans-serif;
	    font-size: 12px;
	    font-size: 1.2rem;
	    font-weight: 800;
	    letter-spacing: 2px;
		margin: 25px 25px 0 0;
	    text-decoration: none;
	    text-transform: uppercase;
	    white-space: normal;
	    width: auto;
}

.tasty-recipes-print-button:hover {
	color: #4a682a !important;
	background: #fff !important;
}

.tasty-recipes-image {
	border-left: 1.5em solid rgba(0,0,0,0);
}

.tasty-recipes-rating a {
	text-decoration: none;
}

.tasty-recipes-rating p {
	margin-bottom: 1rem;
	display: inline-block;
}

.tasty-recipes-rating .rating-label {
	font-style: italic;
	font-size: 0.8em;
}

.tasty-recipes-notes {
	margin-bottom: 1rem;
}

.tasty-recipes-nutrition {
	padding: 0.5em;
	border-top: .15em solid #ededed;

}

.tasty-recipes-nutrition ul {
	text-align: center;
}

.tasty-recipes-nutrition ul li {
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 0;
	width: 30%;
}

.tasty-recipe-ingredients h3,
.tasty-recipes-ingredients h3,
.tasty-recipe-instructions h3,
.tasty-recipes-instructions h3,
.tasty-recipes-notes h3 {
	background: #eae8e8;
    font-family: 'Calistoga', cursive;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 10px 20px;
	margin-bottom: 25px;
    text-transform: none;
}

.tasty-recipe-ingredients h4,
.tasty-recipes-ingredients h4,
.tasty-recipe-instructions h4,
.tasty-recipes-instructions h4 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: lowercase;
	color: #797B7C;
}

.tasty-recipes-description p {
	font-size: .8em;
	font-style: italic;
}

.tasty-recipes-nutrition h3 {
	font-size: 1em;
	text-align: center;
	margin-top: 1em;
}

.tasty-recipes-notes h3 {
	font-size: 1.2em;
}

.tasty-recipes-notes p,
.tasty-recipes-notes ul {
	font-size: 0.8em;
}

.tasty-recipes-keywords p {
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tasty-recipes-entry-footer {
	text-align: center;
	padding-top: 1rem;
}

.tasty-recipes-entry-footer p {
	margin-bottom: 0;
}

.tasty-recipes-source-link {
	text-align: center;
}

.tasty-recipe-ingredients {
	clear: both;
}

.tasty-recipes-image {
		margin-bottom: 28px;
}

.tasty-recipes-image img {
	max-width: 175px;
}

.front-page-popup.hbg-lightbox-wrap {
	padding: 0;
}

.front-page-popup.hbg-lightbox-wrap img {
	border: 0;
	border-radius: 0;
	height: auto;
	left: auto;
	position: static;
	width: auto;
}

.tasty-recipes-quick-links a.tasty-recipes-jump-link {
	background: #bd4d49;
    border: 1px solid #bd4d49;
	color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 30px 11px;
    margin: -10px auto 20px;
    max-width: 200px;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
}

.tasty-recipes-quick-links a.tasty-recipes-jump-link:hover {
	background: #fff;
	color: #bd4d49;
}

.entry-content #ewd_curated_posts {
	display: none;
}

/* # Writing Blog
---------------------------------------------------------------------------------------------------- */

.hbg-write-archive .site-header.before-header-bar {
	box-shadow: none;
	position: static;
	top: auto;
	max-height: none;
}

.hbg-write-archive .archive-title {
    font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	margin: 10px 0;
	text-align: center;
}

.menu-writing-menu-container {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
    border-bottom: 1px solid #f8f2e5;
    border-top: 1px solid #f8f2e5;
}

.menu-writing-menu-container a {
	padding: 20px;
}

.more-link-button {
	background: #bd4d49;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 12px 30px 11px;
	margin: 0;
	text-transform: uppercase;
}

.hbg-write-archive .entry {
    border-bottom: 1px solid #f8f2e5;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.more-link-button:hover {
	background: #58463f;
}

.more-link-button-wrap {
	text-align: right;
}

.hbg-write-archive .entry-title {
	text-align: left;
}

.single-write .site-inner {
	max-width: 900px;
}

.single-write.hbg-write-archive .entry {
	margin-bottom: 0;
}

/* # TPH Book Sales
---------------------------------------------------------------------------------------------------- */

.tph-book-sales .site-inner {
	max-width: none;
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.tph-book-sales .entry-header {
	height: 860px;
	display: flex;
	align-items: center;
}

.tph-book-sales .entry-header .wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.tph-book-sales .header-inner-wrap {
	max-width: 582px;
}

.tph-book-sales .pretitle {
	font-family: 'Bebas Neue', cursive;
	font-style: normal;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 150%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #212121;
	margin-bottom: 30px;
}

.tph-book-sales .entry-title {
	font-family: 'Calistoga', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 85px;
	font-size: 8.5rem;
	line-height: 100%;
	color: #212121;
	text-align: left;
	margin-bottom: 30px;
}

.tph-book-sales .tagline {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 30px;
	color: #212121;
}

.tph-book-sales .button {
    cursor: pointer;
    text-decoration: none;
    white-space: normal;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	gap: 16px;
	width: 336px;
	height: 79px;
	background: #BE4D49;
	border-radius: 4px;	filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 100%;
	color: #FFFFFF;
}

.book-retailers {
	text-align: center;
	padding: 60px 0 10px;
}

.book-retailers.green {
	background: #384828;
}

.book-retailers.red {
	background: #BE4D49;
}

.book-retailers .wrap {
	max-width: 1260px;
}

.book-retailers h2 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #9E9E9E;
	margin-bottom: 20px;
}

.book-retailers.green h2,
.book-retailers.red h2 {
	color: rgba(255, 255, 255, 0.5);
}

.retailers a {
	display: inline-block;
	margin: 0 30px 40px;
	vertical-align: middle;
	text-decoration: none;
}

.green .retailers a svg path,
.red .retailers a svg path {
	fill: #fff !important;
}

.book-retailers .retailers a:hover svg path {
	fill: #D1970E !important;
}

.ofop-wrap {
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

.tph-book-sales .wysiwyg-editor.left .ofop-wrap {
	flex-direction: row-reverse;
}

.tph-book-sales .wysiwyg-editor.right {
    padding-left: calc((100vw - 1200px)/2);
}

.tph-book-sales .wysiwyg-editor.left {
    padding-right: calc((100vw - 1200px)/2);
}

.tph-book-sales .wysiwyg-editor {
	padding-top: 120px;
	padding-bottom: 120px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #424242;
}

.ofop-editor {
	width: 44.09%;
}

.tph-book-sales .wysiwyg-editor.left .ofop-content-image {
	width: 48.10%;
	max-width: 635px;
}

.tph-book-sales .wysiwyg-editor.left .ofop-editor {
	width: 45.83%;
}

.ofop-content-image img {
	width: 100%;
}

.tph-book-sales .wysiwyg-editor h2 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	color: #212121;
	margin-bottom: 40px;
}

.tph-book-sales .hbg-testimonial-section {
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.hbg-testimonial-section .ofop-wrap {
	max-width: 1200px;
	width: 90%;
	display: flex;
    justify-content: space-between;
}

.tph-book-sales .hbg-testimonial-section .inner-wrap {
	text-align: center;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 175%;
	text-align: center;
	color: #424242;
	padding: 60px 60px;
	width: 48%;
}

.tph-book-sales .fas.fa-star {
	font-size: 18px;
	color: #D1970E;
	padding: 0 2px;

}

.tph-book-sales .hbg-testimonial-section  .rating {
	margin-bottom: 40px;
}

.tph-book-sales  .testimonial-author-wrap {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #424242;
	margin-top: 40px;
	padding-left: 96px;
	position: relative;
	text-align: left;
	display: inline-block;
}

.tph-book-sales  .testimonial-author-wrap img {
	width: 72px;
	position: absolute;
	left: 0;
	top: 0;
}

.tph-book-sales .testimonial-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #BDBDBD;
}

.tph-book-sales .testimonial-author {
    margin-top: 10px;
}

.pre-order-bonuses {
	padding: 120px 0 40px;
}

.pre-order-bonuses h2 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	margin-bottom: 40px;
}

.pre-order-bonuses .description {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 36px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #D1970E;
	margin-bottom: 80px;
}

.bonus {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
}

.bonus img {
	margin-right: 60px;
	flex-shrink: 0;
}

.bonus-number {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.15em;
	color: #D1970E;
	margin-bottom: 20px;
}

.bonus h3 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #212121;
}

.for_you {
	padding: 120px 0 60px;
}

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

.text_and_icon {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	color: #424242;
	width: 29.16%;
	margin-bottom: 60px;
}

.text_and_icon .text div {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	text-align: center;
	color: #384828;
	margin-top: 20px;
}

.hbg-testimonial-section.no-bg .hbg-wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.tph-book-sales .hbg-testimonial-section.no-bg .inner-wrap {
	border: 0;
	padding: 0;
	width: 100%;
}

.hbg-testimonial-section.no-bg h2,
.pre-order-steps h2,
.for_you h2 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	margin-bottom: 60px;
}

.pre-order-steps {
	background: #F9F3E6;
	padding: 120px 0;
}

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

.step {
	background: #fff;
	width: 30.83%;
	display: flex;
	flex-direction: column;
	padding: 60px 30px;
	font-size: 18px;
}

.step-number {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.15em;
	color: #BE4D49;
}

.step h3 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 100%;
	color: #212121;
}

.step input[type="submit"] {
    cursor: pointer;
    text-decoration: none;
    white-space: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 16px;
    width: 162px;
    height: 54px;
    background: #BE4D49;
    border-radius: 4px;
	filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
    font-family: 'Calistoga';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 100%;
    color: #FFFFFF;
	margin-top: 30px;
}

.step form {
	margin-top: 20px;
}

.step input {
	padding: 10px 16px;
	margin-bottom: 20px;
}

.tph-book-sales .wysiwyg-editor.right .ofop-content-image {
    margin-left: 60px;
}

.tph-book-sales .wysiwyg-editor.left .ofop-content-image {
    margin-right: 60px;
}

.tph-book-sales .site-footer {
	background: #212121;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 10px;
}

.tph-book-sales .button:hover,
.step input[type="submit"]:hover {
	background: #384828;
}

.upcoming-events {
	background: #f9f3e6;
	padding: 120px 0 40px;
}

.upcoming-events h2,
.upcoming-events h3 {
	font-family: 'Calistoga';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	margin-bottom: 60px;
	text-align: center;
}

.upcoming-events h3 {
	font-size: 42px;
	font-size: 4.2rem;
	text-align: left;
	margin-bottom: 20px;
}

.event-date {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #D1970E;
	margin-bottom: 20px;
}

.event-adress {
	font-weight: 700;
	margin-bottom: 15px;
}

.event {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
}

.event img {
	margin-right: 60px;
	flex-shrink: 0;
}

.tph-book-sales .entry {
	margin-bottom: 0;
}

.book-social-icons {
	background: #212121;
	text-align: center;
	padding-top: 30px;
	color: #fff;
}

.book-social-icons a {
	font-size: 32px;
	color: #fff;
	margin: 0 10px 20px;
}

.book-social-icons a:hover {
	opacity: .6;
}

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

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

	.tph-book-sales .wysiwyg-editor.left {
		padding-right: 40px;
	}

	.tph-book-sales .wysiwyg-editor.right {
		padding-left: 40px;
	}

	.category .cat-select {
		margin-left: 0;
	}

	.hbg-parent-category .content article,
	.shop-category-item {
    	max-width: 30.5%;
	}

	.hbg-parent-category .content,
	.hbg-shop .content {
    	padding: 40px 40px 10px;
	}

	.title-area {
		max-width: 230px;
		right: 50px;
	}

	.site-footer {
		line-height: 1.4;
	}

	.icon-menu .genesis-nav-menu li {
    	margin: 0;
	}

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

	.site-inner,
	.wrap,
	.mini-header > .wrap,
	.category .site-inner,
	.category .wrap,
	.start-here-widget .wrap,
	.ebook-widget .wrap,
	.video-widget .wrap,
	.hbg-shop .site-inner,
	.hbg-taxonomy-category .site-inner,
	.sh-ebook-section .wrap {
		max-width: 960px;
	}

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

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

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

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

	.hbg-after-post-optin {
		padding: 30px;
	}

	.hbg-after-post-optin h3 {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.hbg-after-post-optin form {
		text-align: center;
	}

	.hbg-after-post-optin input {
		margin: 0 8px 16px;
	}

	.after-post-checkbox-wrap {
		line-height: 1.2;
	}

	.hbg-after-post-optin img {
    	margin: 0 35px 15px 0;
	}

}

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

	.cb-testimonial-slider .slick-prev {
	    left: -15px;
	}

	.cb-testimonial-slider .slick-next {
    	right: -15px;
	}

	.cb-testimonial-slider .cb-wrap {
		padding: 0 30px;
	}

}

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

	.podcast-left {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.books {
		display: block;
	}

	.book {
		width: 100%;
	}

	.tph-book-sales .wysiwyg-editor .ofop-editor,
	.tph-book-sales .wysiwyg-editor .ofop-content-image {
		width: 100% !important;
	}

	.tph-book-sales .wysiwyg-editor {
		padding: 70px 5% !important;
	}

	.tph-book-sales .wysiwyg-editor.right .ofop-wrap {
		flex-direction: column-reverse;
		align-items: center;
	}

	.tph-book-sales .wysiwyg-editor.right .ofop-content-image {
		max-width: 702px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.tph-book-sales .wysiwyg-editor.left .ofop-wrap {
		flex-direction: column-reverse;
		align-items: center;
	}

	.tph-book-sales .wysiwyg-editor.left .ofop-content-image {
		max-width: 635px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}


	.bonus,
	.steps {
		display: block;
	}

	.bonus img {
		margin: 0 0 40px;
	}

	.lesson-vid-thumb {
		height: 51.3%;
	}

	.before-header-bar.bar-stuck .title-area, .hbg-front-page .before-header-bar .title-area {
		margin: 0;
	}

	.before-header-player .podcast-title .latest-episode {
		display: inline-block;
		position: relative;
		line-height: 1;
		vertical-align: middle;
		text-transform: none;
		font-style: italic;
		margin-left: 15px;
		width: 100%;
	}

	.before-header-player .podcast-title .latest-episode span {
		font-style: italic;
		display: inline-block;
		-webkit-animation: none;
		animation: none;
		white-space: nowrap;
	}

	.before-header-player .podcast-title {
    	overflow: hidden;
    	position: relative;
    	line-height: 1;
    	vertical-align: middle;
    	text-transform: none;
	}

	.before-header-player .podcast-title-inner {
    	display: inline-block;
    	-webkit-animation: marquee 16s linear infinite;
    	animation: marquee 16s linear infinite;
    	white-space: nowrap;
	}

	@keyframes marquee {
	    from {
	        transform: translateX(100vw)
	    }

	    to {
	        transform: translateX(-100%)
	    }
	}


	.before-header-player .hbg-wrap {
		display: block;
	}

	.podcast-section .hbg-wrap {
		display: block;
	}

	.entry-content #ewd_curated_posts {
		display: block;
		position: relative;
		background: #f8f2e5;
		padding: 30px 30px 20px;
		margin-bottom: 40px;
	}

	.entry-content #ewd_curated_posts ul {
		margin: 0;
	}

	.entry-content #ewd_curated_posts li {
    	display: none;
	}

	.entry-content #ewd_curated_posts.responsive li {
		display: block;
		margin-bottom: 5px;
	}

	.entry-content #ewd_curated_posts li.hamburger-icon {
    	position: absolute;
		color: #58463f;
    	right: 30px;
    	float: right;
    	display: block;
    	cursor: pointer;
		top: 30px;
	}

	.entry-content #ewd_curated_posts li:last-of-type {
		margin: 0;
	}

	.entry-content #ewd_curated_posts li.hamburger-icon a {
		color: #58463f;
	}

	.hbg-front-page .site-header {

	}

	.cookbook-header nav {
		padding-bottom: 8px;
	}

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

	.hbg-cookbook-sales .site-header {
		position: static;
	}

	.header-image .cookbook-header .title-area {
		margin-bottom: 10px;
	}

	.header-image .cookbook-header .title-area,
	.cookbook-header nav {
		float: none;
	}

	.hbg-front-page .site-header .inner-wrap {
    	background: none;
    	float: none;
    	max-width: none;
    	padding: 0;
    	position: static;
	}

	.hbg-front-page .site-header .inner-wrap:before {
		display: none;
	}

	.pricing-tables-wrap {
    	flex-wrap: wrap;
	}

	.blog .site-inner {
		padding-top: 120px;
	}

	.hbg-after-post-optin img {
    	margin: 0 35px 15px 0;
	}

	.site-header {
    	background-color: #fff;
    	position: static;
    	top: 0;
    	width: 100%;
    	z-index: 1000;
		max-height: none;
	}

	.site-inner,
	.wrap,
	.category .site-inner,
	.category .wrap,
	.start-here-widget .wrap,
	.ebook-widget .wrap,
	.video-widget .wrap,
	.hbg-shop .site-inner,
	.hbg-taxonomy-category .site-inner,
	.sh-ebook-section .wrap,
	.sh-thank-you .wrap,
	.landing-page .site-inner,
	.page-template-default.full-width-content .site-inner,
	.hbg-testimonial-section .wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		margin: 0 auto;
		padding-top: 40px;
	}

	.site-header .wrap {
	}

	.site-title > a	{
		background-image: url(images/logo-mobile.svg);
		min-height: 48px;
	}

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

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

	.sh-tool-box-section input {
		margin-right: 10px;
	}

	.sh-tool-box-section form {
		text-align: center;
	}

	.hbg-pricing-table {
    	margin: 0 20px 40px !important;
    	max-width: 45%;
	}

	.step {
		width: 100%;
		margin-bottom: 40px;
	}

	.step:last-child {
		margin-bottom: 0;
	}

}


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

	.tph-book-sales .entry-header {
		background-image: url(images/hero-mobile.png) !important;
    background-position: center top;
	}
}

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

	.hbg-front-page .site-header .inner-wrap {
		flex-direction: column;
	}

	.hbg-front-page .site-header .title-area,
	.header-get-started {
		width: 100%;
	}

	.hbg-front-page .site-header .title-area {
		border: 0;
		border-bottom: 5px solid #fff;
	}

	.hbg-front-page .site-title > a {
		padding-top: 54%;
	}

	.header-get-started {
		padding: 40px 5%;
	}

	.hbg-front-page .site-header .inner-wrap {
		min-height: 0;
	}

	.hbg-testimonial-section .ofop-wrap {
		display: block;
	}

	.tph-book-sales .hbg-testimonial-section .inner-wrap {
		width: 100%;
		margin-bottom: 50px;
		padding: 40px;
	}

	.hbg-front-page .featured-in-widget {
    	padding: 40px 5% 20px;
	}

	#cb-form .form-fields-wrap {
		flex-wrap: wrap;
	}

	.front-page-blog-posts.front-page-products-courses,
	.front-page-bio {
		padding: 50px 0 30px;
	}

	#cb-form button {
		margin-top: 20px;
	}

	.form-fields-wrap .formkit-field {
		margin-bottom: 25px;
		width: 48%;
	}

	.hbg-cookbook-sales .entry-header {
		position: relative;
	}

	.hbg-cookbook-sales .entry-header:before {
  		content: "";
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		opacity: .3;
		background: #fff;
	}

	.hbg-cookbook-sales .entry-header .wrap {
		position: relative;
		z-index: 10;
	}

	.cb-purchase-section .cb-wrap:before,
	.cb-purchase-section .cb-wrap:after {
		display: none;
	}

	.hbg-cookbook-sales .nav-button a {
		background: none;
		padding: 15px;
		color: #bd4d49;
	}

	.hbg-cookbook-sales .nav-button a:hover {
		background: none;
		padding: 15px;
		color: #58463f;
	}

}

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

	.archive .hbg-after-post-optin {
		margin: 40px 5% 0;
	}

	.hbg-taxonomy-category .archive-description .cat-select {
		margin: 20px 0 0 0;
	}

	.sh-tool-box-section input {
		margin: 0 10px 20px;
	}

	.sh-tool-box-section form {
		padding: 40px;
	}

	.hbg-start-here .site-inner {
		padding: 50px 0 0;
	}

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

	.sidebar .optin-widget .wrap {
		padding: 0;
	}

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

	.wrap,
	.what-is-homesteading .wrap,
	.hbg-start-here .entry-header,
	.hbg-start-here section.what-is-homesteading,
	.hbg-sales-page .hbg-testimonial-section {
		padding-left: 5%;
		padding-right: 5%;
	}

	.before-header-bar .wrap {

	}

	.hbg-start-here .ewd-ebook-widget-right,
	.hbg-sales-page .site-inner,
	.sidebar .shop-widget .wrap {
		padding: 0;
	}

	.what-is-homesteading img.alignleft {
		margin: 0 30px 30px 0;
	}

	.what-is-homesteading h2 {
		margin-bottom: 25px;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.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-after-post-optin {
    	padding: 30px 0;
	}

	.ewd-shop2-widget-right {
		padding: 0;
	}

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

	.archive-description .flex-wrap,
	.sh-ebook-section .wrap {
		display: block;
	}

	.archive-description-left {
		margin-bottom: 25px;
	}

	.sh-ebook-section img {
		display: block;
		margin: 0 auto 25px;
	}

	.sh-thank-you .wrap {
    	background-position: 5% bottom;
	}

	.hbg-sales-page .entry-header img {
		position: relative;
	}

	.hbg-sales-page .entry-header .wrap {
		padding-left: 5%;
	}

}

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

	.text_and_icon {
		width: 48%;
	}

	.entry-content .hbg-bulleted-list ul {
    	margin: 0;
    	columns: 1;
    	-webkit-columns: 1;
    	-moz-columns: 1;
    	column-gap: 40px;
    	-webkit-gap: 40px;
    	-moz-gap: 40px;
	}

	.hbg-parent-category .content article .entry-title,
	.shop-category-title {
    	font-size: 20px;
		font-size: 2rem;
	}

	blockquote,
	blockquote p {
		padding: 5%;
	}

	.category .cat-select-wrap span {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.category .cat-select-wrap,
	.category.hbg-parent-category .archive-description {
		margin-bottom: 30px;
	}

	.hbg-parent-category .content,
	.hbg-shop .content {
    	padding: 40px 5% 10px;
	}

	.featured-in-widget {
		padding: 40px 5% 60px;
	}

	.featured-in-widget h3 span {
		line-height: 1.4;
	}

	.hbg-after-post-optin h3 {
    	font-size: 28px;
    	font-size: 2.8rem;
	}

	.resource-box {
		padding: 5%;
	}

	.easy-as {
		line-height: 1.2;
	}

	.desktop-asi {
		display: none;
}

	.mobile-asi {
		display: block;
	}

	.front-category {
		display: block;
	}

	.category-summary {
		width: 100%;
		margin-right: 0;
	}

}

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

	.book {
		display: block;
	}

	.tph-book-sales .hbg-testimonial-section {
		padding-bottom: 80px;
	}

	.upcoming-events {
		padding-top: 80px;
	}

	.event {
		display: block;
	}

	.event img {
		margin: 0 0 30px;
	}

	.hbg-testimonial-section.no-bg h2,
	.pre-order-steps h2,
	.for_you h2,
	.tph-book-sales .wysiwyg-editor h2,
	.tph-book-sales .entry-title,
	.pre-order-bonuses h2 {
		font-size: 48px;
		line-height: 125%;
	}

	.text_and_icon {
		width: 100%;
	}

	.tph-book-sales .hbg-testimonial-section .inner-wrap {
		padding: 40px;
	}

	.lesson-vid-thumb {
	    height: 63.3%;
	}

	.fp-video {
		width: 100%;
	    margin-bottom: -50px;
	}

	.hbg-front-page .site-title > a img {
		display: none;
	}

	.hbg-front-page .header-get-started .icon-menu .genesis-nav-menu {
		flex-wrap: wrap;
	}

	.hbg-front-page .header-get-started .icon-menu .genesis-nav-menu li {
		width: 50%;
	}

	.hbg-front-page .header-get-started .icon-menu .wrap {
		max-width: 430px;
	}

	.hbg-fullcookbookbonusdownload .download-area-inner {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.hbg-fullcookbookbonusdownload .download-area-inner ul {
		width: 100%;
	}

	.cb-slider-section {
		padding-top: 60px;
	}

	.hbg-cookbook-sales .content .cb-slider-section li {
		padding-bottom: 0;
	}

	.cb-ywl-photos {
		display: none;
	}

	.cb-about-author .cb-wrap {
		display: block;
	}

	.cb-about-author img {
		display: block;
		margin: 0 auto 30px;
		width: auto;
	}

	.cb-wyl-content {
		flex-basis: 100%;
	}

	.cb-bio {
		width: 100%;
	}

	.cb-hi-im-jill {
		padding: 60px 0 30px;
	}

	.cb-about-author {
		padding: 60px 0;
	}

	.cb-photo-buttons img {
		margin-left: auto;
		margin-right: auto;
	}

	.cb-purchase-section,
	.cb-single-testimonial .cb-testimonial {
		padding: 40px 0;
	}

	.cb-hi-im-jill .cb-wrap {
		flex-wrap: wrap;
	}

	.cb-photo-buttons,
	.cb-hi-text {
		width: 100%;
	}

	.cb-photo-buttons {
		margin-bottom: 40px;
	}

	.cb-single-testimonial .cb-testimonial-section-photo {
		display: none;
	}

	.cb-single-testimonial .cb-wrap {
		display: block;
	}

	.cb-purchase-section h2 {
		font-size: 42px;
		font-size: 4.2rem;
	}


	.hbg-front-page .header-get-started h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.hbg-sales-page .entry-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.sh-tool-box-section input,
	.sh-tool-box-section input[type="submit"] {
		display: block;
		margin: 0 0 20px;
		width: 100%;
	}

	.sh-tool-box-section input[type="checkbox"] {
		display: inline-block;
	}

	.sh-ebook-section p {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.hbg-parent-category .content article,
	.shop-category-item {
		clear: both;
		float: left;
		margin: 0 0 4%;
	    max-width: 48%;
	}

	.hbg-parent-category .content article:nth-of-type(even),
	.shop-category-item:nth-of-type(even) {
		clear: none;
		float: right;
	}

	.resource-boxes {
		display: block;
		margin-bottom: 40px;
	}

	.resource-box {
		margin-bottom: 25px;
		width: 100%
	}

	.hbg-pricing-table {
	    margin: 0 0 40px !important;
		max-width: none;
		width: 100%;
	}

	.hbg-sales-page section {
		padding: 40px 0;
	}

	.before-site-header {
		display: none;
	}

}

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

	.book-retailers .wrap {
		padding-left: 3%;
		padding-right: 3%;
	}

	.tph-book-sales .hbg-testimonial-section .inner-wrap {
		font-size: 21px;
	}

	.retailers a {
    	margin: 0 15px 20px;
	}

	.cookbook-header {
		display: flex;
	}

	.hbg-lightbox-wrap input[type="text"], .hbg-lightbox-wrap input[type="email"] {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 250px;
	}

	.hbg-lightbox-wrap {
		padding: 5%;
	}

	.hbg-lightbox-wrap h3 {
	    font-size: 32px;
	    font-size: 3.2rem;
	    text-align: center;
	}

	.before-header-bar #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
		flex-wrap: wrap;
	}

	.before-header-bar #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li {
		border-right: 0;
	}

	.before-header-bar,
	.site-header {
		position: static;
	}

	.hbg-sales-page .wysiwyg-editor p.hccc img.wp-image-20189 {
		float: none;
		display: block;
		margin: 0 auto -35px;
	}

	.hbg-cookbook-sales .entry-header {
    	padding: 60px 0;
	}

	.hbg-cookbook-sales .entry-title {
		font-size: 40px;
		font-size: 4rem;
	}

	.hbg-cookbook-sales .entry-header p {
		font-size: 20px;
		font-size: 2rem;
	}

	.hbg-cookbook-sales .entry-header h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.blog-post-wrap .entry {
		width: 48%;
	}

	.entries-wrap {
		flex-wrap: wrap;
	}

	.front-page-blog-posts,
	.hbg-sales-page section {
		padding: 40px 0;
	}

	.category .hbg-grid-wrap {
    	display: grid;
    	grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.blog-post-wrap {
		flex-wrap: wrap;
	}

	.start-here-widget,
	.shop-widget,
	.video-widget {
		padding: 40px 0;
	}

	.shop2-widget {
    	padding: 60px 0 40px;
	}

	.start-here-widget .widget-title,
	.shop-widget .widget-title,
	.ebook-widget .widget-title,
	.video-widget h3,
	.shop2-widget p,
	.front-page-blog-posts .blog-section-intro,
	.ebook-widget p,
	.hbg-sales-page .hbg-video-embed h2,
	.hbg-bulleted-list h2,
	.hbg-sales-page .wysiwyg-editor h2,
	.hbg-faq-section h2 {
    	font-size: 32px;
		font-size: 3.2rem;
	}

	.hbg-plan-question-answer {
		padding: 16px 30px;
	}

	.hbg-testimonial-section .inner-wrap,
	.hbg-testimonial-section .wrap {
		padding: 5%;
	}

	.entry-content .hbg-bulleted-list ul > li,
	.hbg-testimonial-section .wrap,
	.hbg-plan-question,
	.hbg-plan-answer {
		font-size: 20px;
	}

	.start-here-widget img,
	.shop-widget img,
	.ebook-widget img {
		display: block;
		margin: 0 auto 20px;
		width: auto;
	}

	.start-here-widget .widget-wrap,
	.shop-widget .widget-wrap,
	.ebook-widget .widget-wrap {
		display: block;
	}

	.hbg-blog .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

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

	.nav-footer a {
    	padding: 8px 16px;
	}

	.hbg-after-post-optin img {
		display: block;
		float: none;
	    margin: 0 auto 15px;
	}

	.optin-image-content-wrap p {
		margin-bottom: 20px;
		text-align: center;
	}

	.hbg-after-post-optin input,
	.hbg-after-post-optin input[type="submit"] {
		display: block;
		margin: 0 auto 16px;
		max-width: 262px;
		width: 100%;
	}

	.hbg-after-post-optin input[type="checkbox"] {
		display: inline-block;
		left: 5px;
		width: auto;
	}

	.nr_inner {
    	grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.nr_img_div img {
    	margin-bottom: 0;
	}

	a.nr_panel {
    	margin-bottom: 20px;
	}

	.what-is-homesteading .wrap {
		padding-bottom: 25px;
	}

	.hbg-start-here section,
	.sh-three-images {
		margin-bottom: 40px;
	}

	.ewd-ebook-widget-right {
		padding: 0;
	}

	.featured-in-widget .wrap {
    	padding: 0 20px 10px;
	}

	.featured-in-widget h3 {
		margin-bottom: 10px;
	}

	.front-page-blog-posts {
		padding-bottom: 80px;
	}

	.front-page-bio {
		padding: 50px 0 20px;
	}

}

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

	.hbg-last-updated {
		display: block;
	}

	.hbg-cookbook-sales .content .cb-wyl-content li {
		font-size: 20px;
	}

	.cb-form-intro h2 span {
		font-size: 48px !important;
	}

	.easy-as {
		font-size: 30px !important;
    	line-height: 1.2;
	}

	.amazon-review-bar p {
		line-height: 1.4;
	}

	.cb-form-intro {
		line-height: 1.4;
	}

	.cb-bonus {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}

	.cb-already-purchased p {
		font-size: 24px !important;
		font-size: 2.4rem !important;
	}

	.cb-already-purchased p:first-of-type {
		font-size: 38px !important;
		font-size: 3.8rem !important;
	}

	.hbg-cookbook-sales .cookbook-header .genesis-nav-menu .menu-item {
    	font-size: 16px;
		font-size: 1.6rem;
	}

	.hbg-cookbook-sales .cookbook-header .genesis-nav-menu .menu-item a {
		padding: 10px 15px;
	}

	.sh-start-reading h2 {
		font-size: 30px;
	}

	.entry-content .sh-start-reading ul > li {
		flex-basis: 48%;
	}

	.what-is-homesteading h2 span {
		display: inline-block;
	}

	.hbg-start-here .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.hbg-start-here .entry-header p {
		line-height: 1.4;
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 40px
	}

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

	.hbg-parent-category .content article,
	.shop-category-item {
		max-width: 100%;
	}

	.cat-pop-posts .popular-post-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	blockquote {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-title {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.sidebar-primary {
		width: auto;
	}

}

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

}
