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

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#222}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;
}

.site-container {
    overflow: hidden;
}

body {
	background-color: #fff;
	color: #222;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #F68E73;
	text-decoration: none;
}

.entry-content p a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	color: #212121;
	background-image: linear-gradient(#F4DF8D,#F4DF8D);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 8px 8px;
	font-weight: 700;
}

.entry-content p a:hover {
	background-image: none;
}

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

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	border: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #333;
	position: relative;
	z-index: 0;
	font-style: normal;
}

blockquote.wp-block-quote {
	margin: 40px auto;
    padding: 0 0 0 30px;
    border-left: 8px solid #EDCA41;
	max-width: 650px;
}

blockquote p {
	margin-bottom: 20px;
}

cite {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.5;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.hbg-highlight {
	background: #E53030;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 30px auto 40px;
	max-width: 660px;
	padding: 40px 40px;
	position: relative;
}

.hbg-highlight-peach {
	background: #F68E73;
}

.hbg-highlight-blue {
	background: #40459C;
}

.hbg-highlight-purple {
	background: #B54D9D;
}

.hbg-highlight-yellow {
	background: #EDCA41;
	color: #222;
}

.hbg-highlight-orange {
	background: #F36732;

}

.hbg-highlight-green {
	background: #B0DED8;
		color: #222;
}

.featured-product-block {
	border: 3px solid var(--secondary-500, #F68E73);
	padding: 0 60px;
	position: relative;
	margin-bottom: 40px;
	font-family: "brandon-grotesque", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #222222;
}

.featured-product-widget {
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px solid #E0E0E0;
	padding: 40px 0;
	min-height: 240px;
	margin-bottom: 40px;
	align-items: center;
}

.hbg-video-block {
	border: 3px solid #EDCA41;
	padding: 60px;
	position: relative;
	margin-top: 90px;
	margin-bottom: 40px;
}

.hbg-video-block:before {
	background: url(images/logo-youtube.svg) no-repeat;
	height: 100px;
	width: 100px;
	background-size: contain;
	content: "";
	left: 50%;
	margin-left: -50px;
	top: -52px;
	position: absolute;
}

.hbg-video-block .hbg-video-block-iframe-wrap {
	margin-bottom: 0;
}

.hbg-video-block-iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.hbg-video-block iframe,
.featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.featured-product-widget:last-child {
	border: 0;
	margin-bottom: 0;
}

.featured-product-block h2 {
	font-family: "alkaline", sans-serif;
text-transform: none;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	line-height: 150%;
	margin-bottom: 10px;
}

.featured-product-block h2 span {
	background: #fff;
	display: inline-block;
	padding: 0 25px;
}

.featured-product-inner {
	width: 100%;
}

.featured-product-block img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.featured-product-block .feat-prod-img {
	max-width: 250px;
	margin-left: 40px;
	width: 100%;
}

.featured-product-block i {
	color: #F68E73;
}

.featured-product-block .optin-title {
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	color: #333;
	margin-bottom: 20px;

}

.featured-product-block .optin-title a,
.book-review h3 a {
	color: #222;
}

.featured-product-block .optin-title a:hover,
.book-review h3 a:hover {
	color: #293692;
}

.featured-product-block .price {
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 23px;
	color: #222000;
}

.featured-product-block .price ins {
	text-decoration: none;
}

.featured-product-block .price del {
	font-weight: normal;
}

.featured-product-price ins {
	text-decoration: none;
}

.feat-prod-content {
	margin-bottom: 20px;
}

.hbg-optin-block .optin-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
}

.hbg-optin-section.hbg-optin-block .wrap {
	width: 100%;
	max-width: none;
	align-items: flex-start;
}

.hbg-optin-section.hbg-optin-block {
	padding: 35px;
	margin-bottom: 60px !important;
}

.hbg-faq-block.ogt-sales-answers {
	padding: 0;
	margin: 40px 0;
}

.hbg-faq-block .ogt-plan-question-answer {
	margin: 0;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.hbg-faq-block .ogt-plan-question {
	background: #EEE;
	color: #222;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	padding: 22px 20px;
	position: relative;
}

.hbg-faq-block .ogt-plan-question:after {
    color: #222;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
	top: 22px;
    right: 20px;
    font-size: 26px;
}

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

.hbg-faq-block .ogt-plan-question.question-open {
	color: #fff;
	background: #40459C;
}

.hbg-faq-block .ogt-plan-question.question-open:after {
	color: #fff;
    content: "\f107"
}

.hbg-faq-block .ogt-plan-answer {
	border-top: 0;
	display: none;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 20px 0;
}

.hbg-faq-block .ogt-plan-answer p {
	margin-bottom: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 40px;
	text-transform: uppercase;
}

h1 {
	font-size: 54px;
	font-size: 5.4rem;
}

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

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

h4 {
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: none;
	font-weight: 400;
}

h5 {
	font-family: "alkaline", sans-serif;
text-transform: none;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	font-size: 3.6;
	text-transform: none;
}

h6 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1.2px;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #F68E73;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

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 {
	background-color: #40459C;
	color: #fff;
}

.button-blue,
.comment-respond input[type="submit"] {
	background-color: #40459C;
}

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

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

.button {
	display: inline-block;
	border-radius: 5px;
}

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

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button-small {
	font-size: 15px;
	padding: 13px 16px 12px;
}

.button-ghost {
	border: 1px solid #222;
	color: #222;
	background-color: transparent;
}

.button-ghost:hover {
	border-color: #222;
	color: #fff;
	background-color: #222;
}


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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	position: relative;
}


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

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

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

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

.single-post  .site-inner {
	max-width: 860px;
}

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

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

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

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

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

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

/* ### Content */

.content {
	float: right;
}

.content-sidebar-wrap {
	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: 360px;
}

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

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

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

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

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

.site-header .search,
.mini-header .search {
	position: relative;
	padding-left: 22px;
	width: 140px;
}

.mini-header .search {
	vertical-align: middle;
}

.site-header .search :before {
	position: absolute;
	color: #BDBDBD;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    left: 0;
    top: 0;
}

.site-header input {
    background-color: #fff;
    border: 0;
    color: #212121;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    width: 100%;
}

.site-header input::-moz-placeholder {
	color: #212121;
	opacity: 1;
}

.site-header input::-webkit-input-placeholder {
	color: #212121;
	opacity: 1;
}


.search-form {
	overflow: hidden;
}

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

.site-header .search-form,
.mini-header .search-form {
	margin: -3px auto 0;
    line-height: 1;
}

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

.content .search-form input[type="submit"] {
	margin-top: 0;
    font-family: "Font Awesome 5 Free";
}

.content .search-form input[type="search"] {
	width: auto;
    padding: 10px 10px 7px;
}

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

.error404 .fp-facebook-left {
	margin-top: 0;
}

.hello-bar {
	background: #40459C;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	padding: 12px 0;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.hello-bar a {
	color: #fff;
	text-decoration: none
}

.hello-bar a:hover {
	color: #edca41;
	text-decoration: none;
}

.formkit-form {
	margin-left: auto;
	margin-right: auto;
}

.single-sjt_optin .formkit-form {
	margin-top: 30px;
}

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

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

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

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

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

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


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

.before-header-bar {
	background: #F68E73;
}

.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 #e0e0e0;
	min-height: 70px;
	padding: 15px 0;
}

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

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

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

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

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

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

.mini-header {
    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,
.site-header nav {
	float: right;
	max-width: 990px;
	text-align: right;
}

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

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

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

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

.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: 70px;
	width: 100%;
}

.woocommerce .site-header,
.woocommerce-page .site-header {
	border-bottom: 1px solid #ccc;
}

.woocommerce .title-area,
.woocommerce-page .title-area  {
    float: left;
    margin: 0 auto;
    max-width: 257px;
    width: 100%;
    padding: 0;
    margin-top: -5px;
}

.woocommerce-MyAccount-navigation li:before {
	display: none;
}

nav.shop-header-menu {
    margin-top: 5px;
}

nav.shop-header-menu .search {
	top: 6px;
    width: 175px;
}

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

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0px 5px 3px 3px rgba(0, 0, 0, 0.1);
	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: 276px;
	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;
}

.genesis-nav-menu .sub-menu a,
.sidr .sub-menu a,
.hbg-blog-section .genesis-nav-menu .sub-menu > li.menu-item a {
	color: #222;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
	font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 12px 15px;
    position: relative;
	width: 274px;
    word-wrap: break-word;
}

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

div.sidr li .sub-menu a {
	text-transform: none;
    padding-left: 40px;
	font-size: 14px;
	text-transform: uppercase;
}

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

div.sidr li a,
div.sidr .menu-item a {
	font-family: "brandon-grotesque", sans-serif;
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	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: #ff039a;
}

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

.sidr .social-icon {
	display: inline-block;
	border: 0;
}

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

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

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

.mini-header .genesis-nav-menu .sub-menu li,
.shop-after-header .genesis-nav-menu .sub-menu li {
	border-bottom: 1px solid #eee;
	text-align: left;
}

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

.mini-header .genesis-nav-menu .sub-menu a,
.shop-after-header .genesis-nav-menu .sub-menu a {
	padding: 12px 15px 12px 47px;
	text-transform: uppercase;
}

.shop-after-header .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 20px;
}

.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 {
	display: inline-block;
	margin-left: 15px;
}

/* ## 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 #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
}

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

.site-header .genesis-nav-menu li li a,
.mini-header .genesis-nav-menu li li a {
	font-weight: 700;
    text-transform: uppercase;
}

.site-header .genesis-nav-menu li li.has-icon a {
	padding-left: 47px;
}

.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: 860px;
	margin-top: 23px;
}

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 20px;
	text-align: center;
	vertical-align: top;
}

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

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


.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: 4px;
	text-align: right;
}

.site-header #menu-shop.genesis-nav-menu {
	margin-top: 12px;
}

.icon-menu .genesis-nav-menu {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
}

.icon-menu .genesis-nav-menu i {
	margin-right: 5px;
}

.genesis-nav-menu .fa-pencil-alt,
.sidr .fa-pencil-alt {
	color: #EDCA41;
}

.genesis-nav-menu .fa-star,
.sidr .fa-star {
	color: #F36732;
}

.genesis-nav-menu .fa-play,
.sidr .fa-play {
	color: #B0DED8;
}

.genesis-nav-menu .fa-user,
.sidr .fa-user {
	color: #40459C;
}

.genesis-nav-menu .fa-home,
.sidr .fa-home {
	color: #E53030;
}


#menu-shop.genesis-nav-menu .fa-home {
	color: #EDCA41;
}

.genesis-nav-menu .fa-shopping-cart,
.sidr .fa-shopping-cart {
	color: #F68E73;
}

#menu-shop.genesis-nav-menu .fa-user {
    color: #F36732;
}

#menu-shop.genesis-nav-menu .fa-file-alt {
    color: #B0DED8;
}


.shop-header-menu .genesis-nav-menu .fa-shopping-cart {
	color: #F68E73;
}

.icon-menu .genesis-nav-menu a:hover,
.shop-header-menu .genesis-nav-menu a:hover,
.site-header .search:hover:before {
	color: #F68E73 !important;
}

.genesis-nav-menu .fa-book-open,
.sidr .fa-book-open {
	color: #8DC63F;
}

.genesis-nav-menu .fa-sign-in-alt,
.sidr .fa-sign-in-alt {
	color: #3078E5;
}

.genesis-nav-menu .fa-amazon,
.sidr .fa-amazon {
	color: #B54D9D;
}

.genesis-nav-menu .fa-heart,
.sidr .fa-heart {
	color: #F68E73;
}


.facetwp-facet-search .facetwp-icon {
	right: 10px;
}

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

.facetwp-selections {
	clear: both;
	margin-bottom: 20px;
}

.menu-item .menu-image-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 77px;
    height: 65px;
	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: 24px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
	top: 12px;
    width: 24px;
}

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

.sidr li.menu-item.visit-shop a {
    background: #e41957;
    color: #fff !important;
}

.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: "brandon-grotesque", sans-serif;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 600;
    padding: 17px 8px 17px;
	text-transform: uppercase;
}

.mini-header .genesis-nav-menu > li > a {
    padding: 18px 8px 19px;
}

.before-header-bar .genesis-nav-menu > li.shop > a {
	background: #faab00;
	color: #222;
	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: "brandon-grotesque", sans-serif;
}

.mini-header .genesis-nav-menu li a {
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 0 17px;
}

.mini-header .genesis-nav-menu li.menu-button a,
.before-header-bar .genesis-nav-menu li.menu-button a {
	background: #FFE699;
	color: #222;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
}

.before-header-bar .genesis-nav-menu li.menu-button a {
	background: #FFE699 !important;
	color: #222 !important;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
	opacity: 1 !important;
}

.mini-header .genesis-nav-menu li.menu-button a:hover{
	background: #F68E73 !important;
    color: #fff !important;
	opacity: 1;
}

.before-header-bar .genesis-nav-menu li.menu-button a:hover {
	background: #fff !important;
    color: #F68E73 !important;
	opacity: 1 !important;
}


.mini-header .genesis-nav-menu a:hover {
	color: #F68E73;
}

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


.before-header-bar .genesis-nav-menu > li.yellow a {
	color: #edd42e;
}

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

.before-header-bar .genesis-nav-menu > li.yellow-bg a,
.mini-header .genesis-nav-menu > li.yellow-bg a {
	color: #222;
	background: #edd42e;
	text-transform: none;
    padding: 22px 20px 22px;
}

.before-header-bar .genesis-nav-menu > li.yellow-bg a:hover {
	background: none;
	color: #fff;
}
.mini-header .genesis-nav-menu > li.yellow-bg a:hover {
	background: none;
	color: #293692;
}



.mini-header .genesis-nav-menu > li.yellow-bg a {
    padding: 21px 20px 20px;
}

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

.shop-after-header .genesis-nav-menu > li > a:hover,
.shop-after-header .genesis-nav-menu > li.current-menu-item > a {
	opacity: .6;
}

.shop-after-header .genesis-nav-menu .sub-menu a:hover{
    color: #F68E73;
}

.genesis-nav-menu .menu-item.visit-shop {
	background: #edd42e;
	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,
.shop-after-header .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-size: 1.4rem;
	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: #ff039a;
}

.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 {
	position: absolute;
    color: #BDBDBD;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    left: 0;
    top: 0;

}

.mini-header .search input {
	background-color: #fff;
    border: 0;
    color: #212121;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    width: 100%;
}

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

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

.shop-after-header {
	background: #FFE699;
	text-align: center;
}

.shop-after-header .genesis-nav-menu > li > a {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 17px 8px 17px;
}

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

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

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

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

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

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

.before-footer-menus {
	background: #222;
	padding: 50px 0 40px;
}

.before-footer-menus .genesis-nav-menu a,
.before-footer-menus .genesis-nav-menu li {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
}

.before-footer-menus .genesis-nav-menu li.menu-item {
	margin-bottom: 25px;
	font-size: 16px;
	font-size: 1.6rem;
	display: list-item;
	text-align: left;
    margin: 0;
}

.before-footer-menus .footer-0 img {
	margin-bottom: 20px;
}

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

.before-footer-menus .genesis-nav-menu a:hover {
	opacity: .6;
	color: #fff;
}

.before-footer-menus .wrap {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
}

.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: #222 !important;
	border: 0 !important;
}

.before-footer-menus h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;
}


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

.fa-facebook-f:before {
    content: "\f39e" !important;
}

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

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

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

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

.genesis-nav-menu.menu-social li.menu-item:nth-child(1) {
	margin-left: 0;
}

.genesis-nav-menu.menu-social li.menu-item:nth-child(2) {
	background: #F36732;
}

.genesis-nav-menu.menu-social li.menu-item:nth-child(3) {
	background: #EDCA41;
}

.genesis-nav-menu.menu-social li.menu-item:nth-child(4) {
	background: #B0DED8;
}

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

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

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

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

.nav-social {

}

button.slide-nav-link,
.sidr button.menu-close,
.sidr button.sub-menu-toggle {
	background: none !important;
	color: #222 !important;
	box-shadow: none;
}

button#slide-menu {
    margin-top: 11px;
}

.fa-tiktok {

}

.fa-tiktok:before {
	content: "";
    background: url(images/tiktok.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 22px;
    top: 11px;
    bottom: 0;
    left: 12px;
    display: block;
    height: 36px;
}


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

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

.hbg-fp-testimonials {
	background-color: rgba(176, 222, 216, 0.25);
	/* Add two background images */
background-image: url('images/swirl-blue-top.jpg'), url('images/swirl-blue-bottom.jpg');

/* Position the first image at the top and the second one at the bottom */
background-position: top, bottom;

/* Set both images to not repeat */
background-repeat: no-repeat, no-repeat;
background-size: contain;
	padding: 120px 0;
}

.fp_testimonial {
	display: inline-flex !important;
    align-items: center;
}

.fp-testimonial-image {
	margin-right: 70px;
	max-width: 350px;
	flex-shrink: 0;
}

.fp-testimonial-right {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 50px 40px 50px 0;
}

.testimonial-text {
	margin-bottom: 20px;
}

.testimonial-name {
	color: #222;
	font-size: 14px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	font-style: normal;

}

.testimonial-job-title {
	color: #bdbdbd;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
}

.testimonial-rating {
	color: #DC9292;
	margin-bottom: 20px;
}

.feat-term-name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.hbg-front-page .hbg-best-sellers .hbg-grid-wrap,
.hbg-blog .hbg-best-sellers .hbg-grid-wrap,
.hbg-category .hbg-best-sellers .hbg-grid-wrap,
.hbg-single-post .hbg-best-sellers .hbg-grid-wrap {
	grid-gap: 0 3.333%;
	grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
	font-size: 54px;
}

.hbg-featured-videos {
	text-align: center;
	padding: 80px 0 40px;
}

.hbg-featured-videos h2 {
	font-family: "alkaline", sans-serif;
text-transform: none;
	font-weight: 600;
	font-style: normal;
	font-size: 54px;
	margin-bottom: 20px;
}

.hbg-featured-videos h3 {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 390;
	line-height: 150%; /* 27px */
	text-transform: none;
}

.front-page-hero {
	margin-bottom: 0;
	position: relative;

}

.hbg-best-sellers header h2 {
	font-size: 54px;
	margin-bottom: 0;
	text-transform: none;
}

.woocommerce .hbg-best-sellers {
	padding-bottom: 40px;
}

.woocommerce .hbg-best-sellers h2 {
	margin-bottom: 20px;
}

.hbg-best-sellers header h2 span {
	display: inline-block;
	position: relative;
	font-family: "alkaline", sans-serif;
text-transform: none;
font-weight: 600;
font-style: normal;
}

.front-page-hero img {
	display: block;
	width: 100%;
	margin-top: -2px;
}

.front-page-hero .fp-hero-column img {
	display: block;
	width: 100%;
	max-width: 260px;
	border-radius: 260px;
border: 5px solid var(--neutral-white, #FFF);
background: url(<path-to-image>), lightgray 50% / cover no-repeat;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.hbg-clubs {
	background-color: rgba(250, 187, 171, 0.41);
	/* Add two background images */
background-image: url('images/swirl-pink-top.jpg'), url('images/swirl-pink-bottom.jpg');

/* Position the first image at the top and the second one at the bottom */
background-position: top, bottom;

/* Set both images to not repeat */
background-repeat: no-repeat, no-repeat;
background-size: contain;
	text-align: center;
	padding: 120px 0;
	position: relative
}

.hbg-clubs h2 {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hbg-clubs h3 {
	font-size: 36px;
font-family: "alkaline", sans-serif;
text-transform: none;
font-weight: 600;
font-style: normal;
}

.hbg-clubs .clubs-intro {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.featured-club img {
	border-radius: 50px 0px;
	border: 5px solid var(--neutral-white, #FFF);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.featured-club img:hover {
	box-shadow: none;
}

.featured-club {
	width: 29.16%;
}

.featured-club .button {
	margin-top: 25px;
}

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

.featured-video {
	width: 30.91%
}

.front-page-hero .fp-outer-wrap {
	position: absolute;
	width: auto;
	max-width: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.front-page-hero .wrap {
    padding: 60px 0;
    width: 90%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.fp-hero-column {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 580px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.fp-hero-column .optin-image {
	margin-bottom: 20px;
}

.fp-hero-column .button-wrap {
	margin-top: 20px;
}

.front-page-hero h2 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	color: #222;
	text-transform: uppercase;
}

.front-page-hero h2 span {
	background-image: linear-gradient(#F4DF8D,#F4DF8D);
	background-position: 0 77%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	font-style: normal;
}

.fp-hero-inner {
	max-width: 582px;
	padding: 60px;
}

.fp-hero-inner .button-wrap {
	text-align: left;
}

.wrap:before,
.wrap:after {
	display: none;
}

.pretitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212121;
	margin-bottom: 20px;
}

.front-page-hero h2 {
	margin-bottom: 20px;
}

.description {
	margin-bottom: 20px;
}

.hbg-best-sellers {
	text-align: center;
	padding: 60px 0 80px;
}

.hbg-best-sellers .hbg-category .entry {
	margin-bottom: 10px;
}

.hbg-front-page .hbg-best-sellers {
	background: none;
	padding-bottom: 80px;
}

.single-post .hbg-best-sellers {
	background: none;
}

.hbg-blog .hbg-best-sellers {
	padding: 80px 0;
}

.woocommerce .hbg-best-sellers {
	background: url(images/stripe-72.svg);
	background-size: 72px 72px;
}

.hbg-best-sellers img {
    display: block;
    margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	max-height: 270px;
	object-fit: cover;
}

.hbg-best-sellers img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

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

.featured-product-price del {
	font-weight: normal !important;
}

.featured-product-price ins {
	text-decoration: none !important;
}

.shop-icon-menu {
	margin-top: 80px;
	margin-bottom: 60px;
}

.hbg-blog .shop-icon-menu {
	margin-top: 0;
}

.shop-icon-menu ul {
	display: flex;
	text-align: center;
	max-width: 1025px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.shop-icon-menu .genesis-nav-menu > li.menu-item {
	width: 16.09%;
	margin: 0 0 25px;;

}

.shop-icon-menu .genesis-nav-menu a {
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;
	text-align: center;
	color: #212121;
	text-transform: uppercase;
}

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

.shop-icon-menu .menu-item .menu-image-wrap {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.shop-icon-menu .wrap {
	text-align: center;
	padding: 0 20px 15px;
}

.shop-icon-menu h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212121;
	margin: -20px 0 30px;
}

.shop-icon-menu h2 span {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
}

.hbg-default-optin {
	background: rgba(246, 142, 115, 0.25);
	padding: 60px 0;
	margin-bottom: 100px;
}

.hbg-front-page .hbg-default-optin {
	margin-bottom: 70px;
}

.hbg-blog .hbg-default-optin {
	margin-bottom: 40px;
}

.hbg-optin-section .wrap {
	display: flex;
	max-width: 990px;
	align-items: center;
}

.hbg-default-optin.hbg-optin-section {
	text-align: center;
	margin-bottom: 0;
}

.hbg-default-optin.hbg-optin-section h2 {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hbg-default-optin.hbg-optin-section .optin-image {
	border: 5px solid #FFFFFF;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
	max-width: 350px;
	flex-shrink: 0;
	margin-right: 60px;
}

.hbg-default-optin.hbg-optin-section.hbg-optin-block .optin-image {
	max-width: 280px;
}

.woocommerce-shop .hbg-grid-wrap {
    display: grid;
	grid-gap: 0 3.333%;
	grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
}

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

.hbg-front-page .site-inner .content-sidebar-wrap {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.hbg-default-optin.hbg-optin-section .button-wrap {
	margin-top: 20px;
}

.hbg-optin-section .optin-image img {
	display: block;
}

.hbg-optin-section .optin-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

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

.hbg-optin-green .optin-title {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 7px;
}

.optin-popup .hbg-flex-wrap {
	display: flex;
	padding: 20px;
    box-sizing: border-box;
	text-align: center;
}

.optin-popup-right {
	flex-shrink: 0;
	width: 220px;
	margin-left: 40px;
}

.optin-popup-right img {
	box-shadow: 0 0 6px rgb(0 0 0 / 25%);
}

.optin-popup-lower {
    padding: 0 20px 10px;
    text-align: center;
}

.optin-popup-lower input {
    padding: 14px;
    width: 230px;
    box-sizing: border-box;
    margin: 0 5px 20px;
}

.optin-popup-lower input[type="submit"] {
	vertical-align: top;
	padding: 15px 24px !important;
	width: auto;
}

.optin-popup-left h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

.hbg-blog-section .wrap {
	text-align: center;
	width: 100%;
}

.hbg-blog-section .hbg-grid-wrap {
    display: grid;
    grid-gap: 0 3.755%;
    grid-template-columns: 30.83% 30.83% 30.83%
}

.hbg-blog-section img {
	display: block;
}

.hbg-blog-section img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.hbg-blog-section img.menu-image:hover {
	box-shadow: none;
}

.hbg-front-page .hbg-blog .archive-title {
    text-align: center;
	font-family: "alkaline", sans-serif;
text-transform: none;
	font-weight: 600;
	font-style: normal;
	font-size: 54px;
	line-height: 125%;
	text-align: center;
	color: #212121;
    margin-bottom: 20px;
	position: relative;
	text-transform: none;
}

.hbg-front-page .hbg-blog .archive-title span {
	position: relative;
    display: inline-block;
}

.hbg-front-page .hbg-blog .archive-title h2 span:before {
    content: "";
    background: url(images/dots-left.svg);
    width: 108px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    left: -30px;
    position: relative;
    top: -5px;
}

.hbg-front-page .hbg-blog .archive-title h2 span:before {
    content: "";
    background: url(images/dots-left.svg);
    width: 108px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    left: -30px;
    position: relative;
    top: -5px;
}

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

.hbg-front-page .hbg-blog .shop-icon-menu {
	margin-bottom: 0;
}

.blog-intro {

}

.hbg-lower-optin {
	background: rgba(237, 202, 65, 0.25);
	margin-bottom: 0;
	padding: 60px 0;
}

.single .hbg-lower-optin {
	background: rgba(246, 142, 115, 0.25);


}

.outer-wrap {
	width: 90%;
	max-width: 990px;
	margin: 0 auto;
	text-align: center;
}

.optin-top-title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212121;
	margin: -20px 0 30px;
}

.optin-top-title span {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
}

.hbg-lower-optin.hbg-optin-section .wrap {
    display: flex;
    max-width: none;
    align-items: center;
    flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

.hbg-optin-section .optin-image {
    border: 0;
    filter: none;
    max-width: 350px;
    margin-left: 0;
	margin-right: 60px;
	border-radius: 350px;
	border: 5px solid var(--neutral-white, #FFF);
	background: url(<path-to-image>), lightgray 50% / cover no-repeat;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	flex-shrink: 0;
}

.hbg-lower-optin.hbg-optin-section .optin-image {

}

.hbg-lower-optin .optin-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #222;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.hbg-lower-optin .optin-title span {
	background-image: linear-gradient(#F4DF8D,#F4DF8D);
	background-position: 0 77%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.hbg-lower-optin.hbg-optin-section .optin-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hbg-about-section .wrap {
	display: flex;
	max-width: 900px;
}

.about-right {
	margin-right: 56px;
	flex-shrink: 0;
	width: 490px;
}

.about-right img {
	display: block;
	border: 10px solid #FFFFFF;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.hbg-about-section {
	background: url(images/about.png) no-repeat right bottom;
	background-size: cover;
	padding: 140px 0;
}

.about-left {
	max-width: 600px;
}

.entry-content p a.button {
	background-image: none;
}

div.facetwp-facet input.facetwp-search {
	background: rgba(237, 202, 65, 0.50);
	padding: 10px 20px;
	border: 0;
}

.hbg-facet-reset {
	border: 0;
}

/* # Archive
---------------------------------------------------------------------------------------------------- */

.hbg-about-section h2 {
	font-size: 54px;
	font-family: "alkaline", sans-serif;
text-transform: none;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}

.hbg-archive .site-inner {
	max-width: none;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.taxonomy-archive-description {
    background: url(images/stripe-72.svg);
	background-size: 72px 72px;
	padding: 60px 0;
}

.archive-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.hbg-category .archive-title {

}

.search-results.hbg-blog .archive-title {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.hbg-yellow-category.hbg-category .archive-title {
	color: #222;
}

.hbg-blog .archive-title {
	text-align: center;
	font-family: "alkaline", sans-serif;
text-transform: none;
font-weight: 600;
font-style: normal;
font-size: 54px;
font-size: 5.4rem;
	text-transform: none;
	margin-bottom: 20px;
}

.posts-page-description {
	text-align: center;
	padding: 0 5%;
}

.archive-description-upper {
	display: flex;
	justify-content: space-between;
}

.hbg-yellow-category .archive-description-upper {
	color: #222;
}

.archive-description-left {
	width: 54.66%;
}

.before-grid-title {
	font-size: 32px;
	text-transform: uppercase;
}

.cat-pop-posts {
	border-left: 1px solid #F68E73;
	width: 42%;
	padding-left: 40px;
}

.hbg-yellow-category .cat-pop-posts {
	border-left: 2px solid #222;
}

.archive-description ul>li {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    list-style-type: none;
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.archive-description ul>li a {
	text-decoration: none;
}

.archive-description ul>li a:hover {
}

.hbg-yellow-category .archive-description ul>li a {
	color: #222;
}

.hbg-yellow-category .archive-description ul>li a:hover {
	color: #222;
}

.single-mtc-optin .entry .pt-icon img,
.single-nlk_optin .entry.popup-body .pt-icon img {
	border: 0;
	box-shadow: none;
	position: static;
}

.archive-description ul > li {
	list-style-type: disc;
	font-weight: 700;
	position: relative;
	line-height: 1.6;
	margin-bottom: 35px;
	padding-left: 0;
}

.archive-description ul>li:before {
	color: #F68E73;
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	font-weight: 900;
	position: absolute;
	left: -30px;
	top: -2px;
	width: 28px;
	height: 23px;
}

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

.pop-posts-headline {
	    font-size: 24px;
	    font-size: 2.4rem;
	    font-weight: 600;
	    margin-bottom: 30px;
	    text-transform: uppercase;
}

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

.cat-headline-icon {
	width: 65px;
	height: 65px;
	left: 0;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.archive-title {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.archive-description-left {
	position: relative;
}

.child-cat-head {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-grid-wrap {
    display: grid;
    grid-gap: 0 3.635%;
    grid-template-columns: 30.91% 30.91% 30.91%;
}

.hbg-category.hbg-parent-category .hbg-grid-wrap .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.125;
	text-transform: none;
	margin-top: 20px;
}

.hbg-category .hbg-grid-wrap img {
	display: block;
	margin-bottom: 25px;
}

.hbg-category .hbg-grid-wrap img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.hbg-category .entry {
	margin-bottom: 30px;
	background: none;
}

.hbg-category .entry .entry-title {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 20px;
	text-transform: none;
}

.hbg-category .entry a {
	color: #222;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}

.hbg-front-page .hbg-category .entry a {
	font-weight: 400;
}

.hbg-category .entry a:hover {
	color: #F68E73;
}

.hbg-child-category .archive-description-upper {

}

.hbg-child-category .archive-description-left {

}

.hbg-child-category .cat-pop-posts {
	text-align: center;
	margin-top: 60px;
}

.pop-posts-headline {
	font-weight: 600;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "alkaline", sans-serif;
text-transform: none;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 35px;
	text-transform: none;
}

.more-from-category {
	text-align: center;
	margin-top: 80px;
}

.pop_inner li.entry img {
	display: block;
}

.pop_inner li.entry a {

}

.pop_inner li.entry a:hover,
.pop_inner li.entry a:focus {

}

.pop_inner li {
	list-style-type: none !important;
	position: relative;
}

.pop_inner li a {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 125%;
	color: #212322;
	text-decoration: none;
}

.pop_inner li a:hover {
	color: #F68E73;
}

.pop_inner li:before {
	color: #a78bbe;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	margin: 0;
}

.pop_inner {
    grid-gap: 0 3.38%;
    grid-template-columns: 31.08% 31.08% 31.08%;
}

.popular-post-title {
	display: block;
	margin-top: 20px;
}

.sub-cat-select {
	background: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 20px 0;
	text-align: center;
}

.cat-select {
	display: inline-block;
}

.hbg-category .hbg-grid-wrap {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

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

.hbg-category.hbg-grid-wrap {

}

.search-select {
	margin-top: 30px;
}

.search-select h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.back-to-parent {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
}

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

.landing-page .site-inner {
	max-width: 1020px;
	padding-top: 80px !important;
    padding-bottom: 60px;
}

.landing-page.optin-page .site-inner {
	max-width: 900px;
	padding-top: 80px !important;
    padding-bottom: 100px;
}

.optin-page .content img {
	max-width: 700px;
	margin-bottom: 40px;
}

.landing-page.optin-page .entry {
	padding: 60px 80px;
}

.hbg-arrows-background .site-container {
	background: url(images/arrows-427.svg);
	background-size: 427px 427px;
}

.hbg-dots-background .site-container {
	background: url(images/dots-384.svg);
	background-size: 384px 384px;
}

.hbg-grid-background .site-container {
	background: url(images/grid-72.svg);
	background-size: 72px 72px;
}

.hbg-stripe-background .site-container {
	background: url(images/stripe-72.svg);
	background-size: 72px 72px;
}

.landing-page .entry {
	position: relative;
	padding: 60px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.landing-page .entry-header {
	position: relative;
}

.landing-page .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	text-align: center;
	margin: 0 auto 40px;
}

.optin-page .entry-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

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

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

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

span.middot {
    padding: 0 5px;
}

p.entry-meta {
	color: #222;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-footer i {
	color: #BDBDBD;
}

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

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

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

.entry-header .entry-meta time,
.entry-meta a {
	color: #9E9E9E;
}

.entry-footer .entry-meta a {
	color: #9E9E9E;
}

.entry-header .entry-meta time {
}

.entry-header .entry-meta i {
	margin-left: 10px;
}

.hbg-affiliate-disclosure {
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 20px;
	font-style: normal;
	border: 1px solid var(--neutral-600, #DADBDC);
	margin-bottom: 40px;
}

.hbg-affiliate-disclosure a {
	color: #F68E73;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.hbg-affiliate-disclosure .widget {
	margin-bottom: 0;
}

.hbg-affiliate-disclosure a:hover {
	color: #222;
}

.entry-meta a:hover {
	color: #222;
}

.fa-tag {
	margin-left: 18px;
}

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

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

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

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

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

.hbg-blog .pagination {
    margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

.adjacent-entry-navigation a {
	color: #222;
	display: inline-block;
	font-family: "brandon-grotesque", 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: #ec2327;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span {
	color: #9E9E9E;
	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: 0;
}

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

.entry-comments h3,
.comment-respond h3 {
	color: #222;
	font-size: 42px;
	font-size: 4.2rem;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.25;
}

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

.entry-comments p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.comment-list {
	clear: both;
}

.comment-list ul {
	padding-left: 60px;
}

.comment-list li {
	margin-top: 40px;
	padding-bottom: 40px;
}

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

.comment-list li.depth-1 {
	border-bottom: 1px solid #ccc;
}

.comment-list li.depth-1:last-of-type {
	border: 0;
}

.comment-list li.bypostauthor > article {
	border: none;
	padding: 0;
}

.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: #222;
	font-family: "brandon-grotesque", 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: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
}

.bypostauthor > article > .comment-header > .comment-author > .comment-author-name:after {
	content: "AUTHOR";
	color: #fff;
	background: #40459C;
	line-height: 1;
	padding: 6px 9px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 20px;
	vertical-align: middle;
}

.comment-author a {
	color: #222;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

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

.comment-time {
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #212121;
}

.comment-metadata {
	display: none;
}

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

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

.comment-reply {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
}

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

.comment-reply a:hover {
	color: #293692;
	background: none;
}

.fas.fa-reply:before {
    content: "\f3e5";
	margin-right: 3px;
	background: none;
}

.comment-respond form {
	clear: both;
}

.children article {
	border: 0;;
	padding-left: 0;
}

.comment-content {
    clear: both;
}

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

.nrelate-after-entry {
	margin-bottom: 40px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.nrelate-after-entry .nr_panel {
	margin-right: 25px;
	margin-bottom: 35px;
    width: 30.5%;
    display: block;
    float: left;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

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

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

.single-post .nrelate-after-entry .nr_panel:hover .nr_text {
	color: #F68E73;
}

.single-post .nrelate-after-entry .nr_panel:hover img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

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

.nrelate-after-entry .nr_title {
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: left;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212121;
}


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

.nrelate-after-entry .nr_text {
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 125%;
	display: flex;
	align-items: center;
	display: block;
	text-align: center;
	color: #222000;
}

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

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

.after-post-optin {
	margin-bottom: 60px;
}

.after-post-optin .hbg-optin-section {
	padding: 40px;
}

.after-post-optin .hbg-default-optin.hbg-optin-section .optin-image {
	max-width: 280px;
	margin-left: 40px;
}

.after-post-optin .hbg-optin-section .wrap {
	max-width: none;
	width: 100%;
}

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

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

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


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

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

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

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

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

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


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

.site-footer {
	background: #222;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

.site-footer a:hover {
	opacity: .5;
	color: #212121;
	text-decoration: none;
}

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

.footer-logo {
	margin: 0 auto 10px;
	width: 100px;
}

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

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

.single-post .entry-header .wrap {
	max-width: 900px;
}

.single-post .entry-header .entry-title {
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #9E9E9E;
}

.entry-meta a {
    color: #9E9E9E;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #F68E73;
}

.search-results .archive-description {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}





.wrap.flex-container {
	display: flex;
    position: relative;
    align-items: flex-start;
}

.program-item {
	padding: 100px 0 40px;

}

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

.program-item:nth-child(even) {
	background: url(images/lines-155x155.svg);
	background-size: 155px 155px;

}

.program-item:nth-child(even) .wrap.flex-container {
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.program-image {
  max-width: 408px;
  margin: 0 60px 40px 0;
  border-radius: 5px;
border: 5px solid var(--neutral-white, #FFF);
background: var(--neutral-100, #F5F5F5);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.program-item:nth-child(even) .program-image {
  margin: 0 0 40px 60px;
}

.program-details ul {
  list-style: none; /* This removes the default bullet points */
  padding-left: 0; /* This ensures that the padding is consistent for all list items */
}

.program-details ul li {
  position: relative; /* This sets the position context for the pseudo-element */
  padding-left: 40px; /* Adjust as needed; this creates room for the custom bullet point */
}

.program-details ul li::before {
	color: #e53030;
  content: '\f518'; /* The unicode for your icon */
  font-family: 'Font Awesome 5 Free'; /* Ensure you have this font loaded */
  position: absolute; /* This takes the custom bullet point out of the normal flow, so it doesn't affect the text alignment */
  left: 0; /* This positions the custom bullet point at the start of the list item */
  font-weight: 900; /* FontAwesome icons require a font weight for certain icons */
}


.program-details {
  /* Add any additional styles you want for the program details section */
}

.program-button {
  background-color: #e53030;
}

.program-button {
	margin-bottom: 40px;
}

.program-button:hover,
.progrom-button:focus {
  background-color: #212121 !important;
}

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

/* Styling for the number */
.program-number {
	color: #fff;
	font-weight: 700;
  position: absolute;
  font-size: 60px;
  background-color: #e53030;
  border-radius: 50%;
  width: 81px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
}

.sales-page-icon {
	margin-bottom: 15px;
}

.hbg-sales .entry-header {
	background: url(images/hearts-2970x1485.svg);
	background-size: 1486px 743px;
	padding: 80px 0;
}

.hbg-sales .page-sub-title {
	color: var(--neutral-900, #212121);
	text-align: center;
	font-size: 21px;
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hbg-sales .entry-title {
	color: var(--neutral-900, #212121);
	text-align: center;
	font-size: 60px;
	font-family: "brandon-grotesque", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -1.8px;
}

.hbg-sales .entry {
	margin-bottom: 20px;
}

.program-item:nth-child(odd) .program-number {
  left: -40px;
}

.program-item:nth-child(even) .program-number {
  right: -40px;
}

/* Additional code for the image wrapper */
.image-wrapper {
  position: relative;
}

.cta-content {
	background: #40459C;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}

.cta-content .pretitle {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.cta-content h2 {
	color: #fff;
	font-size: 48px;
}

.cta-content .button:hover,
.cta-content .button:focus {
	background: #212121;
}

.testimonial-stars {
	color: #F9D316;
    font-size: 24px;
    letter-spacing: 8px;
    margin-bottom: 10px;
}

.testimonial-content {
	background: url(images/dots-270x270.svg);
	background-size: 200px 200px;
	padding: 100px 0;
	text-align: center;
}

.testimonial-content .wrap {
	background: #fff;
	max-width: 900px;
	padding: 65px 100px;
}

.testimonial-content h2 {
	font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial-text {

}

.fp-testimonial-right h3 {
	font-size: 36px;
	margin-bottom: 15px;
}

.button-green {
	background: #B0DED8;
}

.button-green:hover {
	background: #F68E73;
}

.testimonial-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.programs-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.program-row-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 167px;
  margin: 0 20px;
}

.program-row-image {
  width: 167px;
  height: 167px;
  object-fit: cover;
}

.hbg-sales .entry-header .hbg-wrap {
	width: 96%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}

.hbg-sales .hello-bar a {
    color: #fff;
    text-decoration: none;
	font-weight: 700;
}

.hbg-sales .hello-bar a:hover,
.hbg-sales .hello-bar a:focus {
    color: #fff;
    text-decoration: none;
	font-weight: 700;
	opacity: .6;
}

.program-row-item h3 {
	color: var(--neutral-900, #212121);
	text-align: center;
	font-size: 16px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	line-height: 125%;
    padding: 0 5px;
}

.program-row-image {
	margin-bottom: 20px;
}

.program-item:nth-child(2) .program-number,
.program-item:nth-child(2) .program-button {
	background-color: #B54D9D;
}

.program-item:nth-child(2) .program-details ul li::before {
    color: #B54D9D;
}

.program-item:nth-child(3) .program-number,
.program-item:nth-child(3) .program-button {
	background-color: #3078E5;
}

.program-item:nth-child(3) .program-details ul li::before {
    color: #3078E5;
}

.program-item:nth-child(4) .program-number,
.program-item:nth-child(4) .program-button {
	background-color: #F79826;
}

.program-item:nth-child(4) .program-details ul li::before {
    color: #F79826;
}

.program-item:nth-child(5) .program-number,
.program-item:nth-child(5) .program-button {
	background-color: #F9D316;
}

.program-item:nth-child(5) .program-details ul li::before {
    color: #F9D316;
}

.program-item:nth-child(6) .program-number,
.program-item:nth-child(6) .program-button {
	background-color: #8DC63F;
}

.program-item:nth-child(6) .program-details ul li::before {
    color: #8DC63F;
}

.hbg-sales .hbg-about-section {
    padding-top: 50px;
}

.before-footer {
	background: #40459C;
	padding: 40px 0;
	text-align: center;
}

.genesis-nav-menu.menu-footer a {
	padding: 0;
	color: #EDCA41;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}

.genesis-nav-menu.menu-footer a:hover {
	color: #fff;
}

.genesis-nav-menu.menu-footer {
	max-width: 1200px;
	margin: 0 auto;
}

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

.product-featured-post {
	border: 3px solid var(--accent-aqua, #B0DED8);
	padding: 40px;
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.featured-post-left {
	width: 100%;
}

.product-featured-post h2 {
	font-family: "alkaline", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	text-transform: none;
	margin-bottom: 20px;
}

.product-featured-post h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	text-transform: none;
	margin-bottom: 0;
}

.product-featured-post > a {
	margin-left: 40px;
	width: 342px;
	flex-shrink: 0;
}

.product-featured-post img:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.product-featured-post h3 a {
	color: #222;
}

.product-featured-post h3 a:hover {
	color: #f68e73;
}

/* Button group styling */
.icon-menu .menu-item.button {
    padding: 0 !important;
    margin: 0 !important;
}

.icon-menu .menu-item.button.login-button,
.sidr .menu-item.button.login-button {
	background: #222;
}

.icon-menu .menu-item.button.login-button:hover,
.sidr .menu-item.button.login-button:hover {
	background: #40459C;
}

.icon-menu .menu-item.button:hover,
.sidr-menu .menu-item.button:hover {
	color: #fff !important;
}

.sidr .menu-item.button {
	display: list-item;
	text-align: center;
}

.icon-menu .menu-item.button a,
.sidr .menu-item.button a {
	background: none !important;
    padding: 6px 12px !important;
    color: white !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

 .sidr .menu-item.button.learn-more-button a {
	 margin-bottom: 0;
 }

.sidr .menu-item.button a {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 10px;
}

/* Create the button group container using pseudo-element */
.icon-menu .menu-item.button-group {
    position: relative !important;
    display: inline-block !important;
    margin: -5px 5px 0 !important;
    padding: 0 !important;
}

/* Create combined border around the buttons */
.icon-menu .menu-item.button-group:before,
.sidr .menu-item.button-group:before  {
    content: '';
    position: absolute;
	top: -15px;
	    left: -10px;
	    right: -10px;
	    bottom: -10px;
    border: 2px solid #EDCA41;
    border-radius: 5px;
    z-index: 0;
    pointer-events: none;
}

.sidr .menu-item.button-group:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 4px;
    right: 4px;
    bottom: -10px;
    border: 2px solid #EDCA41;
    border-radius: 5px;
    z-index: 0;
    pointer-events: none;
}

/* Create combined border around the buttons */
.icon-menu .menu-item.button-group:after,
.sidr .menu-item.button-group:after {
	background: #fff;
	color: #222;
    content: 'SJT CLUBS';
    position: absolute;
	top: -21px;
	margin-left: 50%;
	left: -37px;
    z-index: 1;
	font-weight: 700;
	font-size: 14px;
    pointer-events: none;
	padding: 0 4px;
}

.sidr .menu-item.button-group:after {
	top: -26px;
}

.icon-menu .menu-item.button-group > a,
.sidr .menu-item.button-group > a {
	display: none;
}

/* Ensure button content sits above the pseudo-element border */
.icon-menu .menu-item.button-group .menu-item.button a {
	background: none;
	color: #fff !important;
    position: relative;
    z-index: 1;
	width: auto;
}


.icon-menu .genesis-nav-menu .button-group .sub-menu {
	box-shadow: none;
	opacity: 1;
	position: relative;
	left: auto;
	display: flex;
width: auto;
gap: 10px;
}

.sidr .button-group .sub-menu {
	display: block;
	padding: 5px 16px;
	margin-top: 30px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
	height: auto;
}

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

@media only screen and (min-width: 1440px) {

	.hbg-about-section {
		background-position: right top;
	}

}


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

	.site-footer {
		background-size: auto;
	}

}


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

	.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: 1100px) {

	.program-item:nth-child(odd) .wrap.flex-container {
    	padding-left: 40px;
	}

	.program-item:nth-child(even) .wrap.flex-container {
    	padding-right: 40px;
	}


	.program-item:nth-child(odd) .program-image {
		margin-right: 30px;
	}

	.program-item:nth-child(even) .program-image {
		margin-left: 30px;
	}

}

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

	.facetwp-flyout-content h3 {
		font-size: 36px;
		font-family: "alkaline", sans-serif;
		font-weight: 600;
		font-style: normal;
		text-transform: none;
	}

	.about-left {
		max-width: 400px;
	}

	.related.products > h2:after {
		display: none;
	}

	.related.products > h2:before {
    	position: static;
    	display: block;
    	margin: 0 auto 20px;
	}

	.woocommerce .sidebar {
		display: none;
	}

	.facetwp-flyout-open {
		display: block;
		margin-bottom: 40px;
		float: left;
		border: 0;
	}

	.hbg-about-section .wrap {
		flex-direction: column-reverse;
	}

	.hbg-about-section {
		padding-top: 20px;
	}

	.about-right {
		width: 100%;
		max-width: 490px;
		margin: 0 auto 40px;
	}

	.hbg-lower-optin.hbg-optin-section .wrap {
		display: block;
	}

	.front-page-hero .fp-outer-wrap {
    	position: static;
	}

	.front-page-hero .wrap {
    	padding: 0;
	}

	.hbg-lower-optin.hbg-optin-section .optin-image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.hbg-optin-section .optin-image img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}

	.hbg-lower-optin.hbg-optin-section .optin-left {
		width: 100%;
	}

	.page-sub-title, .front-page-hero .wrap, .fp-hero-inner {
	    max-width: none;
	    width: 100%;
	}

	.fp-hero-column {
		max-width: none;
		width: 100%;
		padding: 0 5%;

	}

	.fp-hero-inner {
		padding: 10px 5% 0;
	}

	.site-inner,
	.wrap {

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

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

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.sidebar {
		margin-left: 0;
	}

	.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: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

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

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

}

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

}

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


	.hbg-best-sellers header h2 span:after {
		display: none;
	}

	.hbg-best-sellers header h2 span:before {
		position: static;
		margin: 0 auto 20px;
		display: block;
	}

}

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

	.product-featured-post {
		display: block;
	}

	.featured-post-left {
		margin-bottom: 25px;
	}

	.woocommerce img, .woocommerce-page img,.product-featured-post > a {
		margin-left: 0;
	}

	.fp_testimonial {
		display: inline-block !important;
	}

	.program-number {
    	font-size: 40px;
    	width: 60px;
    	height: 60px;
    	top: -30px !important;
		right: auto !important;
		left: -30px !important;
	}

	.testimonial-content .wrap {
    	padding: 40px 50px 20px;
	}

	.wrap.flex-container {
		flex-direction: column !important;
	}

	.program-item:nth-child(even) .wrap.flex-container {
	    padding-right: 0;
		padding-left: 40px;
	}

	.program-item:nth-child(even) .program-image {
    	margin-left: 0;
		margin-right: 30px;
	}

	.program-item:nth-child(even) .program-number {
    	right: auto;
		left: -40px;
	}

	.featured-product-widget {
		display: block;
	}

	.featured-product-block img {
		display: block;
		margin: 0 auto 25px;
	}

	.archive-description-upper {
		display: block;
	}

	.archive-description-left,
	.cat-pop-posts {
		width: 100%;
	}

	.cat-pop-posts {
		border: 0;
		padding: 40px 0 0;
	}

	.hbg-optin-section.hbg-default-optin .wrap {
		display: block;
	}

	.hbg-default-optin.hbg-optin-section .optin-image,
	.after-post-optin .hbg-default-optin.hbg-optin-section .optin-image {
		width: 100%;
		margin: 0 auto 30px;
	}

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

	.shop-icon-menu ul {
    	justify-content: center;
    	flex-wrap: wrap;
	}

	.shop-icon-menu .genesis-nav-menu > li.menu-item {
	    width: 33.33%;
	    margin: 0 0 25px;
	    padding: 0 15px;
	    box-sizing: border-box;
	}

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

}

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

	.optin-popup .hbg-flex-wrap {
		flex-direction: column-reverse;
	}

	.optin-popup-right {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 220px;
	}

	.shop-icon-menu .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.product-featured-post {
		padding-left: 5%;
		padding-right: 5%;
	}

	.featured-product-block {
	    padding: 0 5%;
	}

	.hbg-video-block {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 40px;
	}

	.hbg-about-section {
	    background: url(images/about-mobile.png) no-repeat center top;
		background-size: contain;
		padding: 62% 0 60px;
	}

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

	.hbg-blog-section .hbg-grid-wrap {
		display: block;
	}

	.hbg-front-page .hbg-best-sellers .hbg-grid-wrap, .hbg-blog .hbg-best-sellers .hbg-grid-wrap, .hbg-category .hbg-best-sellers .hbg-grid-wrap, .hbg-single-post .hbg-best-sellers .hbg-grid-wrap,
	.woocommerce-shop .hbg-grid-wrap {
		grid-gap: 0 5%;
    	grid-template-columns: 47.5% 47.5%;
	}

	.hbg-blog-section .hbg-grid-wrap {
		grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.optin-top-title {
		margin-top: 25px;
	}

	.hbg-featured-videos .hbg-flex-wrap,
	.hbg-clubs .hbg-flex-wrap {
		display: block;
	}

	.featured-video,
	.featured-club {
    	width: 100%;
	}

	.featured-club {
		max-width: 350px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}

	.featured-club:last-child {
		margin-bottom: 0;
	}

}

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

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 36px;
	}

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

	.program-row-item {
		margin: 0 12px;
	}

	.nrelate-after-entry .nr_inner {
		flex-wrap: wrap;

	}

	.nrelate-after-entry .nr_panel {
		width: 100%;
	}

	.program-image {
		width: 100%;
	}

	.program-image {
		margin-right: 0 !important;
	}

}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #222 !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;
	}

}
