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

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

@font-face {
    font-family: 'Goldie-Dreambox';
    src: url('webfonts/Goldie-Dreambox/Goldie-Dreambox.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

body {
	color: #000;
	font-family: 'Poppins', 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: #293692;
	text-decoration: none;
}

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

.entry-content p a,
.entry-content ul a {
	background-image: linear-gradient(#D5D7E8,#D5D7E8);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 8px 8px;
	color: #293692;
	font-weight: 700;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}

.entry-content p a:hover,
.entry-content ul a:hover {
	color: #000;
	background: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

figure.wp-block-image {
	margin-bottom: 40px;
}

blockquote {
	border-left: 3px solid #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.75;
	font-style: italic;
	padding-left: 24px;
	position: relative;
	margin: 0 auto 40px;
	max-width: 788px;
}

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

blockquote.wp-block-quote {
    border-left: none;
    margin: 40px auto;
	padding: 0 0 0 76px;
	max-width: 700px;
}

blockquote p {
	margin-bottom: 20px;
}

cite {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.5;
	color: #666;
}

.hbg-highlight {
	background: #FCA297;
	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-light-blue {
	background: #8B8BFD;
}

.hbg-highlight-dark-blue {
	background: #293692;
}

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

.hbg-highlight-yellow {
	background: #FFE699;
	color: #000;
}

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

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

h1 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 600;
}

h2 {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 600;
}

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

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

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

h6 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* ## 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: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

.sidebar .facetwp-facet input.facetwp-search,
.sidebar .facetwp-facet input.facetwp-location {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

/*.sidebar .facetwp-icon {
	opacity: 1;
	text-align: center;
	height: 73%;
}

.sidebar .facetwp-icon:before {
	color: #000;
	background: none;
	content: "";
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	position: relative;
	top: 5px;
} */

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #293692;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	width: auto;
}

.button-pink {
	background-color: #CF51C6;
	color: #fff;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.button-yellow:focus,
.button-yellow:hover {
	background-color: #CF51C6;
	color: #fff;
}

.button-pink:hover {
	background-color: #293692;
	color: #fff;
}


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

.button {
	display: inline-block;
}

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

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

.button-wrap,
.facetwp-facet-load_more {
	text-align: center;
}

.facetwp-facet-load_more {
	margin-top: -48px;
	margin-bottom: 20px;
}

.view-more-wrap {
	margin-bottom: 80px;
}

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

.tinv-wishlist table td, .tinv-wishlist table th {
	word-break: normal;
}

.tinv-wishlist table td button,
.tinv-wishlist table th button {
	word-break: normal;
	white-space: nowrap !important;
}

.page-id-3826.full-width-content .site-inner {
	max-width: 1200px;
}

.tinv-wishlist .social-buttons li:before {
	display: none;
}

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

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

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

.more-link {
	position: relative;
}

.heateor_sss_horizontal_sharing {
	margin-bottom: 28px;
}

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

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

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

.site-inner {
	clear: both;
	word-wrap: break-word;
}

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



.single-post .site-inner,
.single-page .site-inner {
	padding-top: 60px;
}

.page-template-default.page .site-inner {
	max-width: 900px;
	padding-top: 60px;
}

.single.full-width-content .site-inner {
	max-width: 860px;
	padding-top: 60px;
}

.hbg-front-page.full-width-content .site-inner {
	padding-top: 0;
}

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

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

.post-type-archive-product .content-sidebar-wrap {
	flex-direction: row-reverse;
}

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	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,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description {
	padding: 0;
	margin: 80px 0 60px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.before-header-bar .search:before,
.mini-header .search:before {
    color: #fff;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
	font-weight: 900;
    padding: 15px 13px 15px;
    position: absolute;
    right: 0;
}

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

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

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

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

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

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

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

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

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

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

h1.entry-title {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 40px;
	letter-spacing: -1.44px;
}

.hbg-category.archive .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.6;
}

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

.hbg-blog .entry-title a {
	font-weight: 600;
	color: #293692;
	line-height: 1.2;
}

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

.hbg-blog .entry-title a:hover,
.hbg-blog .entry-title a:focus {
	color: #000;
}


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

.hbg-book-reviews {
	border: 2px solid #293692;
	margin-bottom: 40px;
}

.hbg-book-reviews h2 {
	text-align: center;
	background: #293692;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	padding: 14px;
	margin-bottom: 0;
}

.book-reviews-inner {
	padding: 40px 30px;
	position: relative;
}

.book-review {
	position: relative;
	padding-left: 240px;
	margin-bottom: 60px;
}

.book-review:last-of-type {
	margin-bottom: 0;
}

.book-review img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 200px;
}

.book-review h3 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.25;
}

.book-author {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.hbg-shop-amazon {
	border: 2px solid #FFE699;
	margin-bottom: 40px;
	padding: 40px 40px 0;
	margin-top: 60px;
}

.hbg-shop-amazon h2 {
	text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	position: relative;
}

.hbg-shop-amazon h2:before {
    content: "";
    background: #fff url(images/amazon.svg) center no-repeat;
    background-size: contain;
    height: 57px;
	width: 77px;
    margin-left: -38px;
    left: 50%;
    top: -68px;
    position: absolute;
}

.shop-amazon-inner {
	display: flex;
	justify-content: space-between;
}

.amazon-product {
	width: 30%;
	text-align: center;
	margin-bottom: 25px;
}

.amazon-product h3 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
}

.amazon-product:hover h3 {
	color: #293692;
}

.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-product-block {
	border: 2px solid #CF51C6;
	padding: 0;
	position: relative;
	margin-bottom: 40px;
}

.featured-product-widget {
	padding: 30px 40px 40px 280px;
	min-height: 240px;
}

.featured-product-block h2 {
	text-align: center;
	font-family: 'Goldie-Dreambox';
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 400;
	margin-top: -25px;
}

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

.featured-product-block img {
	position: absolute;
	top: 40px;
	left: 40px;
	max-width: 200px;
}

.featured-product-block .optin-title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.20;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

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

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

.featured-product-block .price {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 20px;
}

.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 {
	padding: 40px 444px 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.hbg-optin-block .optin-image {
	position: absolute;
	width: 404px;
	right: 0;
	top: 40px;
}

.hbg-optin-block .optin-image img {
	width: 100%;
}

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

.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: #fafafa;
	color: #000;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	padding: 22px 20px;
	position: relative;
}

.hbg-faq-block .ogt-plan-question:after {
    color: #000;
    -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: #293692;
	background: none;
}

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

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

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

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

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

.hbg-color-sprinkle-background .site-container {
	background: url(images/color-sprinkle-185.svg);
	background-size: 185px 185px;
}

.hbg-color-sprinkle-background.landing-page .entry {
	border-color: #F5DCF4;
}

.hbg-doodles-background .site-container {
	background: url(images/doodles-313.svg);
	background-size: 626px 626px;
}

.hbg-doodles-background.landing-page .entry {
	border-color: #293692;
}

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

.hbg-grid-background.landing-page .entry {
	border-color: #D4D7E9;
}

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

.hbg-notebook-background.landing-page .entry {
	border-color: #A9AFD3;
}

.hbg-pink-sprinkle-background .site-container {
	background: url(images/pink-sprinkle-185.svg);
	background-size: 185px 185px;
}

.hbg-pink-sprinkle-background.landing-page .entry {
	border-color: #F5DCF4;
}

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

.hbg-stripes-background.landing-page .entry {
	border-color: #293692;
}

.landing-page .entry {
	position: relative;
	padding: 60px;
	border: 5px solid #000;
}

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

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

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

.optin-feat-image {
	text-align: center;
	margin-bottom: 50px;
}

.optin-feat-image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.optin-page .entry-content {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

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

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

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


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

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

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

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

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

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

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

.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 {
	float: right;
	max-width: 990px;
	padding-right: 50px;
	text-align: right;
}

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

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

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

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

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

.woocommerce .site-title > a,
.woocommerce-page .site-title > a {

}

.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: #000;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	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: 272px;
	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: #333;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 18px 15px;
    position: relative;
	width: 270px;
    word-wrap: break-word;
}

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

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

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

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

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

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

.site-header .slide-nav-link:hover {
	background: none;
	color: #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: #333;
}

.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 {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 17px 20px 17px 50px;
	text-transform: none;
}

.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 {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

.site-header .genesis-nav-menu li li,
.menu-home-blog-container .genesis-nav-menu li li {
	border-bottom: 1px solid #231f20;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

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

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

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

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

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

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

.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-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0;
}

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

.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: 30px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
	top: 10px;
    width: 30px;
}

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

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

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

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
	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: #000;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
}

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

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

.mini-header .genesis-nav-menu li a {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 18px 12px;
}

.mini-header .genesis-nav-menu li.menu-button a,
.before-header-bar .genesis-nav-menu li.menu-button a {
	background: #FFE699;
	color: #000;
    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: #000 !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: #CF51C6 !important;
    color: #fff !important;
	opacity: 1;
}

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


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

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

.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: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin-left: 4px;
	speak: none;
}

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

.mini-header .genesis-nav-menu .menu-item.visit-shop a {
	color: #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 {
	background: #fff;
	color: #CF51C6;
	padding: 17px 14px;
    font-size: 17px;

}

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

/* ## 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: 'Poppins', 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: #293692;
	padding-top: 75px;
	text-align: center;
}

.before-footer-menus .genesis-nav-menu a,
.before-footer-menus .genesis-nav-menu li {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 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:before,
.before-footer-menus .wrap:after {
	display: none;
}

button.slide-nav-link,
.sidr button.menu-close,
.sidr button.sub-menu-toggle {
	background: none !important;
	color: #000 !important;
	border: 0 !important;
}


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

.genesis-nav-menu > li.menu-item {
	border: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 4px;
	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 {
	text-align: center;
	margin: 0;
	width: auto;
}

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

.genesis-nav-menu.menu-social li.menu-item:hover {
	background: #fff;
	color: #CF51C6;
	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: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 6px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

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

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


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

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

.taxonomy-archive-description {
	padding: 0 0 30px;
}

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

.hbg-category .archive-title {

}

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

.hbg-blog .archive-title {
	text-align: center;
    font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

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

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

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

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

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

.archive-description ul>li {
    font-family: 'Poppins',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: #000;
}

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

.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: 25px;
	padding-left: 0;
}

.archive-description ul>li:before {
	background: url(images/dragonfly.svg) no-repeat;
	background-size: contain;
	color: #d83c45;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -45px;
	top: -2px;
	width: 28px;
	height: 23px;
}

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

.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: 55px;
	height: 61px;
	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-size: 54px;
	font-weight: 600;
	line-height: 1.25;
}

.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.38%;
    grid-template-columns: 31.08% 31.08% 31.08%;
}

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

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

.hbg-category .entry a {
	color: #293692;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}

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

.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-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
	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 {
    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: #000;
	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;
	margin-left: 45px;
}

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


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

.hbg-blog .site-inner {
	max-width: 1200px;
	padding-top: 0;
}

.hbg-blog .archive-description {
	margin-top: 0;
}

.hbg-blog .archive-title {
	display: block;
	font-family: 'Goldie-Dreambox';
	font-weight: 400;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
	text-transform: none;
	position: relative;
	text-align: center;
}

.hbg-blog .entry {
	display: flex;
	margin-bottom: 40px;
	min-height: 292px;
}

.hbg-blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: none;
}

.hbg-blog .entry-title a:hover {
	color: #000;
}

.hbg-blog .entry .button:before {
	border-radius: 0;
}

.hbg-entry-wrap {
	margin-left: 40px;
	width: 560px;
}

.hbg-blog .hbg-entry-wrap {
	width: 100%;
	margin-left: 0;
	position: relative;
	padding-left: 526px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ccc;
}

.hbg-posts-wrap .entry:last-of-type {
	margin-bottom: 0;
}

.hbg-posts-wrap .entry:last-of-type .hbg-entry-wrap {
	border: 0;
}

.hbg-front-page .hbg-blog .entry:last-of-type {
	margin-bottom: 0;
}

.hbg-front-page .hbg-blog .entry:last-of-type .hbg-entry-wrap {
	border: 0;
}

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

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

.hbg-blog .entry:before,
.hbg-blog .entry:after {
	display: none;
}

.entry-content p a.more-link{
    background-image: linear-gradient(rgb(252 162 151 / 75%),rgb(252 162 151 / 75%));
	color: #000;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}

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

.hbg-optin-section {
	background: #293692;
	display: flex;
	flex-direction: row-reverse;
	padding: 40px 0;
}

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

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

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

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

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

.hbg-front-page .hbg-optin-section .hbg-wrap {
	max-width: 1020px;
}

.hbg-optin-section .optin-image {
	border: 10px solid #D4D7E9;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
	max-width: 475px;
	flex-shrink: 0;
	margin-right: 30px;
}

.button-hover-white:hover,
.button-hover-white:focus {
	background: #fff;
	color: #CF51C6;
}

.hbg-front-page .hbg-optin-section .optin-image {
	max-width: 475px;
	border-width: 10px;
	margin-right: 30px;
}

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

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

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


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

.front-page-hero {
	position: relative;

}

.front-page-hero img {
	display: block;
	width: 100%;
}

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

.front-page-hero .hbg-wrap {
    padding: 66px 0 40px;
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.front-page-hero h2 {
	font-size: 42px;
	font-size: 4.2rem;
	color: #fff;
	font-weight: 300;
	line-height: 1.143;
	margin-bottom: 40px;
}

.fp-hero-inner {
	background: rgba(0, 0, 0, 0.85);
	max-width: 617px;
	text-align: center;
	padding: 40px 30px;
}

.fp-pop-posts {
	text-align: center;
	padding: 80px 0 40px;
}

.fp-pop-posts .pop-posts-headline {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 80px;
	text-transform: none;
}

.fp-pop-posts strong {
	font-weight: 600;
}

.fp-pop-posts .popular-post-title span {
	background-image: linear-gradient(#edd42e,#edd42e);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.fp-pop-posts .entry {
	position: relative;
}

.fp-pop-posts .pop-post-icon {
	width: 85px;
	height: 85px;
	background: #d83c45;
	border: 5px solid #fff;
	border-radius: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	margin-left: -42px;
	top: -42px;
}

.fp-pop-posts .entry:nth-of-type(2) .pop-post-icon {
	background-color: #edd42e;
}

.fp-pop-posts .entry:nth-of-type(3) .pop-post-icon {
	background-color: #293692;
}

.fp-pop-posts a {
	color: #000;
}

.fp-pop-posts a:hover {
	color: #293692;
}

.fp-pop-posts a:hover .popular-post-title span {
	background: none;
}

.fp-featured-optins {
	background: #293692;
	text-align: center;
	padding: 80px 0;
}

.fp-featured-optins h2 {
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	line-height: 1.25;
	font-weight: 300;
	max-width: 1003px;
	margin: 0 auto 40px;
}

.fp-featured-optins h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}

.fp-featured-optins .optin {
	width: 31.08%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fp-featured-optins .optin .button {
	margin-top: auto;
}

.fp-featured-optins .optin > img {
	margin-bottom: 35px;
}

.fp-featured-optins .optin-icon {
	opacity: .5;
	margin-bottom: 20px;
}

.fp-pop-posts .popular-post-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.hbg-featured-products .hbg-wrap {
	border: 2px solid #B5E7DE;
	padding: 45px 68px 10px;
}

.woocommerce .hbg-featured-products .hbg-wrap {
	border: 0;
	padding: 0;
}

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

.hbg-featured-products {
	margin-bottom: 120px;
}

.hbg-category .hbg-featured-products,
.woocommerce .hbg-featured-products {
	margin-bottom: 60px;
}

.hbg-blog .hbg-featured-products {
	margin-bottom: 80px;
}

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

.hbg-featured-products h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	text-transform: none;
}

.hbg-featured-products h2:before {
    content: "";
    background: #fff url(images/cart.svg) center no-repeat;
    background-size: contain;
    height: 54px;
    width: 59px;
    margin-left: -30px;
    left: 50%;
    top: -70px;
	padding: 0 10px;
    box-sizing: content-box;
    position: absolute;
}

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

.hbg-flex-wrap .featured-product {
    margin-bottom: 50px;
    text-align: left;
    width: 22.5%;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	padding: 22px;
}

.hbg-flex-wrap .featured-product img {
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
}

.hbg-flex-wrap .featured-product h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
}

.hbg-flex-wrap .featured-product h3 a {
	color: #000;
}

.featured-product-price {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.featured-product-price ins .woocommerce-Price-amount {
	font-weight: 700;
}

.hbg-flex-wrap .featured-product h3 a:hover {
	color: #293692;
}

.hbg-about-section {
	background: url(images/grid-185.svg);
	background-size: 185px 185px;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77;
	padding: 80px 0 130px;
}

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

.hbg-about-section .hbg-wrap .about-left {
	width: 53.08%;
	padding: 40px;
	text-align: center;
}

.hbg-about-section .hbg-wrap .about-right {
	width: 42.73%;
	background: #ECB9E8;
	position: relative;
}

.hbg-about-section .hbg-wrap .about-right img {
	background: #fff;
	display: block;
	position: relative;
	top: 34px;
	right: 34px;
	border: 10px solid #FFFFFF;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

.hbg-about-section .button-wrap {
	padding-top: 10px;
}

.hbg-about-section h2 {
    font-size: 54px;
    font-size: 5.4rem;
	font-weight: 600;
	color: #293692;
    margin-bottom: 15px;
    text-transform: none;
	text-align: center;
}

.hbg-facebook-section {
	background: url(images/facebook-group.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.25;
	text-align: center;
	padding: 200px 5%;
	letter-spacing: -0.03em;
	position: relative;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.hbg-facebook-section span {
	font-family: 'Goldie-Dreambox';
	font-size: 85px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
	display: inline-block;
	letter-spacing: 0;
}

.hbg-facebook-section .button {
	text-shadow: none;
	letter-spacing: 0;
	padding-left: 60px;
	padding-right: 60px;
}

.hbg-facebook-section:before {
	background: rgb(0 0 0 / 50%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hbg-facebook-section .hbg-wrap {
	position: relative;
	z-index: 2;
}

.hbg-blog-section {
	padding-top: 70px;
}

.hbg-blog-section .archive-title {
	font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.hbg-quick-links {
	padding: 80px 0 40px;
}

.hbg-quick-links header {
	text-align: center;
	margin-bottom: 40px;
}

.hbg-quick-links h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.25;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 0;
	vertical-align: middle
}

.hbg-quick-links h2:before {
	content: "";
	background: url(images/links.svg) center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 82px;
	height: 114px;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}

.hbg-quick-link {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	color: #000;
	margin-bottom: 40px;
	width: 22.5%;
}

.hbg-quick-link img {
	display: block;
	margin: 0 auto 20px;
}

.hbg-quick-link:hover {
	color: #293692;
}

.composition-optin {
	background: url(images/composition.svg);
	background-size: 450px 450px;
	padding: 80px 0;
	text-align: center;
}

.composition-optin .hbg-wrap {
	background: #fff;
	border: 5px solid #000;
	padding: 60px 40px;
	max-width: 788px;
}

.composition-optin h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
}

.hbg-fp-testimonials {
	padding: 80px 0 120px;
}

.hbg-fp-testimonials h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.12;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.fp_testimonial {
	max-width: 1000px;
	margin: 0 auto;
	display: flex !important;
	justify-content: center;
}

.fp-testimonial-image {
	width: 40%;
	margin-right: 4%;
}

.fp-testimonial-right {
	width: 56%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}

.testimonial-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.25;
}

.testimonial-name {
	font-weight: 700;
	margin-top: 25px;
}

.testimonial-job-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.slick-prev, .slick-next  {
	z-index: 5;
}

.hbg-fp-testimonials .slick-next {
	right: 20px;
	top: 48%;
	padding: 0 !important;
	border: 0 !important;
	z-index: 5;
}

.hbg-fp-testimonials .slick-next:before,
.hbg-fp-testimonials .slick-prev:before {
	background: #f5f5f5;
	color: #666;
	font-weight: 900;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
    font-size: 30px;
	opacity: 1;
	width: 67px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.hbg-fp-testimonials .slick-next:before {
	content: "\f105";
}

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

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

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

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

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

.entry-content ul {
	margin-bottom: 28px;
	margin-left: 110px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 40px;
}

.entry-content ul > li {
	list-style-type: disc;
	position: relative;
	line-height: 1.6;
	margin-bottom: 20px;
}

.entry-content ul > li.dragonfly {
	list-style-type: none;
	position: relative;
	line-height: 1.6;
	margin-bottom: 40px;
}


.entry-content ul > li.dragonfly:before {
	background: url(images/dragonfly.svg) no-repeat;
	background-size: contain;
	color: #d83c45;
    content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -45px;
	top: -2px;
	width: 28px;
	height: 23px;
}

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

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

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

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

span.middot {
    padding: 0 5px;
}

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

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

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

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

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

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

.entry-header .entry-meta time {
}

.hbg-affiliate-disclosure {
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.hbg-affiliate-disclosure a {
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: italic;
}

.hbg-affiliate-disclosure a:hover {
	color: #293692;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: italic;
}

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

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

.woocommerce .woocommerce-ordering select {
    font-size: 16px !important;
    padding: 10px 15px !important;
}

.single-post .hbg-default-optin {
	background: #293692;
	margin-bottom: 60px;
}

.single-post .hbg-optin-section .optin-image {
	width: 250px;
	margin-right: 40px;
}

.single-post .hbg-optin-section .optin-image img {
	height: auto;
}

.single-post .hbg-optin-section .optin-left {

}

.single-post .hbg-optin-green .optin-title {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

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

.nrelate-after-entry {
	border: 2px solid #CF51C6;
	margin-bottom: 60px;
	padding: 0;
	position: relative;
	overflow: visible;
	padding: 0 35px;
}

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

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

.nrelate-after-entry .nr_title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 22px;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	margin-top: -14px;
}

.nrelate-after-entry .nr_title span {
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	color: #222;
	background: #fff;
	padding: 0 15px;
}

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

.nrelate-after-entry .nr_text {
	display: block;
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.33;
	text-align: center;
	text-transform: none;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
	margin-bottom: 60px;
}

.archive .pagination {
	width: 90%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto 50px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

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

/* ## 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: #000;
	font-size: 48px;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 600;
	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: #000;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

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

.comment-author {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
}

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

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

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

.comment-time {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.comment-metadata {
	display: none;
}

.comment-time a {
	color: #000;
	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 {
	background-image: linear-gradient(#D4D7E9,#D4D7E9);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 8px 8px;
	color: #293692;
	font-weight: 700;
	text-decoration: none;
}

.comment-reply a:hover {
	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;
}

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


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

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

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


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

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

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

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

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

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


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

.site-footer {
	background-color: #293692;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 35px 0 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer a:hover {
	opacity: .6;
}

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

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

.shop-header-menu {
	float: right;
	max-width: 600px;
	margin-top: 21px;
}

.shop-header-menu .fa-user {
	color: #CF51C6;
}

.shop-header-menu .fa-heart {
	color: #CF51C6;
}

.shop-header-menu .fa-shopping-cart {
	color: #CF51C6;
}

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

.shop-header-menu .genesis-nav-menu > li > a {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.5;
	font-weight: 400;
}

.shop-header-menu .genesis-nav-menu > li > a:hover {
	color: #CF51C6;
}

body.woocommerce ul.products li.product .onsale,
body.woocommerce span.onsale {
	background: #FFE699;
	border-radius: 100%;
	color: #000;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	height: 50px;
	line-height: 1.5;
	min-height: 0;
	min-width: 0;
	margin: 0;
	padding: 16px 0;
	position: absolute;
	top: -15px;
	left: -15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 50px;
	z-index: 1;
}

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

.woocommerce .sidebar {
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 40px 0 0;
	margin-bottom: 80px;
	text-align: left;
	width: 272px;
}

.tinvwl-after-add-to-cart {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.facetwp-toggle {
	color: #4598d3;
	font-weight: 700;
}

.woocommerce .facetwp-checkbox {
	margin-bottom: 17px;
}

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

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

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

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

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

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

.woocommerce main.content {
	padding: 0;
	position: relative;
	width: 100%;
	float: none;
}

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

.woocommerce-products-header__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
}

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

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

.post-type-archive-product.woocommerce .content ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}

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

.woocommerce.full-width-content .content {
	width: 100%;
	margin-bottom: 20px;
}

.woocommerce.full-width-content  .site-inner,
.woocommerce-cart.full-width-content  .site-inner,
.woocommerce-page.full-width-content .site-inner {
    max-width: 900px;
	padding-top: 80px;
	padding-bottom: 50px;
}

.single-product.woocommerce.full-width-content  .site-inner {
	padding-top: 40px;
	max-width: 1023px;
	padding-bottom: 0;
}

.return-shop-link {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #444;
	line-height: 1.5;
	display: inline-block;
}

.hbg-woo-breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 40px;
}

.hbg-woo-breadcrumb .fa-chevron-right {
	font-size: 10px;
	position: relative;
    top: -1px;
}

.woocommerce-page .return-shop-link:hover {
	color: #293692;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	border: 1px solid #ddd;
	padding: 60px 60px 1px;
	margin-top: 60px;
	margin-bottom: 50px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border: 0;
	margin: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background: none;
	font-size: 28px;
	line-height: 1.12;
	font-weight: 300;
	color: #909191;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #293692;
}

body.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
	font-weight: 600;
	color: #000;
	outline: none;
}

body.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li > a {
	padding: 0 0 10px 0;
}

body.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li > a {
	margin-right: 40px;
}

.related.products:before {
	display: none;
}

.related.products {
	background-size: 315px 315px;
	padding: 10px 5% 40px;
}

.related.products .products {
	display: flex;
    justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.woocommerce .related.products ul.products li.product a img {
	border: 1px solid #ccc;
}

.related.products .product {
    margin-bottom: 50px;
    text-align: center;
    width: 22.5%;
}

.woocommerce .related.products .product h2.woocommerce-loop-product__title {
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before {
	display: none;
}

body.woocommerce .related.products ul.products li.product .onsale,
body.woocommerce .related.products span.onsale {
	display: none;
}

.related.products ul.products li.product .tinvwl_add_to_wishlist_button {
	margin-top: 0;
}

body.woocommerce .related.products ul.products li.product .price,
body.woocommerce-page .related.products ul.products li.product .price {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 0;
}

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

body.post-type-archive-product.woocommerce div.product p.price,
body.post-type-archive-product.woocommerce div.product span.price,
body.post-type-archive-product.woocommerce ul.products li.product .price,
body.post-type-archive-product.woocommerce-page ul.products li.product .price {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

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

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

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

.hbg-file-details {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 25px;
}

.hbg-file-details .file-format-label {
	font-weight: 700;
}

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

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

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

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content a {
	color: #CF51C6;
}

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

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

.woocommerce a.checkout-button.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: #293692 !important;
}

.woocommerce a.checkout-button.button:hover,
.woocommerce a.checkout-button.button:focus,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover {
	background: #CF51C6 !important;
}

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

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

div.pswp__bg {
	background: rgb(0 0 0 / 60%);
}

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

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

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

.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product {
	margin-bottom: 50px;
    text-align: left;
    width: 22.5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    padding: 22px;
}

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

.related.products > h2 {
	font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    text-transform: none;
}

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

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

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

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

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

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

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

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

.woocommerce-account legend {
	float: left;
}

.up-sells {
	border: 2px solid #000;
    margin-bottom: 55px;
    padding: 0 20px 20px;
    position: relative;
	overflow: visible;
    max-width: 900px;
    margin: 80px auto 60px;
    width: 90%;
	text-align: center;
}

.up-sells > h2 {
	display: inline-block;
	text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    top: -15px;
    background: #fff;
    padding: 0 30px;
}

.woocommerce div.product.bottom-button {
	margin-bottom: 100px;
	text-align: center;
}

.woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	padding: 10px 0 0;
	position: static;
}

.woocommerce .up-sells ul.products li.product a .price {
	color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 400;
	margin-bottom: 0;
}

body.single.woocommerce ul.products li.product,
body.single.woocommerce-page ul.products li.product {
	margin-right: 1.5%;
	margin-left: 1.5%;
margin-bottom: 20px;
width: 21.5%;
vertical-align: top;
display: inline-block;
float: none;
text-align: center;
font-weight: normal;
text-decoration: none;
}



body.woocommerce.post-type-archive-product ul.products li.first,
body.woocommerce-page.post-type-archive-product ul.products li.first,
body.woocommerce-page.woocommerce-cart ul.products li.first {
	margin-right: 3.8%;
	margin-bottom: 60px;
}

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

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

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

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

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

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

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



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

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

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

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

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

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

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

.woocommerce .sidebar h5 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #000;
	text-transform: none;
	margin-bottom: 20px;
}

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

.woocommerce .site-inner {
	padding-top: 80px;
	max-width: 1200px;
	width: 90%;
}

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

.woocommerce .icon-menu .genesis-nav-menu {
	margin-top:  12px;
}

.shop-icon-menu {
	text-align: center;
}

.hbg-blog .shop-icon-menu {
	margin-bottom: 60px;
}

.shop-icon-menu h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 40px;
}

.shop-icon-menu li.menu-item {
	background: #9D9DFD;
border: 1px solid #222222;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 20px;
	width: 150px;
	height: 150px;
	font-size: 16px;
	font-weight: 1.6rem;
	font-weight: 600;
	line-height: 1.1;
	vertical-align: top;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 17px 34px;
	transition: transform .2s; /* Animation */
}

.shop-icon-menu li.menu-item:hover {
	transform: scale(1.05);
}

.shop-icon-menu li.menu-item.light-blue {
	background: #D1D2FE;
}

.shop-icon-menu li.menu-item.yellow {
	background: #FFE699;
}

.shop-icon-menu li.menu-item.orange {
	background: #F9B495;
}

.shop-icon-menu li.menu-item.purple {
	background: #CE51C6;
}

.shop-icon-menu li.menu-item a {
	padding: 10px 10px;
}

.woo-long-description-wrap {
	border: 2px solid #000;
	clear: both;
	padding: 0 60px 40px;
	margin-top: 70px;
}

.woo-long-description-wrap .wldw {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: -12px;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 60px;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 17.46%;
	margin-left: 3.175%;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2) {
	margin-left: 0;
}

.woo-long-description-wrap .wldw span {
	background: #fff;
	padding: 0 20px;
	display: inline-block;
	font-weight: 700;
}

.woocommerce div.product .product_title {
	text-align: left;
	font-weight: normal;
	line-height: 1.25;
	color: #000;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.woocommerce div.product .bundled_product_title.product_title {
	font-size: 36px;
}

.summary-add-to-cart-form-bundle {
	margin-top: 40px;
}

body.woocommerce div.product p.price {
	font-size: 24px;
	font-size: 2.4rem;
	color: #000;
	text-align: left;
	font-weight: 500;
	margin-bottom: 20px;
}

.woocommerce-review-link {
	font-size: 16px;
	font-size: 1.6rem;
}

.star-rating {
	color: #edd42e;
}

body.woocommerce ul.products li.product .onsale, body.woocommerce span.onsale {
	background-color: #FFE699 !important;
}

.product_meta {
	clear: both;
	position: relative;
	padding-left: 23px;
}

.product_meta:before {
	color: #bdbdbd;
	position: absolute;
	content: "\f07c";
    font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	left: 0;
	top: 4px;
}

.product_meta a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.product_meta a:hover {
	text-decoration: none;
	color: #293692;
}

.product_meta .fa-folder-open {
	margin-right: 10px;
	color: #4598d3;
}

body.woocommerce div.product form.cart {
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 30px;
}

.woocommerce-order-overview li:before {
	display: none;
}

.hbg-woo-flex {
	display: flex;
}

.single-product.woocommerce div.product .hbg-woo-flex div.images,
.single-product.woocommerce-page div.product .hbg-woo-flex div.images {
    margin-left: auto;
    margin-right: auto;
	width: 350px;
	margin-right: 60px;
	flex-shrink: 0;
}

.woocommerce-product-gallery__wrapper .button-wrap {
	margin-bottom: 30px;
}

body.woocommerce #content div.product div.summary,
body.woocommerce div.product div.summary,
body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {
	width: 100%;
}

.single-product.woocommerce.woocommerce div.product form.cart div.quantity {

}

.single-product.woocommerce.woocommerce div.product form.cart .button {
    display: inline-block;
    float: none;
	margin-bottom: 0;
	border-radius: 8px;
    background-color: #CF51C6;
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px 20px;
}

.single-product.woocommerce.woocommerce div.product form.cart .button:hover,
.single-product.woocommerce.woocommerce div.product form.cart .button:focus {
	background: #293692;
}

.woocommerce-product-details__short-description .dpsp-share-text,
.woocommerce-product-details__short-description .dpsp-content-wrapper {
	display: none;
}

.woo_did_you_know {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	border: 2px solid #000;
	clear: both;
	padding: 60px 40px 20px;
	margin-top: 70px;
	margin-bottom: 80px;
	position: relative;
}

.woo_did_you_know h2 {
	font-family: 'kg_always_a_good_timeregular';
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 10px;
}

.woo_did_you_know:before {
	content: "";
	background: #fff url(images/DTC.png) no-repeat;
	background-position: center;
	background-size: 75%;
	height: 90px;
	width: 136px;
	left: 50%;
	margin-left: -68px;
	top: -45px;
	display: block;
	position: absolute;
}

.woocommerce .site-header .search-form input {
	background: none;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
    padding: 0;
	outline: 0;
	margin: 0;
	text-transform: none;
	width: 150px;
	border: 0;
}

.woocommerce .site-header .search-form input[type="submit"] {
	background: none !important;
	color: #666 !important;
    font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 0 !important;
	border: 0;
	outline: 0;
	width: auto;
	border: 0 !important;
	margin: 0;
}

.woocommerce .site-header .search-form ::-moz-placeholder {
	color: #666;
	opacity: 1;
	text-align: left;
}

.woocommerce .site-header .search-form ::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
	text-align: left;
}

.woocommerce .title-area,
.woocommerce-page .title-area {
    max-width: 315px;
}

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

.woocommerce .site-header > .wrap,
.woocommerce-page .site-header > .wrap {
	padding: 15px 0 15px;
}

/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

.facetwp-sort-select {
	max-width: 263px;
	padding: 10px;
}

.woocommerce-product-gallery__image:first-of-type {
	margin-bottom: 20px;
}

.ewd-divider {
	background: url(images/yellow-dot.svg) repeat-x;
	height: 8px;
	margin-bottom: 28px;
}

.post-type-archive-product .dpsp-share-text,
.post-type-archive-product .dpsp-content-wrapper {
	display: none;
}

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

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

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

body.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px;
}

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

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

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

.atk-flex-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 25px; /* Optional - Adds a gap between the image and the text */
	max-width: 900px;
    margin: 0 auto 40px;
}

.atk-flex-container:nth-child(even) {
    flex-direction: row-reverse;
}

.atk-flex-item {
    flex: 1;
    width: 50%;
}

.atk-flex-item img {
    width: 100%;
    height: auto;
}

.atk-flex-item h4,
.atk-flex-item h2,
.atk-flex-item p {

}

.ewd-group-block-outer {
	text-align: center;
}

.ewd-group-block {
	display: inline-block;
	padding: 40px 5% 0;
	margin-bottom: 40px;
}

.green-bg-section {
	background: #293692;
	padding: 80px 0;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	text-align: center;
	color: #fff;
}

.green-bg-section .hbg-wrap {
	max-width: 852px;
}

.button-large {
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
	margin-top: 40px;
}

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

.copier-section .hbg-wrap {
	max-width: 994px;
}


.sales-list-img {
	text-align: center;
}

.sales-list-img .hbg-wrap {
	max-width: 994px;
	padding: 80px 0;
}

.pretitle {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
}

.sales-list-img h2 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 40px;
}

.sales-list-img ul {
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
}

.yellow-section {
	background: #edd42e;
	padding: 80px 0;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
	font-weight: 300;
	text-align: center;
}

.yellow-section .hbg-wrap {
	max-width: 994px;
}

.sales-list-img-right h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

.sales-faq-section {
	background: #efefef;
	padding: 80px 0;
}

.sales-faq-section .hbg-wrap {
	max-width: 994px;
}

.sales-faq-section h2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.sales-faq-section.hbg-faq-block .ogt-plan-question {
	font-size: 18px;
	font-size: 1.8rem;
}

.sales-faq-section.hbg-faq-block .ogt-plan-question.question-open {
	background: #e0e0e0;
	color: #000;
}

.sales-faq-section.hbg-faq-block .ogt-plan-answer {
	background: #fff;
	margin-bottom: 4px;
	padding: 20px 40px 1px;
}

.sales-icons-section {
	padding: 80px 0;
	text-align: center;
}

.sales-icons-section .hbg-wrap {
	max-width: 837px;
}

.sales-icons-section h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
	margin-bottom: 40px;
}

.sales-text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
}

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

.sales-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.sales-icon:nth-of-type(2) {

}

.sales-icon:nth-of-type(3) {
}

.sales-grab-yours {
	text-align: center;
	padding: 80px 0;
}

.sales-grab-yours h2 {
	font-size: 60px;
	font-size: 6rem;
	line-height: 1.25;
	font-weight: 700;
}

.sales-grab-yours h2 span {
	background-image: linear-gradient(#edd42e,#edd42e);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.sales-grab-yours img {
	margin: 40px 0;
}

.button-xtra-large {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
}

.sales-grab-yours-text {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.25;
}

.sales-grab-yours-text .strikethough {
	text-decoration: line-through;
	font-weight: 300;
	margin-right: 20px;
}

.copier-section img {
	margin-bottom: 40px;
}

.sales-list-img-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sales-list-img-content img {
	flex-shrink: 0;
	margin-right: 40px;
}

.sales-list-img li {
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}

.sales-list-img li:before {
	color: #293692;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -40px;
	padding-left: 40px;
}

.sales-list-img .button-large {
	margin-top: 0;
}

.sli-content-wrap {
	text-align: left;
}

.sales-list-img-right.sales-list-img .hbg-wrap {
	max-width: 785px;
}

.sales-list-img-right .sales-list-img-content {
	flex-direction: row-reverse;
}

.sales-list-img-right .sales-list-img-content img {
	margin-left: 40px;
	margin-right: 0;
}

.hbg-sales .entry-header {
	position: relative;
}

.hbg-sales .entry-header img {
	display: block;
	width: 100%;
}

.hbg-sales .entry-header .hbg-wrap {
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

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

.hbg-sales h1 {
	color: #000;
    line-height: 1.25;
    font-weight: 700;
    font-size: 60px;
    font-size: 6rem;
    z-index: 1;
    position: relative;
	margin-bottom: 0;
	text-align: center;
}


.hbg-sales h1 span {
	background-image: linear-gradient(#edd42e,#edd42e);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.page-sub-title {
	text-align: center;
    max-width: 617px;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu .shop-on-site a {
	background: url(images/onsite-shop.svg) 10px center no-repeat;
	background-size: 27px 26px;
}

.before-header-bar .genesis-nav-menu .menu-item .sub-menu .shop-on-tpt a {
	background: url(images/tpt.svg) 12px center no-repeat;
	background-size: 27px 26px;
}

.hello-bar {
	background: #293692;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	padding: 7px 0;
}

.hello-bar a {
	background: #FFE699;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	color: #222;
	padding: 10px;
	text-transform: uppercase;
	margin-left: 30px;
}

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

.pre-title {
    font-family: 'Goldie-Dreambox';
	font-size: 60px;
    line-height: 1;
    margin-bottom: 10px;
}

.hbg-about-section .hbg-wrap .about-left span {
	color: #293692;
	font-family: 'Goldie-Dreambox';
	font-size: 60px;
	line-height: 1;
}

.add-to-cart-form-wrapper {

}

.woocommerce div.product form.cart {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 10px;
}

.woocommerce .add-to-cart-form-wrapper a.ghost-button {
    margin-top: 0;
    padding: 13px 24px;
}

.woocommerce .sales-faq-section {
	background: #fff;
	padding: 0;
	margin-bottom: 60px;
}

.woocommerce .sales-faq-section .hbg-wrap {
    max-width: none;
	width: 100%;
}

.ewd-background-block-outer,
.ewd-background-block-outer {
	margin-bottom: 40px;
}

.wp-block-columns.column-border-blue .wp-block-column {
    border: 3px solid #293692;
    border-radius: 40px;
}

.wp-block-columns.column-border-purple .wp-block-column {
    border: 3px solid #8B8BFD;
    border-radius: 40px;
}

.wp-block-columns.column-border-pink .wp-block-column {
    border: 3px solid #CF51C6;
    border-radius: 40px;
}

.wp-block-columns.column-border-orange .wp-block-column {
    border: 3px solid #FCA297;
    border-radius: 40px;
}

.wp-block-columns.column-border-yellow .wp-block-column {
    border: 3px solid #FFE699;
    border-radius: 40px;
}

.wp-block-columns.column-border-turquoise .wp-block-column {
    border: 3px solid #8CCDE9;
    border-radius: 40px;
}

.wp-block-columns.image-overlap .wp-block-column {
    margin-top: 40px;
}

.wp-block-columns.image-overlap .wp-block-column .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    margin-bottom: 20px;
}

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

.ewd-bullets li span {
	position: absolute;
	left: -25px;
	top: 0;
}

.testimonial-slide {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
}

.test-stars {
	margin-bottom: 20px;
}

.test-author-name {
	font-size: 20px;
	font-weight: 700;
}


.slick-prev, .slick-next  {
	z-index: 5;
}

.testimonial-block .slick-next {
	right: 20px;
	top: 48%;
	padding: 0 !important;
	border: 0 !important;
	z-index: 5;
}

.entry-content ul.slick-dots {
	margin-left: 0;
	margin-top: 40px;
	bottom: -45px;
}

.testimonial-block .slick-track {
    text-align: center;
}

.testimonial-block .slick-next:before,
.testimonial-block .slick-prev:before {
	color: #666;
	font-weight: 900;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
    font-size: 30px;
	opacity: 1;
	width: 67px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

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

.woocommerce-continue-shopping {
	margin-bottom: 40px;
}

.woocommerce-order-downloads .download-file .button {
	background-color: #CF51C6 !important;
}

.woocommerce-order-downloads .download-file .button:hover {
	background-color: #FFE699 !important;
	color: #000 !important;
}

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

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

	.hbg-optin-section .optin-left {
		padding: 40px 5%;
	}

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

}


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

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

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

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

	.icon-menu .genesis-nav-menu > li.menu-item {
	}

	.site-header .genesis-nav-menu > li > a, .icon-menu .genesis-nav-menu > li > a {
		font-size: 14px;
		font-size: 1.4rem;
	}

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

	.hbg-fp-testimonials .slick-next,
	.testimonial-block .slick-next {
		right: -25px;
	}

	.hbg-fp-testimonials .slick-prev,
	.testimonial-block .slick-prev {
		left: -66px;
	}

	.hbg-fp-testimonials .hbg-wrap,
	.testimonial-slide {
		max-width: 85%;
	}

}

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

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

	.hbg-facebook-section {
		padding: 80px 5%;
	}

	.hbg-about-section {
		padding-bottom: 60px;
	}

	.hbg-about-section .hbg-wrap .about-right {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 25px;
	}

	.hbg-about-section .hbg-wrap .about-left {
		width: 100%;
	}

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

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

	.hbg-sales .entry-header .hbg-outer-wrap,
	.front-page-hero .fp-outer-wrap {
		position: static;
	}

	.hbg-sales h1 {
		margin-top: 0;
		max-width: none;
	}

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

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

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

	.hbg-optin-section .optin-left {
		padding-top: 25px;
	}

	.hbg-optin-section .optin-image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto !important;
		text-align: center;
	}

	.hbg-optin-section .optin-image img {
		object-fit: none;
		display: block;
		width: auto;
		height: auto;
	}

	.hbg-fp-testimonials .slick-next:before,
	.hbg-fp-testimonials .slick-prev:before,
	.testimonial-block .slick-next:before,
	.testimonial-block .slick-prev:before {
		width: 40px;
		height: 40px;
	}

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

	.fp-testimonial-image {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 300px;
	}

	.fp-testimonial-right {
		width: 100%;
	}

	.hbg-fp-testimonials .slick-prev,
	.testimonial-block .slick-prev {
		left: -25px;
	}

	.facetwp-flyout h3 {
		font-size: 24px;
		font-size: 2.4rem;
		text-transform: uppercase;
		margin: 0 0 0;
		padding: 8px 5px;
		text-align: center;
		font-weight: 700;
	}

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

	.site-title > a {
		min-height: 91px;
	}

	.flyout-row.name-search {
		margin-bottom: 40px;
	}

	.facetwp-flyout-open {
		display: inline-block;
		margin-top: 40px;
	}

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

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

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

	.fp-pop-posts,
	.fp-featured-optins {
		padding: 50px 0 10px;
	}

	.hbg-front-page .pop_inner,
	.fp-featured-optins .hbg-flex-wrap {
		display: block;
		text-align: center;
	}

	.fp-featured-optins .optin {
		width: 100%;
	}

	.hbg-front-page .pop_inner li.entry,
	.fp-featured-optins .optin {
		margin-bottom: 40px;
	}

	.hbg-front-page .pop_inner li.entry img {
		max-width: 300px;
		margin: 0 auto;
	}

	.hbg-blog .hbg-entry-wrap .entry-image-link {
		position: static;
	}

	.hbg-blog .hbg-entry-wrap {
		padding-left: 0;
		padding-bottom: 0;
	}

	.hbg-quick-links {
		padding: 40px 0 0;
	}

	.hbg-category .hbg-posts-wrap .entry:last-of-type {
		margin-bottom: 40px;
	}

	.hbg-featured-products .hbg-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description {
		margin: 40px 0 30px;
	}

	.hbg-child-category .cat-pop-posts {
		margin-top: 30px;
	}

	.hbg-category .hbg-grid-wrap,
	.cat-pop-posts .pop_inner {
		grid-gap: 0 4%;
    	grid-template-columns: 48% 48%
	}

	.facetwp-flyout h3 {
		font-size: 24px;
		font-size: 2.4rem;
		text-transform: uppercase;
		margin: 0 0 0;
		padding: 8px 5px;
		text-align: center;
		font-weight: 700;
	}

	.flyout-row.name-search {
	margin-bottom: 40px;
}

.facetwp-flyout-open {
	display: inline-block;
	margin-top: 40px;
}

.post-type-archive-product .sidebar-primary {
	display: none;
}

.facetwp-flyout-open {
	margin: 0 0 40px;
}

}

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

	.testimonial-block .testimonial-slide {
    	padding: 40px 0;
	}

	.hbg-woo-flex {
		display: block;
	}

	.single-product.woocommerce div.product .hbg-woo-flex div.images,
	.single-product.woocommerce-page div.product .hbg-woo-flex div.images {
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

	body.woocommerce-page div.product div.bundled_product_images,
	body.woocommerce div.product div.bundled_product_images {
		width: 100%;
		max-width: 200px;
		margin: 0 0 25px;
	}

	div.summary-add-to-cart-form-bundle div.bundled_product_summary:not(.thumbnail_hidden) .details {
		width: 100%;
		padding: 0;
	}

	.shop-amazon-inner {
		display: block;
	}

	.shop-amazon-inner img {
		margin: 0 auto 10px;
	}

	.hbg-shop-amazon {
		padding-left: 5%;
		padding-right: 5%;
	}

	.amazon-product {
		margin-bottom: 40px;
		width: 100%;
		display: block;
	}

	.book-review img {
		position: static;
		margin-bottom: 20px;
	}

	.book-review {
		padding-left: 0;
	}

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

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

	.cat-pop-posts {
		width: 100%;
		padding-left: 0;
		border: 0;
	}

	.archive-description-left {
		width: 100%;
		margin-bottom: 50px;
	}

	.sales-icons {
		display: block;
	}

	.sales-list-img-content img {
		margin: 0 0 40px;
	}

	.sales-list-img-content {
		display: block;
	}

	.sales-icon {
		margin-bottom: 40px;
	}

	.sales-icons-section {
		padding: 40px 0 0;
	}

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

	body.single.woocommerce ul.products li.product, body.single.woocommerce-page ul.products li.product {
		margin-right: 3%;
		margin-left: 3%;
		margin-bottom: 20px;
		width: 43%;
	}

	.related.products .products {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
		padding: 5%;
	}

	body.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li > a {
		padding: 10px 0;
	}

	body.woocommerce #content div.product div.summary, body.woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, body.woocommerce-page div.product div.summary {
		width: 100%;
	}

	.woocommerce .woocommerce-ordering {
		position: static;
		float: none !important;
	}

	.facetwp-flyout-open {
		margin: 0 0 40px;
	}

	.woocommerce .woocommerce-ordering select {
    	vertical-align: top;
    	width: auto;
	}

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

	.entry-content ol, .entry-content ul {
		margin-left: 5%;
	}

	.entry-content ul {
	   margin-left: 50px;
   }

	.featured-product-block,
	.hbg-optin-block {
		padding-left: 5%;
		padding-right: 5%;
		text-align: center;
	}

	.landing-page .site-inner {
		padding-top: 50px;
	}

	.landing-page .entry {
		padding: 5%;
	}

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

	.featured-product-block img,
	.hbg-optin-block .optin-image {
		position: static;
		margin-bottom: 25px;
		margin-right: auto;
		margin-left: auto;
	}

	.nrelate-after-entry .nr_img_div img {
		margin-left: auto;
		margin-right: auto;
	}

	.single-post .nrelate-after-entry .nr_panel {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.more-from-category {
		margin-top: 40px;
	}

	.view-more-wrap {

	}

	.hbg-category.hbg-parent-category .hbg-grid-wrap .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.archive .site-inner {
		padding-top: 0;
	}

	.woocommerce .site-inner {
		padding-top: 50px;
	}

	.footer-0 {
		width: 100%;
		text-align: center;
	}

	.before-footer-menus .wrap {
		flex-wrap: wrap;
	}

	.hbg-quick-links .hbg-flex-wrap,
	.hbg-featured-products .hbg-flex-wrap {
		flex-wrap: wrap;
	}

	.hbg-quick-link,
	.hbg-featured-products .hbg-flex-wrap .featured-product {
		width: 48%;
	}

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

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

	.wrap {
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

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

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

	.atk-flex-item {
		width: 100%;
	}

	.atk-flex-item img {
    	max-width: 400px;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
	}

}

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

	.before-footer-menus .genesis-nav-menu > li.menu-item {
		line-height: 1.5;
	}

	.hbg-quick-link, .hbg-featured-products .hbg-flex-wrap .featured-product {
		width: 100%;
	}

	.hbg-category.archive .entry-title,
	.hbg-category.archive .entry-title a {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.2;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
