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

	Version: 1.1.2

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

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

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

body {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
}

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

a {
	color: #fa73b6;
	font-weight: 700;
	text-decoration: none;
}

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

.entry-content p a {
	background-image: linear-gradient(#f6aacb,#f6aacb);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 8px 8px;
	color: #333;
	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 {
	color: #333;
	background: none;
}

p {
	margin: 0 0 25px;
	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;
}

em,
i {
	font-style: italic;
}

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

blockquote {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	font-style: italic;
	padding-left: 24px;
	position: relative;
	margin: 0 auto 40px;
}

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

blockquote.wp-block-quote {
    border-left: none;
	padding: 0 0 0 56px;
}

blockquote p {
	margin-bottom: 20px;
}

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

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

.product-promo-section .button-wrap {
	margin-bottom: 0;
}

.button.lightbulb-button {
	background-color: #fa73b6;
    border: 0;
    border: 1px solid #fa73b6;
    border-bottom: 3px solid #176c71;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: .5px;
	margin: 15px auto 5px;
    padding: 12px 24px 9px 30px;
	position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

.button.lightbulb-button:before {
	background: url(images/bulb.svg);
	background-size: contain;
	content:"";
	height: 80px;
	width: 63px;
	position: absolute;
	left: -32px;
	display: block;
	top: -20px;
}

.button.lightbulb-button:hover {
	background-color: #fff;
	border: 1px solid #fa73b6;
	padding: 12px 24px 11px 30px;
}

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

.button.lightbulb-button:hover a {
	color: #fa73b6;
}

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

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

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

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

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

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

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

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

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

h3 span,
h5 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-password-required input[type="password"] {
	max-width: 300px;
	padding: 6px 10px 7px;
	vertical-align: top;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fa73b6 !important;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background: #333 !important;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

.before-header-cta .button {
	font-size: 16px !important;
	padding: 5px 10px !important;
	margin-left: 5px;
	line-height: 28px !important;
	font-weight: 700 !important;
}

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}


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

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

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

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

.archive-description .wrap {
	max-width: 1200px;
	width: 90%;
	padding: 0;
}

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

.hbg-newsletter-freebies .site-inner {
	padding-bottom: 40px;
}

.category .site-inner {
	padding-top: 0;
}

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

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

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

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

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

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

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

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

/* ### Content */

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

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

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

.archive .archive-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
	text-align: center;
}

.archive.hbg-subcat-optin .archive-title {
	margin-bottom: 60px;
}

.hbg-parent-category.archive .archive-title {
    font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: .5px;
	margin-bottom: 30px;
	text-align: center;
}

.archive.hbg-parent-category .headline-icon-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.archive.hbg-parent-category .archive-title {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
}

.archive.hbg-parent-category .category-icon {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
	max-height: 80px;
	max-width: 80px;
	vertical-align: middle;
}

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

.search-form {
	overflow: hidden;
}

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

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #fa73b6;
    border: 1px solid #fa73b6;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 30px 11px;
    margin: 0 0 15px 0;
    max-width: 262px;
    text-transform: uppercase;
}

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

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



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

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

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

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

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

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

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

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

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

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

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 400;
	text-align: center;
}

.content .entry .entry-title {
	margin-bottom: 40px;
}

h1.entry-title {
	font-weight: 700;
}

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

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

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

.sidebar .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-align: center;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

.optin-popup input {
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 12px;
}

.optin-popup input[type="submit"] {
	width: 100%;
}

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

.category .archive-description {
	margin-top: 60px;
}

.category .archive-description {
	background: url(../images/grid-72.svg) repeat;
	background-size: 72px 72px;
	margin-top: 0;
	padding: 60px 0 80px;
}

.cat-pop-posts ul {
    margin-bottom: 0;
    margin-left: 50px;
}

.cat-pop-posts ul > li {
    list-style-type: none;
    font-weight: 700;
    position: relative;
    line-height: 1.6;
    margin-bottom: 33px;
    padding-left: 0;
}

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

.pink .archive-description-upper ul>li:before {
	color: #fa73b6;
}

.pink .archive-description-lower li a {
	background: #fa73b6;
}

.archive-description-left {
    flex-basis: 50%;
	font-size: 24px;
}

.pop-posts-headline {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: none;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 35px;
    text-transform: uppercase;
}

h3.pop-posts-headline span,
.archive-description-lower h3 span {
	background-size: 10px 10px;
}

.archive-description-lower h3 {
	margin-bottom: 45px;
	text-align: uppercase;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
	padding: 0 40px;
	background: #fff;
	top: -15px;
	position: relative;
	text-transform: uppercase;
}

.archive-description-lower h3 span {
	display: inline-block;
}

.cat-pop-posts {
    width: 45.25%;
}

.pop_inner a:hover span {
	color: #fa73b6;
}

.cat-pop-posts .popular-post-title {
	color: #333;
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

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

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

.archive-description-lower {
	border: 2px solid #333;
	padding: 0 60px 40px;
	text-align: center;
}

.archive-description-lower li {
	display: inline-block;
	background: #1faab1;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.33;
	margin: 0 8px 20px;
}

.archive-description-lower li a {
	background: #1faab1;
	color: #fff;
	padding: 20px 40px;
    display: inline-block;
}

.archive-description-lower li a:hover {
	background: #333;
}

.archive-description-left .pop_inner {
	flex-wrap: wrap;
}

.archive-description-left .pop_inner li {
	flex-basis: 30.82%;
	margin-bottom: 0
}

.archive-description-left .pop-posts-headline {
    font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.33;
	margin: -8px 0 30px;
	text-transform: uppercase;
}

.archive-description-left .pop-posts-headline span {
	background: #f9f2d7;
	display: inline-block;
	padding: 0 20px;
}

.archive-description-left .cat-pop-posts {
	border: 1px solid #333;
    flex-basis: 56%;
	margin-top: 45px;
	padding: 0 35px 30px;
	text-align: center;
}

.archive-description-left .cat-pop-posts .popular-post-title {
	color: #fa73b6;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.archive-description-left .cat-pop-posts a:hover .popular-post-title {
	color: #333;
}

.archive-description-left .cat-pop-posts img {
	margin-bottom: 5px;
}

.archive-description-left .cat-pop-posts .featured-product-price {
	color: #333;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.grid-wrap-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 60px;
	text-align: center;
}

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

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

.featured-ewd_product img {
	margin-bottom: 15px;
	max-width: 175px;
}

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

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

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

.featured-content.featured-ewd_product .entry-title {
	margin-bottom: 5px;
}

.sidebar .featured-content.featured-ewd_product {
	background: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
}

.sidebar .featured-content.featured-ewd_product img {
	max-width: 100%;
}

.featured-content.featured-ewd_product .entry-title a {
	color: #fa73b6;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.featured-content.featured-ewd_product .entry-title a:hover {
	color: #333;
}

.sidebar .front-page-slider .button-wrap {
	margin-top: 0;
}

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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

.sidebar .widget.enews-widget .widget-wrap {
	background: #9858D5;
	padding: 50px 40px 40px;
	position: relative;
	text-align: center;
}

.sidebar .widget.enews-widget .widget-wrap:before {
	background: #9858D5 url(../images/bulb-white.svg) no-repeat center 13px;
	background-size: 65%;
	border-radius: 100%;
	content: "";
	position: absolute;
	margin-left: -37px;
	left: 50%;
	top: -37px;
	height: 74px;
	width: 74px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {

}

.sidebar .enews-widget input[type="submit"] {

}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
}

.sidebar .enews p {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.2;
}

.sidebar .enews p a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.enews-widget input {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 15px;
	margin-bottom: 20px;
	max-width: 268px;
	padding: 12px;
	text-align: center;
	vertical-align: top;
}

.enews-widget input[type="submit"] {
	background: #fa73b6;
	border: 1px solid #fa73b6;
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 8px 30px 7px;
	margin: 0 0 20px 0;
	max-width: 268px;
	width: 100%;
	text-transform: uppercase;
}

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

.enews p {
	font-size: 24px;
	font-size: 2.4rem;
}

.enews p.fine-print {
	font-size: 13px;
	font-size: 1.3rem;
}

.purple-optin {
	background: #fff;
	padding: 100px 80px 60px;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	border: 5px solid #1faab1;
}

.hbg-parent-category .purple-optin .optin-lower-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.hbg-parent-category .purple-optin .optin-lower-wrap img {
	margin-right: 50px;
	max-width: 273px;
	width: 100%;
	flex-shrink: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border: 5px solid #fff;
}

.hbg-parent-category .enews-widget input[type="email"] {
	margin-right: 0;
}

.hbg-parent-category .enews-widget form {
	margin: 0 auto;
	max-width: 560px;
}

.hbg-parent-category .enews-widget input[type="submit"] {
	max-width: none;
	max-width: 556px;
	width: 100%;
}


.purple-optin .widget-title {
	color: #333;
	font-size: 36px;
	font-size: 3.6rem;
}

.hbg-parent-category .green-optin .widget-title {
	margin-bottom: 40px;
	font-size: 36px;
}

.purple-optin .enews p a {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

.purple-optin .enews p a:hover {
	text-decoration: none;
}

.green-optin .intro-text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 40px;
}

.hbg-after-post-optin.green-optin .intro-text {
	margin-bottom: 20px;
}

.purple-optin.green-optin.hbg-after-post-optin {
	margin-bottom: 60px;
	padding: 50px 40px 20px;
}

.purple-optin.green-optin.hbg-inline-optin {
	margin: 70px auto 50px;
}

.hbg-front-page .purple-optin.green-optin.hbg-after-post-optin {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.hbg-front-page .purple-optin.green-optin.hbg-after-post-optin .enews {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.purple-optin.green-optin.hbg-after-post-optin img {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
	border: 3px solid #fff;
	margin: 0 35px 15px 0;
	max-width: 372px;
	float: left;
}

.purple-optin.green-optin.hbg-after-post-optin h3 {
	color: #333;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 15px;
	text-align: center;
}

.purple-optin.green-optin.hbg-after-post-optin input {
	border: 0;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 31px;
	max-width: 242px;
	padding: 11px;
	text-align: center;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="email"] {
	margin-right: 0;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="submit"] {
	background: #f4dc76;
	border: 1px solid #f4dc76;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 12px 30px 11px;
	margin: 0 0 25px 0;
	max-width: none;
	text-transform: uppercase;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="submit"]:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}

.purple-optin.green-optin.hbg-after-post-optin form {
	display: inline-block;
	max-width: 520px;
}

.purple-optin.green-optin.hbg-after-post-optin p {
	font-size: 12px;
	font-size: 1.2rem;
}

.enews-widget.widget-shortcode {
	background: #fa73b6;
	margin-top: 90px;
    padding: 60px 40px 25px;
    position: relative;
    text-align: center;
}

.enews-widget.widget-shortcode:before {
	background: #fa73b6 url(../images/bulb-white.svg) no-repeat center 13px;
	    background-size: 65%;
	    border-radius: 100%;
	    content: "";
	    position: absolute;
	    margin-left: -37px;
	    left: 50%;
	    top: -37px;
	    height: 74px;
	    width: 74px;
}

.enews-widget.widget-shortcode .widgettitle {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
}

.enews-widget.widget-shortcode p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 auto 20px;
	max-width: 740px;
}

.enews-widget.widget-shortcode form {
	margin: 40px 0 10px;
}

.enews-widget.widget-shortcode form + p {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
	max-width: none;
}

.enews-widget.widget-shortcode p a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

.enews-widget.widget-shortcode input,
.enews-widget.widget-shortcode input[type="submit"] {
    max-width: 250px;
}

.promo-flex-container {
	margin-bottom: 50px;
}

.label-menu-wrap {
	display: flex;
	align-items: flex-start;

}

.menu-label:after {
	content: "";
    background: url(../images/home-arrow.svg) no-repeat;
    background-size: contain;
    height: 57px;
    width: 110px;
    position: absolute;
    right: -50px;
    bottom: -70px;
    display: block;
}

.menu-label {
	margin-top: 40px;
	width: 225px;
	flex-shrink: 0;
	font-weight: 700;
	margin-right: 50px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.33;
	position: relative;
}

/* ## EWD about Widget
--------------------------------------------- */

.about-widget {
	background: #ece7f2 url(../images/grid-purple-72.svg);
	background-size: 72px 72px;
	padding: 80px 0;
}

.about-widget .wrap {
	background: #fff;
	border: 5px solid #9858cf;
	width: 90%;
	max-width: 900px;
	padding: 0;
}

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

.about-widget img {
	width: 46%;
}

.ewd-about-widget-right {
	flex-basis: 64%;
	text-align: center;
	padding: 40px 40px 40px 0;
}

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

.about-widget p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.about-widget .button {
	margin: 0 4px 20px !important;
}

.button-ghost {
	border: 1px solid #fa73b6 !important;
	background: #fff !important;
	color: #fa73b6 !important;
}

.button-ghost:hover {
	border: 1px solid #333 !important;
	background: #333 !important;
	color: #fff !important;
}

/* ## EWD Activities Widget
--------------------------------------------- */

.widget_ewd_activities .widget-wrap {
	border: 2px solid #333;
	text-align: center;
	padding: 40px;
	line-height: 1.57;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

.widget_ewd_activities .widget-wrap:before {
	background-size: contain;
	background: #fff url(images/digital-resources.svg);
	content: "";
	height: 50px;
	left: 50%;
	margin-left: -31px;
	position: absolute;
	top: -26px;
	width: 62px;
}

.sidebar .widget_ewd_activities .widget-title {
	margin-bottom: 5px;
}

.widget_ewd_activities .button {
	background: #f4dc76;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
}

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

/* ## EWD Promo Widget
--------------------------------------------- */

.widget_ewd_promo img {
	display: block;
}

.ewd-promo-widget-right {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	padding: 40px 20px;
	text-align: center;
}

.ewd-promo-widget-right .button {
	align-items: center;
	background: none;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: 54px;
	letter-spacing: 2px;
	margin: 35px auto 0;
	width: 220px;
	text-transform: uppercase;
}

.ewd-promo-widget-right .fa {
	font-size: 32px;
	font-size: 3.2rem;
	margin-right: 20px;
	vertical-align: middle;
}

.ewd-promo-widget-right .button span {
	position: relative;
    display: inline-block;
}

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

#wpstats {
	display: none;
}


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

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

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

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


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

.before-header-bar {
	background: #1faab1;
}

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

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

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

.site-header > .wrap {
	padding: 0;
	max-width: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

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

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

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

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

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

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

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

.icon-menu .genesis-nav-menu li {
	margin: 0 2px;
	width: 110px;
	text-align: center;
	vertical-align: top;
}

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

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

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

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

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

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

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

.icon-menu .genesis-nav-menu a:hover {
	color: #fa73b6;
	opacity: 1;
}

.icon-menu .genesis-nav-menu .yellow a:hover,
.blog-menu .genesis-nav-menu .color-yellow a:hover {
	color: #f4dc76;
}

.icon-menu .genesis-nav-menu .blue a:hover,
.blog-menu .genesis-nav-menu .color-teal a:hover {
	color: #1faab1;
}


.icon-menu .genesis-nav-menu .purple a:hover,
.blog-menu .genesis-nav-menu .color-purple a:hover {
	color: #9858D5;
}

.menu-item .menu-image-wrap {
	display: block;
	height: 53px;
	width: 65px;
	margin: 0 auto 15px;
}

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

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

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

.mini-header .genesis-nav-menu a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
    padding: 19px 12px;
	text-transform: uppercase;
}

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

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

.before-header-bar .genesis-nav-menu .pink-button a {
	background: #fa73b6;
	margin-right: 30px;
}

.before-header-bar .genesis-nav-menu .pink-button a:hover {
	background: #333;
	margin-right: 30px;
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.side-nav li.menu-item.fa a,
.genesis-nav-menu li.menu-item.fa a {
	border: none;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

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

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

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

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

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

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

.menu-item .menu-image-wrap {
    display: block;
    height: 53px;
    width: 65px;
    margin: 0 auto 15px;
}

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

/* ## Archive Intro Nav
--------------------------------------------- */

.archive .site-inner {
	padding-top: 80px;
	max-width: 1200px;
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

.archive-intro-cats {
	background: #333;
}

.archive-intro-cats li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.archive-intro-cats li:before {
	color: #f4dc76;
	content: "\f005";
	font-family: FontAwesome;
}

.archive-intro-cats li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	padding: 14px 15px 14px 10px;
	text-transform: uppercase;
}

.archive-intro-cats li:hover a,
.archive-intro-cats li:active a,
.archive-intro-cats li.current-cat a {
	color: rgba(255, 255, 255, 0.5);
}

.hbg-featured-products-block .entry {
	text-align: center;
}

.hbg-featured-products-block .hbg-grid-wrap .entry .entry-title {
	line-height: 1.375;
	margin-bottom: 20px;
}

.hbg-optin-block {
	border: 5px solid #1faab1;
	padding: 40px 55px;
	text-align: center;
	margin-bottom: 40px;
}

.hbg-optin-block .wrap {
	padding: 0;
}

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

.optin-image {
	width: 273px;
	margin-right: 40px;
	flex-shrink: 0;
}

.optin-image img {
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: block;
}

.hbg-optin-block form {
	margin: 20px 0 0;
}

.hbg-optin-block input {
	margin-bottom: 20px;
	text-align: center;
    padding: 10px;
}

.hbg-optin-block input[type="submit"] {
	font-size: 24px;
	width: 100%;
}

.fine-print {
	font-size: 14px;
	line-height: 1.33;
}

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

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

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

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

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

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

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

.entry-content ol {
	margin-bottom: 28px;
	margin-left: 60px;
}

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

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

.entry-content ul > li {
	padding-left: 25px;
    list-style-type: none;
    position: relative;
	margin-bottom: 30px;
}

.entry-content ul > li:before {
	background: url(../images/bulb-bullet.svg) no-repeat;
	background-size: contain;
	content: "";
    left: 0px;
    top: 0px;
    text-align: center;
	position: absolute;
	height: 23px;
	width: 18px;
}

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

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

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

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

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

p.entry-meta a {
	color: #333;
	font-weight: 400;
	text-decoration: none;

}

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

.entry-meta .fas {
	color: #1faab1;
	margin-right: 6px;
	font-size: 16px;
}

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #fa73b6 !important;
	background: none !important;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 6px;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

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

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

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

.comment-list {
	clear: both;
}

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

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

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

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

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

}

.comment-list li.bypostauthor > article {
	background: rgb(255 229 119 / 20%);
	border: none;
	padding: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #eae8e8;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 15px;
}

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

.comment-respond label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

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

.comment-author {
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

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

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

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

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

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

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

.comment-reply a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.comment-respond form {
	clear: both;
}

.children article {
	border-left: 5px solid rgb(255 229 119 / 20%);
	padding-left: 40px;
}

.comment-content {
    clear: both;
}

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


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

.nrelate {
	margin-bottom: 40px;
}

.related-pretitle {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.nr_title {
    font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.nr_inner {
    display: grid;
    grid-gap: 0 3.17%;
    grid-template-columns: 31.22% 31.22% 31.22%;
}

.nr_img_div img {
	border: 1px solid #333;
	margin-bottom: 7px;
}

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

.nr_text:hover {
	color: #fa73b6;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

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

.hbg-front-page .content .entry .entry-title {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1.3;
}

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

.hbg-front-page .content .entry-header {
	display: flex;
}

.hbg-front-page .content .entry-header .wrap {
	text-align: center;
}

.front-page-blog-posts {
	background: #f9f2d7;
	padding: 80px 0;
}

.hbg-front-page .popular-posts,
.hbg-blog .popular-posts {
	padding: 80px 0 30px;
}

.blog-section-intro,
.popular-posts .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}

.blog-section-intro {
	font-size: 42px;
	font-size: 4.2rem;
}

.blog-section-intro span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.front-page-shop-menu {
	padding: 80px 0;
}

.hbg-front-page .popular-posts .entry,
.hbg-blog .popular-posts .entry {
	float: left;
	margin: 0 0 3.33% 3.33%;
	width: 31.11%;
}

.hbg-front-page .popular-posts .entry:hover,
.hbg-blog .popular-posts .entry:hover {
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

.hbg-front-page .popular-posts .entry:first-of-type,
.hbg-blog .popular-posts .entry:first-of-type {
	margin-left: 0;
}

.front-page-slider li {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

/* # Freebie Library Page
---------------------------------------------------------------------------------------------------- */

.login-bar {
	background: #9858D5;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 22px 0 2px;
	text-align: center;
}

.login-bar p {
	display: inline-block;
}

.login-bar .button {
	background: #f4dc76;
	border: 1px solid #f4dc76;
	color: #333;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	padding: 5px 20px;
	margin-left: 20px;
	text-transform: uppercase;
}

.login-bar .button:hover {
	background: #fff;
	border-color: #333;
}

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

.hbg-freebie-library .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

/* # Freebie Library Page
---------------------------------------------------------------------------------------------------- */

.hbg-newsletter-freebies .entry {
	margin-bottom: 0;
	text-align: center;
}

.hbg-newsletter-freebies .hbg-grid-wrap .entry img {
	margin-bottom: 0;
}

.hbg-newsletter-freebies .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.hbg-newsletter-freebies .hbg-grid-wrap .entry .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 15px;
}

.hbg-newsletter-freebies .download-icon {
	margin: -25px 0 10px;
	text-align: center;
}

.hbg-newsletter-freebies .download-icon a {
    background: #fa73b6;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    height: 50px;
    margin: 0 3px;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50px;
}

.hbg-newsletter-freebies .download-icon a:hover {
    background: #fff;
    border-color: #fa73b6;
    color: #fa73b6;
}

.hbg-blog .front-page-slider {
	background: #f9f2d7;
	padding: 80px 0;
}

.hbg-front-page .front-page-slider {
	padding: 80px 0;
}

.front-page-slider .button-wrap,
.front-page-blog-posts .button-wrap {
	margin-top: 40px;
	text-align: center;
}

.front-page-blog-posts .button-wrap {
	margin-top: 0;
}

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

.category .hbg-featured-products {
	padding: 80px 0;
}

.hbg-grid-wrap {
    display: grid;
    grid-gap: 0 3.26%;
    grid-template-columns: 31.16% 31.16% 31.16%;
}

.woocommerce-shop .hbg-featured-products .hbg-grid-wrap {
	grid-gap: 0 5.18%;
    grid-template-columns: 29.88% 29.88% 29.88%;
}

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

.hbg-grid-wrap .entry {
	margin-bottom: 40px;
	text-align: center;
}

.hbg-grid-wrap .entry-content {
	padding: 0;
}

.hbg-grid-wrap .entry .entry-title {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 600;
	margin-bottom: 0;
}

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

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

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

.sidebar .widget {
	background: url(../images/dot-border.svg) center bottom no-repeat;
	padding-bottom: 75px;
    margin-bottom: 60px;
}

.sidebar .widget:last-of-type {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Shop This Post Shortcode
---------------------------------------------------------------------------------------------------- */

.shop-this-post {
	border: 1px solid #333;
	margin-bottom: 40px;
	padding: 0 40px 40px;
	position: relative;
	min-height: 288px;
}

.border-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-top: -14px;
	text-align: center;
	text-transform: uppercase;
}

.border-title span {
	background: #fff;
	padding: 0 20px;
}

.shop-this-post .image-link {
	position: absolute;
	left: 40px;
	top: 40px;
	max-width: 200px;
}

.shop-this-post-right {
	text-align: center;
	padding-left: 240px;
}

.shop-this-post-right p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shop-this-post-right h4 {
    font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.shop-this-post .button-wrap {
	margin-top: 30px;
}

.buy-now-button {
	background: none;
    border: 2px solid #333;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 13px 43px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.buy-now-button:hover {
	background: #000;
    color: #fff;
}

.buy-now-button:hover:before {
    background: none;
}

.buy-now-button:before {
    background: #fa73b6;
    content: "";
    letter-spacing: 2px;
    left: -7px;
    right: 5px;
    top: -7px;
    bottom: 5px;
    position: absolute;
    z-index: -1;
}

.buy-now-button:after {
    border: 2px solid #333;
    content: "";
    letter-spacing: 2px;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
}

/* Shop This Collage Shortcode
---------------------------------------------------------------------------------------------------- */

.shop-this-collage-inner {
	display: flex;
	justify-content: center;
}

.shop-this-collage-single {
	display: flex;
	flex-direction: column;
	margin-right: 2.3225%;
	text-align: center;
	width: 31.785%;
}

.shop-this-collage-single img {
	margin: 0 auto 20px;
	display: block;
}

.collage-single-upper {
	flex-grow: 1;
	margin-bottom: auto;
}

.shop-this-collage-single:last-of-type {
	margin-right: 0;
}

.shop-this-collage.shop-this-post .button-wrap {
	margin-top: 10px;
}

.shop-this-collage .buy-now-button {
    padding: 13px 20px;
}

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

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

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

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

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

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


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

.before-footer {
	background: #fff url(../images/footer-bg.png);
	padding-bottom: 40px;
	text-align: center;
}

.nav-footer {
	display: inline-block;
}

.nav-footer a {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 18px 16px;
	text-transform: uppercase;
}

.nav-footer a:hover {
	color: #fa73b6;
	text-decoration: none;
}

.site-footer {
	background-color: #333;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p,
.site-footer a {
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}

.site-header .slide-nav-link {
	padding: 0 14px;
	top: 13px;
}

div.search-me:before {
    color: #333;
    font-size: 18px;
    padding: 19px 16px;
    top: -2px;
    right: 0;
}

div.sidr a:hover{
	color: #fa73b6;
}

.slide-nav-link:hover,
.slide-nav-link:active,
.slide-nav-link:focus {
	background-color: #fa73b6;
}

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

/* # Digital Resources Page
---------------------------------------------------------------------------------------------------- */

.hbg-digital-resources .site-inner {
	max-width: none;
	padding: 0;
}

.hbg-digital-resources .content > .entry {
	background: none;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.hbg-digital-resources .content {
	background: #f9f2d7;
	padding-top: 60px;
}

.hbg-digital-resources .content > .entry .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.jf-activities {
	background: #fff;
}

.jf-activities h2 {
	background: #fa73b6;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5%;
}

.jf-activities:nth-of-type(even) h2 {
	background: #f4dc76;
	color: #333;
}

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

.activity {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 58px 58px 18px;
}

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

.activity header {
	text-align: center;
}

.activity p {
	margin-bottom: 30px;
}

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

.activity-download {
	text-align: center;
	width: 47.7%;
}

.activity-download h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.activity-download img {
	display: block;
}

.activity-icon {
	border: 3px solid #fff;
	background: #fa73b6;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 3px;
	height: 50px;
	width: 50px;
	margin: -28px auto 25px;
	position: relative;
	z-index: 2;
}

.dr-nav {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 35px;
	max-width: 731px;
	width: 100%;
}

.dr-nav a {
	background: #fff;
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	padding: 9px 0;
	text-align: center;
	text-transform: uppercase;
}

.dr-nav a:first-of-type {
	width: 323px;
}

.dr-nav a:last-of-type {
	width: 368px;
}

.dr-nav a img {
	display: inline-block;
	max-height: 30px;
	max-width: 35px;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle
}

.dr-nav a span {
	padding-top: 3px;
}

/* # About Page
---------------------------------------------------------------------------------------------------- */

.hbg-about .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.hbg-about .enews-widget.widget-shortcode {
	padding: 60px 40px 25px;
}

.hbg-about .enews-widget.widget-shortcode p {
	max-width: none;
}

.hbg-about .enews-widget.widget-shortcode input[type="submit"] {
	max-width: 181px;
	padding: 8px 20px 7px;
}

.hbg-about .nav-social {
	margin: 0;
}

.hbg-about .genesis-nav-menu.menu-social {
	position: relative;
	top: -30px;
}

.hbg-about .team-sidebar {
	border: 2px solid #9858D5;
	padding-bottom: 10px;
}

.team-sidebar-heading {
	color: #9858D5;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-top: -12px;
	text-align: center;
	text-transform: uppercase;
}

.team-sidebar-heading span {
	background: #fff;
	padding: 0 20px;
}

.team-member {
	margin-bottom: 15px;
}

.team-member img {
	display: block;
	margin: 0 auto 20px;
	max-width: 220px;
	padding-top: 40px;
	background: url(../images/dot-border.svg) center top no-repeat;
}

.team-member:first-of-type img {
	padding-top: 0;
	background: none;
}

.team-member h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	text-align: center;
}

.team-member .bio {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71;
	padding: 0 19px;
}

/* # Landing One Template
---------------------------------------------------------------------------------------------------- */

.hbg-landing-one .entry {
	margin-bottom: 0;
}

.hbg-landing-one .site-header {
	border: 0;
}

.hbg-landing-one .site-container {
	background: url(../images/bg-pattern.svg);
	background-size: 300px 300px;
}

.hbg-landing-one .site-inner {
	background: #fff;
	border: 5px solid #9858D5;
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 900px;
	padding: 5.41% 5.41% 0;
	width: 90%;
	text-align: center;
}

.hbg-landing-one .entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 700;
}

.hbg-landing-one h2 {
	color: #9858D5;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 35px;
}

.hbg-landing-one h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 0;
}

.l1-featured-posts {
	margin-bottom: 30px;
}

.l1-featured-posts img {
	margin-bottom: 10px;
}

.l1-featured-posts-inner {
	display: flex;
}

.l1-featured-posts-inner a {
	margin-bottom: 25px;
	margin-right: 2.75%;
	width: 31.5%;
}

.l1-featured-posts-inner a:last-of-type {
	margin-right: 0;
}

.l1-featured-products {
	background: rgba(136, 114, 155, 0.08);
	margin-bottom: 60px;
	padding: 40px 8.95% 10px;
}

.l1-featured-products-inner {
	display: flex;
}

.l1-featured-products-inner a {
	margin-bottom: 25px;
	margin-right: 6.2%;
	width: 29.2%;
}

.l1-featured-posts-inner a:hover h3,
.l1-featured-products-inner a:hover h3 {
	color: #fa73b6;
}

.l1-featured-products-inner a:last-of-type {
	margin-right: 0;
}

.l1-featured-products img {
	margin-bottom: 10px;
}

.hbg-landing-one .l1-featured-products h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.125;
}

.l1-featured-products .featured-product-price {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}

/* # Landing Two Template
---------------------------------------------------------------------------------------------------- */

.hbg-landing-two .entry {
	margin-bottom: 0;
}

.hbg-landing-two .site-header {
	border: 0;
}

.hbg-landing-two .site-container {
	background: url(../images/bg-pattern.svg);
	background-size: 300px 300px;
}

.hbg-landing-two .site-inner {
	background: #fff;
	border: 5px solid #9858D5;
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 900px;
	padding: 5.41% 5.41% 0;
	width: 90%;
	text-align: center;
}

.hbg-landing-two .product-entry {
	padding-bottom: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

.hbg-landing-two .product-entry:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

.hbg-landing-two .entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 700;
}

.hbg-landing-two h2 {
	color: #9858D5;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 0;
}

.hbg-landing-two h2 a {
	color: #9858D5;
}

.hbg-landing-two h2 a:hover {
	color: #fa73b6;
}

.hbg-landing-two .featured-product-price {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 25px;
}

.hbg-landing-two .product-entry-inner {
	display: flex;
}

.hbg-landing-two .product-entry-inner img {
	display: block;
	margin-right: 40px;
}

.hbg-landing-two .product-content-wrap {
	text-align: left;
}

.lp2-buy-now-button {
	background: #fa73b6;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	max-width: 253px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.lp2-buy-now-button:hover {
	background: #333;
	color: #fff;
}

.before-header-cta {
	background: #fff2bb;
	color: #333;
	padding: 10px 0;
    position: -webkit-sticky;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.before-header-cta p {
	margin-bottom: 0;
}

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

.before-header-cta a {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-decoration: none;
}

.ez-toc-list li:before {
	display: none;
}

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

.archive-description-upper {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}

.hbg-top-optins {
	background: url(../images/grid-72.svg);
	background-size: 72px 72px;
	text-align: center;
	padding: 80px 0;
}

.single-post .hbg-top-optins {
	background: none;
}

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

.top-optin {
	width: 22.33%;
}

.hbg-top-optins h2 {
	max-width: 900px;
	margin: 0 auto 40px;
	font-size: 42px;
}

.hbg-top-optins h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.top-optin img {
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

.optin-teal .button,
.optin-teal button {
	background-color: #1faab1 !important;
}

.optin-purple .button,
.optin-purple button {
	background-color: #9858cf !important;
}

.optin-yellow .button,
.optin-yellow button {
	background-color: #ffe577 !important;
}

.optin button:hover {
	background: #333 !important;
}

.promo-section {
  background: #d2eeef;
  padding: 80px 0;
}

.hbg-front-page .promo-section {
	padding: 0;
}

.hbg-front-page .promo-section .hbg-wrap {
	padding: 80px 0 60px;
}

.promo-section h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}

.promo-flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.promo-left{
  flex-basis: 46.25%;
}

.promo-right {
  flex-basis: 50%;
  font-size: 36px;
  line-height: 1.33;
}

.promo-right h2 {
	font-size: 36px;
	line-height: 1.33;
	font-weight: 700;
}

.promo-right h2 span {
	background-image: linear-gradient(#fb8fc5,#fb8fc5);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.promo-logo, .promo-image {
  max-width: 100%;
  height: auto;
  display: block; /* Ensures images are block-level for correct spacing */
}

.promo-logo {
	max-width: 72%;
	margin: 0 auto 20px;
}

.promo-bullets {
  list-style-type: none;
  padding: 0;
  font-size: 28px;
}

.promo-bullets li {
	margin-bottom: 20px;
}

.promo-bullets li::before {
  content: '✓';
  color: #fa73b6;
  margin-right: 15px;
  font-weight: 700;
}

.sspromo-bullets li::before {
    color: #fa73b6;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: -30px;
    top: -2px;
    width: 28px;
    height: 23px;
}

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

.blog-menu {
	background: #fff;
	border: 5px solid #ffe577;
	width: 372px;
	text-align: center;
	padding: 60px 60px;
	flex-shrink: 0;
	margin-right: 60px;
}

.blog-menu .button-wrap {
	margin-top: 50px;
}

.blog-menu .genesis-nav-menu {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 18px;
	text-transform: uppercase;
}

.blog-menu .menu-item .menu-image-wrap {
	width: 72px;
	height: 72px;
}

.blog-menu .genesis-nav-menu a {
	padding: 0;
}

.blog-menu .genesis-nav-menu .menu-item {
	width: 100px;
	text-align: center;
}

.blog-menu h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.front-page-blog-posts .hbg-grid-wrap {
	width: 100%;
	grid-gap: 0 5.12%;
    grid-template-columns: 47.44% 47.44%;
}

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

.front-page-blog-posts .hbg-grid-wrap .entry .entry-title {
	line-height: 1.33;
}

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

.hbg-wrap {
  max-width: 1200px; /* Adjust the max width as needed */
  margin: 0 auto;
}

.hbg-learn-section h2 {
  color: #333; /* This is a dark color for the text, adjust as needed */
  text-align: center;
  margin-bottom: 30px; /* This adds space below the heading */
}

.hbg-learn-section h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* This will center the items */
}

.learn-optin:first-of-type {
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 24px;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.learn-optin:first-of-type img {
	width: 46.91%;
}

.learn-optin:first-of-type .learn-optin-lower {
	width: 50%;
	text-align: left;
}

.learn-optin:first-of-type .button-wrap {
	text-align: left;
}

.learn-optin .button-wrap {
	margin-top: 20px;
}

.learn-optin {
  background-color: #fff; /* Background color for the opt-in boxes */
  width: 30.08%; /* Adjust the width as needed, subtracting the gap */
  box-sizing: border-box;
  text-align: center; /* Center the text inside the opt-in boxes */
  line-height: 1.5;
 	font-size: 24px;
}

.learn-optin img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; /* Adds space below the image */
}

.learn-optin h3 {
	font-size: 36px;
  margin-bottom: 10px; /* Adds space below the heading */
}

.learn-optin a.button {

}

.optin-popup-right form {
  margin-top: 15px; /* Adds space above the form */
}

.optin-popup-right input[type="text"],
.optin-popup-right input[type="email"],
.optin-popup-right input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px; /* Adds space between the form fields */
  border: 1px solid #ccc;
  border-radius: 5px; /* Rounded corners for the input fields */
}

.optin-popup-right input[type="submit"] {
  background-color: #008cba; /* Button color */
  color: #fff;
  cursor: pointer;
}

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

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

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

.before-footer-menus {
	padding: 80px 0 40px;
}

.before-footer-menus .genesis-nav-menu a,
.before-footer-menus .genesis-nav-menu li {

	font-size: 18px;
	font-size: 1.8rem;
	padding: 0;
	font-weight: 600;
}

.before-footer-menus .genesis-nav-menu li.menu-item {
	margin-bottom: 20px;
	display: list-item;
	text-align: left;
}

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

.before-footer-menus .footer-0 .genesis-nav-menu li,
.before-footer-menus .footer-0 .genesis-nav-menu li a {
	font-size: 32px;
	font-size: 3.2rem;
	display: inline-block;
}

.before-footer-menus .footer-0 .genesis-nav-menu li {
	margin: 0 8px;
	margin-bottom: 0;
	font-size: 32px;
}

.before-footer-menus .genesis-nav-menu a i {
    color: #333;
}

.before-footer-menus .genesis-nav-menu a:hover i {
	color: #fa73b6;
}

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

.nav-social {
	margin-top: 20px;
}

.before-footer-menus .genesis-nav-menu .current-menu-item > a {
	color: #333;
}



.before-footer-menus .wrap {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	width: 90%;
}

.before-footer-menus .wrap:before,
.before-footer-menus .wrap:after {
	display: none;
}

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

.footer-0 {
	width: 167px;
	margin-right: auto;
}

.before-footer-menus .search-form {
	max-width: 300px;
	border-bottom: 1px solid #fff;
}

.before-footer-menus .search-form input {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 0 20px 6px 0;
    text-align: left;
    width: 232px;
}

.before-footer-menus .search-form input::-moz-placeholder {
color: rgba(255, 255, 255, 0.50);
	opacity: 1;
}

.before-footer-menus .search-form input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.50);
opacity: 1;
}





.before-footer-menus .search-form input[type="submit"] {
	box-shadow: none;
	color: #07D7CD !important;
    font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0;
    padding: 3px 15px 2px 2px;
    vertical-align: middle;
    width: auto;
	display: inline-block;
}


.footer-menu-container {
	width: 195px;
}

.footer-menu-container h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	background: #1faab1;
	padding: 11px 20px;
	text-align: center;
}

.footer-menu-container:nth-child(3) h4 {
	background: #fa73b6;
}

.footer-menu-container:nth-child(4) h4 {
	background: #9858cf;
}

.footer-menu-container:nth-child(5) h4 {
	background: #ffe577;
}

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

.shop-header-menu {
	float: right;
    max-width: 810px;
    margin-top: 21px;
    vertical-align: middle;
}

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

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

.shop-header-menu .fa-star {
    color: #fa73b6;
}

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

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

.shop-header-menu .genesis-nav-menu > li > a {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
}

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

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 {
	border: 1px solid #1faab1;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 60px 0 0;
	margin-bottom: 80px;
	text-align: left;
	width: 300px;
	flex-shrink: 0;
	padding: 60px 40px 0;
}

.woocommerce .sidebar h5 {
	text-transform: uppercase;
	text-align: center;
}

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

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

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

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

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

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

.woocommerce-tabs .product-promo-section {
	text-align: center;
	padding: 50px 40px;
}

.woocommerce-tabs .product-promo-section.teal {
	background: #d2eeef;
}

.woocommerce-tabs .product-promo-section.teal .button {
	background: #1faab1 !important;
}

.woocommerce-tabs .product-promo-section.teal .button-ghost {
	background: transparent !important;
	border-color: #1faab1 !important;
	color: #1faab1 !important;
}

.woocommerce-tabs .promo-logo {
	width: 160px;
}

.woocommerce-tabs .tagline {
	font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce-tabs .button {
	font-size: 14px !important;
    padding: 12px 24px !important;
}

nav.shop-header-menu .search {
	background: #ececec;
    top: -8px;
    width: 224px;
    padding: 13px 22px 10px 44px;
}

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

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

.genesis-nav-menu > .right {
    display: inline-block;
    margin-left: 15px;
}

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

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

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: 24px;
	line-height: 1.12;
	font-weight: 700;
	color: #999999;
	text-transform: uppercase;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 62%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	color: #333;
}

body.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 62%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	font-weight: 700;
	color: #333;
	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;
	padding: 10px;
}

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

body.woocommerce div.product .woocommerce-tabs ul.tabs li.bundle_includes_tab_tab {
	border-left: 1px solid #c7c7c6;
	padding-left: 40px;
}

.related.products {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	background-size: 315px 315px;
	text-align: center;
}

.related.products .products {
	display: flex;
    justify-content: space-between;
	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;
}

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

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

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

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

.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: 30%;
    background: #FFFFFF;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

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


.included-in-all-access {
	position: relative;
}

.related-to-all-access-math:before {
	position: absolute;
	content: "";
	background-image: url(../images/math-badge.svg);
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	display: block;
	background-size: contain;
	left: -22px;
    top: -22px;
	z-index: 1;
}

.related-to-all-access-reading:before {
	background-image: url(../images/reading-badge.svg);
}

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

.related.products > h2 {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
	display: inline-block;
}

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 ul.products li.first,
body.woocommerce-page ul.products li.first {
	margin-right: 0;
}

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

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

.facetwp-selections ul {
	padding: 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .sidebar h5 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	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: 42px;
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 0;
}

body.woocommerce div.product p.price {
	font-size: 32px;
	font-size: 3.2rem;
	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: #fa73b6;
}

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

.single-product.woocommerce div.product div.images,
.single-product.woocommerce-page div.product div.images {
    margin-left: auto;
    margin-right: auto;
	width: 45.55%;
	flex-grow: 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: 49.55%;
}

.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: 0;
    background-color: #fa73b6;
	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: #fa73b6;
}

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

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

.woocommerce .site-header > .wrap,
.woocommerce-page .site-header > .wrap {
	padding: 0;
	width: 90%;
}

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

.mobile-about {
	display: none;
}

.widget.enews-widget.widget-shortcode.area-arbitrary input[type="submit"] {
	background: #1faab1 !important;
}

.widget.enews-widget.widget-shortcode.area-arbitrary input[type="submit"]:hover {
	background: #333 !important;
}

.facetwp-facet-search {
	display: none;
}

.cat-optin-right button {
	font-size: 24px;
}

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

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

.circles-container .hbg-sales-wrap {
	max-width: 1030px;
}

.circles-container {
	position: relative;
	margin-top: -40px;
}

.circles-container:before {
	background: #1faab1;
	top: 40px;
	bottom: 40px;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	z-index: -1;
}

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

.circles-row .circle {
	background: #ffe577;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-top: 40px;
}

.promo-image.mobile {
	display: none;
}

.circles-row .circle img {
	max-width: 86px;
	max-height: 105px;
}

.circle-text {
	max-width: 180px;
	line-height: 1.3;
}

.hbg-sales-page .promo-section {
	background: none;
    display: flex;
    justify-content: space-between;
}

.hbg-sales-page .promo-section .pretitle,
.hbg-sales-page .promo-section h2,
.hbg-sales-page .about_section .pretitle,
.hbg-sales-page .about_section h2 {
	text-align: left;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 28px;
}

.hbg-sales-page .promo-image {
    flex: 0 0 40.56%;
    overflow: hidden;
    position: relative;
}

.hbg-sales-page .promo-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hbg-sales-page .promo-content {
    flex: 0 0 59.44%;
    padding: 0 35px;
    padding-right: calc((100% - 1030px)/2)
}

.hbg-sales-page .promo-content span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 88%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.verticle_icons_and_text {
	padding: 80px 0 60px;
	background: #FFF9E3;
	text-align: center;
	font-size: 24px;
}

.verticle_icons_and_text img {
	max-width: 80px;
	max-height: 80px;
}

.verticle_icons_and_text .icon-and-text {
	margin-bottom: 40px;
}

.button-24 {
	font-size: 24px;
}

.promo-section.text_with_bg_image {
	background: #fa73b6;
	flex-direction: row-reverse;
}

.text_with_bg_image .hbg-sales-wrap {
	display: flex;
	flex-direction: row-reverse;
}

.hbg-sales-page .promo-content.text_with_bg_image-content {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
    padding: 0 35px;
	padding-left: calc((100% - 1030px) / 2);
}

.text_with_bg_image {
	background-position: center bottom;
}

.horizontal_icons_and_text {
	background: url(../images/grid-purple.svg) repeat;
	background-size: 72px 72px;
	padding: 80px 0 40px;
}

.horizontal_icons_and_text h2 {
	text-align: center;
}

.horizontal_icons_and_text .icon-and-text {
	background: #fff;
	border: 2px solid #9858cf;
	margin-bottom: 40px;
	padding: 40px;
	display: flex;
	font-size: 24px;
	line-height: 1.5;
}

.horizontal_icons_and_text .icon-and-text img {
	flex-shrink: 0;
	margin-right: 30px;
}

.wysiwyg {
	padding: 80px 0;
	font-size: 24px;
}

.wysiwyg .hbg-sales-wrap {
	max-width: 900px;
	line-height: 1.5;
}

.wysiwyg ul {
	text-align: center;
}

.wysiwyg li {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.wysiwyg li:before {
	    color: #1faab1;
	    font-family: "Font Awesome 5 Free";
	    content: "\f058";
	    font-weight: 900;
	    position: relative;
	    width: 28px;
	    height: 23px;
		margin-right: 10px;
}

.wysiwyg h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.testimonials_section {
	background: #FEEAF4;
	padding: 80px 0;
}

.testimonials_section .hbg-sales-wrap {
	max-width: 920px;
		padding-left: 100px;
}

.testimonials_section h2 {
	font-size: 24px;
	text-align: center;
}

.test-headline {
	color: #fa73b6;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.testimonial {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	position: relative;

}

.testimonial:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.testimonial:before {
	    color: #fa73b6;
		background: url(../images/quote-pink.svg) no-repeat;
	    content: "";
	    position: absolute;
	    width: 59px;
	    height: 59px;
		left: -100px;
		top: 0;
}

.wysiwyg_2 {
	font-size: 24px;
	padding: 80px 0 60px;
}

.wysiwyg_2 .hbg-sales-wrap {
	max-width: 900px;
}

.wysiwyg_2 h2,
.so_much_more_section h2 {
	font-size: 42px;
}

.wysiwyg_2 h2 span,
.so_much_more_section h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.whats_waiting_section-header {
	background: #ffe577;
	text-align: center;
	padding: 70px 0 20px;
	position: relative;
}

.whats_waiting_section-header .pretitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.whats_waiting_section-header h2 {
	font-size: 54px;
}

.whats_waiting_section-header:after {
	content: "";
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 50px 28.5px 0 28.5px;
   border-color: #ffe577 transparent transparent transparent;
   transform: rotate(0deg);
   position: absolute;
   bottom: -50px;
   left: 50%;
   margin-left: -28px;
}

.whats_waiting_section-body {
	background: #FFF9E3;
	padding: 80px 0 80px;
}

.waiting-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #666;
}

.waiting-item:nth-child(even) {
	flex-direction: row-reverse;
}

.waiting-item:nth-child(even) img {
	width: 396px;
	flex-shrink: 0;
	margin-right: 0;
	margin-left: 40px;
}

.waiting-item img {
	width: 396px;
	flex-shrink: 0;
	margin-right: 40px;
}

.waiting-item ul {
	padding-left: 60px;
}

.waiting-item li {
	position: relative;
}

.waiting-item li:before {
	    color: #1faab1;
	    font-family: "Font Awesome 5 Free";
	    content: "\f058";
	    font-weight: 900;
		font-size: 18px;
	    position: absolute;
		left: -25px;
		margin-right: 10px;
}

.so_much_more_section {
	text-align: center;
	font-size: 24px;
}

.so_much_more_section .icons-and-text {
	display: flex;
	justify-content: space-between;
}

.so_much_more_section .icon-and-text {
	border: 2px solid #ffe577;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	flex-direction: column;
	line-height: 1.4;
	width: 270px;
	height: 270px;
	flex-shrink: 0;
	padding: 25px;
}

.so_much_more_section .icon-text-text,
.digital_section .icon-text-text {
	margin-bottom: 0;
}

.digital_section {
	font-size: 24px;
	text-align: center;
	padding: 80px 0;
	line-height: 1.5;
}

.digital_section .hbg-sales-wrap {
	max-width: 900px;
}

.digital_section .icons-and-text {
	display: flex;
	justify-content: space-between;
}

.digital_section .icon-and-text {
	background: #ffe577;
	width: 30%;
	font-weight: 600;
	line-height: 1.4;
	padding: 20px 20px 30px;
}

.digital_section .icon-and-text:nth-child(2) {
	background: #fa73b6;
	color: #fff;
}


.digital_section .icon-and-text:nth-child(3) {
	background: #9858cf;
	color: #fff;
}

.calendars-header {
	background: #1faab1;
text-align: center;
padding: 70px 0 60px;
position: relative;
color: #fff;
font-size: 23px;
line-height: 1.5;
}

.calendars-header h2 {
	font-size: 42px;
}

.calendars-header:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 28.5px 0 28.5px;
    border-color: #1faab1 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -28px;
}

.calendars_section .icons-and-text {
	background: url(../images/blue-supplies-760x842.svg);
	background-size: 760px 842px;
	padding: 80px 0 40px;
}

.calendars_section .icons-and-text .icon-and-text {
    background: #fff;
    border: 2px solid #1faab1;
    margin-bottom: 40px;
    padding: 40px;
    display: flex;
    font-size: 24px;
    line-height: 1.5;
}

.calendars_section .icons-and-text .icon-and-text img {
	width: 126px;
	margin-right: 40px;
	flex-shrink: 0;
}

.calendars_section .icons-and-text .icon-text-text {
	margin: 0;
}

.support_section.digital_section .hbg-sales-wrap {
	max-width: 1200px;
}

.support_section.digital_section .icon-and-text {
	width: 22.5%;
}

.support_section.digital_section .icon-and-text:nth-child(1) {
	background: #1faab1;
	color: #fff;
}

.support_section.digital_section h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

.support_section.digital_section .icon-and-text {
	font-size: 18px;
	font-weight: normal;
}

.memberships-section .hbg-wrap {
	max-width: 900px;
}

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

.memberships-section .membership {
	width: 46.67%;
	text-align: center;
	border: 3px solid #1faab1;
	border-radius: 20px;
	overflow: hidden;
	font-size: 22px;
	display: flex;
    flex-direction: column;
	background: #fff;
}

.memberships-section .membership .button {
	background: #1faab1 !important;
}

.memberships-section .membership .button:hover {
	background: #666 !important;
}

.memberships-section h2 {
	margin-bottom: 40px;
	text-align: center;
}

.memberships-section .membership:nth-child(even) {
	border-color: #fa73b6;
}

.membership-header {
	background: #1faab1;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #fff;
}

.membership-header {
	font-size: 28px;
}

.memberships-section .membership:nth-child(even) .membership-header {
	background: #fa73b6;
}

.memberships-section .membership:nth-child(even) .button {
	background: #fa73b6 !important;
}

.memberships-section .membership:nth-child(even) .button:hover {
	background: #666 !important;
}

.membership-inner {
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: content-box;
}

.header-price {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
}

.membership .button-wrap {

}

.header-details {
	font-size: 14px;
	font-weight: normal;
}

.membership li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
	text-align: left;
	font-size: 18px;
}

.membership li:last-child {
	font-weight: 700;
}

.membership .bullets {
	margin-bottom: 10px;
}

.membership li:before {
	color: #1faab1;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	left: 0;
	margin-right: 10px;
}

.memberships-section .membership:nth-child(even) li:before {
	color: #fa73b6;
}

.total-value,
.monthly-membership,
.founding-members-price {
	margin-bottom: 10px;
	font-weight: 700;
}

.founding-members-price {
	margin-bottom: auto;
	color: #ff007c;
}

.memberships-section .membership:nth-child(even) .founding-members-price {
	color: #0089e9;
}

.total-value span {
	text-decoration: line-through;
}

.memberships-section {
    background: url(../images/grid-white.svg);
	background-size: 72px 72px;
	padding: 80px 0;
}

.memberships-section h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.memberships-section .memberships {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.membership-header h3 {
	margin-bottom: 0;
	font-size: 28px;
}

.testimonials_section_2 {
	padding: 100px 0 80px;
}

.testimonials_section_2 .hbg-sales-wrap {
	border: 2px solid #fa73b6;
	max-width: 900px;
	padding: 40px 40px 40px;
	text-align: center;
	position: relative;
}

.testimonials_section_2 .hbg-sales-wrap:before {
	background: #fff url(../images/testimonial.svg) no-repeat;
	border: 5px solid #fff;
	display: block;
	content: "";
	width: 64px;
	height: 54px;
	background-size: contain;
	left: 50%;
	margin-left: -37px;
	position: absolute;
	top: -31px;
}

.testimonials_section_2 .testimonial:before {
	display: none;
}

.testimonials_section_2 .testimonial: {
	border-color: #ccc;
}

.promo-section.about {
	background: url(../images/grid-purple.svg);
	background-size: 72px 72px;
	font-size: 24px;
	line-height: 1.5;
}

.promo-section.about .hbg-sales-page .promo-content {
    flex: 0 0 59.44%;
    padding: 0 35px;
    padding-right: calc((100% - 1190px) / 2);
}

.promo-section.about h3 {
	font-size: 36px;
	font-weight: normal;
}

.text_on_purple_bg {
	background: #9858cf;
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.3;
	color: #fff;
	padding: 80px 0;
}

.image__text_section_purple_grid_2 {
	background: url(../images/grid-purple.svg);
	background-size: 72px 72px;
	font-size: 24px;
	line-height: 1.5;
	padding: 80px 0 40px;
}

.image__text_section_purple_grid_2 .promo-section {
	padding: 0 0 40px;
	flex-direction: row-reverse;
}

.hbg-sales-page .image__text_section_purple_grid_2 .promo-content {
    flex: 0 0 59.44%;
    padding: 0 35px;
    padding-left: calc((100% - 1190px) / 2);
}

.image__text_section_purple_grid_2 ul {
    padding-left: 60px;
	margin-bottom: 20px;
}

.image__text_section_purple_grid_2 li {
    position: relative;
}

.image__text_section_purple_grid_2 li:before {
    color: #1faab1;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: -25px;
    margin-right: 10px;
}


.hbg-faq-block .ogt-plan-question-answer {
    margin: 0;
    border-bottom: 1px solid #1faab1;
    padding-bottom: 15px;
}

.sales-faq-section.hbg-faq-block .ogt-plan-question {
    font-size: 24px;
    color: #fa73b6;
	line-height: 1.3;
}

.hbg-faq-block .ogt-plan-question:after {
    color: #1faab1;
    -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: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 42px;
    line-height: 1;
}

.hbg-faq-block .ogt-plan-question.question-open:after {
    color: #1faab1;
    content: "\f056";
}

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

.hbg-faq-block .ogt-plan-question {
    color: #000;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    padding: 35px 0 20px 55px;
    position: relative;
}

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

.faqs-inner {
    columns: 2;
    gap: 50px;
}

.sales-faq-section.hbg-faq-block h2 {
	text-align: center;
}

.sales-faq-section.hbg-faq-block h2 span,
.wysiwyg_3 h2 span {
	background-image: linear-gradient(#ffe577,#ffe577);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

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

.wysiwyg_3 {
	background: #FFF9E3;
	padding: 80px 0;
}

.wysiwyg_3 .hbg-sales-wrap {
	max-width: 900px;
}

.wysiwyg_3 h2 {
	font-size: 42px;
}

.check_test {
	background: url(../images/triangles-427.svg);
	background-size: 427px 472px;
	padding: 80px 0;
	font-size: 24px;
	line-height: 1.5;
	position: relative;
}

.check_test:before {
	background: #fff;
	opacity: 80%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.check_test .hbg-sales-wrap {
	position: relative;
	z-index: 1;
}

.check_test .descript {
	padding-left: 166px;
	margin-bottom: 25px;
}

.check_test h2 {
	text-align: center;
	margin-bottom: 25px;
}

.check_test .icon-and-text {
	display: flex;
	margin-bottom: 25px;
}

.check_test .icon-and-text img {
	margin-right: 40px;
}

.text_on_purple_bg_2 {
    background: #9858cf;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    padding: 80px 0 40px;
	position: relative;
}

.text_on_purple_bg_2 p {
	font-size: 24px;
	font-weight: 700;
}

.text_on_purple_bg_2 h2 {
	font-size: 42px;
}

.text_on_purple_bg_2 .hbg-sales-wrap {
	max-width: 900px;
}

.text_on_purple_bg_2:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 28.5px 0 28.5px;
    border-color: #9858cf transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -28px;
}

.wysiwyg_4 {
	font-size: 24px;
	line-height: 1.5;
}

.wysiwyg_4 .hbg-sales-wrap {
	max-width: 900px;
	padding: 80px 0 40px;
}

.hbg-sales-page .site-footer {
	background: #fa73b6;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.35;
}

.hbg-sales-page .site-footer img {
	max-width: 325px;
	margin-bottom: 20px;
}

.hbg-sales-page .site-footer .wrap {
	max-width: 1200px;
}

.memberships-section.footer-pricing {
	position: relative;
	padding-bottom: 0;
}

.supplies-bg {
	background: url(../images/supplies-footer2.png) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 10%;
}

.hbg-sales-page .site-title > a {
	background-image: url(../images/sales-logo.svg);
	min-height: 70px;
}

.hbg-sales-page .title-area {
    max-width: 244px;
}

.menu-sales-header-container {
	float: right;
}

.promo-section.promo-hero {
	align-items: center;
	font-size: 24px;
}

.hbg-sales-page .promo-hero .promo-image {
	flex: 0 0 50%;
}

.hbg-sales-page .promo-hero .promo-content {
	flex: 0 0 50%;
	padding-left: calc((100% - 1200px) / 2);
	padding-right: 0;
	text-align: center;
}

.hbg-sales-page .promo-hero.promo-section {
	background: url(../images/grid-white.svg);
	background-size: 72px 72px;
	padding: 80px 0;
	flex-direction: row-reverse;
}

.hbg-sales-page .promo-hero.promo-section h2 {
	text-align: center;
}

.hbg-sales-page .promo-hero .promo-image img {
	position: static;
}

.promo-section.promo-hero .button-wrap {
	margin: 40px 0 0;
}

.hbg-sales-page .site-header .genesis-nav-menu a {
	font-size: 16px;
	font-weight: 600;
}

.hbg-sales-page .site-header .genesis-nav-menu a i {
	color: #1faab1;
}

.hbg-sales-page .site-header  .menu-item {
	margin-left: 20px;
}

.hbg-sales-page .site-header  .menu-button a {
	background: #fa73b6;
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.hbg-sales-page .site-header  .menu-button a:hover {
	background: #666 !important;
}

.hbg-sales-page .site-header  .menu-button.menu-button-green a {
	background: #1faab1;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	text-transform: none;
}

.hbg-sales-page .site-header .genesis-nav-menu .menu-button.menu-button-green a i {
	color: #fff;
}

.hbg-sales-page .menu-sales-header-container {
	margin-top: 14px;``
}

.hbg-sales-page  .site-header > .wrap {
	width: 95%;
}

.hbg-front-page .promo-section .hbg-wrap {
	border-bottom: 1px solid #333333;
}

.hbg-front-page .promo-section:nth-of-type(even) .hbg-wrap {
	border-bottom: 0;
}

.hbg-front-page .promo-section:nth-of-type(even) .promo-flex-container {
	flex-direction: row-reverse;
}

.hbg-front-page .promo-section:nth-of-type(even) .promo-right h2 span {
    background-image: linear-gradient(#1faab1, #1faab1);
}

.hbg-front-page .promo-section:nth-of-type(even) .promo-bullets li::before {
    color: #1faab1;
}

.hbg-front-page .promo-section:nth-of-type(even) .button {
    background-color: #1faab1 !important;
}

.hbg-front-page .promo-section:nth-of-type(even) .button:hover {
    background-color: #333 !important;
}


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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

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

	.content,
	.site-header .widget-area {
		width: 800px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

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

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

}

@media only screen and (max-width: 1340px) and (min-width: 1201px) {

	.purple-optin.green-optin.hbg-after-post-optin form {
	    display: inline-block;
	    max-width: 480px;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
		max-width: 220px;
	}

}

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

	.hbg-sales-page .promo-image {
		width: 90%;
		max-width: 600px;
		margin: 0 auto 40px;
	}

	.hbg-sales-page .promo-content,
	.hbg-sales-page .image__text_section_purple_grid_2 .promo-content,
	.hbg-sales-page .promo-content.text_with_bg_image-content {
		padding: 0 5%;
	}

	.hbg-sales-page .promo-image img {
		position: static;
	}

	.hbg-sales-page .promo-section,
	.hbg-sales-page .promo-hero.promo-section {
		flex-direction: column;
	}

	.promo-image.mobile {
		display: block;
		max-width: 600px;
		width: 90%;
		margin-bottom: 40px;
	}

	.hbg-sales-page .promo-hero .promo-content {
		padding: 0 5%;
	}

	.hbg-sales-page .promo-hero .promo-image.full {
		display: none;
	}

	.so_much_more_section .icons-and-text {
		flex-wrap: wrap;
	}

	.so_much_more_section .icon-and-text {
		width: 48%;
		height: auto;
		margin-bottom: 40px;
	}

	.footer-0 {
		width: 100%;
		text-align: center;
	}

	.footer-0 img {
		width: 167px;
	}

	#menu-shop-cat .menu-image-wrap {
    	height: 120px;
    	width: 120px;
	}

	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: 0;
		margin-bottom: 2.992em;
	}

	body.woocommerce ul.products.columns-3 li.product, body.woocommerce-page ul.products.columns-3 li.product {
		width: 48%;
	}

	.icon-menu .genesis-nav-menu li {
		width: 90px;
	}

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

	.mini-header .title-area {
		margin-left: 5px;
		max-width: 190px;
	}

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

	.archive-intro-cats {
		padding: 5px 0;
	}

	.archive-intro-cats li a {
		padding: 5px 15px 5px
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.purple-optin.green-optin.hbg-after-post-optin p {
    	line-height: 1.6;
	}

	.purple-optin.green-optin.hbg-after-post-optin img {
		margin-bottom: 35px;
	}

}

@media only screen and (max-width: 1140px) and (min-width: 861px) {

	.hbg-parent-category .purple-optin .enews-widget input {
		max-width: none;
		width: 100%;
		margin: 0 auto 20px;
	}

}

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

	.hbg-sales-page.header-image .title-area {
		float: none;
	    margin: 0 auto;
	}

	.hbg-sales-page .menu-sales-header-container {
		float: none;
	}

	.hbg-sales-page .site-header .genesis-nav-menu {
		text-align: center;
		padding-top: 20px;
	}

}

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

	.faqs-inner {
		columns: auto;
	}



	.digital_section .icons-and-text {
		flex-wrap: wrap;
	}

	.support_section.digital_section .icon-and-text {
		width: 48%;
		margin-bottom: 40px;
	}

	.circles-container:before {
		top: 60px;
		bottom: 60px;
	}

	.circles-container {
		margin-top: -60px;
	}

	.circles-row .circle {
		margin: 10px 20px;
	}

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

	.shop-header-menu {
		float: none;
		text-align: center !important;
		width: 100%;

	}

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

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

	.woocommerce .before-header-cta {
		display: none;
	}

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

	.facetwp-flyout-open {
		display: block;
		margin-bottom: 20px;
	}

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

	.blog-lower-wrap {
		display: block;
	}

	.blog-menu {
		width: 100%;
		margin: 0 0 40px;
		padding: 40px;
	}

	.blog-menu .genesis-nav-menu {
		justify-content: space-around;
	}

	#menu-shop-cat .menu-image-wrap {
    	height: 120px !important;
    	width: 120px !important;
	}

	.front-page-shop-menu {
		padding-bottom: 20px;
	}


	.label-menu-wrap {
		display: block;
	}

	.menu-label {
		display: none;
	}

	.archive-intro-cats {
		text-align: center;
	}

	.site-header {
		min-height: 58px;
	}

	.single-post .site-header {
		border-bottom: 1px solid #ccc;
	}

	.hbg-blog .purple-optin {
		padding: 40px 0;
	}

	.hbg-blog .purple-optin:before,
	.hbg-newsletter-freebies .purple-optin:before,
	.page-template-default .purple-optin:before {
		display: none;
	}

	.hbg-grid-wrap, .category .hbg-featured-products .hbg-grid-wrap {
    grid-gap: 0 4%;
    grid-template-columns: 48% 48%;
    /* Ensure the container is full width */
    justify-content: center;
}

/* Target the last grid item if it's the only item in the last row */
.single .hbg-grid-wrap :last-child:nth-child(odd) {
    grid-column: 1 / span 2;
    justify-self: center;
}

	.purple-optin.green-optin.hbg-after-post-optin img {
    	margin-bottom: 28px;
	}

	.purple-optin.green-optin.hbg-after-post-optin form {
    	max-width: 480px;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
    	max-width: 222px;
	}

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

	.header-image .title-area {
    	max-width: 211px;
    	padding: 3px 0;
    	float: left;
    	left: auto;
    	margin: 0 0 0 20px;
    	position: relative;
    	right: auto;
    	top: auto;
	}

	.site-inner,
	.wrap,
	.hbg-freebie-library .site-inner {
		max-width: 800px;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
		max-width: 225px;
	}

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

	.sidebar-primary {
		clear: both;
		float: none;
		padding-top: 40px;
		margin: 0 auto 80px;
	}

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

	.genesis-nav-menu li,
	.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;
	}

	nav.shop-header-menu .search {
		margin-top: 8px;
		top: 0;
	}

	/* ### Genesis Responsive Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

	.waiting-item:nth-child(even) img {
		width: 100%;
	}

	.digital_section .icon-and-text,
	.memberships-section .membership {
		width: 100%;
		margin-bottom: 40px;
	}

	.digital_section .icons-and-text,
	.memberships-section .memberships {
		flex-wrap: wrap;
	}

	.waiting-item {
		flex-direction: column !important;
	}

	.waiting-item img {
		width: 100%;
		max-width: 396px;
		margin: 0 auto 25px !important;
	}

	nav.shop-header-menu .search {
		float: none;
	}

	.mobile-about {
		display: block;
	}

	.wide-about {
		display: none;
	}


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

	body.woocommerce div.product .woocommerce-tabs ul.tabs li.bundle_includes_tab_tab {
		border-left: 0;
		padding-left: 0;
	}

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

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

	.optin-inner {
		display: block;
	}

	.purple-optin {
		padding: 40px 5%;
	}

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

	.cat-pop-posts {
		width: 100%;
		margin-bottom: 40px;
	}

	.archive-description-left {
		margin-bottom: 40px;
		font-size: 16px;
	}

		.about-widget .widget-wrap {
    align-items: flex-end;
    flex-direction: column;
	align-items: flex-start;
	}

	.hbg-parent-category .purple-optin .optin-lower-wrap {
		display: block;
	}

	.ewd-about-widget-right {
		padding-left: 40px;
	}

	.about-widget img {
	    width: 100%;
	    max-width: 324px !important;
	    margin: 10px auto 0;
	}

	.learn-optin:first-of-type,
	.learn-optin {
		width: 46%;
	}

	.learn-optin {
		border: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 20px !important;
	}

	.learn-optin:first-of-type img {
    	width: 100%;
	}

	.learn-optin:first-of-type {
		display: block;
	}


	.special-class .learn-optin:first-of-type {
	    width: 100%;
	}

	.learn-optin:first-of-type .learn-optin-lower {
		width: 100%;
		text-align: center;
	}

	.learn-optin:first-of-type .button-wrap {
		text-align: center;
	}

	.hbg-parent-category .purple-optin .optin-lower-wrap img {
		display: block;
		margin: 0 auto 40px;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
    	max-width: 185px;
	}

	.enews-widget input[type="submit"] {
		padding: 8px 25px 7px;
	}

	.purple-optin.green-optin.hbg-after-post-optin img {
		float: none;
		margin: 0 0 15px;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.hbg-newsletter-freebies .site-inner {
    	padding-top: 40px;
	}

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

	.after-entry,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 30px;
		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%;
	}

	.dr-nav,
	.dr-nav a {
		display: block;
	}

	.dr-nav a {
		margin: 0 auto;
	}

	.dr-nav a:first-of-type {
    	margin-bottom: 25px;
	}

	.promo-flex-container {
		display: block;
	}

	.promo-left {
		margin-bottom: 40px;
	}

}

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

	.check_test .descript {
		padding-left: 0;
	}

	.digital_section {
		margin-bottom: 40px;
	}

	.support_section.digital_section .icon-and-text {
		width: 100%;
	}

	.testimonial:before {
		width: 30px;
		height: 30px;
		left: -50px;
		top: 10px;
	}

	.test-headline {
		line-height: 1.4;
	}

	.testimonials_section .hbg-sales-wrap {
		padding-left: 50px;
	}

	.horizontal_icons_and_text .icon-and-text,
	.calendars_section .icons-and-text .icon-and-text,
	.check_test .icon-and-text {
		flex-direction: column;
	}

	.horizontal_icons_and_text .icon-and-text img,
	.calendars_section .icons-and-text .icon-and-text img,
	.check_test .icon-and-text img {
		margin: 0 auto 25px;
	}

	.learn-optin:first-of-type,
	.learn-optin {
		font-size: 18px;
	}

	.learn-optin h3 {
		font-size: 30px;

	}

	.related.products .products {
		display: block;
	}

	.related-to-all-access-math:before {
	width: 50px;
    height: 50px;
    left: -14px;
    top: -14px;
	}

.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
	width: 100%;
	margin: 0 auto 40px;
}

.woocommerce .related.products ul.products li.product a img {
	max-width: 270px;
	margin: 0 auto 30px;
}

	.top-optin {
		width: 46%;
		margin-bottom: 40px;
	}

	.hbg-parent-category .enews-widget input[type="email"] {
		margin: 0 auto 20px;
	}

	.activity {
		padding: 40px 5% 0;
	}

	.hbg-landing-one .site-inner {
		margin-top: 50px;
		margin-bottom: 80px;
	}

	.l1-featured-products-inner,
	.l1-featured-posts-inner {
		flex-wrap: wrap;
	}

	.l1-featured-posts-inner a,
	.l1-featured-products-inner a {
		width: 100%;
	}

	.hbg-landing-one .entry-title,
	.hbg-landing-two .entry-title {
	    font-size: 38px;
		font-size: 3.8rem;
	}

	.hbg-landing-one h2,
	.hbg-landing-two h2 {
    	font-size: 26px;
    	font-size: 2.6rem;
	}

	.hbg-landing-two .featured-product-price {
    	font-size: 19px;
		font-size: 1.9rem;
	}

	.hbg-landing-two .product-entry-inner img {
		margin: 0 auto 25px;
	}

	.lp2-buy-now-button {
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-landing-two .product-entry-inner {
		display: block;
	}

	.shop-this-collage-inner {
		flex-wrap: wrap;
	}

	.shop-this-collage-single {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
    	max-width: none;
	}

	.shop-this-post .image-link {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 30px;
	}

	.shop-this-post-right {
		padding-left: 0;
	}

	.hbg-parent-category .archive-description .flex-wrap {
		display: block;
	}

	.archive-description-left .cat-pop-posts {
		margin-bottom: 40px;
	}

	.enews-widget input,
	.enews-widget input[type="submit"] {
		display: block;
		margin: 0 auto 20px;
	}

	.nr_inner {
		display: block;
	}

	.nr_panel {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
		max-width: none;
		margin: 0 0 20px;
	}

	.purple-optin.green-optin.hbg-after-post-optin,
	.hbg-grid-wrap .entry-content,
	.hbg-grid-wrap .entry .entry-title,
	.shop-this-post {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu.menu-social li.menu-item.fa {
		margin: 0;
	}

	.hbg-front-page .content .entry .entry-title {
		box-shadow: 30px 0 0 rgba(255, 255, 255, 0.8), -30px 0 0 rgba(255, 255, 255, 0.8);
		font-size: 42px;
		font-size: 4.2rem;
		padding: 8px 0;

	}

	.hbg-front-page .popular-posts .entry,
	.hbg-blog .popular-posts .entry {
		margin: 0 0 25px;
		width: 100%;
	}

	blockquote {
		padding: 20px 20px 20px 50px;
	}

}

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

	.hbg-sales-page .site-header .menu-item {
		margin: 0 10px 15px;
	}

	body.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs .panel {
    	padding-left: 20px;
		padding-right: 20px;
	}

	.promo-right {
		font-size: 30px;
	}

	.promo-bullets {
		font-size: 20px;
	}

	.footer-menu-container {
    	width: 100%;
	}

	.before-footer-menus .genesis-nav-menu li.menu-item {
		text-align: center;
	}

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

	.activity-downloads {
		display: block;
	}

	.optin-popup-right {
		margin: 0 auto 30px;
	}

	.activity-download img {
		margin-left: auto;
		margin-right: auto;
	}

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

	.hbg-newsletter-freebies .purple-optin {
		display: none;
	}

	.post-password-form label {
		display: block;
		text-align: left;
	}

	.post-password-form input[type="submit"],
	.post-password-form input {
		margin: 0 0 20px;
		display: block;
	}

	.login-bar {
		padding: 10px 0 15px;
	}

	.login-bar p {
		margin-bottom: 10px;
	}

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

}

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

	.so_much_more_section .icon-and-text {
		width: 100%;
	}

	.woocommerce-tabs .product-promo-section .button {
		margin-bottom: 15px;
	}

	.hbg-parent-category .enews-widget input,
	.hbg-parent-category .enews-widget input[type="submit"] {
		max-width: none;
		width: 100%;
	}

	.dr-nav a:last-of-type {
    	width: 330px;
	}

	.dr-nav a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h1.entry-title {
		font-size: 32px;
	}

	.hbg-front-page .front-page-slider,
	.front-page-blog-posts,
	.hbg-blog .front-page-slider {
		padding: 50px 0;
	}

	.hbg-front-page .popular-posts,
	.hbg-blog .popular-posts {
		padding: 50px 0 10px;
	}

	.purple-optin .widget-title,
	.blog-section-intro,
	.popular-posts .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.hbg-freebie-library .entry-title {
		font-size: 38px;
	}

	.blog-section-intro {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-front-page .content .entry-header {
		min-height: 410px;
	}

	.hbg-front-page .content .entry .entry-title {
    	font-size: 36px;
    	font-size: 3.2rem;
	}

	.archive-description-left .cat-pop-posts {
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description-left .pop_inner li {
		margin-bottom: 25px;
	}

	.archive-description-left .pop_inner {
		display: block;
	}

}

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

	.hbg-sales-page .site-header .genesis-nav-menu a {
		font-size: 14px;
	}
	.hbg-sales-page .site-header .menu-item {
    	margin: 0 5px 15px;
	}
	.hbg-sales-page .site-header .menu-button a {
    	padding: 10px 10px;
    	font-size: 14px;
	}
	.hbg-sales-page .site-header .menu-button.menu-button-green a {
    	padding: 10px 10px;
	}

}


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

}
