/*
	Theme Name: EWD The Measured Mom
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: https://www.emilywhitedesigns.com/

	Version: 1.0.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

body.nineteen p {
	font-size: 19px;
	line-height: 1.77;
}

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: #e46834;
	font-weight: 700;
	text-decoration: none;

}

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

.comment-content a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

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 {
	border-left: 5px solid #e46834;
	line-height: 1.5;
	margin: 0 50px 40px 0;
    padding: 0px 0px 0 28px;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: 2rem;
}

blockquote cite {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
}

blockquote.yellow {
	background: rgb(247 214 103 / 30%);
	border-left: 5px solid #f7d667;
	padding: 15px 15px 15px 28px;
}

blockquote.orange {
	background: rgb(228 104 52 / 30%);
	border-left: 5px solid #e46834;
	padding: 15px 15px 15px 28px;
}

blockquote.green {
	background: rgb(102 145 27 / 30%);
	border-left: 5px solid #66911b;
	padding: 15px 15px 15px 28px;
}

/**

blockquote::before {
	background: url(images/quotes.svg);
	background-size: contain;
	content: "";
	display: block;
	height: 43px;
	left: 0;
	position: absolute;
	top: 0;
	width: 43px;
}

**/

.hbg-highlight {
	line-height: 1.5;
	margin: 0 50px 28px 0;
    padding-left: 60px;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
}

.hbg-highlight span {
	background-image: linear-gradient(#f6db80,#f6db80);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 6px 6px;
}

picture {
	text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

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

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

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

h5 {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #659304;
}

h6 {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #e46834;
}

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

.hbg-freebies-library input {
	max-width: 200px;
	padding: 13px;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.woocommerce div.product form.cart button.button,
body.woocommerce a.button,
input[type="submit"].button,
.hbg-single-optin input[type="submit"],
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce #respond input#submit.alt,
.hello-bar a {
	background-color: #66911b;
	border: 0;
	border-bottom: 4px solid #a1bc76;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 13px 38px 9px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	border: 0;
	background-color: #000 !important;
    color: #fff !important;
}

body.woocommerce a.button-yellow,
.button-yellow,
input[type="submit"] {
	background-color: #f6a829;
	border: 0;
	border-bottom: 4px solid #f8ca7f;
	color: #fff;
}

.button-yellow a {
	color: #fff;
}

span.button-yellow {
	margin-bottom: 20px;
	margin-top: 15px;
}

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,
.woocommerce div.product form.cart button.button:focus,
.woocommerce div.product form.cart button.button:hover,
body.woocommerce a.button:focus,
body.woocommerce a.button:hover,
input[type="submit"].button:hover,
input[type="submit"].button:focus,
.hbg-single-optin input[type="submit"]:hover,
.hbg-single-optin input[type="submit"]:focus,
body.woocommerce button.button:focus,
body.woocommerce input.button:focus,
body.woocommerce #respond input#submit:focus,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce a.button.alt:focus,
body.woocommerce button.button.alt:focus,
body.woocommerce input.button.alt:focus,
body.woocommerce #respond input#submit.alt:focus,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover,
.hello-bar a:hover,
.hello-bar a:focus {
	background-color: #f6a829;
	color: #fff;
	border-color: #f8ca7f;
}

.hello-bar a {
	display: inline-block;
	color: #fff;
}

.button-yellow:focus,
.button-yellow:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
body.woocommerce a.button-yellow:hover,
body.woocommerce a.button-yellow:focus {
	background-color: #66911b;
	color: #fff;
	border-color: #a1bc76;
}

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

.block-button {
	margin-bottom: 28px;
}

/* ## 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: #000;
	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 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
}


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

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

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

.hbg-blog .hbg-wrap {
	width: 100%;
}

.hbg-podcast-category.hbg-blog .hbg-wrap {
	width: 90%;
}

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

.hbg-blog .site-inner {
	padding-top: 80px;
	max-width: none;
	width: 100%;
}

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

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

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 100%;
}

.content-sidebar-wrap {
	display: flex;
	align-items: flex-start;
}

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

.hbg-freebies-library .alert {
	display: none;
}

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

.before-header-bar .search-form,
.mini-header .search-form {
	margin: 0;
}

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

.before-header-bar .search input[type="search"],
.mini-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	margin-right: 0;
	min-height: 51px;
    padding: 14px 35px 15px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    text-transform: none;
    width: 0;
}

.mini-header .search input[type="search"] {
	min-height: 53px;
}

.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: #cacac9;
    color: #231f20;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
	font-weight: 900;
    padding: 15px 13px 15px;
    position: absolute;
    right: 0;
}

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

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

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	border: 1px solid #c9c9c9;
}

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	max-width: 300px;
}

.search-select .cat-search input,
.error404 .entry-content .search-form input,
.hbg-shop .site-header .search-form input,
.woocommerce .sidebar .search-form input {
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 7px 12px 6px;
    text-align: left;
    width: 258px;
}

.search-select .cat-search input[type="submit"],
.error404 .entry-content .search-form input[type="submit"],
.hbg-shop .site-header .search-form input[type="submit"],
.woocommerce .sidebar .search-form input[type="submit"] {
	background-color: #fff !important;
	box-shadow: none;
	color: #000 !important;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0;
    padding: 3px 10px 2px 2px;
    vertical-align: middle;
    width: auto;
}

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

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

.entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	text-align: center;
}

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

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

.hbg-blog .entry-title a {
	font-weight: 700;
}

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

.widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.widget.featured-content .widget-title {
	padding: 0 20px;
}

.widget.featured-content img {
	display: block;
	margin: 0;
}

.widget.featured-content img:hover {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

.widget.featured-content .entry {
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

.after-entry .widget .optin-upper p:last-child {
	margin-bottom: 28px;
}

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

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

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


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

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

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

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

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

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

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

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

/* ## 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: #000;
	outline: #ccc solid 1px;
}


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

.before-header-bar {
	background: #231f20;
}

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

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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #cacac9;
}

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

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

.mini-header .wrap {
	position: relative;
	padding-top: 40px;
}

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

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

.hbg-wrap .icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 30px;
}

.hbg-wrap .icon-menu .genesis-nav-menu li li {
    border-bottom: 1px solid #231f20;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.hbg-wrap .icon-menu .genesis-nav-menu {
	display: flex;
	justify-content: space-around;
}

.hbg-wrap .icon-menu .genesis-nav-menu .sub-menu a {
    color: #333;
    background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
	font-weight: 400;
    padding: 18px 15px;
    position: relative;
    width: 258px;
    word-wrap: break-word;
}

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

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

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

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

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

.mini-header .genesis-nav-menu > li.menu-item {
	margin: 0 7px;
}

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

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

.woocommerce .title-area {
	max-width: 193px;
}

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

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

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

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

.woocommerce .site-title > a,
.woocommerce-page .site-title > a {
	background: url(images/shop-logo.svg) no-repeat left;
	min-height: 145px;
}

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	border: 1px solid #231f20;
	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: 260px;
	z-index: 99;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu {
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    padding: 0;
	width: 174px;
}

.mini-header .genesis-nav-menu .menu-item .sub-menu {
	width: 210px;
}

.genesis-nav-menu .sub-menu a,
.sidr .sub-menu a,
.hbg-blog-section .genesis-nav-menu .sub-menu > li.menu-item a {
	color: #333;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 18px 15px;
    position: relative;
	width: 258px;
    word-wrap: break-word;
}

.sidr .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}

div.sidr li .sub-menu a {
	padding-left: 55px;
	text-transform: none;
}

div.sidr li.icon-item a {
	padding-left: 45px;
}

div.sidr li a,
div.sidr .menu-item a {
	font-family: 'Poppins', sans-serif;
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
}

div.sidr .sub-menu-toggle:before {
    content: '\f107';
    margin-top: 10px;
}

button.menu-close:before {
    position: relative;
    border: 0;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}

.site-header .slide-nav-link:hover {
	background: none;
	color: #e46834;
}

.sidr .sub-menu .menu-item .menu-image-wrap,
.sidr .sub-menu .menu-item.icon-item .menu-image-wrap, {
	top: 8px;
	left: 20px;
}

div.search-me:before {
	color: #333;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu a {
	color: #333;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px;
    position: relative;
	width: 172px;
    word-wrap: break-word;
	text-transform: none;
}

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

.mini-header .genesis-nav-menu .sub-menu li {
	border: 1px solid #231f20;
	text-align: left;
}

.mini-header .genesis-nav-menu .sub-menu li:first-of-type {
    border-top: 0;
}

.mini-header .genesis-nav-menu .sub-menu a {
	color: #231f20;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 17px 20px 17px 20px;
	text-transform: none;
	width: 206px;;
}

.mini-header .genesis-nav-menu .sub-menu .has_icon a {
	padding-left: 50px;
}

.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,
.menu-home-blog-container .genesis-nav-menu li li {
	border-bottom: 1px solid #231f20;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.before-header-bar .genesis-nav-menu li li {
	border-bottom: 1px solid #efefef;
	text-align: left;
}

.site-header .genesis-nav-menu li li a {
	font-weight: 400;
}

.site-header .genesis-nav-menu li li:last-of-type,
.before-header-bar .genesis-nav-menu li li:last-of-type {
	border: 0;
}

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

.hbg-wrap .icon-menu {
	float: none;
	max-width: 1200px;
	text-align: center;
	padding-top: 40px;
}

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 24px;
	text-align: center;

}

.icon-menu #menu-shop-header > li.menu-item {
	margin: 0px 18px;
    max-width: 85px;
    text-align: center;
}

.button.menu-item-has-children a:after {
	display: none;
}

.button.menu-item-has-children .sub-menu {
	display: block;
	opacity: 1;
	background: none;
	box-shadow: none;
	border: 0;
	left: auto;
	bottom: -22px;
	width: 194px;
	text-align: center;
}

.button.menu-item-has-children .sub-menu a {
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #66911b;
	font-weight: 700;
	font-size: 14px;
	width: 194px;
}


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

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

.site-header .genesis-nav-menu {
	margin-top: 10px;
	text-align: right;
}

.icon-menu .genesis-nav-menu {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0;
}


.site-header .genesis-nav-menu > li > a {
	text-transform: uppercase;
}

.icon-menu .genesis-nav-menu a:hover {
	color: #e46834;
}

.menu-item .menu-image-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 58px;
	width: 58px;
	opacity: 1;
	margin: 0 auto 7px;
}

.site-header .menu-item.green .menu-image-wrap img {
	top: -5px;
    position: relative;
}

.sub-menu .menu-item .menu-image-wrap,
.menu-item.icon-item .menu-image-wrap {
    height: 30px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
	top: 10px;
    width: 30px;
}

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

.sidr li.menu-item.visit-shop a {
    background: #e41957;
    color: #fff !important;
    font-family: 'McLaren', cursive;
}

.sidr li.menu-item.visit-shop a:hover {
	background: #67cac5;
}

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 700;
    padding: 18px 8px 18px;
	text-transform: uppercase;
}

.before-header-bar .genesis-nav-menu > li.shop > a {
	background: #faab00;
	color: #231f20;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}

.before-header-bar .genesis-nav-menu > li.shop > a:hover {
	color: #faab00;
	background: #231f20;
	opacity: 1;
}

.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
}

.mini-header .genesis-nav-menu a {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .5px;
    padding: 18px 12px;
}

.mini-header .genesis-nav-menu a:hover,
.mini-header .genesis-nav-menu .current-menu-item > a {
	color: #e46834;
}

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

.before-header-bar .genesis-nav-menu > li > a:hover,
.before-header-bar .genesis-nav-menu > li.current-menu-item > a,
.woocommerce .before-header-bar .genesis-nav-menu > li > a:hover {
	color: #fff;
	opacity: .6;
}

.genesis-nav-menu .menu-item.visit-shop {
	background: #faab00;
	color: #fff;
	margin: 0 20px;
	-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;
}

.genesis-nav-menu .menu-item.visit-shop:hover {
	background: #64d2a7;
	color: #fff;
	cursor: pointer;
}

.genesis-nav-menu .menu-item.visit-shop a {
	color: #fff;
}

.genesis-nav-menu .menu-item.visit-shop a:hover {
    opacity: 1;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu {
	border: 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	padding: 10px;
	width: 166px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu a {
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
    padding: 12px 18px 12px 44px;
	text-transform: none;
	width: 144px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu .shop-my-site a {
	background: url(images/shop-my-site.svg) left center no-repeat;
	background-size: 27px 26px;
}

.genesis-nav-menu .menu-item.visit-shop .sub-menu .shop-tpt a {
	background: url(images/shop-tpt.svg) left center no-repeat;
	background-size: 37px 22px;
}

.mini-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.nav-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.before-header-bar .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.icon-menu .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
.menu-home-blog-container .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin-left: 4px;
	speak: none;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop {
	background: none;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop a {
	color: #e46834;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop .sub-menu a {
	color: #222;
}

.mini-header .genesis-nav-menu .menu-item.visit-shop .sub-menu a:hover {
	color: #1b1464;
}

.mini-header .search:before {
	background: #cacac9;
	color: #231f20;
	padding: 16px 14px 16px;
}

.mini-header .search input[type="search"] {
    padding: 10px 35px 10px 15px;
}

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

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

/* ## 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 {
	border: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
	padding: 0;
	position: relative;
}

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

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

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

.genesis-nav-menu.menu-social li.menu-item.youtube {
	background: #231f20;
}

.genesis-nav-menu.menu-social li.menu-item.itunes {
	background: #b932a9;
}

.genesis-nav-menu.menu-social li.menu-item.users {
	background: #659304;
}

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

.genesis-nav-menu.menu-social li.menu-item.envelope {
	background: #e46834;
}

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

.genesis-nav-menu.menu-social li.menu-item.youtube:hover a {
	color: #231f20;
}

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

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

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

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

.genesis-nav-menu.menu-social li.menu-item:hover {
	background: #fff !important;
    color: #4a7acd;
    position: relative;
}

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

.genesis-nav-menu.menu-social li.menu-item a {
	border: none;
    bottom: 0;
    color: #fff;
    display: inline-block;
    height: auto;
    font-weight: normal;
    left: 0;
    line-height: 1;
	padding: 7px 4px;
    top: 0;
    vertical-align: top;
    width: 100%;
}

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

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

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

.hbg-blog .entry {
	border-bottom: 1px solid #cacac9;
	position: relative;
	padding-left: 310px;
	padding-bottom: 35px;
	min-height: 350px;
}

.hbg-blog .content .hbg-wrap:first-child .entry:last-of-type {
	margin-bottom: 0;
	border: 0;
}

.hbg-blog .entry-image-link {
	left: 0;
	position: absolute;
	top: 0;
}

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

.hbg-blog .category-icon {
	display: inline-block;
}

.category-icon {
	margin: 0 0 2px;
	text-align: center;
}

.hbg-blog .category-icon {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
	vertical-align: middle;
}

.category-icon img {
	max-height: 60px;
	max-width: 60px;
	display: inline-block;
}

.single .category-icon img {
	max-height: 50px;
	max-width: 50px;
}

.hbg-blog .category-icon img {
	width: 35px;
	height: 33px;
	display: block;
}

.content .entry-content {
	padding-bottom: 25px;
}

.hbg-front-page .content .entry-content {
    padding-bottom: 0;
}

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

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

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

.entry-content .gform_wrapper ul > li:before {
	display: none;
}

.entry-content ul > li.blocks-gallery-item:before {
	display: none;
}

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

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

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

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

.entry-header .entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.hbg-blog .entry-header .entry-meta {
	display: inline-block;
}

.grade-tags {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.single-post .grade-tags {
	display: block;
	margin-bottom: 15px;
}

.tag-key {
	border: 3px solid #f8dd7b;
	padding: 0 15px 15px;
}

.tag-key-outer {
    border-bottom: 1px solid #cacac9;
	padding-bottom: 60px;
	margin-bottom: 60px;
	margin-top: 40px;
}

.tag-key .grade-tags {
	font-family: 'Roboto', sans-serif;
}

.tag-key h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: -13px;
	margin-bottom: 28px;
}

.tag-key h3 span {
	background: #fff;
	display: inline-block;
	padding: 0 10px;
}

.tag-key li a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	margin-bottom: 3px;
}

.tag-key li a:hover {
	color: #e46834;
}

.tag-key .grade-tags li a span {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 25px;
	text-align: center;
}

.entry-meta .grade-tags a,
.tag-key .grade-tags a span {
	border-radius: 100%;
	color: #231f20;
	font-weight: 700;
	height: 25px;
	opacity: .15;
	width: 25px;
	margin: 0 5px;
	display: inline-block;
}

.tag-key .grade-tags a span {
	padding-top: 1px;
	opacity: 1;
}

.entry-meta .grade-tags a.pre-s,
.tag-key .grade-tags a span.pre-s  {
	background: #cacac9;
}

.tag-preschool .entry-meta .grade-tags a.pre-s {
	opacity: 1;
}

.entry-meta .grade-tags a.pre-k,
.tag-key .grade-tags a span.pre-k  {
	background: #e46834;
}

.tag-prek .entry-meta .grade-tags a.pre-k {
	opacity: 1;
}

.entry-meta .grade-tags a.kind,
.tag-key .grade-tags a span.kind  {
	background: #f7d667;
}

.tag-kindergarten-2 .entry-meta .grade-tags a.kind {
	opacity: 1;
}

.entry-meta .grade-tags a.gr-1,
.tag-key .grade-tags a span.gr-1  {
	background: #afc467;
}

.tag-first-grade-2 .entry-meta .grade-tags a.gr-1 {
	opacity: 1;
}

.entry-meta .grade-tags a.gr-2,
.tag-key .grade-tags a span.gr-2 {
	background: #faab00;
}

.tag-second-grade-2 .entry-meta .grade-tags a.gr-2 {
	opacity: 1;
}

.entry-meta .grade-tags a.gr-3,
.tag-key .grade-tags a span.gr-3 {
	background: #6f922c;
}

.tag-third-grade-2 .entry-meta .grade-tags a.gr-3 {
	opacity: 1;
}

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

.entry-categories,
.entry-tags {
	font-family: 'Poppins', sans-serif;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
}

.entry-categories:before,
.entry-tags:before {
	color: #e46834;
    content: "\f07c";
	moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
	font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	font-weight: 900;
    line-height: 1;
	margin-right: 8px;
}

.entry-tags:before {
    content: "\f02b";
}

.entry-meta i {
	color: #989898;
}

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

.entry-meta a {
	border: 0;
	color: #e46834;
	text-decoration: none;
}

.entry-footer .entry-meta a {
	text-transform: none;
}

.entry-meta a:hover {
	color: #000;
	text-decoration: none;
}

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

.nrelate-after-entry {
	border: 3px solid #f6db80;
	margin-bottom: 55px;
	padding: 0 40px 20px;
	position: relative;
	overflow: visible;
}

.freebies-product-block.featured-product-block {
	max-width: 900px;
	padding: 0;
	border: 0;
	margin: 50px auto 80px;
}

.nrelate-after-entry .nr_panel {
	margin-right: 25px;
	margin-bottom: 20px;
    width: 30.95%;
    display: block;
    float: left;
	text-align: center;
}

.nrelate-after-entry .nr_panel{
	color: #000;
}

.single-post .nrelate-after-entry .nr_panel {
	margin-right: 0;
}

.nrelate-after-entry .nr_panel:hover {
    color: #e46834;
}

.nrelate-after-entry .nr_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: -12px;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
}

.nrelate-after-entry .nr_title span {
	background: #fff;
	padding: 0 5px;
}

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

.nrelate-after-entry .nr_text {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	text-transform: none;
}

.nrelate-after-entry .nr_img_div {
	display: block;
}

.nrelate-after-entry .nr_img_div img {
	display: block;
	margin-bottom: 15px;
}

.nrelate-after-entry .nr_img_div img:hover {

}

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

.pagination {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0;
	text-align: center;
}

.hbg-blog .pagination {
	margin-bottom: 60px;
}

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

.category .pagination {
	margin: -20px auto 60px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #e46834;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 1px;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
}

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

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	font-family: 'Poppins', sans-serif;
	padding: 0 10px;
	position: relative;
}

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

.adjacent-entry-navigation a {
	color: #000;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.adjacent-entry-navigation a i {
	color: #e46834;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	color: #000;
	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: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
}

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

.entry-comments p {
	line-height: 2;
	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 #c9c9c8;
}

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

}

.comment-list li.bypostauthor > article {
	background: #eeeeee;
	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 #dadada;
	display: block;
	padding: 10px 15px;
	width: 50%;
}

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

.comment-respond label {
	color: #000;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

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

.comment-author {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 500;
}

.comment-author a {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

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

.comment-time {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.comment-metadata {
	display: none;
}

.comment-time a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

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

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: right;
	text-transform: uppercase;
}

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

.comment-respond input[type="submit"] {
    padding: 13px 24px 8px;
}

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

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

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


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

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

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

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

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

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


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

.site-footer {
	background-color: #231f20;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.3;
    padding: 65px 0 40px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .wrap {
	position: relative;
	max-width: 1340px;
	padding: 0 140px;
}

.site-footer .wrap:before {
	background: url(images/apple-footer.svg) no-repeat;
	content: '';
	height: 115px;
	position: absolute;
	width: 140px;
	left: 0;
	bottom: -40px;
}

.footer-quote {
	color: #fcac00;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: none;
}

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

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

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

.footer-quote .widget {
	margin-bottom: 15px;
}

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

.hbg-top-optins {
	background: url(images/notebook-paper.svg);
	background-size: 600px 200px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 80px 0 100px;
	text-align: center;
}

.hbg-blog .hbg-top-optins {
	background: #edf2e1;
	margin-bottom: 80px;
}

.hbg-top-optins header,
.hbg-featured-products header,
.hbg-online-courses header {
	margin: 0 auto;
	max-width: 900px;
}

.hbg-top-optins h2,
.hbg-featured-products h2 {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 15px;
}

.hbg-top-optins h2 span {
	color: #e46834;
}

.hbg-top-optins .hbg-flex-wrap,
.hbg-featured-products .hbg-flex-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.hbg-category .hbg-top-optins .hbg-flex-wrap,
.hbg-category .hbg-featured-products .hbg-flex-wrap {
	justify-content: space-between;
}

.top-optin {
	width: 17.5%;
	min-height: 100%;
    display: flex;
    flex-direction: column;
}

.top-optin img {
	margin-bottom: auto;
}

.top-optin h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 20px auto 20px;
	max-width: 126px;
}

.top-optin .button {
    padding: 13px 23px 9px;
	margin-left: auto;
	margin-right: auto;
}

.hbg-featured-products {
	background: #f8dd7b;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 80px 0 40px;
	position: relative;
	text-align: center;
}

.hbg-featured-products:before {
	border-radius: 100%;
	background: #f8dd7b url(images/star.svg) no-repeat center center;
	background-size: 65%;
	content: "";
	display: block;
	height: 75px;
	width: 75px;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: -37px;
}

.featured-product {
	width: 31.16%;
}

.hbg-featured-products h2,
.hbg-membership h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.featured-product h3,
.hbg-membership h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
}

.featured-product h3 a {
	color: #000;
	font-weight: 700;
}

.hbg-featured-products .featured-product h3 a:hover {
	color: #e46834;
}

.featured-product img {
	display: block;
	margin-bottom: 20px;
}

.featured-product .price {
	font-weight: 500;
}

.price ins {
	text-decoration: none;
}

.hbg-featured-products .button,
.button.button-large,
body.woocommerce a.button-large,
input[type="submit"].button-large,
.hbg-single-optin input[type="submit"] {
	line-height: 1.5;
    padding: 20px 46px 16px;
}

.hbg-membership {
	padding: 80px 5% 60px;
}

.hbg-membership h2 {
	margin-bottom: 35px;
}

.hbg-membership h3 {
	font-weight: 700;
	margin-bottom: 25px;
}

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

.hbg-membership-left {
	padding-left: calc((100% - 1200px ) / 2);
	width: 52.06%;
}

.hbg-membership-right {
	width: 45.4375%;
}

.hbg-membership-left ul {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
}

.hbg-membership-left ul > li {
	line-height: 1.5;
	margin-bottom: 25px;
	position: relative;
	padding-left: 40px;
}

.hbg-membership-left ul > li:before {
	color: #659304;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 900;
	position: absolute;
	left: 10px;
}

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

.hbg-online-courses {
	background: #edf2e1;
	padding: 80px 0;
}

.hbg-online-courses h2 {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 50px;
}

.hbg-online-courses h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.33;
	max-width: 95%;
	margin: 0 auto 40px;
}

.online-course {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	text-align: center;
	align-items: center;
	width: 50%;
}

.online-course:only-child {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.online-course .course-image {
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 40px;
	height: 255px;
}

.online-course:only-child .course-image {
    height: 300px;
}

.online-course img {
	display: block;
	max-height: 100%;
	margin: 0 auto;
    width: auto;
}

.online-course .button {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 13px 30px 9px;
}

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

.recent-blog-posts .hbg-flex-wrap {
	flex-wrap: wrap;
}

.recent-blog-posts .entry {
	margin-bottom: 40px;
	width: 22.5%;
}

.recent-blog-posts .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.recent-blog-posts .entry-title a {
	font-weight: 500;
}

.blog-posts-hero {
    background-color: rgb(0 0 0 / 25%);
	background-position: center top;
	background-size: cover;
	height: 571px;
}

.blog-posts-hero-tint {
	background-color: rgb(0 0 0 / 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.blog-posts-hero .hbg-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}

.blog-posts-hero h2 {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.3;
	margin-bottom: 120px;
	max-width: 1110px;
	text-align: center;
}

.hbg-blog-section {
	padding-bottom: 100px;
}

.hbg-blog-section .genesis-nav-menu {
	text-align: center;
	margin-top: -75px;
	margin-bottom: 40px;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item {
	background: #fff;
	border-radius: 100%;
	height: 150px;
	width: 150px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 35px;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 30px 20px;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item a:hover {
	color: #e46834;
}

.hbg-blog-section .genesis-nav-menu .menu-item .menu-image-wrap {
	margin-bottom: 15px;
}

.freebie-signup .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.optin-block.freebie-signup .hbg-wrap {
	width: 100%;
}

.freebie-signup {
	background: #e46834;
	color: #fff;
    padding: 15px 0 5px;
}

.freebie-signup-left {
	width: 100%;
}

.freebie-signup-right {
	flex-shrink: 0;
	width: 600px;
	text-align: center;
	margin-left: 40px;
}

.freebie-signup-right h2 {
	font-size: 42px;
	font-size: 4.2rem;
	text-transform: uppercase;
}

.freebie-signup-right p {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.freebie-signup-right input {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 255px;
	text-align: center;
    margin: 0 7px 17px;
}

.freebie-signup-right input[type="submit"] {
	background-color: #f6a829;
	border: 0;
	border-bottom: 4px solid #f8ca7f;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 13px 38px 9px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.freebie-signup-right input[type="submit"]:hover {
	border: 1px solid #f6a829;
	background: #e46834;
	padding-bottom: 12px;
}

.front-page-podcasts {
	padding: 160px 0 80px;
}

.front-page-podcasts .hbg-wrap:before {
	background: #fff url(images/microphone.svg) no-repeat;
	background-position: center;
	background-size: 100%;
	border: 2px solid #fff;
	content: "";
	display: block;
	height: 72px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: -56px;
	position: absolute;
}

.front-page-podcasts .hbg-wrap {
	border: 3px solid #e46834;
	display: flex;
	justify-content: space-between;
	padding: 40px 60px;
	position: relative;
}

.podcast-left {
	font-family: 'Poppins', sans-serif;
	line-height: 1.33;
	text-align: center;
	flex-shrink: 0;
	font-weight: 700;
	margin-right: 60px;
	width: 320px;
	text-transform: uppercase;
}

.podcast-left img {
	display: block;
	margin-bottom: 20px;
}

.podcast-left a,
.hbg-podcast-category .archive-description a {
	font-weight: 700;
}

.podcast-left a.red-text,
.hbg-podcast-category .archive-description a.red-text {
	color: #e46834;
}

.podcast-left a.green-text,
.hbg-podcast-category .archive-description a.green-text{
	color: #659304
}

.podcast-left a:hover,
.hbg-podcast-category .archive-description a:hover {
	color: #000 !important;
}

.podcast-right h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.podcast-right ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

.podcast-right li {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 30px 0;
	border-bottom: 1px solid #231f20;
}

.podcast-right li:last-of-type {
	border-bottom: 0;
}

.podcast-right li .fa-play-circle {
	color: #659304;
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.podcast-right li a {
	color: #000;
	font-weight: 400;
}

.podcast-right li a:hover {
	color: #e46834;
}

.about-section {
	background: url(images/chalkboard.jpg);
	color: #000;
	margin-bottom: 0;
	padding: 80px 0 80px;
	line-height: 1.77;
}

.hbg-front-page .about-section {
	margin-bottom: 60px;
}

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

.about-section .about-left {
	flex-shrink: 0;
	margin-right: 40px;
	width: 350px;
}

.about-section h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
}

.about-section h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-section .about-inner {
	width: 55%;
}

.about-section ul {
	margin: 0;
}

.about-section .about-right > ul > li {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	list-style-type: none;
	line-height: 1.77;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}

.about-section .about-right > ul > li:before {
    content: "\f5d1";
	font-size: 18px;
	font-size: 1.8rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 5px;
    position: absolute;
}

.about-section .button.button-large {
	background: none;
	border: 2px solid #fff;
    padding: 16px 46px;
}

.about-section .button.button-large:hover {
	border-color: #fff;
	background: #fff;
	color: #2c6c42;
}

.facebook-section {
	background-position: center;
	padding-top: 126px;
	min-height: 564px;
}

.facebook-section .facebook-inner {
	max-width: 695px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.33;
	padding: 0 40px;
	text-align: center;
}

.email-courses-section {
	padding: 120px 0 80px;
	position: relative;
	text-align: center;
}

.email-courses-section h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.email-courses-section header p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 35px;
}

.email-courses-section .hbg-wrap {
	border: 3px solid #659304;
	padding: 60px 40px 20px;
	position: relative;
}


.email-courses-section .hbg-wrap:before {
    background: #fff url(images/email-courses.svg) no-repeat;
    background-position: center;
    background-size: contain;
    border: 10px solid #fff;
    content: "";
    display: block;
    height: 94px;
    width: 94px;
    left: 50%;
    margin-left: -47px;
    top: -72px;
    position: absolute;
}


.email-courses-section .optin-column {
	width: 30.92%;
}

.email-courses-section .optin-column header {
	background: #e46834;
	margin-bottom: 35px;
	min-height: 72px;
	padding: 10px 20px;
}

.email-courses-section .optin-column:nth-of-type(2) header {
	background: #659304;
}

.email-courses-section .optin-column:nth-of-type(3) header {
	background: #faab00;
}

.email-courses-section h3 {
	color: #fff;
	line-height: 1.33;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0;
}

.email-courses-section h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	min-height: 42px;
}

.email-courses-section a {
	color: #000;
}

.email-courses-section a:hover {
	color: #e46834;
}

.email-course-optin {
	margin-bottom: 35px;
}

/* # Categories
---------------------------------------------------------------------------------------------------- */

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

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

.hbg-category .freebie-signup {
	margin-bottom: 60px;
}

.hbg-parent-category .freebie-signup {
	margin-bottom: 0;
}

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

.hbg-category .hbg-flex-wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.hbg-tag.hbg-category .hbg-flex-wrap {
	justify-content: flex-start;
}

.hbg-category .hbg-flex-wrap .entry {
	margin-right: calc(10%/3);
	margin-bottom: 40px;
	width: 22.5%;
}

.hbg-category .hbg-flex-wrap .entry:nth-of-type(4n+4) {
	margin-right: 0;
}

.hbg-tag.hbg-category .hbg-flex-wrap .entry {
	margin-right: 3.33%;
}

.hbg-tag.hbg-category .hbg-flex-wrap .entry:nth-of-type(4n+4) {
	margin-right: 0;
}

.hbg-category .hbg-flex-wrap .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.hbg-category .hbg-flex-wrap .entry-title a {
	font-weight: 500;
}

.hbg-parent-category .nrelate-after-entry .nr_panel {
	margin-right: 0;
	margin-bottom: 38px;
	width: 22.36%;
}

.hbg-parent-category .nrelate-after-entry {
	margin-bottom: 80px;
	padding-bottom: 40px;
	width: 100%;
}

.hbg-parent-category .nrelate-after-entry .nr_title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: -21px;
	text-transform: none;
}

.hbg-parent-category .nrelate-after-entry .nr_title span {
	padding: 0 25px;
}

.archive .cat-headline-icon {
	display: inline-block;
	margin-right: 20px;
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}

.headline-icon-wrap {
	margin-bottom: 25px;
}

.archive-title {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 0;
	max-width: 455px;
	vertical-align: middle;
}

.archive-description {
	background: url(images/notebook-paper.svg);
	background-size: 600px 200px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.78;
	margin-bottom: 0;
	padding: 80px 0 20px;
}

.tag .archive-description {
	background: none;
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 20px;
	width: 90%;
}

.tag .archive-title {
	font-weight: 500;
	max-width: none;
	margin-bottom: 60px;
}

.tag .archive-title span {
	font-weight: 700;
}

.search .archive-description {
	background: none;
	padding: 0 0 20px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.search .archive-description .archive-title {
	margin-bottom: 40px;
	max-width: none;
}

.search .archive-description .archive-title span {
	font-weight: 700;
}

.search .archive-description .search-page-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.archive-description ul {
	margin-bottom: 0;
	margin-left: 0;
}

.archive-description ol {
	margin-bottom: 28px;
	margin-left: 60px;
}

.archive-description ol > li {
	list-style-type: decimal;
}

.archive-description ul > li {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.archive-description ul > li a {
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

.archive-description ul >li:before {
	color: #e46834;
	content: "\f5d1";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	margin: 0;
}

.archive-description ul > li a:hover {
	color: #e46834;
}

.pop-posts-headline {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.archive-description-upper {
	display: flex;
	padding-bottom: 40px;
}

.archive-description-left {
	line-height: 2;
	padding-right: 40px;
	width: 100%;
}

.cat-pop-posts {
	border-left: 5px solid #f8dd7b;
	flex-shrink: 0;
	padding-left: 60px;
	width: 602px;
}

.hbg-podcast-category .archive-description {
	background: none;
	border: 3px solid #e46834;
	margin-bottom: 80px;
	min-height: 427px;
	padding: 40px 50px 20px 420px;
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.hbg-podcast-category .archive-description p {
	margin-bottom: 20px;
	font-weight: 700;
}

.hbg-podcast-category .archive-title {
	margin-bottom: 15px;
	max-width: none;
}

.hbg-podcast-category .archive-description img {
	top: 40px;
	left: 60px;
	position: absolute;
	max-width: 320px;
}

.hbg-podcast-category .site-inner {
	padding-top: 100px;
}

.hbg-podcast-category .archive-description:before {
	    background: #fff url(images/microphone.svg) no-repeat;
	    background-position: center;
	    background-size: 100%;
	    border: 2px solid #fff;
	    content: "";
	    display: block;
	    height: 72px;
	    width: 40px;
	    left: 50%;
	    margin-left: -20px;
	    top: -56px;
	    position: absolute;
}

.podcatcher-links {
	font-family: 'Poppins', sans-serif;
	line-height: 1.33;
	text-transform: uppercase;
}

.podcast-form {
	border: 3px solid #659304;
	margin: 50px auto 80px;
	max-width: 900px;
	padding: 40px 40px 1px;
	position: relative;
	width: 90%;
}

.podcast-form:before {
	background: #fff url(images/podcast-questions.svg) no-repeat;
	background-position: center;
	background-size: 100%;
	border: 10px solid #fff;
	content: "";
	display: block;
	height: 92px;
	width: 92px;
	left: 50%;
	margin-left: -46px;
	top: -46px;
	position: absolute;
}

.podcast-form h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px !important;
	font-size: 3.2rem !important;
	font-weight: 700 !important;
	text-align: center;
}

.podcast-form .gform_wrapper .top_label .gfield_label {
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
}

.podcatchers {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 700;
}

.podcatchers .fab {
	color: #659304;
	font-weight: normal;
	font-size: 38px;
	vertical-align: middle;
}

.podcatchers .fab.fa-itunes {
	color: #e46834;
	margin-left: 10px;
}

.podcatchers img {
	max-height: 38px;
	vertical-align: middle;
}

.podcatchers a {
	display: inline-block;
	margin: 0 7px;
}

/* # Single Podcast
---------------------------------------------------------------------------------------------------- */

#fbxt-wrap {
	margin: 40px 0;
}

.podcast-subscribe-review {
	border: 3px solid #f8dd7b;
	line-height: 1.77;
	padding: 0 36px;
	margin: 60px 0 40px;
	text-align: center;
}

.podcast-subscribe-review .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: -16px 0 20px;
}

.podcast-subscribe-review .widget-title span {
	background: #fff;
	padding: 0 40px;
}

/* # Single Product
---------------------------------------------------------------------------------------------------- */

.single-product .site-inner {
	max-width: 900px;
}

.single-product.woocommerce div.product div.summary,
.single-product.woocommerce-page div.product div.summary,
.single-product.woocommerce div.product div.images,
.single-product.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}

.single-product.woocommerce div.product div.images,
.single-product.woocommerce-page div.product div.images {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}

.single-product.woocommerce .content {
	padding: 0;
}

.single-product.woocommerce.woocommerce div.product p.price {
    color: #e46834;
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}

.single-product.woocommerce div.product .product_title {
	margin-bottom: 20px;
}

.single-product.woocommerce .quantity .qty {
    padding: 13px 5px;
}

.single-product.woocommerce.woocommerce div.product form.cart div.quantity,
.single-product.woocommerce.woocommerce div.product form.cart .button {
	display: inline-block;
	float: none;
}

.single-product.woocommerce div.product form.cart {
	text-align: center;
}

.did-you-know {
	border: 3px solid #f6db80;
	padding: 0 35px 30px;
	margin: 60px 0 40px;
}

.did-you-know h3 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 400;
	margin: -15px 0 20px;
}

.wcf-after-order .did-you-know h3 {
	font-family: 'Poppins', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	font-size: 2rem !important;
	text-align: center !important;
	font-weight: 700 !important;
	margin: 20px 0 15px !important;
}

.did-you-know h3 span {
	background: #fff;
	padding: 0 30px;
}

.wcf-after-order .did-you-know h3 span {
	background: none !important;
	padding: 0 !important;
	font-size: 20px !important;
	font-size: 2rem !important;
	text-transform: uppercase !important;
}

.single-product.woocommerce .content .entry h2 {
	margin-bottom: 30px;
}

.single-product .about-section {
	margin-bottom: 0;
}

/* # Landing Page
---------------------------------------------------------------------------------------------------- */

.landing-page .site-container {
	background: url(images/dots.png);
	background-size: 489px 489px;
}

.landing-page.hbg-lined-background .site-container {
	background: url(images/notebook-paper.svg);
	background-size: 600px 200px;
}

.landing-page .site-inner {
	background: #fff;
	border: 6px solid #f8dd7b;
	padding: 60px 58px 35px;
	max-width: 900px;
	position: relative;
	width: 90%;
	margin: 100px auto 100px;
}

.landing-page .entry {
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

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

.hbg-freebie-signup .entry-content {
	text-align: center;
}

.hbg-freebie-signup h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
}

.hbg-freebie-signup form {
	margin: 10px auto 20px;
	max-width: 600px;
}

.hbg-freebie-signup input {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 255px;
	text-align: center;
	margin: 0 7px 17px;
}

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

.freebie-signup-image {
	margin: 0 auto 25px;
	max-width: 560px;
}

.hbg-blog.hbg-freebies-library .site-inner {
	max-width: 1200px;
	width: 90%;
}

.hbg-blog.hbg-freebies-library .entry-title {
	text-align: center;
}

.hbg-blog.hbg-freebies-library .entry {
	min-height: 0;
	padding: 0;
	border: 0;
	text-align: center;
	margin-bottom: 0;
}

.hbg-blog.hbg-freebies-library select {
	margin: 0 auto 60px;
	max-width: 360px;
}

.hbg-blog.hbg-freebies-library .nr_inner {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.hbg-blog.hbg-freebies-library .more-freebies {
	display: none;
	overflow: hidden;
}

.hbg-parent-category.hbg-freebies-library .nrelate-after-entry .nr_panel {
	margin-right: 3.52%;
}

.hbg-parent-category.hbg-freebies-library .nrelate-after-entry .nr_panel:nth-of-type(4n+4) {
	margin-right: 0;
}

.hbg-parent-category.hbg-freebies-library .nrelate-after-entry .nr_panel:nth-of-type(4n+1) {
	clear: both;
}

.hbg-freebies-library .email-courses-section {
	padding-top: 20px;
}


/* # EWD WooCommerce Shop page
---------------------------------------------------------------------------------------------------- */

body.woocommerce ul.products li.product .onsale,
body.woocommerce span.onsale {
	background: #4cbda4;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-family: 'BrandonGrotesqueWeb-Bold';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	height: 50px;
	line-height: 1.625;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 12px 0;
	position: absolute;
	top: -15px;
	left: -15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 50px;
	z-index: 1;
}

body.woocommerce .quantity .qty,
.woocommerce-page .woocommerce .quantity .qty {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
    padding: 8px 5px;
}

.woocommerce .sidebar {
	border: 3px solid #f8dd7b;
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 40px;
	padding: 0 35px 35px;
	text-align: left;
	width: 270px;
}

.woocommerce .sidebar h4 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin: -21px 0 35px;
	text-align: center;
	font-weight: 400;
}

.woocommerce .sidebar h4 span {
	background: #fff;
	color: #000;
	display: inline-block;
	padding: 8px 14px;
	font-weight: 700;
}

.woocommerce .sidebar .search-form {
	margin-bottom: 35px;
}

.woocommerce .sidebar .search-form input[type="search"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	width: 160px;
}

.woocommerce .sidebar .search-form input::-moz-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.woocommerce .sidebar .search-form input::-webkit-input-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.woocommerce main.content {
	padding: 0;
	position: relative;
	width: 890px;
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce.search-results .woocommerce-ordering {
	position: relative;
}

.woocommerce .content ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0;
}

.woocommerce .content .products ul,
.woocommerce .content ul.products {
	padding-top: 40px;
}

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

.woocommerce.full-width-content  .site-inner,
.woocommerce-cart.full-width-content  .site-inner {
    max-width: 890px;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
	color: #e46834;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
}

body.woocommerce .cart-collaterals .cross-sells,
body.woocommerce-page .cart-collaterals .cross-sells {
	clear: both;
	width: 100%;
}

body.woocommerce ul.products.columns-3 li.product,
body.woocommerce-page ul.products.columns-3 li.product {
	margin-bottom: 40px;
	text-align: center;
	width: 30.75%;
}

.woocommerce-page a h2 {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

.woocommerce-page a:hover h2 {
	color: #e46834;
}

.woocommerce-account.woocommerce-page a {
	color: #000;
}

.woocommerce-account.woocommerce-page a:hover {
	opacity: .6;
}

.woocommerce-page a:hover {
	color: #000;
	text-decoration: none;
}

.woocommerce-page .archive-pagination a:hover,
.woocommerce-page .archive-pagination a:focus,
.woocommerce-page .archive-pagination .active a {
	color: #000;
	text-decoration: none;
}

.woocommerce-page table.cart td.actions .input-text {
	margin-right: 20px !important;
	padding: 8px 10px 9px !important;
	width: 170px !important;
}

.attributes_in a {
	background: #f2d576;
	color: #000;
	font-size: 16px;
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 5px 10px;
}

.attributes_in a:hover {
	background: #000;
	color: #fff;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product {
	text-align: center;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

div.woocommerce-message {
	border-color: #66911b;
}

div.woocommerce-message::before {
	color: #66911b;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.woocommerce form .form-row .input-text::-moz-placeholder,
.woocommerce-page form .form-row .input-text::-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #b7b7b7;
}

.woocommerce form .form-row .input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row .input-text::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	color: #b7b7b7;
}

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

.woocommerce-account fieldset {
	margin-top: 25px;
	margin-bottom: 25px;
}

.woocommerce-account legend {
	float: left;
}

.up-sells {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 40px;
}


body.single.woocommerce ul.products li.product,
body.single.woocommerce-page ul.products li.product {
	margin-bottom: 40px;
}

body.single.woocommerce .products ul,
body.single.woocommerce ul.products {
	margin-bottom: 0;
}

.facetwp-selections ul {
	background: #efefef;
	padding: 15px;
	margin-bottom: 20px;
}

div.facetwp-selections li {
	display: block;
	line-height: 1.4;
	margin-bottom: 8px;
}

div.facetwp-selections li:last-child {
	margin-bottom: 0;
}

.facetwp-selection-label {
	font-weight: 700;
}

div.facetwp-selections .facetwp-selection-value {
	background-image: url(images/icon-close.png);
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	max-width: 70px;
}

div.wc-product-table-wrapper button.button.alt,
.woocommerce .woocommerce-MyAccount-content a.button.alt,
div.wc-product-table-wrapper input[type="submit"]  {
    border: 1px solid #333;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    padding: 10px 18px 11px;
    text-align: center;
    background-color: #4cbda4;
    color: #fff;
    margin: 0 0 0 15px;
    width: 95%;
}

div.wc-product-table-wrapper button.button.alt:hover,
.woocommerce .woocommerce-MyAccount-content a.button.alt:hover,
div.wc-product-table-wrapper input[type="submit"]:hover {
	background: #000;
}

div.wc-product-table-controls .multi-cart-form input[type=submit] {
	font-size: 14px;
	font-size: 1.4rem;
}

div.wc-product-table-wrapper {
	margin-top: 10px;
}

.cart-wrap {
	text-align: right;
}

.cart-wrap a {
	color: #000;
	text-decoration: none;
}

.page-template-page_membership-contact.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

form#wc-help-scout-conversation-form {
	text-align: left;
}

.page-template-page_membership-contact.woocommerce-account .woocommerce form {
	text-align: left;
}

.woocommerce .sidebar h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	text-transform: none;
}

.woocommerce .sidebar button {
	padding-left: 34px;
    padding-right: 34px;
}

.woocommerce .icon-menu {
	max-width: 1000px;
}

/* # EWD Blocks
---------------------------------------------------------------------------------------------------- */

.ewd-gallery-block {
	display: grid;
    grid-gap: 30px 1.79%;
    grid-template-columns: 32.14% 32.14% 32.14%;
}

.content-box-grey-bg {
	background: #efefef;
	margin-top: 20px;
	padding: 20px;
}

.hbg-single-optin {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	font-weight: 400;
}

.single-optin-image {
	text-align: center;
}

.hbg-single-optin .entry-title {
	margin-bottom: 35px;
}

.hbg-single-optin .content img {
	margin-bottom: 28px;
}

.hbg-single-optin .site-inner .single-optin-description p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
}

.hbg-single-optin form {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	text-align: center;
}

.hbg-single-optin input {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 255px;
    padding: 22px;
	text-align: center;
    margin: 0 7px 17px;
}



/* # EWD Blocks
---------------------------------------------------------------------------------------------------- */

.featured-product-block .hbg-flex-wrap,
.printable-block .hbg-flex-wrap {
	align-items: flex-start;
}

.printable-block .hbg-flex-wrap {
	padding: 40px 40px 0;
}

.yellow-border-block {
	border: 3px solid #f6db80;
	line-height: 1.33;
	padding: 0 40px 40px;
	text-align: center;
	margin: 50px 0;
}

.entry-content .featured-product-block.yellow-border-block p {
	text-align: left;
}

.entry-content .featured-product-block.yellow-border-block p.price {
	text-align: center;
}

.printable-block {
	border: 3px solid #659304;
	line-height: 1.33;
	padding: 0 0 40px;
	text-align: center;
	margin: 50px 0;
}

.optin-block {
	border: 8px solid #fff;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
	line-height: 1.33;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry .optin-block {
	margin-bottom: 0;
}

.optin-upper {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	padding: 0 20px;
}

.optin-block .freebie-signup-left {
	flex-shrink: 0;
	margin-right: 20px;
	width: 305px;
}

.optin-block .hbg-flex-wrap {
	align-items: center;
}

.optin-block .freebie-signup-right {
	margin-left: 0;
	flex-shrink: 1;
	width: 100%;
}

.optin-block .freebie-signup-right input {
	margin: 0 7px 40px;
	max-width: 200px;
	padding: 22px 16px;
}

.optin-block .freebie-signup-right input[type="submit"] {
	margin-bottom: 0;
    padding: 22px 28px;
}

.membership-block.yellow-border-block {
	line-height: 1.77;
	text-align: left;
}

.membership-block.yellow-border-block .hbg-flex-wrap {
	align-items: flex-start;
}

.courses-block.membership-block.yellow-border-block .hbg-flex-wrap {
	display: block;
}

.membership-block img {
	max-width: 250px;
	margin-right: 30px;
}

.courses-block.membership-block img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.printable-block h3 {
	background: #659304;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 40px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.yellow-border-block h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: -15px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.yellow-border-block h3 span {
	background: #fff;
	padding: 0 30px;
}

.printable-block h4 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.yellow-border-block h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
}

.optin-block h3 {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}

.featured-product-block img,
.featured-product-block picture {
	margin-right: 40px;
	max-width: 233px;
	width: 100%;
}

.printable-block img {
	margin-right: 40px;
	max-width: 233px;
	width: 100%;
}

.yellow-border-block .price {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 10px;
}

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

.sidebar .widget_ewd_about {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.22;
	margin-bottom: 60px;
	text-align: center;
}

.sidebar .widget_ewd_about .widget-wrap {
	background: url(images/chalkboard.jpg);
	padding: 40px 32px 40px;
}

.sidebar .widget_ewd_about img {
	display: block;
	max-width: 150px;
	margin: 0 auto 20px;
}

.widget_ewd_about .button {
	background: none;
    border: 2px solid #fff;
    padding: 16px 38px;
	margin: 0 0 5px;
}

.widget_ewd_about .button:hover {
    border-color: #fff;
    background: #fff;
    color: #2c6c42;
}

.widget_ewd_about .genesis-nav-menu.menu-social {
	text-align: center;
}

.widget_ewd_about .genesis-nav-menu.menu-social li.menu-item {
	margin: 0 3px 5px;
}

.widget_ewd_about .widget-title {
	margin-bottom: 10px;
}

.sidebar .hbg-wrap,
.sidebar .freebie-signup-right {
	width: 100%;
}

.widget_ewd_optin .freebie-signup,
.widget_ewd_freebies .freebie-signup {
	margin-top: 180px;
	padding: 0;
}

.widget_ewd_freebies .freebie-signup {
	background: #faab00;
	margin-top: 120px;
}

.widget_ewd_optin .freebie-signup {
	margin-top: 120px;
}

.widget_ewd_optin .freebie-signup .hbg-wrap,
.widget_ewd_freebies .freebie-signup .hbg-wrap {
	flex-direction: column;
}

.widget_ewd_optin .freebie-signup-left,
.widget_ewd_freebies .freebie-signup-left {
	margin-top: -120px;
	margin-bottom: 5px;
}

.widget_ewd_optin .freebie-signup-right,
.widget_ewd_freebies .freebie-signup-right {
	margin: 0;
	padding: 0 40px 40px;
}

.widget_ewd_optin .freebie-signup-right p,
.widget_ewd_freebies .freebie-signup-right p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.widget_ewd_optin .freebie-signup-right h2,
.widget_ewd_freebies .freebie-signup-right h2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 50px;
	text-transform: none;
}

.widget_ewd_freebies .freebie-signup-right h2 {
	margin-bottom: 20px;
}

.widget_ewd_optin .freebie-signup-right input[type="submit"],
.widget_ewd_optin .freebie-signup-right input,
.widget_ewd_freebies .freebie-signup-right input[type="submit"],
.widget_ewd_freebies .freebie-signup-right input {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.widget_ewd_freebies .freebie-signup-right input[type="submit"] {
	border: 4px solid #ab4e27;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: #e46834;
}

.widget_ewd_freebies .freebie-signup-right input[type="submit"]:hover,
.widget_ewd_freebies .freebie-signup-right input[type="submit"]:focus {
	background: #f6a829;
	border: 1px solid #fff;
}

.widget_ewd_shop .hbg-featured-products {
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77;
	padding-top: 0;
	padding-bottom: 0;
}

.widget_ewd_shop .hbg-featured-products:before {
	display: none;
}

.sidebar .hbg-featured-products h2,
.sidebar .hbg-membership h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
}

.widget_ewd_shop .hbg-featured-products .hbg-flex-wrap {
	display: block;
	margin-top: 20px;
}

.widget_ewd_shop .featured-product {
	margin-bottom: 30px;
	width: 100%;
}

.widget_ewd_shop .price {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
}

.widget_ewd_members {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	text-align: center;
}

.widget_ewd_members .widget-title {
	margin-bottom: 0;
}

.widget_ewd_courses .hbg-online-courses {
	background: none;
	padding: 0;
}

.sidebar .widget_ewd_courses {
	padding-bottom: 20px;
}

.widget_ewd_courses .hbg-flex-wrap,
.widget_ewd_podcast .front-page-podcasts .hbg-wrap {
	display: block;
	padding: 40px;
}

.widget_ewd_courses .hbg-flex-wrap {
	padding: 0;
}

 .widget_ewd_podcast .front-page-podcasts .hbg-wrap {
	 padding: 40px 41px;
 }

.widget_ewd_podcast .front-page-podcasts {
	padding: 50px 0 0;
}

.widget_ewd_courses .online-course {
	width: 100%;
}

.widget_ewd_courses .course-image {
	display: block;
	height: auto;
}

.widget_ewd_courses .hbg-online-courses h3 {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	margin-bottom: 20px;
}

.widget_ewd_courses .online-course .button {
	font-size: 18px;
	font-size: 1.8rem;
    padding: 20px 46px 16px;
	margin-bottom: 40px;
}

.widget_ewd_podcast .podcast-left {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin-bottom: 60px;
}

.widget_ewd_podcast .podcast-right h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 20px;
}

.widget_ewd_podcast .podcast-right ul {
	margin-left: 0;
}

.widget_ewd_podcast  .podcast-right li {
	padding-top: 0;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.33;
}

.widget_ewd_podcast  .podcast-right li .fa-play-circle {
	left: 0;
	top: 5px;
	position: absolute;
}

.widget_ewd_podcast .button.button-large {
	padding: 20px 38px 16px;
}

.widget_ewd_facebook .facebook-section .facebook-inner {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.27;
	padding: 0;
}

.sidebar .widget_ewd_facebook {
	padding-bottom: 40px;
}

.widget_ewd_facebook .facebook-section {
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center top;
	padding-top: 280px;
}

.widget_ewd_facebook .facebook-section p {
    padding: 0 30px;
}

.widget_ewd_email_courses .email-courses-section .hbg-wrap {
	padding-left: 18px;
	padding-right: 18px;
}

.widget_ewd_email_courses .email-courses-section .hbg-wrap:before {
	width: 70px;
	height: 70px;
	top: -40px;
	margin-left: -35px;
}

.sidebar .widget_ewd_email_courses {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_ewd_email_courses .email-courses-section {
	padding-top: 20px;
	padding-bottom: 0;
}

.widget_ewd_email_courses .hbg-flex-wrap {
	display: block;
}

.widget_ewd_email_courses header {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 60px;
	padding: 0 15px;
}

.widget_ewd_email_courses .email-courses-section h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.widget_ewd_email_courses .email-courses-section .optin-column {
	width: 100%;
}

.widget_ewd_email_courses .email-courses-section .optin-column header {
    min-height: 0;
	margin-bottom: 20px;
	padding: 15px 20px;
}

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

.admin-bar .hello-bar {
	top: 32px;
}

.hello-bar {
	background: #f8dd7b;
	color: #231f20;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;
	z-index: 999;
}

.hello-bar a {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.hello-bar a:hover {
	background-color: #000;
	border-color: #000;
}

.hello-bar a:after {
    color: #fff;
    content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    margin-left: 10px;
    text-decoration: none;
}

/* # Optin Popups
---------------------------------------------------------------------------------------------------- */

.optin-popup {
	padding-top: 20px;
	text-align: center;
}

.optin-popup .hbg-flex-wrap {
    align-items: center;
}

.optin-popup .optin-upper {
	line-height: 1.33;
}

.optin-popup .optin-popup-left {
	flex-shrink: 0;
	width: 283px;
}

.optin-popup .optin-popup-right {
	margin-left: 0;
	flex-shrink: 1;
	width: 100%;
}

.optin-popup .optin-popup-right input {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 7px 20px;
    max-width: 150px;
    padding: 10px 16px;
}

.optin-popup .optin-popup-right input[type="submit"] {
	margin-bottom: 0;
    padding: 9px 28px;
}

.yellow-border-block h3 span {
	display: inline-block;
}

.facetwp-flyout-open {
	display: none;
}

div.facetwp-checkbox {
    background-position: 0 4px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.sidebar .facetwp-facet-search {
	border: 1px solid #c9c9c9;
}

.sidebar .facetwp-facet-search {
	max-width: 300px;
}

.sidebar .facetwp-facet-search input {
	border: none;
    font-size: 16px;
	margin-right: 0;
    margin-bottom: 0;
    text-transform: none;
    padding: 7px 12px 6px;
    text-align: left;
    min-width: 0 !important;
    width: 187px !important;
}

.sidebar .searchform input[type="submit"] {
	background-color: #fff !important;
	box-shadow: none;
	color: #000 !important;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	margin: 0;
    padding: 3px 10px 2px 2px;
    vertical-align: middle;
    width: auto;
}

.sidebar .facetwp-facet-search {
	margin-bottom: 35px;
}

.sidebar .searchform input[type="search"] {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	width: 160px;
}

.sidebar .searchform input::-moz-placeholder {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.sidebar .searchform input::-webkit-input-placeholder {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.hbg_facet_sidebar .searchform {
    border: 1px solid #c9c9c9;
}

.wp-block-embed__wrapper {
	height: 0;
	margin-bottom: 28px;
	position: relative;
	padding-bottom: 56.25%;
	right: auto;
	top: auto;
	width: 100%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: auto;
	width: 100%;
}

.highlight {
	border: 1px solid #faab00;
	background-color: #f7d667;
}

.hbg-before-header-ad {
	background: #231f20 url(images/chalkboard.jpg) -1px -1px no-repeat;
	background-size: cover;
	text-align: center;
	padding: 40px 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;

}

.hbg-before-header-ad p {
	margin-bottom: 20px;
}

.hbg-before-header-ad .hbg-wrap {
	max-width: 900px;
}

.bha-date {
	font-weight: 700;
	color: #f3dd89;
	font-size: 36px;
	font-size: 3.6rem;
}

.hbg-before-header-ad .bha-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 15px;
	font-weight: 700;
}

.bha-images-wrap img {
	margin: 0 8px 10px;
}

.hbg-before-header-ad .button {
	font-size: 18px;
	font-size: 1.8rem;
	color: #221f20;
	background: #fff;
	border: 0;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}

.hbg-before-header-ad .button:hover {
	background: #221f20;
	color: #fff;
}

.bha-details {
	max-width: 755px;
	margin: 0 auto;
}

.dpsp-content-wrapper {
	margin-bottom: 50px;
}

body.woocommerce .dpsp-share-text,
body.woocommerce #dpsp-content-top,
body.woocommerce #dpsp-content-bottom {
	display: none;
}

.ewd-related-posts-block {
	background: #fdf7df;
	padding: 20px 20px 0;
	border: 1px dotted #faab00;
}

.ewd-related-posts-block h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #231f20;
	text-transform: uppercase;
}

.entry-content .ewd-related-posts-block-inner {
	margin: 0;
}

.ewd-related-posts-block-inner li {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #e46834;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-left: 40px;
}

.entry-content .ewd-related-posts-block-inner li {
	list-style-type: none;
	position: relative;
}

.entry-content .ewd-related-posts-block-inner li:before {
	color: #faab00;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
}

.woocommerce div.product div.images .slick-slide img {
	max-width: 400px;
	display: inline-block;
}

.woocommerce div.product div.images .slick-slide {
	text-align: center;
}

.hbg-book-review-block {
	background: #fdf7e3;
	font-family: 'Poppins', sans-serif;
	padding: 38px 38px 28px;
	line-height: 1.77;
	margin-bottom: 40px;
}

.hbg-br-green {
	background: #ecf2e0;
}

.hbg-br-pink {
	background: #fae1d4;
}

.br-upper {
	display: flex;
	padding-bottom: 38px;
	border-bottom: 1px solid #f8dd74;
	margin-bottom: 38px;
}

.hbg-br-green .br-upper {
	border-color: #649300;
}

.hbg-br-pink .br-upper {
	border-color: #e66829;
}

.br-text {
	font-size: 17px;
	font-size: 1.7rem;
}

.br-image {
	width: 233px;
	margin-right: 38px;
	flex-shrink: 0;
}

.br-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.br-name {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.br-star-ratings {
	overflow: hidden;
}

.br-star-rating {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.br-stars {
	color: #f8dd74;
}

.hbg-br-green .br-stars {
	color: #649300;
}

.hbg-br-pink .br-stars {
	color: #e66829;
}

.br-criteria,
.br-stars {
	display: inline-block;
}

.hbg-book-review-block a {
	color: #000;
}

.br-title a:hover {
	opacity: .6;
}

.hbg-membership-promo-block {
	background: #f8dd74;
	padding: 38px;
	line-height: 1.77;
	margin-bottom: 60px;
}

.hbg-membership-promo-block .size-thumbnail {
	width: 233px;
	flex-shrink: 0;
	margin-right: 38px;
}

.hbg-membership-promo-block h4 {
	font-size: 32px;
	font-size: 3.2rem;
}

.hbg-mp-green {
	background: #649300;
	color: #fff;
}

.hbg-mp-orange {
	background: #e66829;
	color: #fff;
}

.hbg-mp-green h4,
.hbg-mp-orange h4 {
	color: #fff;
}

.hbg-membership-promo-block .button-wrap {
	margin-top: 15px;
}

.hbg-mp-green .button:hover {
	border-color: #ab4e27;
    background: #e46834;
}

div.wcf-bump-order-wrap {
	word-break: normal;
}

.study-author-name,
.journal-name {
	font-weight: 500;
}

.hbg-study-block h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.hbg-study-block h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hbg-study-block .fas {
	color: #f8dd74;
}

.hbg-study-block.hbg-br-green .fas {
	color: #649300;
}

.hbg-study-block.hbg-br-pink .fas {
	color: #e66829;
}

.study-text {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f8dd74;
}

.hbg-study-block.hbg-br-green .study-text {
	border-color: #649300;
}

.hbg-study-block.hbg-br-pink .study-text {
	border-color: #e66829;
}

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

.responsive-table tbody {
	vertical-align: top;
}

.responsive-table thead th {
	font-size: 24px;
	text-transform: uppercase;
}

.responsive-table thead tr th {
	background: #231f20;
	color: #fff;
	line-height: 1;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #fff;
    padding: 20px 30px;
	word-break: normal;
}

.responsive-table th:nth-child(1),
.responsive-table td:nth-child(1) {
    width: 35%;
}

.responsive-table th:nth-child(2),
.responsive-table td:nth-child(2) {
    width: 27%;
}

.responsive-table th:nth-child(3),
.responsive-table td:nth-child(3) {
    width: 38%;
}

/* Alternate row background colors */
.responsive-table tr:nth-child(3n+1) {
    background-color: #fdf7e3;
}

.responsive-table tr:nth-child(3n+1) .fas {
	color: #f8dd74;
}

.responsive-table tr:nth-child(3n+2) {
    background-color: #ecf2e0;
}

.responsive-table tr:nth-child(3n+2) .fas {
	color: #649300;
}

.responsive-table tr:nth-child(3n+3) {
    background-color: #fae1d4;
}

.responsive-table tr:nth-child(3n+3) .fas {
	color: #e66829;
}

.podcast-table h2 {
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
}

.podcast-table td a {
	color: #000;
	font-weight: 400;
}

.podcast-table td a:hover {
	text-decoration: underline;
}

.nav-social {
	margin: -25px auto -25px;
	text-align: center;
}

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

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

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

.before-footer-menus {
	background: #ecf2e0;
	padding: 60px 0 40px;
	border-top: 5px solid #fff;
}

.before-footer-menus h2,
.before-footer-menus .widget-title {
	color: #231f20;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: left;
}

.before-footer-menus .genesis-nav-menu a,
.before-footer-menus .genesis-nav-menu li {
	color: #649100;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	font-weight: 700;
	position: relative;
}

.before-footer-menus .textwidget {
	border: 2px solid #649100;
	background: #fff;
	line-height: 1.7;
	padding: 30px 20px 40px;
}

.before-footer-menus .textwidget a,
.site-header .genesis-nav-menu > li.button > a {
	background-color: #66911b;
    border: 0;
    border-bottom: 4px solid #a1bc76;
    color: #fff;
	margin-bottom: 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.7;
    padding: 10px 20px 6px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
	display: inline-block;
}

.site-header .genesis-nav-menu > li.button > a:hover {
	background-color: #f6a829;
    color: #fff;
    border-color: #f8ca7f;
}

.before-footer-menus .textwidget a:hover {
	background-color: #f6a829;
    color: #fff;
    border-color: #f8ca7f;
}

.before-footer-menus .genesis-nav-menu a {
	padding-left: 20px;
}

.before-footer-menus .genesis-nav-menu a:before {
	color: #e66829;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	position: absolute;
	left: 0;
}

.before-footer-menus .genesis-nav-menu li.menu-item {
	margin: 0 0 25px;
	display: list-item;
	text-align: left;
}

.before-footer-menus .footer-0 img {
	margin-bottom: 0;
}

.before-footer-menus .footer-0 .genesis-nav-menu li,
.before-footer-menus .footer-0 .genesis-nav-menu li a {
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
}

.before-footer-menus .footer-0 .genesis-nav-menu li {
	margin-right: 15px;
	margin-bottom: 0;
}

.before-footer-menus .genesis-nav-menu a i {
    color: #07D7CD;
}

.before-footer-menus .genesis-nav-menu a:hover i {
	opacity: .6;
}

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

.before-footer-menus .wrap {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

.before-footer-menus .wrap > div {
	width: 31.11%;
}

.before-footer-menus .wrap:before,
.before-footer-menus .wrap:after {
	display: none;
}

button.slide-nav-link,
.sidr button.menu-close,
.sidr button.sub-menu-toggle {
	background: none !important;
	color: #000 !important;
	border: 0 !important;
}

.footer-0 {
	width: 174px;
}

.before-footer-menus .search-form {
	max-width: 300px;
	border-bottom: 1px solid #fff;
}

.before-footer-menus .search-form input {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 0 20px 6px 0;
    text-align: left;
    width: 232px;
}

.before-footer-menus .search-form input::-moz-placeholder {
color: rgba(255, 255, 255, 0.50);
	opacity: 1;
}

.before-footer-menus .search-form input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.50);
opacity: 1;
}

.before-footer-menus .search-form input[type="submit"] {
	box-shadow: none;
	color: #07D7CD !important;
    font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0;
    padding: 3px 15px 2px 2px;
    vertical-align: middle;
    width: auto;
	display: inline-block;
}

.footer-4 {
	width: 272px;
	flex-shrink: 0;
}

.navigation {
    /* Your styles for navigation */
}

.navigation ul {
    /* Your styles for the navigation list */
}

.navigation li {
    cursor: pointer;
    /* Your styles for the navigation list items */
}

.navigation li.active {
    /* Styles for the active state */
}

.content-section {
    /* Your styles for content sections */
    display: none; /* Hide by default */
}

.hbg-get-started {
	padding: 80px 0;
}

.hbg-get-started .hbg-wrap {
	display: flex;
}

.hbg-get-started .navigation {
	padding-right: 60px;
	text-align: center;
	flex-shrink: 0;
	width: 520px;
}

.hbg-get-started .navigation p {
	font-size: 42px;
	line-height: 1.28;
}

.hbg-get-started .button,
.hbg-front-page .about-section .button.button-large {
	display: inline-block;
	color: #fff;
	margin-bottom: 40px;
	background-color: #e66829;
	box-sizing: content-box;
	border-top: 2px solid #e66829;
    border-bottom: 4px solid #f5c3aa;
}

.hbg-get-started .button:hover,
.hbg-front-page .about-section .button.button-large:hover {
	background-color: #fff;
	color: #e66829;
	border:	3px solid #e66829;

}

.hbg-get-started .navigation .button {
		display: block;
	}

.hbg-get-started .content-section {
	padding-left: 60px;
	border-left: 1px solid #cccccc;
	width: 100%;
}

.hbg-get-started .podcast-right ul {
	margin-left: 0;
}

.hbg-get-started .podcast-right img {
	max-width: 320px;
	margin: 0 auto 40px;
	display: block;
	width: 100%;
}

.hbg-get-started .podcast-right li:first-child {
	padding-top: 15px;
}

.hbg-get-started #section-2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hbg-get-started #section-2 li {
	width: 44.34%;
	text-align: center;
}

.hbg-get-started #section-2 li img {
	max-width: 140px;
	max-height: 140px;
	margin-bottom: 20px;
	width: 100%;
}

.hbg-get-started #section-2 li .button {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
    height: 67px;
	box-sizing: border-box;
	display: flex;
 align-items: center; /* This will vertically center the text */
 justify-content: center; /* This will horizontally center the text if there's no padding */

}

.hbg-front-page .about-section {
	background: none;
}

.hbg-front-page .about-section img {
	margin-bottom: 34px;
}

.hbg-front-page .blog-posts-hero .pretitle {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
}

.hbg-front-page .blog-posts-hero h2 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 60px;
	max-width: none;
}

.hbg-front-page .hbg-blog-section {
	padding-bottom: 0;
}

.hbg-fp-hero {
	background: #fdf8e3;
	padding: 80px 0;
}

.hbg-fp-hero .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fp-hero-left {
	width: 50%;
	padding-right: 80px;
	font-size: 36px;
	line-height: 1.28;
}

.fp-hero-right {
	width: 50%;
}

.fp-hero-left .button-wrap {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}

.fp-hero-left .button {
    padding: 16px 20px 14px;
	width: 100%;
}

.fp-hero-left .button-orange {
	background-color: #e66829;
	border-color: #f5c3aa;
}

.fp-hero-left .button-orange:hover {
	background-color: #f6a829;
	border-color: #f8ca7f;
}

.hbg-fp-book {
	background: #e66829 url(images/dot-overlay.svg) center bottom repeat-x;
}

.hbg-fp-book .hbg-wrap {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
	align-items: flex-start;
}

.fp-book-left {
	width: 44.44%;
	position: relative;
}

.fp-book-right {
	color: #fff;
	width: 51.33%;
	line-height: 1.14;
	font-size: 42px;
	margin-top: 170px;

}

.fp-book-left:after {
	background: url(images/new-book.svg) no-repeat;
	content: "";
	width: 290px;
	height: 130px;
	background-size: contain;
	right: -330px;
	top: 0;
	position: absolute;
}

.fp-book-right p span {
	color: #eccc63;
}

.button-black {
	background: #000;
	border: 0;
	padding: 15px 40px;
}

.button-black:hover {
	background: #fff;
	border: 0;
	color: #000;
}

/* Hide dropdown on desktop */
.navigation-select {
    display: none;
}

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

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

.site-header .search-form {
	margin: 0;
}

.site-header .search {
	position: absolute;
    right: 220px;
    top: 27px;
    z-index: 200;
}

.site-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	margin-right: 0;
	min-height: 51px;
    padding: 14px 35px 15px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    text-transform: none;
    width: 0;
}

.site-header .search input[type="search"] {
	min-height: 53px;
}


.site-header .search input[type="submit"] {
	display: none;
}

.site-header .search:before {
    color: #231f20;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
	font-weight: 900;
    padding: 15px 13px 15px;
    position: absolute;
    right: 0;
}

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

.icon-menu .genesis-nav-menu > li.menu-item.button {
	margin-right: 0;
	top: -10px;
	margin-left: 80px;
}

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

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 15px;
}

.fp-hero-left h2,
.fp-hero-left img {
	max-width: 520px;
	width: 100%;
}

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

.hbg-tft .hbg-top-optins {
	background: none;
}

.hbg-tft .top-optin .button {
	font-size: 14px;
}

.hbg-tft .button-orange {
    background-color: #e66829;
    border-color: #f5c3aa;
}

.hbg-tft .button-orange:hover {
	background-color: #f6a829;
	border-color: #f8ca7f;
}

.hbg-tft .hbg-top-optins header {
	max-width: none;
}

.hbg-tft .hbg-top-optins.hbg-favorite-freebies {
	background: #f9dbcc;
}

.hbg-tft .hbg-top-optins.hbg-favorite-freebies .top-optin {
	width: 31%;
}

.hbg-tft .hbg-top-optins.hbg-favorite-freebies .top-optin h3,
.hbg-tft .hbg-top-optins.hbg-favorite-freebies .button {
	max-width: none;

}

.hbg-tft .hbg-featured-products {
	background: none;
}

.hbg-tft .hbg-featured-products:before {
	display: none;
}

.hbg-tft .site-header {
	border: 0;
}

.hbg-tft .entry-header {
	background: #fdf8e3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0;
}

.entry-header-inner .entry-title {
	text-align: left;
}

.entry-hero-image {
    flex: 0 0 55.625%;
    overflow: hidden;
    position: relative;
}

.entry-header-inner {
    flex: 0 0 44.375%;
    padding: 0 40px;
    padding-left: calc((100% - 1200px)/2);
	font-size: 24px;
	line-height: 1.5;
}

.hbg-tft article.entry {
	margin-bottom: 0;
}

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

.hbg-front-page .optin-popup .optin-popup-right input[type="submit"] {
	max-width: none;
}

body.hbg-front-page {
	font-family: 'Poppins', sans-serif;
}

.hbg-email-popup {
	background: #f5c3aa;
	padding: 10px 0;
	font-weight: 500;
}

.hbg-email-popup.hbg-email-popup-green {
	margin-bottom: -5px;
	background: #9bba6e;
}

.hbg-email-popup .button {
	background: #e66829;
	font-size: 16px;
	padding: 3px 25px;
	border: 0;
}

.hbg-email-popup.hbg-email-popup-green .button {
	background: #66911b;
}

.hbg-email-popup .button:hover {
	background: #f6a829 !important;
}

.hbg-email-popup p {
	margin-bottom: 0;
}

.hbg-email-popup .hbg-wrap {
	max-width: 950px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

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

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

	.entry-header-inner {
		padding-left: 40px;
	}

	.hbg-blog-section .genesis-nav-menu {
		margin-top: -50px;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item {
		height: 100px;
		width: 100px;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item {
		margin: 0 22px;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item a {
		padding: 20px 10px;
	}

	.hbg-blog-section .genesis-nav-menu .menu-item .menu-image-wrap {
		height: 30px;
		width: 30px;
	}

}

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

	.icon-menu .genesis-nav-menu > li.menu-item {
    	margin: 0 8px;
	}

}

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

	.icon-menu .genesis-nav-menu > li > a {
		font-size: 14px;
	}

	.icon-menu #menu-shop-header > li.menu-item a {
		font-size: 12px;
	}

	.icon-menu #menu-shop-header > li.menu-item {
		margin: 0px 8px;
	}

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

	body.woocommerce ul.products.columns-3 li.product, body.woocommerce-page ul.products.columns-3 li.product {
		width: 48%;
	}

	.icon-menu .genesis-nav-menu > li.menu-item {
		margin: 0 8px;
	}

	.blog-posts-hero h2 {
		margin-bottom: 80px;
	}

	.site-inner,
	.wrap {
	}

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

	.content,
	.site-header .widget-area {

	}

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

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

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

}

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

	.hbg-email-popup .hbg-wrap {
		display: block;
	}

	.hbg-email-popup p {
		display: inline;
	}

	.hbg-email-popup .button {
		margin-left: 15px;
	}

}

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

	/* Hide desktop navigation buttons */
   .hbg-get-started .navigation .button {
	   display: none;
   }

   /* Show dropdown menu */
   .navigation-select {
	   display: block;
	   margin-bottom: 50px;
   }

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

	.hbg-get-started .hbg-wrap {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.hbg-get-started {
		padding-bottom: 0;
	}

	.fp-hero-right,
	.hbg-get-started .content-section {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
		text-align: center;
		border: 0;
		padding: 0;
	}

	.fp-hero-left,
	.hbg-get-started .navigation {
		width: 100%;
		padding: 0;
	}

	.sidebar .widget_ewd_optin {
		display: none;
	}

	.woocommerce .title-area {
		margin-left: auto;
		margin-right: auto;
	}

	.woocommerce .icon-menu {
		display: none;
	}

	.woocommerce .sidebar {
    	display: none;
	}

	.facetwp-flyout-open {
    	display: inline-block;
    	margin-bottom: 20px;
	}

	.archive-description-upper {
		display: block;
	}

	.archive-description-left {
		margin-bottom: 40px;
		padding-right: 0;
	}

	.cat-pop-posts,
	.woocommerce main.content {
    	border-left: 0;
		padding-left: 0;
		width: 100%;
	}

	.title-area {
		margin: 0;
		max-width: 218px;
	}

	.site-title > a {
		min-height: 93px;
	}

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

	.site-footer .wrap:before {
    	height: 44px;
    	width: 50px;
		left: 50%;
		margin-left: -25px;
	}

	.site-inner,
	.wrap {

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.sidebar {
		clear: both;
		margin: 0 auto;
		padding-top: 30px;
		float: none;
	}

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

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

	.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: #000;
		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: #e46834;
	}

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

	.top-optin {
		width: 210px;
		margin: 0 20px 40px;
	}

	.hbg-featured-products .featured-product {
		margin: 0 15px 2px;
		width: 300px;
	}

	.hbg-top-optins .hbg-flex-wrap,
	.hbg-featured-products .hbg-flex-wrap,
	.hbg-category .hbg-top-optins .hbg-flex-wrap,
	.hbg-category .hbg-featured-products .hbg-flex-wrap,
	.hbg-membership .hbg-flex-wrap,
	.hbg-online-courses .hbg-flex-wrap,
	.freebie-signup .hbg-wrap,
	.front-page-podcasts .hbg-wrap,
	.about-section .hbg-wrap,
	.email-courses-section .hbg-flex-wrap,
	.optin-block .hbg-flex-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.email-courses-section .optin-column header {
		min-height: 0;
	}

	.hbg-membership {
		padding-top: 20px;
	}

	.hbg-membership .hbg-flex-wrap {
		flex-direction: column-reverse;
	}

	.hbg-membership-left,
	.hbg-membership-right,
	.email-courses-section .optin-column {
		width: 100%;
	}

	.optin-block .freebie-signup-left {
		width: 100%;
		max-width: 305px;
		margin: 0 auto 25px;
	}

	.hbg-membership-right img {
		max-width: 650px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

	.freebie-signup-left {
		max-width: 400px;
	}

	.freebie-signup-right {
		margin-left: 0;
		width: 100%;
	}

	.freebie-signup .hbg-wrap {
		padding: 50px 0;
	}

	.front-page-podcasts .hbg-wrap {
		max-width: 770px;
		padding: 40px;
	}

	.front-page-podcasts {
    	padding: 100px 0 60px;
	}

	.podcast-left {
		margin-right: 0;
	}

	.about-section .about-left {
		margin: 0 0 40px;
	}

	.about-section .about-right > ul > li {
		text-align: left;
	}

	.genesis-nav-menu.menu-social {
		text-align: center;
	}

}

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

	.hbg-tft .entry-header {
		flex-direction: column-reverse;
	}

	.hbg-tft .entry-header {
		padding: 60px 5%;
	}

	.hbg-tft .hbg-top-optins h2,
	.hbg-tft .hbg-featured-products h2 {
		font-size: 36px;
	}

	.hbg-tft .hbg-top-optins {
		padding: 60px 0 20px;
	}

	.entry-header-inner {
		padding: 0;
	}

	.entry-hero-image {
		max-width: 400px;
		margin: 0 auto 40px;
	}

	.before-footer-menus .wrap {
		display: block;
	}

	.before-footer-menus .wrap > div {
		width: auto;
	}

	.footer-2 {
		margin: 40px 0;
	}

	.hbg-podcast-category .archive-description {
		padding-left: 40px;
		padding-right: 40px;
	}

	.hbg-online-courses {
		padding-bottom: 10px;
	}

	.hbg-podcast-category .archive-description img {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		width: 100%;
	}

	.hbg-online-courses h3 {
		margin-bottom: 25px;
	}

	.online-course .course-image {
		display: block;
		height: auto;
	}

	.online-course .button {
		margin-bottom: 60px;
	}

	.hbg-parent-category .nrelate-after-entry .nr_inner {
		flex-wrap: wrap;
	}

	.hbg-parent-category .nrelate-after-entry .nr_panel {
		width: 46%;
		text-align: center;
	}

	.nrelate-after-entry .nr_img_div img {
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-blog .entry {
		padding-left: 0;
		min-height: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
	}

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

	.hbg-blog .category-icon {
		display: block;
		text-align: center;
	}

	.hbg-blog .category-icon img {
		display: inline-block;
	}

	.hbg-blog .entry-title {
		text-align: center;
		margin-bottom: 30px;
	}

	.hbg-blog .entry-image-link {
		left: auto;
		position: relative;
		top: auto;
	}

	.hbg-blog .grade-tags {
		display: block;
	}

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

	.facebook-section {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-top: 80%;
	}

	.facebook-section .facebook-inner {
		margin-bottom: 60px;
		padding: 0;
	}

	.facebook-section {
		background-image: url(images/facebook-sidebar.png) !important;
		background-size: cover;
		background-position: center top;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item {
		margin: 0 10px;
	}

	.online-course {
		width: 100%;
	}

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

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

	.wrap {
	}

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

	.recent-blog-posts .entry {
		width: 45%;
	}

	.hbg-front-page .content .entry-content {
		text-align: center;
	}

	.blog-posts-hero h2 {
		font-size: 36px;
	}

}

@media screen and (max-width: 767px) {
	.responsive-table thead {
	        display: none; /* Hide headers */
	    }

	    .responsive-table tr {
	        margin-bottom: 0.625rem;
	        display: block;
	    }

	    .responsive-table td {
			display: flex;
	        justify-content: flex-start;
			padding: 0;
	    }

	    .responsive-table td::before {
	        /* Add content before each cell to indicate the column title */
	        content: attr(data-label);
			/* Add a black background */
	         background-color: #231f20;
	         color: white;
			 display: flex;
			 flex-direction: column;
			 justify-content: center;
	         /* Make it appear like its own cell */
			 padding: 10px 20px;
			 font-size: 24px;
			 text-transform: uppercase;
			 width: 160px;
			 font-weight: normal;
	    }

		.responsive-table td > div {
			/* Make it appear like its own cell */
			flex: 1;
			padding: 10px 20px;
		}

	    /* Reset widths for mobile view */
	    .responsive-table td:nth-child(1),
	    .responsive-table td:nth-child(2),
	    .responsive-table td:nth-child(3) {
	        width: auto;
	    }
}

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

	.hbg-tft .hbg-top-optins.hbg-favorite-freebies .top-optin {
		width: 100%;
	}

	.hbg-fp-book .hbg-wrap {
		display: block;
	}

	.fp-book-left:after {
		display: none;
	}

	.fp-book-left {
		max-width: 400px;
		width: 100%;
		margin: 0 auto 40px;
	}

	.fp-book-right {
		width: 100%;
		margin-top: 0;
	}

	.br-upper,
	.hbg-membership-promo-block .hbg-flex-wrap {
		display: block;
	}

	.br-image {
		margin-bottom: 25px;
	}

	.hbg-membership-promo-block .size-thumbnail {
		display: block;
		margin: 0 auto 15px;
	}

	.hbg-category .hbg-flex-wrap .entry,
	.hbg-category .hbg-flex-wrap .entry:nth-of-type(4n+4) {
    	margin-right: 6%;
    	width: 47%;
	}

	.hbg-category .hbg-flex-wrap .entry:nth-of-type(even) {
		margin-right: 0;
	}

	.membership-block img {
		margin-right: 0;
	}

	.hbg-tag.hbg-category .hbg-flex-wrap .entry,
	.hbg-tag.hbg-category .hbg-flex-wrap .entry:nth-of-type(4n+4) {
		width: 48%;
		margin-right: 4%;
		text-align: center;
	}

	.hbg-tag.hbg-category .hbg-flex-wrap .entry:nth-of-type(even) {
		margin-right: 0;
	}

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

	.landing-page .site-inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.hbg-parent-category .nrelate-after-entry .nr_panel {
		width: 100%;
	}

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

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

	.button.button-large {
		padding: 20px 20px 16px;
	}

	.hbg-parent-category .nrelate-after-entry .nr_title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.hbg-parent-category .nrelate-after-entry {
		padding-left: 5%;
		padding-right: 5%;
	}

	.single-post .nrelate-after-entry .nr_panel {
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
	}

	.optin-block .freebie-signup-right input {
		width: 100%;
		margin-bottom: 20px;
		max-width: none;
	}

	.blog-posts-hero h2 {
    	margin-bottom: 30px;
	}

	.nrelate-after-entry .nr_img_div img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}

	.featured-product-block .hbg-flex-wrap,
	.printable-block .hbg-flex-wrap,
	.membership-block .hbg-flex-wrap,
	.nrelate-after-entry .nr_inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item {
		height: auto;
		width: auto;
		background: none;
	}

	.featured-product-block img,
	.printable-block img,
	.featured-product-block picture {
		margin: 0 auto 30px;
	}

	.hbg-blog-section .genesis-nav-menu {
		margin-top: 20px;
	}

	.facebook-section .facebook-inner {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.33;
	}

	.email-courses-section {
		padding: 80px 0;
	}

	.facebook-section {
		padding-top: 110%;
	}

	.about-section .about-left {
		width: 250px;
	}

}

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

	.hbg-front-page .about-section {
		padding-bottom: 40px;
	}

	.blog-posts-hero h2 {
    	font-size: 30px;
	}

	.fp-hero-left .button-wrap {
		display: block;
	}

	.fp-hero-left .button-orange {
		margin-top: 40px;
	}

}

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

}
