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

	Version: 1.0.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

@font-face {
	font-family: 'beyond_infinityregular';
	src: url('webfonts/beyond_infinity-webfont.eot');
	src: url('webfonts/beyond_infinity-webfont.eot?#iefix') format('embedded-opentype'),
		url('webfonts/beyond_infinity-webfont.woff2') format('woff2'),
		url('webfonts/beyond_infinity-webfont.woff') format('woff');
	}

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

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

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

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

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

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 40px 50px;
	box-shadow: -10px 0px 0px #F7E9E1;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 1px;
	color: #000000;
	padding-left: 40px;

}

blockquote p {
	margin-bottom: 20px;
}

cite {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
}

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

.hbg-highlight-blue {
	background: #8DADAB;
}

.hbg-highlight-gold {
	background: #CEA770;
}

.hbg-optin-block {
	padding: 60px;
	background: #F3E9DB;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	text-align: center;
	align-items: center;
}

.hbg-optin-block .optin-image {
	width: 300px;
	margin-left: 60px;
	flex-shrink: 0;
}

.hbg-optin-block .optin-left {
    margin-top: 100px;
}

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

.hbg-optin-block .optin-title {
	font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}

.hbg-optin-block .optin-title:before {
    content: "";
    background: url(images/checklist.svg) no-repeat;
    height: 84px;
    width: 55px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -100px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 30px;
}

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

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

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

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

h5 {
	font-family: 'beyond_infinityregular';
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
}

h5 span {
	background-image: linear-gradient(#F0E3DB,#F0E3DB);
	background-position: 0 63%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

h6 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	transform: skew(-25deg);
	background: #8DADAB;
	border: 3px solid #8DADAB;
	box-shadow: -5px 5px 0px #D1DEDD;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	padding: 15px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.button-pink,
.button-terracotta {
	background: #D5916A;
	border: 3px solid #D5916A;
	box-shadow: -5px 5px 0px #EED3C3;
	color: #fff;
}

button > span,
input[type="button"] > span,
input[type="reset"] > span,
input[type="submit"] > span,
.button > span {
	transform: skew(25deg);
    display: inline-block;
}

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: #fff;
	border: 3px solid #D1DEDD;
	box-shadow: none;
	color: #000;
}

.button-pink:hover,
.button-pink:focus,
.button-terracotta:hover,
.button-terracotta:focus {
	background: #fff;
	border: 3px solid #EED3C3;
	box-shadow: none;
	color: #000;
}

.view-more-wrap {
	text-align: center;
	padding: 60px 0 80px;
}

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

.button {
	display: inline-block;
}

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

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

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	position: relative;
}


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

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

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

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

.landing-page .site-inner {
	max-width: 1060px;
    padding-top: 122px;
}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
}

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

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 100%;
}

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

.author-label {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 20px;
}

.author-box-title {
    font-size: 28px;
    font-size: 2.8rem;
	margin-bottom: 20px;
}

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

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

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

.author-box {
	background-color: #e8efee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

.woocommerce .site-header .search-form {
	margin-top: 14px;
}

.woocommerce header .search:before {
	top: 13px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 9px 6px 0 rgba(0,0,0,.25);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 272px;
	z-index: 99;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-header .genesis-nav-menu .sub-menu a,
.shop-after-header .genesis-nav-menu .sub-menu a {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	padding: 17px 20px 17px 50px;
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 600;
    padding: 17px 8px 17px;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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



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

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

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

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

.genesis-nav-menu .menu-item.visit-shop {
	background: #edd42e;
	color: #fff;
	margin: 0 20px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

header .search:before {
	background: #fff;
	color: #C2914C;
	padding: 17px 14px;
    font-size: 17px;
	top: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.before-footer-menus {
	text-align: center;
	background: #333333;
	padding-top: 40px;
}

.footer-menu {
	text-align: center;
	margin-top: 20px;
}

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

.before-footer-menus .genesis-nav-menu li.menu-item {
	margin: 0 10px;
}

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

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

.before-footer-menus .footer-0 .genesis-nav-menu li {
	margin-right: 15px;
	margin-bottom: 0;
}

.before-footer-menus .genesis-nav-menu a i {
    color: #fff;
	font-weight: normal;
}

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

.before-footer-menus .wrap {

}

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

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


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

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

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

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

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

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

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

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

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

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

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

.sidr button.menu-close span {
	transform: none;
}

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

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

.featuredin {
	padding: 80px 0;
}

.featuredin .hbg-wrap {
	border: 3px solid #eee;
	padding: 0 40px 40px;
	text-align: center;
}

.featuredin-title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #9E9E9E;
	margin: -8px auto 40px;
}

.featuredin-title span {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
}

.feat-img-mobile {
	display: none;
}

.fp-about {
	background: url(images/green-dot-600.svg);
	background-size: 600px 600px;
	padding: 80px 0;
	text-align: center;
}

.fp-about .hbg-wrap {
	background: #fff;
	padding: 60px;
	max-width: 900px;
}

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

.fp-bundles {
	padding: 80px 0;
}

.fp-bundles h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

.fp-bundles-grid {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 60px 10px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, 1fr);
	text-align: center;
}

.fp-bundles-grid .fp-bundle {
	grid-column: span 4;
}

.fp-bundles-grid .fp-bundle:nth-child(even) {
	grid-column: span 6;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-icon {
	position: relative;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-icon {
	position: relative;
}

.fp-bundles-grid .bundle-inner {
	max-width: 280px;
	margin: 0 auto;
	position: relative;
}

.fp-bundles-grid .fp-bundle:first-child .bundle-inner {
	max-width: 280px;
	margin-left: 0;
	position: relative;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-icon,
.fp-bundles-grid .fp-bundle:nth-child(4) .bundle-icon {
	position: relative;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-icon-before {
	height: 150px;
	width: 121px;
	display: block;
	position: absolute;
	left: -93px;
	top: -80px;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-icon-after {
	height: 102px;
	width: 83px;
	display: block;
	position: absolute;
	right: -35px;
	top: -103px;
}

.fp-bundles-grid .fp-bundle:nth-child(4) .bundle-icon-before {
	height: 96px;
	width: 81px;
	display: block;
	position: absolute;
	left: 57px;
	top: -139px;
}

.fp-bundles-grid .fp-bundle:nth-child(4) .bundle-icon-after {
	height: 151px;
	width: 104px;
	display: block;
	position: absolute;
	right: -127px;
	top: -5px;
}

.fp-bundles-grid .fp-bundle:last-child .bundle-inner {
	max-width: 280px;
	margin-right: 0;
}

.bundle-icon {
	text-align: center;
}

.fp-bundles-grid .fp-bundle:nth-child(2) .bundle-inner {
	max-width: none;
	padding-left: calc((100% - 280px)*0.66);
	padding-right: calc((100% - 280px)*0.33);
}

.fp-bundles-grid .fp-bundle:nth-child(4) .bundle-inner {
	max-width: none;
	padding-right: calc((100% - 280px)*0.66);
	padding-left: calc((100% - 280px)*0.33);
}

.fp-how-help {
	background: #e8efee;
	padding: 80px 0;
}

.fp-how-help .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.help-image {
	width: 43.75%;
}

.fp-help-right {
	width: 52.83%;
}

.fp-help-right h2 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 35px;
}

.fp-help-right h2 span {
	background-position: 0 64%;
}

.fp-help-right a {
	color: #000;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 35px;
}

.fp-help-right a i {
	color: #C2914C;
}

.hbg-front-page .affiliate-testimonials {
	padding: 60px 0 80px;
}

.hbg-front-page .affiliate-testimonials h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 40px;
}

.large-text {
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	margin-bottom: 40px;
}

.small-text {
	font-weight: 400;
	font-size: 24px;
	font-style: italic;
	line-height: 125%;
	text-align: center;
}

.data-points {
	position: relative;
    z-index: 3;
	margin-top: -80px;
	margin-bottom: 120px;
}

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

.data-point {
	border-radius: 100%;
	background: #E6D0C3;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-align: center;
	width: 270px;
	height: 270px;
	display: flex;
	padding: 40px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.dp-number {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
}

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

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

.hello-bar a:hover {
	opacity: .6;
}

.stars {
	color: #c2914c;
	margin-bottom: 10px;
}

.stars i {
	margin-right: 6px;
	font-size: 14px;
}

.categories-section .hbg-wrap {
	display: flex;
}

.cat-section-left {
	text-align: center;
	width: 100%;
    padding-top: 135px;
}

.cat-section-left h2 {
	font-size: 54px;
	font-size: 5.4rem;
	position: relative;
}

.cat-section-left .h2-before {
	height: 65px;
	width: 75px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: -65px;
}

.cat-sect-left-text {
	position: relative;
}

.cat-sect-left-text:after {
	content: "";
	background: url(images/check-it-out.svg) no-repeat;
	height: 139px;
	width: 296px;
	display: block;
	position: absolute;
	right: 0px;
    bottom: -160px;
}

.cat-section-right {
	margin-left: 60px;
	width: 656px;
	flex-shrink: 0;
}

.cat-section-right .bundle-category {
    background-size: cover;
	width: 308px;
	height: 308px;
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 40px;
}

.cat-section-right .bundle-category:hover {
	transform: scale(1.05);
}

.cat-color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}

.bundle-category-name {
	position: relative;
    z-index: 3;
    padding: 20px;
    line-height: 1;
}

.cat-section-right .bundle-categories {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hbg-optin-section {
    background: #F3E9DB;
    display: flex;
    padding: 40px 0;
}

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

.hbg-optin-section .optin-image {
    max-width: 450px;
    flex-shrink: 0;
	margin-left: 60px;
}

.hbg-optin-section .optin-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	padding-top: 50px;
}

.hbg-optin-section .optin-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
	position: relative;
}

.hbg-optin-section .optin-title:before {
    content: "";
    background: url(images/checklist.svg) no-repeat;
    height: 84px;
    width: 55px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -80px;
}

.fp-statistic {
	text-align: center;
	padding: 80px 0;
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	color: #333333;
}

.fp-statistic span {
	background-position: 0 63%;
}

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

.browse-by {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #333333;
	position: relative;
	margin-top: 60px;
	text-align: left;
}

.browse-by span {
	background-position: 0 63%;
	position: relative;
}

.browse-by span.browse-by-span-arrow {
	background: none;
	height: 59px;
	width: 81px;
	display: block;
	position: absolute;
	right: -90px;
    top: 40px;
	overflow: visible
}

.check-it-out-arrow {
	background: none;
    height: 59px;
    width: 81px;
    display: block;
    position: absolute;
    right: 37px;
    bottom: -143px;
    overflow: visible;
}

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

.archive-intro-cats {
	background: #8dadab;
	text-align: center;
}

.archive-intro-cats .current-cat {
	position: relative;
}

.archive-intro-cats li a:hover {
	background: #718A89;
}

.archive-intro-cats .current-cat {
	background: #718A89;
}

.archive-intro-cats li {
	display: inline-block;
}

.archive-intro-cats li a {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 23px 20px;
	display: inline-block;
}

.archive-intro-cats li.current-cat a {
	font-weight: 700;
}

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

.archive .view-more-wrap {
	padding-top: 0;
}

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

.archive .favorite-tools {
	margin-top: 0;
}

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

.archive .hbg-featured-products h2 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	color: #000000;
	text-align: center;

}

.parent-cat-crumb {
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.archive .hbg-featured-products h2 span {
	background-image: linear-gradient(#F0E3DB,#F0E3DB);
	background-position: 0 64%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.hbg-category .archive-title {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 125%;
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive-title {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 54px;
	font-size: 54px;
	font-weight: 600;
	line-height: 1.25;
}

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

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

.hbg-grid-wrap {
    display: grid;
    grid-gap: 0 3.38%;
    grid-template-columns: 31.08% 31.08% 31.08%;
}

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

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

.hbg-category .entry {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	line-height: 125%;
}

.hbg-category .entry-title {
	font-size: 24px;
	line-height: 125%;
}

.hbg-category .entry a {
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	color: #333333;
}

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

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

}

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

}

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

.pop-posts-headline {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
	text-transform: none;
}

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

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

.pop_inner li.entry a {

}

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

}

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

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

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

.cat-select {
	display: inline-block;
	margin-left: 45px;
}

.hbg-category .hbg-grid-wrap {
	text-align: center;
}

.cat-image-wrap {
	flex-shrink: 0;
	margin-right: 60px;
	max-width: 350px;
}

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

.recommended-tools {
	padding-bottom: 80px;
}

.recommended-tools .image-w-white-text {
	min-height: 735px;
	padding-top: 340px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.favorite-tools {
	display: grid;
	grid-gap: 0 3.33%;
	grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
	margin-top: -135px;
	position: relative;
	z-index: 3;
	margin-bottom: 20px;
}

.favorite-tool {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}

.favorite-tool:hover {
	color: #C2914C;
	font-weight: normal;
}

.bundle-categories {
    padding-bottom: 60px;
}

.bundle-categories .hbg-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.bundle-categories .hbg-wrap .bundle-category {
	color: #fff;
	width: 22.5%;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

.bundle-categories .hbg-wrap .bundle-category:hover .bundle-cat-name {
	background: #fff !important;
	color: #000;
}

.bundle-categories .hbg-wrap .bundle-category img {
	display: block;
}

.bundle-cat-name {
	border-width: 3px;
	border-style: solid;
	transform: skew(-25deg);
	margin: 0 auto 0;
	width: 200px;
	height: 60px;
	display: flex;
	padding: 10px;
	margin-top: -45px;
	justify-content: center;
	align-items: center;
}

.bundle-cat-name span {
	display: block;
	transform: skew(25deg);
}

.ub-search {
	background: url(images/confetti-600.svg) repeat;
	background-size: 600px 600px;
	padding: 80px 0;
}

.archive .ub-search {
	background: none;
	padding: 0;
	text-align: center;
	margin-top: 40px;
}

.cat-search-label {
	display: inline-block;
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 100%;
	text-align: center;
	color: #000000;
	margin-right: 40px;
}

.ub-search .hbg-wrap {
	background: #fff;
	padding: 122px 60px 60px;
	text-align: center;
	max-width: 1020px;
}

.archive .ub-search .search-form {
	margin: 0;
	display: inline-block;
	background: #fff;
	vertical-align: middle;
	margin-top: 0;
}

.ub-search h2 {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 125%;
	margin-bottom: 20px;
	position: relative;
}

.ub-search h2:before {
	content: "";
	background: url(images/magnifying-glass.svg) no-repeat;
	height: 55px;
	width: 51px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -62px;
}

.ub-search input[type="search"] {

}

.ub-search .search-form {
	margin: 45px auto 0;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.ub-search .search-form {
	max-width: 300px;
}

.ub-search input {
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 7px 12px 6px;
    text-align: left;
    width: 258px;
	margin-bottom: 0;
}

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

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

.hbg-blog .archive-description {
	margin-top: 0;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.hbg-blog .archive-title {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	color: #000000;
	display: inline-block;
	background-position: 0 63%;
	text-transform: none;
}

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

.hbg-blog .entry-title {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 125%;
	color: #333333;
	margin-bottom: 40px;
	text-transform: none;
	text-align: left;
}

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

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

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

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

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

.hbg-blog .entry:nth-of-type(even) .hbg-entry-wrap {
    padding-right: 460px;
    padding-left: 0;
}

.hbg-blog .entry:nth-of-type(even) .hbg-entry-wrap .entry-image-link {
    left: auto;
    right: 0;
}

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

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

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

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

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

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

.more-link{
	display: inline-block;
	text-decoration: none;
	margin-top: 30px;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C2914C;
}

.popular-topics {
	background: #e8efee;
	padding: 80px 0;
}

.popular-topics .hbg-wrap {
	max-width: 1200px;
}

.popular-topic {
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
}

.popular-topic:hover img {
	transform: scale(1.05);
}

.popular-topic:hover {
	color: #C2914C;
}

.popular-topics h2 {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	margin-bottom: 40px;
	text-align: center;
	color: #000000;
}

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

.popular-topic-name {
    margin-top: 10px;
}

.favorite-posts .slick-slide {
	margin: 0 20px;
}

.cat-favorite-posts {
	display: flex;
	justify-content: space-between;
}

.cat-favorite-posts .favorite-post {
	width: 31.08%;
}

.favorite-posts-section{
	padding: 150px 0 80px;
}

.hbg-archive-resource .favorite-posts-section {
	padding: 0;
}

.hbg-archive-resource .favorite-posts-section .hbg-wrap {
	max-width: 1200px;
}

.hbg-archive-resource  .favorite-posts-section h2 {
	margin-bottom: 50px;
	font-size: 60px;
	text-align: left;
}

.hbg-archive-resource  .favorite-posts-section h2:before {
	display: none;
}

.hbg-archive-resource  .favorite-posts-section h2 span {
	position: relative;
}

.hbg-archive-resource  .favorite-posts-section .favorite-posts-section-h2-before {
	background: none;
	height: 59px;
	width: 81px;
	display: block;
	position: absolute;
	right: -93px;
    top: 40px;
}

.hbg-archive-resource .favorite-posts {
	display: flex;
	justify-content: space-between;
}

.cat-favorite-posts {
	padding: 0;
}

.cat-fav-posts-section {
	background: #E8EFEE;
	padding: 80px 0 70px;
}

.favorite-posts-section .hbg-wrap,
.cat-favorite-posts .hbg-wrap {
	max-width: 1240px;
}

.favorite-posts-section h2,
.cat-fav-posts-section h2{
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	margin-bottom: 60px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.woocommerce .related.products {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 70px;
	padding: 0;
}

.woocommerce .related.products .products {
	margin-top: 60px;
}

.woocommerce .related.products .products:before,
.woocommerce .related.products .products:after {
	display: none;
}

.woocommerce .related.products > h2 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	margin-bottom: 60px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: relative;
	text-align: left;
	display: inline;
	background-image: linear-gradient(#F0E3DB,#F0E3DB);
	background-position: 0 64%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	position: relative;
}

.woocommerce .related.products > h2:before {
    background: url(images/blue-arrow-category.svg) no-repeat;
    height: 59px;
    width: 81px;
    display: block;
    position: absolute;
    right: -93px;
    top: 40px;
}

.cat-fav-posts-section h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	text-align: center;
	color: #333333;
}

.favorite-posts-section .h2-before {
	background: none;
	height: 65px;
	width: 75px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: -80px;
}

.cat-fav-posts-section h2:before {
	display: none;
}

.favorite-posts-section h2 span {
	background-position: 0 64%;
}

.favorite-post {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 125%;
	text-decoration: none;
	text-align: center;
	color: #333333;
}

.favorite-post:focus {
	font-weight: normal;
}

.cat-fav-posts-section .favorite-post {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #333333;
}

.favorite-post:hover,
.cat-fav-posts-section .favorite-post:hover {
	font-weight: normal;
	color: #C2914C;
}

.favorite-post-title {
	margin-top: 20px;
}

.cat-fav-posts-section .favorite-post .favorite-post-title {
	margin-top: 10px;
}


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

.landing-page .entry-title {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #333333;
    text-align: center;
    margin: 0 auto 40px;
	position: relative;
}

.landing-page.optin-page .entry-title:before {
	content: "";
	background: url(images/checklist.svg) no-repeat;
	height: 81px;
	width: 55px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: -100px;
}

.optin-feat-image {
	max-width: 450px;
    text-align: center;
    margin: 0 auto 50px;
}

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

.hbg-green-background .site-container {
	background: url(images/green-dot-600.svg);
	background-size: 600px 600px;
}

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

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

.landing-page .entry {
	background: #fff;
	position: relative;
	padding: 80px 80px 60px;
	border: 3px solid #ccc;
	margin-bottom: 122px;
}

.error404.landing-page .entry {
	text-align: center;
}

.landing-page .landing-logo {
	margin-bottom: 40px;
}

.landing-page.optin-page .entry {
	padding-top: 180px;
}

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

.hbg-green-background.landing-page .entry {
	border-color: #8DADAB;
}

.hbg-hash-background.landing-page .entry {
	border-color: #CEA770;
}

.hbg-tan-background.landing-page .entry {
	border-color: #DDA788;
}

.hbg-confetti-background.landing-page .entry {
	border-color: #BBCECD;
}

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

.slick-dots li button {
	box-shadow: none;
}

.slick-dots {
	bottom: 0 !important;
}

/* # Resource
---------------------------------------------------------------------------------------------------- */

.hbg-resource .entry-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.resource-header-img {
	width: 49%;
}

.resource-header-right {
	width: 44.66%;
}

.hbg-resource .entry-content {
	border: 1px solid #ddd;
	padding: 60px;
}

.more-about-intro {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	color: #212322;
	margin: 0 auto 40px;
	position: relative;
}

.hbg-archive-resource .content-sidebar-wrap {
	flex-direction: row-reverse;
}

.hbg-archive-resource .sidebar-primary {
	margin: 0 74px 0 0;
	width: 240px;
}

.hbg-archive-resource .sidebar-primary h5 {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 125%;
	color: #000000;
}

.hbg-archive-resource .archive-description {
	padding: 0;
	margin-bottom: 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding-top: 60px;
}

.hbg-archive-resource .archive-title {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	color: #000;
	margin: 0 auto 40px;
	position: relative;
}

.hbg-archive-resource .hbg-grid-wrap {
	display: grid;
	grid-gap: 0 4.52%;
	grid-template-columns: 47.74% 47.74%;
}

.hbg-archive-resource .favorite-posts .resource {
	border: 1px solid #e0e0e0;
	padding: 20px;
	text-align: center;
	width: 30%;
}

.hbg-archive-resource .favorite-posts .resource:hover .entry-title {
	color: #C2914C;
}

.hbg-archive-resource .favorite-posts .resource .entry-title {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.hbg-archive-resource .resource .resource-price {
	font-family: 'Raleway';
}

.hbg-archive-resource .resource .entry-title {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #222222;
}

.hbg-archive-resource .resource .resource-price {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #C2914C;
	margin-bottom: 5px;
}

.hbg-archive-resource .hbg-grid-wrap .entry {
	border: 1px solid #e0e0e0;
	padding: 20px;
	text-align: center;
}

.hbg-archive-resource .resource-price del bdi,
.hbg-archive-resource .resource-price del {
	color: #222;
	font-weight: 400;
}

.hbg-archive-resource .site-inner {
	padding-bottom: 40px;
}

.hbg-archive-resource .hbg-grid-wrap .entry-title {
	margin-bottom: 15px;
}

.hbg-archive-resource .hbg-grid-wrap .entry-title a {
	font-weight: normal;
}

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

.facetwp-type-pager {
	text-align: center;
}

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

.front-page-hero {
	position: relative;

}

.fp-hero-inner .pretitle {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	color: #000000;
	margin-bottom: 12px;
}

.fp-hero-inner .pretitle span.underline {
	background-position: 0 62%;
}


.front-page-hero h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	align-items: center;
	text-align: center;
}

.hbg-affiliate .front-page-hero h2 span {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	color: #000000;
	margin-bottom: 12px;
	background-position: 0 63%;
	margin-top: 15px;
	display: inline-block;
}

.hbg-contributor .text_area strong {
	position: relative;
}

.hbg-contributor .text_area-strong {
	background: none;
    height: 169px;
    width: 61px;
    display: block;
    position: absolute;
	right: -70px;
    top: 65px;
}

.hero-description {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	align-items: center;
	text-align: center;
}

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

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

.hbg-affiliate .front-page-hero .fp-outer-wrap {
	background: none;
}

.hero-overlay-wrap {
	position: relative;
}

.hbg-affiliate .front-page-hero .hero-overlay {
	position: absolute;
	width: auto;
	max-width: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90.05deg, rgba(255, 255, 255, 1) 22.33%, rgba(255, 255, 255, 0.7) 48.52%, rgba(255, 255, 255, 0) 73.36%, rgba(255, 255, 255, 0) 100.28%);
}

.front-page-hero .hero-overlay {
	position: absolute;
	width: auto;
	max-width: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90.05deg, rgba(255, 255, 255, 0.9) 19.33%, rgba(255, 255, 255, 0.7) 48.52%, rgba(255, 255, 255, 0) 73.36%, rgba(255, 255, 255, 0) 100.28%);
}

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

.fp-hero-inner {
	max-width: 617px;
	text-align: center;
	padding: 40px 30px;
}

.hbg-affiliate .fp-hero-inner {
	max-width: 502px;
	padding: 0;
	margin-left: 60px;
}

.hbg-affiliate .text_area .hbg-wrap {
	max-width: 900px;
}

.hbg-affiliate .text_area {
	font-size: 32px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    padding: 30px 0 40px;
}

.hbg-affiliate .text_area span {
	color: #A5513E;
	font-weight: 700;
}

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

.affiliate-reasons {
	background: #E8EFEE;
	padding: 80px 0;
}

.affiliate-reasons h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	text-align: center;
	color: #000000;
}

.reasons-wrap {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.reason {
	width: 22.5%;
}

.image-w-white-text {
	font-family: 'Playfair Display';
	background-size: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 125%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding: 194px 0 175px;
}

.hbg-front-page .image-w-white-text {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 741px;
}

.image-w-white-text .hbg-wrap {
	position: relative;
	z-index: 4;
}

.hbg-front-page .image-w-white-text .hbg-wrap {
	margin-top: 160px;
	position: relative;
	z-index: 4;
}

.image-w-white-text:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgb(0 0 0 / 50%);
	z-index: 1;
}

.affiliate-testimonials {
	padding: 80px 0 60px;
}

.affiliate-testimonials h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #000000;
}

.affiliate-testimonials .testimonial {
	display: inline-flex !important;
	align-items: flex-start;
	margin-bottom: 40px;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #222222;
}

.affiliate-testimonials .testimonial-name {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-transform: uppercase;
	color: #222222;
	margin-top: 20px;
}

.affiliate-testimonials .testimonial .testimonial-image {
	max-width: 350px;
	flex-shrink: 0;
}

.affiliate-testimonials .testimonial .testimonial-image img {
	display: block;
}

.affiliate-testimonials .testimonial-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px 40px 60px;
}

.affiliate-form {
	position: relative;
	z-index: 2;
}

.affiliate-form img {
	display: block;
	width: 100%;
}

.affiliate-form .hbg-wrap {
	max-width: 1020px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
	padding: 60px;
	margin-top: -90px;
	position: relative;
	z-index: 2;
}

.affiliate-form .hbg-wrap h2,
.sales-faq-section.hbg-faq-block h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	text-transform: none;
	position: relative;
}

.affiliate-form .hbg-wrap h2 {
	padding-top: 90px;
}

.affiliate-form .hbg-wrap h2:before {
    content: "";
    background: url(images/checklist-gold.svg) no-repeat;
    height: 84px;
    width: 55px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 0;
}

.sales-faq-section.hbg-faq-block h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

.hbg-faq-block .ogt-plan-question-answer {
	margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.hbg-faq-block .ogt-plan-question {
	background: #FAFAFA;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 22px 20px;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.hbg-about.hbg-affiliate .site-inner {
	padding-top: 0;
}

.about-content-area h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

.about-content-area {
	padding: 80px 0;
}

.about-content-area img.alignleft {
	margin-right: 60px;
}

.timeline {
	background: #e8efee;
	clear: both;
	padding: 80px 0;
}

.timeline .hbg-wrap {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(9, auto);
	text-align: right;
}

.milestone {
	padding-bottom: 40px;
	border-right: 3px solid #d1dedd;
	padding-right: 40px;
}

.milestone:nth-child(even) {
	border: 0;
}

.milestone-3,
.milestone-7,
.milestone-11,
.milestone-15 {
	grid-column: 2 / 3;
	border: 0;
	border-left: 3px solid #d1dedd;
	margin-left: -3px;
	padding: 0 0 40px 40px;
	text-align: left;
}

.milestone-3 .milestone-year:after,
.milestone-7 .milestone-year:after,
.milestone-11 .milestone-year:after,
.milestone-15 .milestone-year:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 20px;
	border-color: transparent transparent transparent #d1dedd ;
	content: "";
    position: absolute;
    left: -43px;
    top: 35px;
}

.milestone-4,
.milestone-8,
.milestone-12,
.milestone-16 {
	display: none;
}

.milestone-year {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-size: 72px;
	line-height: 100%;
	color: #BBCECD;
	margin-bottom: 20px;
	position: relative;
}

.milestone-year:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #d1dedd transparent transparent;
	content: "";
    position: absolute;
    right: -40px;
    top: 35px;
}


.milestone-image {

}

.milestone-5 img {
	display: inline-block;
	margin-top: 30px;
	width: 375px;
}

.milestone-11 img {
	display: inline-block;
	margin-top: 30px;
	width: 350px;
}

.milestone-17 img {
	display: inline-block;
	margin-top: 30px;
	width: 350px;
}

.about-content-area-2 h2 {
	font-size: 54px;
	font-size: 5.4rem;
}

.peep-pop-right .peep-image {
	display: none;
}

.peeps-section {
	background: #f3e9db;
	text-align: center;
	padding: 120px 0 10px;
}

.peeps-section .peeps {
	display: grid;
	grid-gap: 0 3.38%;
	grid-template-columns: 31.08% 31.08% 31.08%;
}

.peep {
	margin-bottom: 50px;
}

.peep-image img {
	border: 15px solid #fff;
	display: block;
	margin-bottom: 20px;
}

.peep-name {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 125%;
	color: #333333;
	margin-bottom: 10px;
}

.peep-title {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
}

.peep:hover .peep-name,
.peep:hover .peep-title {
	color: #C2914C;
}

.peep:hover .peep-image {
	opacity: .6;
}

.peep-pop {
	padding: 70px 70px 50px;
	max-width: 1186px;
}

.peep-flex-wrap {
	display: flex;
}

.peep-pop-left {
	flex-shrink: 0;
	width: 400px;
	margin-right: 60px;
}

.peep-pop-right {
	width: 100%;
}

.peep-pop .peep-image img {
	border: 0;
	margin-bottom: 30px;
}

.peep-pop .peep-name {
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 125%;
	display: flex;
	align-items: center;
	color: #000000;
}

.peep-pop .peep-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
}

.peep-fact-group h5 {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;
	align-items: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C2914C;
	margin-bottom: 10px;
}

.peep-fact {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #000000;
}

.peep-fact-group {
    padding-bottom: 20px;
    border-bottom: 1px solid #DABD94;
    margin-bottom: 20px;
}

.other-peep {
	display: inline-block;
	width: 150px;
	padding: 0 10px;
	margin-bottom: 0;
}

.peep-pop .other-peep .peep-image img {
	margin-bottom: 20px;
}

.other-peeps h4 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	color: #333333;
	margin-top: 10px;
}

.other-peeps h4 span {
	background-image: linear-gradient(#F0E3DB,#F0E3DB);
	background-position: 0 63%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.about-content-area-3 h2 {
    font-size: 54px;
    font-size: 5.4rem;
}

.hbg-about.hbg-affiliate .fp-hero-inner {
    max-width: 524px;
}

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

.contributor-benefits {
	background: #E8EFEE;
	padding: 80px 0;
}

.contributor-benefits .hbg-wrap  {
	max-width: 800px;
}

.contributor-benefits .benefit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.contributor-benefits .benefit-number {
	width: 80px;
	margin-right: 40px;
	flex-shrink: 0;
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-size: 150px;
	line-height: 35%;
	color: #8DADAB;

}

.beneift-right {
	width: 100%;
}

.beneift-right h3 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 125%;
	color: #000000;
	margin-bottom: 20px;
}

.contributor-commission {
    padding: 80px 0 160px;
}

.commissions-wrap {
	display: flex;
}

.commission {
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 348px;
	height: 348px;
	background: rgba(194, 145, 76, 0.12);
	flex-shrink: 0;
	margin-left: -64px;
	padding: 70px;
	position: relative;
}

.commission:first-child {
	margin-left: 0;
}

.commission:first-child:before {
	content: "";
    background: url(images/dollar.svg) no-repeat;
    height: 120px;
    width: 141px;
    display: block;
    position: absolute;
	left: -55px;
    top: 60px;
}

.commission:nth-child(2):before {
	content: "";
    background: url(images/tag.svg) no-repeat;
    height: 164px;
    width: 177px;
    display: block;
    position: absolute;
	left: -30px;
    bottom: -60px;
}

.commission:nth-child(3):after {
	content: "";
    background: url(images/play.svg) no-repeat;
    height: 100px;
    width: 116px;
    display: block;
    position: absolute;
	right: -20px;
    top: 10px;
}

.hbg-partner.hbg-affiliate .front-page-hero .hero-overlay  {
	background: linear-gradient(90.05deg, #FFFFFF 43.18%, rgba(255, 255, 255, 0.75) 52.61%, rgba(255, 255, 255, 0) 73.36%, rgba(255, 255, 255, 0) 100.28%);
}

.hbg-partner.hbg-affiliate .site-inner {
	padding-top: 0;
}

.hbg-partner.hbg-affiliate .front-page-hero h2 span {
	display: inline;
}

.hbg-partner.hbg-affiliate .front-page-hero h2 div {
	margin-bottom: -40px;
}

.text-w-pink-bg {
	background: #F7E9E1;
	padding: 80px 0;
}

.text-w-pink-bg .hbg-wrap {
	max-width: 900px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	color: #333333;
	position: relative;
}

.text-w-pink-bg .hbg-wrap .text_area-strong {
	background: none;
	height: 169px;
    width: 61px;
    display: block;
    position: absolute;
	right: -50px;
    top: 50px;
}

.hbg-partner.hbg-affiliate .fp-hero-inner {
	margin-left: 20px;
	max-width: 638px;
}

.hbg-partner.hbg-affiliate .text_area {
	background: #E8EFEE;
	font-size: 18px;
	font-size: 1.8rem;
    padding: 100px 0 70px;
}

.commission:last-child:after {
	content: "";
    background: url(images/letter.svg) no-repeat;
    height: 141px;
    width: 144px;
    display: block;
    position: absolute;
	right: -45px;
    bottom: -25px;
}

.commission:nth-child(even) {
    margin-top: 70px;
}

.contributor-commission h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

.commission-number {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 125%;
	text-align: center;
	color: #333333;
	margin-bottom: 0;
}

.commission-commission {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 125%;
	text-align: center;
	color: #333333;
	margin-bottom: 15px;
}

.commission-text {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}

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

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

.single-post .entry-header {
	background: #f3e9db;
	text-align: center;
	padding: 80px 0 40px;
}

.single-post .entry-header .bundle-cat-name {
	font-family: 'Raleway';
    display: inline-flex;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    color: #FFFFFF;
    width: auto;
    text-decoration: none;
    height: auto;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.single-post .entry-header .bundle-cat-name.term-1 {
	color: #000;
	border-color: #000;
}

.single-post .entry-header .bundle-cat-name:hover,
.single-post .entry-header .bundle-cat-name:focus {
	color: #000;
	background: #fff !important;
}

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

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

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

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

.entry-content ul > li:before {
	color: #E6BDA6;
    content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -23px;
	top: -2px;
}

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

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

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

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

.entry-header .entry-meta {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 20px;
}

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

.entry-header .entry-meta a:hover {
	opacity: .6;
	color: #444;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.hbg-affiliate-disclosure {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	color: #444444;
}

.hbg-affiliate-disclosure a {
	font-weight: 700;
}

.hbg-affiliate-disclosure a:hover {
	font-weight: 700;
}

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

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

.entry-footer i {
	color: #BDBDBD;
	font-size: 14px;
}

.entry-footer .entry-meta a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
	display: none;
}

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #000;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.25;
}

.logged-in-as {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.comment-list {
	clear: both;
}

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

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

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

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

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

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #dadada;
	display: block;
	padding: 10px 15px;
	width: 50%;
}

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

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

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

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

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

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

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

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

.comment-metadata {
	display: none;
}

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

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

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

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

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

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

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

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

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

.sidebar .widget.widget_ewd_about {
	background: #F7E9E1;
	color: #000;
	line-height: 1.5;
	padding: 0 40px 40px;
	margin-top: 143px;
}

.widget.widget_ewd_about img {
	width: 225px;
	margin: -143px auto 30px;
	display: block;
	border-radius: 100%;
}

.widget.widget_ewd_about .widget-title {
	color: #000;
	font-family: 'beyond_infinityregular';
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	text-align: left;
}

.sidebar .widget.widget_ewd_optin {
	background: #F3E9DB;
	color: #000;
	line-height: 1.5;
	padding: 110px 30px 40px;
	text-align: center;
	font-size: 18px;
}

.sidebar .widget.widget_ewd_optin h2 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	position: relative;
}

.sidebar .widget.widget_ewd_optin h2:before {
    content: "";
    background: url(images/checklist.svg) no-repeat;
	background-size: contain;
    height: 70px;
    width: 43px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: -70px;
}

.sidebar .widget.widget_ewd_optin .optin-image {
	margin-bottom: 30px;
}

.sidebar .nr_inner {
	display: block;
}

.sidebar .nr_panel {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 35px;
}

.widget_ewd_featured h3 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
}

.widget_ewd_featured h3 span {
	background-image: linear-gradient(#F0E3DB,#F0E3DB);
	background-position: 0 63%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	position: relative;
}

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

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

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

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

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

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


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

.site-footer {
	background: #333333;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

body.woocommerce ul.products li.product .onsale,
body.woocommerce span.onsale {
	background: #C2914C;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	min-height: 0;
	min-width: 0;
	margin: 0;
    padding: 3px 6px;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-products-header__title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
	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-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .related.products ul.products li.product a img {

}

.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;
    margin-bottom: 15px;
	padding-bottom: 0;
}

.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: 10px;
	color: #C2914C;
}

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: #C2914C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

body.woocommerce ul.products li.product .price del {
	color: #000;
	font-weight: normal;
}

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

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

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

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

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

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

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

.woocommerce-account.woocommerce-page 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 {

}

.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 {

}

.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 {
	border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
	width: 30%;
	margin: 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce-account legend {
	float: left;
}

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

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

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

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

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

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

body.woocommerce ul.products.columns-2 li.product,
body.woocommerce-page ul.products.columns-2 li.product {
    width: 47.63%;
	border: 1px solid #e0e0e0;
	    padding: 20px;
	    text-align: center;
}

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: 4.74%;
	margin-bottom: 60px;
}

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

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

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

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

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

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

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

div.wc-product-table-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: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	color: #000;
	text-transform: none;
	margin-bottom: 20px;
}

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

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

.single-product div.product .product_meta {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.star-rating {
	color: #edd42e;
}

body.woocommerce ul.products li.product .onsale, body.woocommerce span.onsale {
	background-color: #C2914C !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: #C2914C;
}

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

body.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    box-shadow: none;
    max-height: 201px;
    margin-left: auto;
    margin-right: auto;
}

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

}

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

}

.single-product.woocommerce.woocommerce div.product form.cart .button:hover,
.single-product.woocommerce.woocommerce div.product form.cart .button:focus {

}

.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;
	outline: 0;
	margin: 0;
	text-transform: none;
	width: 0;
	border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nr_inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.nr_panel {
	text-align: center;
	width: 31.32%;
}

.nr_panel:hover	.nr_text,
.nr_panel:focus	.nr_text {
    color: #C2914C;
}

.nr_text {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 125%;
	text-align: center;
	color: #444444;
}

.nr_title {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	margin-bottom: 50px;
	color: #333333;
}

.nr_title span {
	background-position: 0 63%;
	position: relative;
}

.nr_title .nr_title-span-before {
	background: none;
    height: 59px;
    width: 81px;
    display: block;
    position: absolute;
    right: -93px;
    top: 40px;
}

.resource-header-right .entry-title {
	text-align: left;
}


.resource-header-right .resource-price {
	font-size: 24px;
	font-weight: 700;
}

.form-submit input[type="submit"] {
	transform: none;
}

.bundle-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

.bundle-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
}

.bundle-slide .hbg-wrap {
	position: relative;
	z-index: 5;
	font-size: 24px;
	font-size: 2.4rem;
	max-width: 700px;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}

.bundle-slide .button-wrap {
	margin-top: 40px;
}

.slide-icon {
	text-align: center;
	margin-bottom: 0;
}

.bundle-slider .slick-slide img {
	display: inline;
}

button.facetwp-load-more,
.woocommerce .button {
	transform: none;
}

.hbg-resource .hbg-archive-resource {
	margin: 30px 0 80px;
}

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

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

.optin-popup-right img {

}

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

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

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

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

.bundle-slide .button {
	transform: skew(-25deg) !important;
}

.bundle-slide,
.fp-hero-slider-wrap .front-page-hero {
    display: none;
}
.bundle-slide:first-child,
.fp-hero-slider-wrap .front-page-hero:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{
    display: block;
}

.contrib-header {
	margin-bottom: -50px;
}

.menu-item .fa-shopping-cart,
.menu-item .fa-user {
	color: #C2914C
}

.woocommerce .icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 11px;
}

.resources-intro {
	text-align: center;
	padding-top: 0;
}

.cat-headline-image {
	border: 10px solid #FFFFFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	transform: rotate(-4deg);
}

.archive-intro-cats li.hamburger-icon,
.archive-intro-cats li.subhead {
    display: none;
}

div.gform_wrapper.gravity-theme .gform_save_link.button,
div.gform_wrapper.gravity-theme .gform_previous_button.button,
div.gform_wrapper.gravity-theme .gform_footer input,
div.gform_wrapper.gravity-theme .gform_footer button,
div.gform_wrapper.gravity-theme .gform_page_footer input,
div.gform_wrapper.gravity-theme .gform_page_footer button {
    transform: none;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
	transform: none;
}

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

.hbg-category-landing .entry {
	padding-top: 80px;
	color: #fff;
	font-size: 24px;
	line-height: 160%;
}

.hbg-category-landing .entry-header,
.hbg-category-landing .entry-content {
	color: #fff;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

.hbg-category-landing  .entry-title {
	color: #fff;
}

.hbg-category-landing .favorite-posts-section {
    padding: 20px 0 40px;
	background: none;
}

.hbg-category-landing .favorite-posts-section h2:before {
	display: none;
}

.hbg-category-landing .favorite-posts-section h2 span {
	position: relative;
}

.hbg-category-landing .favorite-posts-section h2 {
	text-align: left;
	margin-bottom: 40px;
}

.hbg-category-landing .favorite-posts {
    display: flex;
    justify-content: space-between;
}

.hbg-category-landing .favorite-posts .resource {
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    width: 30%;
	margin-bottom: 40px;
}

.hbg-category-landing .resource .entry-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    color: #222222;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.hbg-category-landing .resource img {
    max-height: 225px;
    width: auto;
}

.hbg-category-landing .resource .resource-price {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #C2914C;
    margin-bottom: 5px;
}

.hbg-category-landing .favorite-posts-section .button-wrap {
	padding: 20px 0 40px;
}

.hbg-category-landing .favorite-posts-section .favorite-posts-section-h2-before {
	background: none;
    height: 59px;
    width: 81px;
    display: block;
    position: absolute;
    right: -93px;
    top: 40px;
}

.hbg-category-landing .favorite-posts-section h2 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.hbg-category-landing .cat-favorite-posts {
	flex-wrap: wrap;
}

.hbg-category-landing .cat-fav-posts-section h2 {
    margin-bottom: 80px;
}

.hbg-category-landing .cat-fav-posts-section .favorite-post .favorite-post-title {
    margin-top: 10px;
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #333333;
}

.hbg-category-landing .cat-fav-posts-section .favorite-post {
	margin-bottom: 50px;
}

.cat-landing-optins {
	background: #F3E9DB !important;
	text-align: center;
    padding-top: 150px !important;
	padding-bottom: 40px !important;
}

.hbg-category-landing .favorite-posts-section.cat-landing-optins h2 {
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.featured-optin {
	width: 31.08%;
	margin-bottom: 40px;
}

.featured-optin h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #333333;
	margin-bottom: 40px;
}

.hbg-category-landing .favorite-posts-section.cat-landing-optins h2:before {
    content: "";
    background: url(images/checklist.svg) no-repeat;
    height: 84px;
    width: 55px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -80px;
}

.hbg-category-landing .hbg-featured-products h2 {
	font-family: 'beyond_infinityregular';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	position: relative;
	text-align: left;
	margin-bottom: 60px;
}

.hbg-category-landing .hbg-featured-products h2 span {
    background-position: 0 64%;
    position: relative;
}

.hbg-category-landing .hbg-featured-products .favorite-posts-section-h2-before {
	background: none;
    height: 59px;
    width: 81px;
    display: block;
    position: absolute;
    right: -93px;
    top: 40px;
}

.hbg-category-landing .favorite-tools {
    display: grid;
    grid-gap: 0 3.33%;
    grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
    margin-top: 0;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.hbg-category-landing .favorite-tools .resource img {
	max-height: none;
}

.hbg-category-landing .hbg-featured-products {
	padding-top: 70px;
}

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

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

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

	.commission:nth-child(even) {
    	margin-top: 237px;
	}

	.commission {
		margin-left: -118px;
	}

	.commissions-wrap {
		display: inline-flex;
	}

	.contributor-commission .hbg-wrap {
		text-align: center;
	}

}


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

	.cat-section-left {
		padding-top: 100px;
	}

	.data-points .hbg-wrap {
		max-width: 580px;
	}

	.data-point {
		margin-bottom: 40px;
	}

	.data-points .hbg-wrap {
		flex-wrap: wrap;
	}

	.cat-sect-left-text:after {
		background: url(images/check-out-mobile.svg) no-repeat;
		left: 50%;
		bottom: -150px;
		margin-left: -148px;
	}

	.data-points {
		margin-bottom: 0;
	}

	.cat-section-right {
		width: 100%;
		max-width: 656px;
		margin: 0 auto;
	}

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

	.cat-section-left {
		margin-bottom: 170px;
	}

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

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

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

	.woocommerce .icon-menu .genesis-nav-menu > li.menu-item {
		margin: 0 8px;
	}

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

	.site-header .search-form {
    	margin: 10px auto 0;
	}

	header .search:before {
    	top: 8px;
	}

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

	.site-inner,
	.wrap {
	}

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

	.content,
	.site-header .widget-area {

	}

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

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

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

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

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

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

	.bundle-cat-name {
    	width: 170px;
    	margin-top: -40px;
		margin-bottom: 40px;
	}

}

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

}

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

	svg.desktop {
		display: none !important;
	} !important

	.hbg-partner.hbg-affiliate .front-page-hero h2 div {
		margin-bottom: 0;
	}


	.about-content-area-1 {
		padding-top: 30px;
	}

	.sidebar-primary {
    	float: none;
    	width: 300px;
    	margin: 40px auto 0 !important;
	    padding-top: 5px;
    	clear: both;
	}

	.hbg-affiliate .text_area {
		padding-top: 0;
	}

	.hbg-affiliate .front-page-hero .fp-outer-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.text-w-pink-bg .hbg-wrap:after {
		display: none;
	}

	.hbg-partner.hbg-affiliate .fp-hero-inner {
		max-width: none;
		padding: 40px 5%;
		margin: 0;
	}

	.hbg-affiliate .site-inner {
		padding-top: 0;
	}

	.commissions-wrap {
		flex-wrap: wrap;
	}

	.commission {
		margin: 0 auto 40px !important;
	}

	.image-w-white-text {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	.reasons-wrap {
		flex-wrap: wrap;
	}

	.reason {
		margin-bottom: 40px;
		width: 48%;
	}

	.hbg-affiliate .fp-hero-inner,
	.hbg-about.hbg-affiliate .fp-hero-inner {
		margin-left: 0;
		margin-top: 40px;
		max-width: none;
	}

	.front-page-hero h2 {
			font-size: 40px;
	}

	.bundle-categories .hbg-wrap {
		flex-wrap: wrap;
	    max-width: 600px;
	}

	.bundle-categories .hbg-wrap .bundle-category {
		width: 48%;

	}

	.fp-bundles-grid {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.fp-bundle {
		margin: 0 auto;
		width: 48%;
	}

	.fp-how-help .hbg-wrap {
		display: block;
	}

	.help-image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 25px;
	}

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

	.fp-bundles-grid .bundle-inner {
		max-width: none !important;
		margin: 0 auto 0 !important;
		padding: 0 !important;
	}

	.fp-bundles-grid ::before,
	.fp-bundles-grid ::after {
		display: none !important;
	}

	.fp-bundles-grid {
		position: relative;
	}

	.fp-bundles-grid:after,
	.fp-bundles-grid:before {
    	content: "";
    	background: url(images/arrow-right-mobile.svg) no-repeat;
    	height: 30px;
    	width: 128px;
    	display: block !important;
    	position: absolute;
    	left: 50%;
		margin-left: -64px;
    	top: 25px;
	}

	.fp-bundles-grid:before {
		left: 50%;
		top: 305px;
	}

	.fp-bundles-grid .fp-bundle:nth-child(3) .bundle-icon:after {
    	content: "";
    	background: url(images/arrow2.svg) no-repeat;
    	height: 102px;
    	width: 83px;
    	display: block !important;
    	position: absolute;
    	right: -35px;
    	top: -103px;
    	transform: rotate(180deg);
	}

	.fp-bundles-grid .fp-bundle:nth-child(5) .bundle-icon {
		position: relative;
	}

	.fp-bundles-grid .fp-bundle:nth-child(5) .bundle-icon:after {
		content: "";
		background: url(images/arrow-left-mobile.svg) no-repeat;
	    height: 109px;
	    width: 124px;
	    display: block !important;
	    position: absolute;
	    left: 50%;
	    top: -51px;
	    margin-left: 85px;
	}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.site-title > a {
	}

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

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

	.site-inner,
	.wrap {

	}

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

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

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

	.sidebar {
		margin-left: 0;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #000;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

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

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

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

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

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

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

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

	.hbg-blog .entry:nth-of-type(even) .hbg-entry-wrap {
		padding-right: 0;
	}

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

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

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

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

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

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

	.facetwp-flyout h3 {
		font-size: 28px;
    	font-size: 2.8rem;
    	font-weight: 400;
    	color: #000;
    	text-transform: none;
    	margin-bottom: 10px;
		text-align: left;
	}

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

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

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

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

.favorite-tools,
.hbg-category-landing .favorite-tools {
    display: grid;
    grid-gap: 0 5%;
    grid-template-columns: 30% 30% 30%;
}

	.browse-by span:after {
		display: none;
	}


	.contributor-commission {
		padding-bottom: 50px;
	}


	.peep-pop {
		padding: 30px 30px 10px;
	}


}

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

	.cat-image-wrap {
		margin-left: auto;
		margin-right: auto;
	}

	.feat-img-mobile {
		display: block;
	}

	.feat-img-wide {
		display: none;
	}

	.peep-flex-wrap {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.peep-pop-left {
		width: 100%;
		margin: 0;
	}

	.peep-pop-right .peep-image {
		max-width: 300px;
		display: block;
	}

	.peep-pop-left .peep-image {
		display: none;
	}

	.about-content-area {
		padding-bottom: 40px;
	}

	.about-content-area img.alignleft,
	.about-content-area img.alignright {
		float: none;
		display: block;
		margin: 0 auto 40px;
	}

	.resource-header-img,
	.resource-header-right {
		width: 100%;
	}

	.featuredin {
    	padding: 0 0 40px;
	}

	.featuredin .hbg-wrap {
		padding: 0;
		border: 0;
	}

	.featuredin-title {
		margin: 15px 0 25px;
	}

	.resource-header-img {
		margin-bottom: 20px;
	}

	.resource-header-img {
		text-align: center;
	}

	.hbg-resource .entry-header {
		display: block;
	}

	.hbg-archive-resource .favorite-posts,
	.hbg-category-landing .favorite-posts {
		flex-wrap: wrap;
	}

	.hbg-category-landing .favorite-posts-section h2 span:before,
	.hbg-category-landing .hbg-featured-products h2 span:before {
		display: none;
	}

	.hbg-category-landing .cat-fav-posts-section h2 {
		margin-bottom: 45px;
	}

	.hbg-archive-resource .favorite-posts .resource,
	.hbg-category-landing .favorite-posts .resource,
	.featured-optin,
	.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
		width: 100%;
		margin-bottom: 40px;
	}

	.hbg-contributor .text_area strong:after {
		display: none;
	}

	.parent-cat-crumb {
		margin-top: 25px;
	}

	.affiliate-testimonials .testimonial {
		display: inline-block !important;
	}

	.affiliate-testimonials .testimonial-right {
		padding-left: 0;
		padding-right: 0;
	}

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

	.shop-amazon-inner {
		display: block;
	}

	.shop-amazon-inner img {
		margin: 0 auto 10px;
	}

	.hbg-shop-amazon {
		padding-left: 5%;
		padding-right: 5%;
	}

	.amazon-product {
		margin-bottom: 40px;
		width: 100%;
		display: block;
	}

	.book-review img {
		position: static;
		margin-bottom: 20px;
	}

	.book-review {
		padding-left: 0;
	}

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

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

	.cat-pop-posts {
		width: 100%;
		padding-left: 0;
		border: 0;
	}

	.archive-description-left {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}

	.browse-by {
		text-align: center;
	}

	.sales-icons {
		display: block;
	}

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

	.sales-list-img-content {
		display: block;
	}

	.sales-icon {
		margin-bottom: 40px;
	}

	.sales-icons-section {
		padding: 40px 0 0;
	}

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

	body.single.woocommerce ul.products li.product, body.single.woocommerce-page ul.products li.product {
		margin-right: 3%;
		margin-left: 3%;
		margin-bottom: 20px;
		width: 43%;
	}

	.related.products .products {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
		padding: 5%;
	}

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

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

	.woocommerce .woocommerce-ordering {
		position: static;
		float: none !important;
	}

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

	.woocommerce .woocommerce-ordering select {
    	vertical-align: top;
    	width: auto;
	}

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

	.entry-content ul {
	   margin-left: 50px;
   }

	.featured-product-block,
	.hbg-optin-block {
		padding-left: 5%;
		padding-right: 5%;
		text-align: center;
		display: block;
	}

	.hbg-optin-block .optin-left {
    	margin-top: 120px;
	}

	.landing-page .site-inner {
		padding-top: 50px;
	}

	.landing-page .entry {
		padding: 5%;
	}

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

	.page-template-page_landing .entry {
		 padding-top: 200px;
	 }

	.featured-product-block img,
	.hbg-optin-block .optin-image {
		position: static;
		margin-bottom: 25px;
		margin-right: auto;
		margin-left: auto;
	}

	.nrelate-after-entry .nr_img_div img {
		margin-left: auto;
		margin-right: auto;
	}

	.single-post .nrelate-after-entry .nr_panel {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}

	.nr_text {
		display: block;
	}

	.more-from-category {
		margin-top: 40px;
	}

	.view-more-wrap {

	}

	.woocommerce .site-inner {
		padding-top: 50px;
	}

	.footer-0 {
		width: 100%;
		text-align: center;
	}

	.before-footer-menus .wrap {
		flex-wrap: wrap;
	}

	.footer-1,
	.footer-2,
	.footer-3,
	.footer-4 {
		width: 47%;
	}

	.hbg-quick-links .hbg-flex-wrap,
	.hbg-featured-products .hbg-flex-wrap {
		flex-wrap: wrap;
	}

	.hbg-quick-link,
	.hbg-featured-products .hbg-flex-wrap .featured-product {
		width: 48%;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 0 0;
	}

	.wrap {
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.text-w-pink-bg .hbg-wrap:after {
		display: none;
	}

}

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

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

	.optin-popup-left p:last-child {
		margin-bottom: 0;
	}

	.optin-popup-right {
		margin: 0 auto 25px;
	}


	.archive-intro-cats .wrap {
		position: relative;
	}

	.archive-intro-cats li:first-child {
		float: left;
	}

	.archive-intro-cats li:not(:first-child),
	.archive-intro-cats .genesis-nav-menu .current-cat:after {
		display: none;
	}

	.archive-intro-cats li.hamburger-icon {
		float: right;
		display: block;
		cursor: pointer;
	}

	.archive-intro-cats.responsive {
		position: relative;
		padding-bottom: 10px;
	}

	.archive-intro-cats li.hamburger-icon {
  	position: absolute;
  	right: 0;
  	top: 10px;
	}

	.archive-intro-cats li.hamburger-icon a {
		color: #fff;
	}

	.archive-intro-cats li.hamburger-icon a:hover {
		background: none;
	}

	.archive-intro-cats.responsive li {
  	float: none;
  	display: block;
  	text-align: left;
	}

	.archive-intro-cats:before {
  	display: none;
	}

	.archive-intro-cats.responsive li.subhead {
		padding-bottom: 10px;
	}

	.archive-intro-cats li.subhead {
		font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px 20px;
	padding-left: 0;
  	display: block;
	}

	.archive-intro-cats li a {
  	padding: 15px 0 10px;
	}

	.affiliate-form .hbg-wrap {
		padding: 5%;
	}

	.affiliate-form .hbg-wrap h2 {
		font-size: 42px;
		font-size: 4.2rem;
	}

	.hbg-affiliate.hbg-contributor .text_area {
		font-size: 26px;
		font-size: 2.6rem;
	}


	.hbg-affiliate.hbg-contributor .site-inner {
		padding-top: 30px;
	}

	.contrib-header {
		margin-bottom: -10px;
	}

	.timeline .hbg-wrap {
		grid-auto-flow: column;
	}

	.peeps-section .peeps {
		grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.peeps-section {
		padding-top: 60px;
	}

	.peep-name {
		font-size: 24px;
		font-size: 2.4rem;
	}

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

	.peep-image img {
		border-width: 10px;
	}

	.about-content-area h2 {
    	font-size: 36px !important;
    	font-size: 3.6rem !important;
	}

	.milestone {
		display: block !important;
	}

	.milestone-3, .milestone-7, .milestone-11, .milestone-15 {
    	grid-column: auto;
    	border: 0;
    	border-right: 3px solid #d1dedd;
    	margin-left: 0;
    	padding: 0 40px 40px;
    	text-align: right;
	}

	.milestone-3 .milestone-year:after,
	.milestone-7 .milestone-year:after, .milestone-11 .milestone-year:after, .milestone-15 .milestone-year:after {
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 10px 20px 10px 0;
    	border-color: transparent #d1dedd transparent transparent ;
    	content: "";
    	position: absolute;
    	left: auto;
		right: -40px;
    	top: 35px;
	}

	.milestone:nth-child(even) {
		display: none !important;
	}

	.timeline .hbg-wrap {
    	display: grid;
    	grid-gap: 0;
    	grid-template-columns: 100% 0;
	}

	.nr_title span:before {
		display: none;
	}

	.footer-menu .genesis-nav-menu {
		line-height: 2;
	}

	.fp-statistic {
		padding: 50px 0;
	}

	.hbg-resource .entry-content {
		padding: 40px 25px 25px;
	}

	.footer-menu {
		margin-left: auto;
		margin-right: auto;
    	max-width: 260px;
	}

	.site-footer {
		padding: 40px 5%;
	}

	.hbg-archive-resource .hbg-grid-wrap {
		grid-gap: 0 0;
    	grid-template-columns: 100%;
	}

	body.woocommerce ul.products.columns-2 li.product, body.woocommerce-page ul.products.columns-2 li.product {
		width: 100%;
		margin: 0 auto 30px !important;
	}

	.hbg-archive-resource .favorite-posts-section h2 span:before {
		display: none;
	}


	.commission {
    	width: 315px;
    	height: 315px;
	}


	.contributor-commission {
		overflow: hidden;
	}

	.contributor-benefits .benefit-number {
		font-size: 100px;
		width: 30px;
	}

	.cat-favorite-posts {
		display: block;
	}

	.cat-fav-posts-section .favorite-post {
		display: block;
		margin: 0 auto 30px;
		width: 100%;
	}

	.cat-search-label,
	.hbg-category .hbg-grid-wrap {
		display: block;
	}

	.cat-search-label {
		margin: 0 auto 40px;
	}

	.favorite-tools,
	.hbg-category-landing .favorite-tools {
	    display: grid;
	    grid-gap: 0 4%;
	    grid-template-columns: 48% 48%;
	}

	.ub-search .hbg-wrap {
    	padding: 90px 25px 40px;
	}

	.cat-section-right .bundle-categories {
		display: block;
	}

	.cat-section-right .bundle-category,
	.data-point {
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-blog .archive-title {
		background: none;

	}

	.popular-topics .hbg-grid-wrap {
    	display: grid;
    	grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.popular-topic {
		margin-bottom: 30px;
	}

	.hbg-affiliate .front-page-hero h2 span {
		display: inline;
	}

	.page-template-page_affiliate.hbg-affiliate .front-page-hero h2 span {
		display: inline;
		line-height: 2;
	}

	.page-template-page_affiliate.hbg-affiliate .text_area {
		font-size: 28px;
		font-size: 2.8rem;

}


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

	.fp-bundles-grid:after {
		height: 39px;
	    width: 80px;
	    display: block !important;
	    position: absolute;
	    margin-left: -40px;
	    top: 25px;
	    background-size: contain;
	}

	.fp-bundles-grid:before {
		height: 39px;
		width: 60px;
		display: block !important;
		position: absolute;
		margin-left: -30px;
		top: 400px;
		background-size: contain;
	}

	.fp-bundles-grid .fp-bundle:nth-child(3) .bundle-icon:after {
    	content: "";
    	background: url(images/arrow2.svg) no-repeat;
    	height: 102px;
    	width: 50px;
    	display: block !important;
    	position: absolute;
    	right: -35px;
    	top: -112px;
    	transform: rotate(180deg);
    	background-size: contain;
	}

	.fp-bundles-grid .fp-bundle:nth-child(5) .bundle-icon:after {
    	content: "";
    	background: url(images/arrow-left-mobile.svg) no-repeat;
    	height: 90px;
    	width: 75px;
    	display: block !important;
    	position: absolute;
    	left: 50%;
    	top: -42px;
    	margin-left: 64px;
    	background-size: contain;
	}

	.peep-pop {
		padding: 5px;
	}

	.other-peep {
    	width: 115px;
	}

	.peep-pop .peep-name {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.hbg-affiliate .affiliate-page-hero h2 {
		margin-bottom: 10px;
	}

	.other-peep {
		box-sizing: border-box;
    	width: 49%;
	}

	.avatar {
		float: none;
		margin: 0 0 40px;
	}

	.hbg-faq-block .ogt-plan-question {
	    padding: 22px 45px 22px 22px;
	}

	.favorite-tools,
	.hbg-category-landing .favorite-tools {
		display: grid;
		grid-gap: 0 0;
		grid-template-columns: 100%;
	}

	.bundle-categories .hbg-wrap {
    	max-width: 300px;
	}

	.hbg-quick-link, .hbg-featured-products .hbg-flex-wrap .featured-product {
		width: 100%;
	}

	.hbg-front-page .image-w-white-text {
	    padding-top: 260px;
	    padding-bottom: 125px;
	}

	.hbg-front-page .image-w-white-text .hbg-wrap {
		margin-top: 30px;
	}

	.large-text {
    	font-size: 36px;
	}

	.bundle-categories .hbg-wrap .bundle-category {
		width: 100%;
	}

}

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

	.fp-bundle {
		width: 100%;
		position: relative;
	    margin-bottom: 45px;
	}

	.fp-bundles-grid:after,
	.fp-bundles-grid:before,
	.fp-bundles-grid .fp-bundle:nth-child(3) .bundle-icon:after,
	.fp-bundles-grid .fp-bundle:nth-child(5) .bundle-icon:after {
		display: none !important;
	}

	.fp-bundle:nth-child(odd) .arrow-after {
	    height: 50px;
	    width: 40px;
	    display: block !important;
		position: absolute;
		right: auto;
		top: auto;
		transform: rotate(165deg);
		background-size: contain;
		right: 25%;
		bottom: -67px;
	}

	svg.desktop {
		display: none !important;
	}

	svg.mobile {
		display: inline-block !important;
	}

	.fp-bundle:nth-child(even) .arrow-after {
	    height: 50px !important;
	    width: 40px !important;
	    display: block !important;
		position: absolute;
		right: auto !important;
		top: auto !important;
		transform: rotate(190deg) scaleX(-1);
		background-size: contain;
		left: 25% !important;
		bottom: -154px;
	}

	.fp-bundle:last-child:after {
		display: none !important;
	}

	.fp-bundle:last-child {
		margin-bottom: 0;
	}

}

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

}
