/*
	Theme Name: EWD Fun With Mama
	Theme URI: https://www.emilywhitedesigns.com/
	Description: This is a custom theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.emilywhitedesigns.com/

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

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

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

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

.site-container {
	overflow: hidden;
}

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: #f41d7c;
	text-decoration: none;
}

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

.entry-content a {
	color: #333;
	border-bottom: 3px solid #f7ae0d;
}

.entry-content a:hover {
	border-bottom: 0;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	line-height: 1.77;
	margin: 0 50px 0 0;
    padding-left: 60px;
    position: relative;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}


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

.hbg-highlight {
	line-height: 1.77;
	margin: 80px 60px;
    padding: 40px 60px;
    position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	position: relative;
}

.hbg-highlight:before {
	background: url(images/black-squiggle.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 107px;
	width: 107px;
	left: -55px;
	top: -45px;
}

.hbg-highlight:after {
	background: url(images/color-squiggles.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 130px;
	width: 221px;
	right: -60px;
	bottom: -47px;
}

.hbg-highlight span {
}


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

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

h1 {
	font-size: 46px;
	font-size: 4.6rem;
}

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

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.2px;
	font-size: 3.2rem;
	font-weight: 500;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

h5 {
	color: #08bf9c;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

h6 {
	color: #2288e2;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

/* ## 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,
div.sidr .menu-close,
.featured-printable-block .button-wrap a {
	background-color: #f41d7c;
	border: 2px #fff solid !important;
	border-radius: 6px;
	color: #fff !important;
	box-shadow: 3px 3px #333;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 12px 26px 12px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.featured-printable-block .button-wrap a {
	display: inline-block;
}

.button-yellow {
	background-color: #f7ae0d;
}

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,
div.sidr .menu-close:hover,
div.sidr .menu-close:focus,
.featured-printable-block .button-wrap a:hover,
.featured-printable-block .button-wrap a:focus {
	background-color: #333;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

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

.entry-content a.more-link {
	color: #f41d7c;
	font-weight: 700;
	text-decoration: none;
	border: 0;
}

.entry-content a.more-link:hover {
	color: #333;
}

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

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

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

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

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

.landing-page .site-container {
	background: url(images/squiggles.svg);
	background-size: 500px 500px;
}

.landing-page.hbg-blue-background .site-container {
	background: url(images/blue-pattern.svg);
	background-size: 250px 250px;
}

.landing-page.hbg-black-white-background .site-container {
	background: url(images/black-white.svg);
	background-size: 720px 720px;
}

.hbg-front-page .site-inner,
.hbg-child-category .site-inner,
.hbg-blog .site-inner {
	max-width: none;
	width: 100%;
}

.hbg-blog .site-inner {
	margin-bottom: 0;
}

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

.hbg-front-page .site-inner {
	padding-top: 60px;
	margin-bottom: 80px;
}

.hbg-parent-category .site-inner {
	margin-bottom: 0;
}

.instagram-widget.widget-area {
	margin-bottom: 90px;
	margin-top: 70px;
}

.sbi_follow_btn.sbi_custom a {
	background: #f7ae0d !important;
}

.single-post .hbg-fp-featured-posts {
	padding-top: 0;
}

.single-post .hbg-fp-featured-posts.fp-featured-products {
	padding-top: 80px;
}

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

.single-post .content {
	margin-top: 40px;
}

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

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    width: calc(100% - 360px);
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	width: 300px;
	max-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;
}


/* # HBG Pages
---------------------------------------------------------------------------------------------------- */

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

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

.hbg-blue-bar-optin {
	color: #fff;
	background: url(images/blue-pattern.svg);
	font-size: 24px;
	font-size: 2.4rem;
	padding: 80px 0 60px;
	text-align: center;
}

.hbg-blue-bar-optin h2 {
	font-size: 46px;
	font-size: 4.6rem;
	font-family: 'Roboto Slab', serif;
}

.hbg-fp-blog h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.fp-blog-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fp-category {
	display: flex;
    flex-direction: column;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 50px;
	width: 30.83%;
}

.fp-category a {
	color: #333;
	display: inline-block;
	font-weight: 500;
	line-height: 1.33;
	text-decoration: none;
}

.fp-category a:hover {
	color: #f41d7c;
}

.fp-category .panel-cat a:hover {
	color: #333 !important;
}

.fp-category .nr_text {
	display: inline-block;
	margin-bottom: 10px;
}

.panel-cat {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
    margin-top: auto;
}

.panel-cat a {
	font-weight: 700;
}

.fp-category .nr_img_div {
	box-shadow: -20px -20px #f41d7c;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	max-width: 350px;
}


.fp-category img {
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	border: 3px solid #fff;
	display: block;
	margin: 0 0 0 auto;
}

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

#menu-blog-categories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.hbg-blog #menu-blog-categories {
	margin-bottom: 70px;
}


#menu-blog-categories .menu-item {
	text-align: center;
	width: 148px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

#menu-blog-categories .menu-item a {
	padding: 0;
}

#menu-blog-categories .menu-image {
	display: block;
	margin-bottom: -20px;
	width: 100%;
}

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

.about-section .hbg-wrap {
	background: #fff;
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	display: flex;
	padding: 20px;
	position: relative;
}

.about-section .hbg-wrap:before {
	background: url(images/black-squiggle.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 173px;
	width: 180px;
	left: -90px;
	top: -80px;
}

.about-section .hbg-wrap:after {
	background: url(images/color-squiggles.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 215px;
	width: 370px;
	right: -108px;
	bottom: -47px;
}

.about-section .hbg-wrap:after {
	content: "";
	position: absolute;
}

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

.about-right {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	max-width: 640px;
}

.about-right h2 {
	font-size: 46px;
	font-size: 4.6rem;
	margin-bottom: 30px;
}

.about-right.entry-content {
	font-weight: 400;
	position: relative;
	margin-top: 30px;
	z-index: 2;
}

.about-right.entry-content a {
	border: 0;
	color: #f41d7c;
	text-transform: uppercase;
	font-weight: 700;
}

.about-right.entry-content a:hover {
	color: #333;
}


.about-right.entry-content a:after {
	content: "\f101";
	moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
	line-height: 1;
	margin-left: 5px;
}

.about-right .nav-social {
	text-align: left;
}

.about-right .genesis-nav-menu.menu-social{
	text-align: left;
}

.about-right .nav-social a:after {
	display: none;
}

.about-right .nav-social ul {
	margin: 0;
}

.about-right .nav-social a {
	font-size: 36px;
	font-size: 3.6rem;
	margin-right: 5px;
	padding: 0;
}

.nav-social .fa-facebook-square,
.site-header .fa-facebook-square,
.mini-header .fa-facebook-square,
.side-nav .fa-facebook-square {
	color: #2388e2;
}

.nav-social .fa-twitter,
.site-header .fa-twitter,
.mini-header .fa-twitter,
.side-nav .fa-twitter {
	color: #08bf9c;
}

.nav-social .fa-instagram,
.site-header .fa-instagram,
.mini-header .fa-instagram,
.side-nav .fa-instagram {
	color: #f46f0c;
}

.nav-social .fa-pinterest,
.site-header .fa-pinterest,
.mini-header .fa-pinterest,
.side-nav .fa-pinterest {
	color: #f21d7c;
}

.nav-social .fa-youtube,
.site-header .fa-youtube,
.mini-header .fa-youtube,
.side-nav .fa-youtube {
	color: #ba47ea;
}

.side-nav a:hover .fab {
	color: #333 !important;
}

.about-section {
	padding: 80px 0 90px;
}

.promo-section {
	color: #fff;
	background-position: center top;
	background-size: cover;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 230px 0 142px;
	text-align: center;
	position: relative;
}

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

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

.promo-section h2 {
	font-size: 46px;
	font-size: 4.6rem;
	font-family: 'Roboto Slab', serif;
}

.hbg-fp-featured-posts {
	padding: 80px 0;
}

.hbg-fp-featured-posts h2 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 40px;
}

.fp-feat {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 50px;
	width: 29.16%;
}

.fp-feat a {
	color: #333;
	display: inline-block;
	font-weight: 500;
	line-height: 1.33;
	text-decoration: none;
}

.fp-feat a:hover {
	color: #f41d7c;
}

.fp-feat .nr_img_div {
	display: block;
	margin-left: auto;
	margin-bottom: 20px;
}


.fp-feat img {
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	border: 3px solid #fff;
	display: block;
}

.hbg-pink-bar {
	background: #f41d7c;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
    padding: 25px 0 24px;
	text-align: center;
	line-height: 1.33;
	text-transform: uppercase;
	font-weight: 600;
}

.fp-featured-products {
	background: url(images/black-white.svg);
	padding: 80px 0;
}

.hbg-parent-category .fp-featured-products {
	margin-bottom: 80px;
}

.hbg-fp-featured-products h2 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 40px;
}

.fp-featured-products .fp-product {
	background: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
	width: 48.33%;
	padding: 20px 40px 20px 20px;
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	min-height: 247px;
}

.fp-featured-products .fp-product a {
	color: #333;
	display: inline-block;
	font-weight: 500;
	line-height: 1.33;
	text-decoration: none;
	position: relative;
	padding-left: 248px;
	text-align: center;
	width: 100%;
}

.fp-featured-products .fp-product a:hover .nr_post_title {
	color: #f41d7c;
}

.fp-featured-products .fp-product .nr_img_div {
	display: block;
	margin-left: auto;
	position: absolute;
	width: 208px;
	left: 0;
	margin-bottom: 0;
}

.fp-featured-products .nr_price {
	color: #f41d7c;
	display: block;
}

.fp-featured-products .nr_description {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.fp-featured-products .fp-product img {
	border: 1px solid #333;
	display: block;
}

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

.cat-headline-icon {
	display: inline-block;
	width: 175px;
	vertical-align: middle;
}

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

.headline-icon-wrap .archive-title {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	margin-left: -40px;
	text-transform: uppercase;
}

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

.pop-posts-headline {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.cat-pop-posts {
	border-left: 5px solid rgb(244 29 124 / 10%);
	width: 436px;
	flex-shrink: 0;
	margin-top: 40px;
	padding-left: 60px;
}

.archive-description {
	padding-top: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 80px;
}

.archive-description-left {
    padding-right: 50px;
	width: 100%;
}

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

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

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

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

.archive-description ul > li:last-child {
	margin-bottom: 0;
}

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

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

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

.hbg-category .nrelate {
	border: 1px solid #ccc;
	padding: 0 35px 60px;
	margin-bottom: 80px;
}

.hbg-child-category .nrelate {
	border: 2px solid #f41d7c;
	padding: 0 35px 40px;
	margin-bottom: 40px;
}

.hbg-category .nr_title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
	margin-top: -15px;
	margin-bottom: 50px;
	font-weight: 700;
}

.hbg-child-category.hbg-category .nr_title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: -13px;
}

.hbg-category .nr_title span {
	background: #fff;
	padding: 0 20px;
}

.hbg-parent-category .nr_title span {
	background: #fff;
	padding: 0 20px;
	font-size: 36px;
	font-size: 3.6rem;
}

.hbg-parent-category .nrelate-after-entry .nr_title {
	margin-top: -22px;
}

.hbg-child-category.hbg-category  .nr_title span {
	padding: 0 30px;
	display: inline-block;
}

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

.hbg-category .nr_panel,
.hbg-category .entry-title {
	display: block;
	width: 31.03%;
	text-align: center;
	color: #333;
    font-weight: 500;
    line-height: 1.33;
    text-decoration: none;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.hbg-category .entry-title {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	width: 100%;
}

.hbg-category .nr_img_div {
	display: block;
	margin-bottom: 20px;
}

.hbg-category .nr_img_div img,
.hbg-category .entry-image-link img {
    box-shadow: 0 0 5px rgb(51 51 51 / 25%);
    border: 3px solid #fff;
    display: block;
}

.hbg-child-category .hbg-grid-wrap {
    display: grid;
    grid-gap: 40px 3.455%;
    grid-template-columns: 31.03% 31.03% 31.03%;
	width: 90%;
	max-width: 1128px;
	margin: 0 auto;
}

.category-optin {
	padding: 30px 0 60px;
}

.hbg-parent-category .category-optin {
	padding-top: 0;
    padding-bottom: 50px;
}

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

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

.hbg-blog .content .entry {
	border-bottom: 1px solid #cccccc;
	position: relative;
	text-align: left;
	padding-left: 390px;
	font-size: 18px;
	padding-bottom: 80px;
	margin-bottom: 80px;
	min-height: 430px;
}

.hbg-blog .content .entry:last-of-type,
.hbg-blog .content .entry:nth-of-type(3) {
	border-bottom: 0;
	margin-bottom: 0;
}

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

.hbg-blog .content .entry-header .entry-title {
	font-size: 46px;
	font-size: 4.6rem;
	margin-bottom: 25px;
}

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

.hbg-blog .content .more-link-wrap {
	margin-top: -15px;
	text-transform: uppercase;
}

.hbg-affilaite-disclosure {
    background: #e8f6f8;
    text-align: center;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    margin-top: -1px
}

.hbg-blog .posts-page-description,
.hbg-child-category .archive-description {
	clear: both;
	padding: 80px 0 0;
}

.hbg-child-category .archive-description {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 0;
	margin-bottom: -30px;
}

.hbg-blog .archive-title,
.hbg-child-category .archive-title {
	background: #ba47ea;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	display: inline-block;
	position: relative;
    padding: 12px 30px 12px 0;
	z-index: 1
}

.hbg-child-category .archive-title {
	background: none;
	color: #333;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
    padding: 12px 30px 12px 0;
	z-index: 1
}

.hbg-blog .archive-title:before {
    background: #ba47ea;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	right: 50%;
	width: 800px;
	z-index: -1;
}

/* ## Single Posts
--------------------------------------------- */

.single .category-icon {
	margin-bottom: 3px;
}

.hbg-affiliate-disclosure {
	background: #efefef;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px 20px;
	margin-bottom: 40px;
}

.hbg-affiliate-disclosure a {
	color: #333;
    font-weight: 700;
	border-bottom: 3px solid #f7ae0d;
}


.hbg-affiliate-disclosure i {
    color: #333
}

.hbg-affiliate-disclosure a:hover {
	border: 0;
    color: #333
}

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


.hbg-affiliate-disclosure .widget,
.reviewed-by {
	margin: 15px 0;
}

.featured-printable-block {
	border: 3px solid #08bf9c;
	margin-bottom: 30px;
}

.featured-printable-block h2 {
	color: #fff;
	background: #08bf9c;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.featured-printable-block .featured-product-inner {
	padding: 25px 40px 40px;
}

.block-button {
	margin: 0 10px 30px;
}

.hbg-blue-bar-optin-block h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

.hbg-blue-bar-optin-block {
	font-size: 18px;
	font-size: 1.8rem;
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	border: 5px solid #fff;
	padding-top: 50px;
	margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

}

.hbg-category .nr_panel:hover {
	color: #f41d7c;
}

.entry-modified-time {
	font-weight: 700;
}

.entry-modified-time span {
	font-weight: normal;
}

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

.sidebar .widget.widget_ewd_about {
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	padding: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 140px;
}

.sidebar .widget.widget_ewd_about:before {
	background: url(images/black-squiggle.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 107px;
	width: 107px;
	left: -55px;
	top: -45px;
}

.sidebar .widget.widget_ewd_about:after {
	background: url(images/color-squiggles.svg);
	content: "";
	display: block;
	background-size: cover;
	position: absolute;
	height: 130px;
	width: 221px;
	right: -109px;
    bottom: -83px;
}

.sidebar .widget.widget_ewd_about img {
	margin-bottom: 20px;
}

.sidebar .widget.widget_ewd_about p {
	margin-bottom: 15px;
}

.sidebar .widget.widget_ewd_about p a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar .widget.widget_ewd_about p a:after {
    content: "\f101";
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    margin-left: 5px;
}

.sidebar .widget.widget_ewd_optin {
	padding: 0;
}

.sidebar .hbg-blue-bar-optin-block {
	line-height: 1.33;
	margin-bottom: 0;
    padding: 30px 5px 40px;
}

.sidebar .hbg-blue-bar-optin-block h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.125;
}

.sidebar .widget.widget_ewd_shop {
	text-align: center;
	padding: 0;
}

.sidebar .widget.widget_ewd_shop .hbg-wrap {
	width: 100%;
}

.sidebar .shop-widget-header h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.125;
	text-transform: none;
	margin-bottom: 40px;
}

.sidebar .widget.widget_ewd_shop a {
	color: #333;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 30px;
	text-decoration: none;
	position: relative;
	text-align: center;
	width: 100%;
}

.sidebar .widget.widget_ewd_shop a:hover {
	color: #f41d7c;
}

.sidebar .widget.widget_ewd_shop img {
	border: 1px solid #333;
	display: block;
	margin-bottom: 15px;
}

.sidebar .widget.widget_ewd_shop .nr_price {
    color: #f41d7c;
    display: block;
}

.sidebar .widget.widget_ewd_shop a.button {
	font-size: 18px;
	font-size: 1.8rem;
	width: auto;
}

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

.hbg-single-optin .entry {
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	padding: 80px 65px 40px;
	text-align: center;
}

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

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

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

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

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

.hbg-single-optin ._form_element {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 0 !important;
}

.hbg-single-optin input[type="text"] {
    border: 1px solid #ddd !important;
}

.hbg-single-optin form button._submit  {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

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

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

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

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	max-width: 840px;
}

.breadcrumb-link,
.breadcrumb a {
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #f7ae0d;
}

.breadcrumb-link:hover,
.breadcrumb a:hover {
	border: 0;
}

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

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

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

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

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

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

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

.entry-title {
	font-size: 46px;
	font-size: 4.6rem;
	margin-bottom: 40px;
}

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

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

.widget-title {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 10px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

.sidebar .enews-widget input[type="submit"] {
	background-color: #333;
	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: #231f20;
}

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

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

.hbg-front-page .site-header,
.hbg-blog .site-header,
.hbg-category .site-header,
.hbg-video-archive .site-header {
	background-color: #fff;
	background-position: center bottom;
	background-size: cover;
	min-height: 0;
	height: 0;
	padding-bottom: 37.5%;
	border: 0;
	position: relative;
}

.hbg-author.hbg-category .site-header {
	height: auto;
	padding: 0;
    border-bottom: 1px solid #c9c9c9;
}

.hbg-video-archive .site-header {
    background-image: url(images/video-bg.png);
    background-repeat: no-repeat;
}

.hbg-blog .site-header {
	margin-bottom: 80px;
}

.hbg-front-page .site-header {
	min-height: 0;
	height: 0;
	padding-bottom: 51.6875%;
}

.hbg-blog .site-header:before,
.hbg-category .site-header:before,
.hbg-video-archive .site-header:before {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 75%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;

}

.site-header > .wrap {
	padding: 15px 0 0;
	position: relative;
	z-index: 3;
}

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

.home-video {
	position: absolute;
	z-index: 2;
	font-size: 72px;
	font-size: 7.2rem;
	opacity: .5;
	line-height: 1;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-video-wrap {
	height: 72px;
	width: 72px;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	position: absolute;
}

.home-video a {
	color: #fff;
}

.campus-button {
	width: 72px;
	height: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	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: 250px;
	padding: 5px 0;
	z-index: 99;
}

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

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

.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;
    position: relative;
	padding: 0;
    word-wrap: break-word;
	display: inline-block;
}

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

div.sidr li .sub-menu a {

}

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

div.sidr li a,
div.sidr .menu-item a {
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

div.sidr li a:hover,
div.sidr .menu-item a:hover {
	color: #f41d7c;
}

div.sidr li.social a,
div.sidr .menu-item.social a {
	border-bottom: 0;
	font-size: 26px;
}

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

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

div.sidr .button button.sub-menu-toggle {
	display: none;
}

.site-header .slide-nav-link {
	background: none;
	box-shadow: none;
	color: #333 !important;
	border: 0 !important;
}

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

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

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

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

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

.mini-header .genesis-nav-menu .sub-menu li {
    padding: 13px 20px;
	text-align: left;
	width: 250px;
	border-top: 1px solid #ccc;
}

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

.mini-header .genesis-nav-menu .sub-menu a {
	color: #333;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px;
	font-size: 1.6;
	text-transform: uppercase;
}

#menu-blog-categories.genesis-nav-menu .sub-menu {
	padding-top: 0;
}

#menu-blog-categories.genesis-nav-menu .sub-menu a {
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    font-size: 1.6;
    text-transform: uppercase;
	text-align: left;
}

#menu-blog-categories .sub-menu .menu-item .menu-image-wrap {
	display: none;
}

#menu-blog-categories.genesis-nav-menu .sub-menu li {
    padding: 13px 20px;
    text-align: left;
    width: 250px;
    border-top: 1px solid #ccc;
}

.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 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
    padding: 10px 15px;
	margin: 0;
	width: 220px;
}

.before-header-bar .genesis-nav-menu li li {
	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;
	margin-top: 10px;
	max-width: 800px;
}

.category-menu {
	float: right;
}

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

.genesis-nav-menu > li.button.menu-item,
.sidr li.button,
.sidr .menu-item.button {
	border-radius: 0;
	background: #ff0094;
	color: #fff;
	text-transform: none;
}

.sidr li.button,
.sidr .menu-item.button {
	margin-top: 20px;
	margin-left: 20px;
}

.genesis-nav-menu > li.button.menu-item:hover,
.sidr li.button:hover,
.sidr .menu-item.button:hover {
	background: #00e1c7;
}

.genesis-nav-menu > li.button.menu-item a:before,
.sidr li.button a:before,
.sidr .menu-item.button a:before {
	border-radius: 0;
}

.genesis-nav-menu > li.button.menu-item > a,
.sidr li.button > a,
.sidr .menu-item.button > a {
	color: #fff;
	text-transform: none;
    padding: 8px 18px;
	margin-bottom: 0;
}

.sidr li.button > a,
.sidr .menu-item.button > a {
    padding: 8px 18px;
}

.genesis-nav-menu > li.button.menu-item > a:hover,
.sidr li.button > a:hover,
.sidr .menu-item.button > a:hover {
	background: none;
}

.sidr .button a.sub-menu-toggle:before {
	color: #fff;
}

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

.hbg-shop .site-header .genesis-nav-menu,
.edd-page .site-header .genesis-nav-menu, {
	margin-top: 0;
	padding-right: 50px;
}

.icon-menu .genesis-nav-menu,
.mini-header .genesis-nav-menu {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0;
}

.icon-menu .genesis-nav-menu > li > a,
.mini-header .genesis-nav-menu > li > a {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
}

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

.site-header .category-menu .genesis-nav-menu > li > a:hover,
.mini-header .category-menu .genesis-nav-menu > li > a:hover {
	color: #333 !important;
}

.site-header .category-menu .genesis-nav-menu > li.menu-pink > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-pink > a {
	color: #f41d7c;
}

.site-header .category-menu .genesis-nav-menu > li.menu-teal > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-teal > a {
	color: #08bf9c;
}

.site-header .category-menu .genesis-nav-menu > li.menu-blue > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-blue > a {
	color: #2388e2;
}

.site-header .category-menu .genesis-nav-menu > li.menu-purple > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-purple > a {
	color: #ba47ea;
}

.site-header .category-menu .genesis-nav-menu > li.menu-yellow > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-yellow > a {
	color: #f7ae0d;
}

.site-header .category-menu .genesis-nav-menu > li.menu-green > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-green > a {
	color: #5eb228;
}

.site-header .category-menu .genesis-nav-menu > li.menu-orange > a,
.mini-header .category-menu .genesis-nav-menu > li.menu-orange > a {
	color: #f46f0c;
}

.site-header .genesis-nav-menu > li > a .fab,
.mini-header .genesis-nav-menu > li > a .fab {
	font-size: 18px;
	font-size: 1.8rem;
}

.site-header .genesis-nav-menu > li > a:hover .fab,
.mini-header .genesis-nav-menu > li > a:hover .fab {
	color: #333;
}

.site-header .genesis-nav-menu > li.social,
.mini-header .genesis-nav-menu > li.social {
	margin: 0 3px;
}

.site-header .genesis-nav-menu > li > a .fa-facebook-square,
.mini-header .genesis-nav-menu > li > a .fa-facebook-square {
	margin-left: 7px;
}

.icon-menu .genesis-nav-menu > li.pink-text > a,
.mini-header .genesis-nav-menu > li.pink-text > a,
.side-nav .genesis-nav-menu > li.pink-text > a {
	color: #f41d7c;
}

.icon-menu .genesis-nav-menu a:hover,
.mini-header .genesis-nav-menu a:hover {
	color: #f41d7c;
}

.icon-menu .genesis-nav-menu .pink-text a:hover,
.mini-header .genesis-nav-menu .pink-text a:hover,
.side-nav .genesis-nav-menu > li.pink-text > a:hover {
	color: #333;
}

.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 {
	display: inline-block;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
	vertical-align: middle;
}

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

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

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

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu > li > a {
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
    padding: 0;
	text-transform: none;
}

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

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

.mini-header .genesis-nav-menu > li > a {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-header .search:before,
.site-header .search:before,
.hbg-shop .site-header .search:before,
.edd-page .site-header .search:before {
	background: none;
	color: #979797;
	padding: 16px 14px 16px;
}

.mini-header .search input[type="search"],
.site-header .search input[type="search"],
.hbg-shop .site-header .search input[type="search"],
.edd-page .site-header .search input[type="search"]
 {
    padding: 10px 35px 10px 15px;
}

.hello-bar {
	background: #f7ae0d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	font-size: 2rem;
	padding: 20px 0;
	text-align: center;
	line-height: 1.33;
}

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

.hello-bar a:hover {
	color: #333;
}

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

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

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

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

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

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

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

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

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

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

.genesis-nav-menu.menu-social li.menu-item {
	background: #fff;
    color: #333;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin: 0 4px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.genesis-nav-menu.menu-social li.menu-item.social a {
	border-bottom: 0;
}

.genesis-nav-menu.menu-social li.menu-item a:hover i {
	color: #333 !important;
}

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

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

.sidebar .genesis-nav-menu.menu-social {
	margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.entry-header .entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 25px;
	text-transform: none;
}

.entry-header .entry-author {
	text-transform: none;
}

.entry-header .entry-author-name,
.entry-header .entry-time,
.middot {
	text-transform: uppercase;
	font-weight: 700;
}

.entry-header .entry-time span {
	font-weight: normal;
	text-transform: none;
}

.middot {
	padding: 0 5px;
}

.entry-header .entry-meta a {
	color: #333;
	font-weight: 400;
	font-weight: 700;
	text-decoration: none;
    border-bottom: 3px solid #f7ae0d;
}

.entry-header .entry-meta a:hover {
	color: #ff0094;
	font-weight: 700;
	text-decoration: none;
    border-bottom: 0;
}

.entry-header .fa-user {
	color: #ff0094;
}

.entry-header .fa-comments {
	color: #4978ff;
	margin-left: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #c8c8c7;
	border-bottom: 1px solid #c8c8c7;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 40px;
}

.entry-categories,
.entry-tags {
	font-weight: 700;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-categories a,
.entry-tags a {
	color: #333;
	font-weight: 400;
}

.entry-categories a:hover,
.entry-tags a:hover {
	color: #f41d7c;
}

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

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

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

.adjacent-entry-navigation .navigation-next a {
	padding-right: 20px;
}

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

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

.adjacent-entry-navigation a i {
	position: absolute;
	color: #f7ae0d;
	left: 0;
	top: 2px;
}

.adjacent-entry-navigation .navigation-next a i {
	right: 0;
}

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

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

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

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

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

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

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

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

.entry-comments h3,
.comment-respond h3 {
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}

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

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

.comment-list {
	clear: both;
}

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

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

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

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

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

}

.comment-list li.bypostauthor > article {
	background: #eee;
	border: none;
	padding: 40px;
}

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

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

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

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

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

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

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

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

.comment-metadata {
	display: none;
}

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

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

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

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

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

.comment-respond input[type="submit"]:hover {
	background: #333;
}

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

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

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


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

.footer-widgets,
.footer-widgets a {
	background-color: #333;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	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;
}

.back-to-top img {
    background: #fff;
    margin: -58px 0 40px;
    max-width: 115px!important;
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    border-radius: 100%;
}

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

.site-footer {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33;
	padding: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

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

.hbg-lightbox-wrap {
	box-sizing: border-box !important;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 30px;
}

.hbg-lightbox-wrap .optin-content {
	text-align: center;
	display: flex;
	align-items: flex-start;
}

.hbg-lightbox-wrap .optin-content img {
	flex-shrink: 0;
	margin-right: 40px;
	max-width: 250px;
}

.hbg-lightbox-wrap.enews-widget ._form_element {
	width: 100% !important;
}

.hbg-lightbox-wrap.enews-widget input {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	max-width: none !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	margin-bottom: 16px !important;
	padding: 22px !important;
	text-align: center !important;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	color: #333 !important;
}

.hbg-lightbox-wrap.enews-widget form {
    position: relative !important;
    margin-top: 10px !important;
	margin-right: auto !important;
    margin-left: auto !important;
    max-width: 600px !important;
    text-align: center !important;
	padding: 0 !important;
}

.hbg-lightbox-wrap.enews-widget form button._submit {
	background-color: #f41d7c !important;
	border: 2px #fff solid !important;
	border-radius: 6px !important;
	color: #fff !important;
	box-shadow: 3px 3px #333 !important;
	cursor: pointer !important;
	font-weight: 500 !important;
	padding: 12px 26px 12px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: normal !important;
	width: auto !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	padding: 22px !important;
	text-align: center !important;
	margin: 0 7px 40px !important;
	font-size: 16px !important;
    font-size: 1.6rem !important;
    margin-bottom: 16px !important;
	margin: 0 auto 0 !important;
	width: 100% !important;
}

.hbg-lightbox-wrap.enews-widget .optin-content div:nth-child(2) {
	width: 100%;
}

.hbg-video-archive .content .hbg-grid-wrap {
	display: grid;
    grid-gap: 0 3.333%;
    grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
}

.lesson-vid-thumb {
	position: relative;
	height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.lesson-vid-thumb img {
    height: auto;
    position: absolute;
    top: -17%;
    left: 0;
}

.lesson-video {
	text-align: center;
}

.lesson-video a {
	color: #000;
	text-decoration: none;
}

.hbg-featured-videos-section {
	text-align: center;
	padding: 70px 0 60px;
}

.hbg-featured-videos-section h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 5px;
}

.hbg-featured-videos-section .lesson-vid-thumb {
	margin-bottom: 15px;
}

.hbg-featured-videos-section .hbg-product-wrap {
	display: flex;
	justify-content: space-between;
}

.hbg-featured-videos-section .hbg-product-wrap .lesson-video {
	width: 30.25%;
}

.lesson-video a:hover {
	color: #00b1f5;
}

.lesson-video .fa-play {
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    position: absolute;
    left: 50%;
    font-size: 44px;
    margin-left: -10px;
    color: rgb(0 0 0 / 49%);
}

.video-day {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;

}

.lesson-video h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.fwm_video .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 5px;
}

.video-more-link a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.video-more-link.additional-video-link a {
	color: #2388e2;
}

.video-more-link.additional-video-link a:hover {
	color: #333;
}

.hbg-vid-cat-intro {
	font-size: 24px;
    font-size: 2.4rem;
	margin: 30px 5% -30px;
    text-align: center;
}

.archive-intro-cats {
	background: #08bf9c;
}

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

.archive-intro-cats a {
	color: #fff;
	text-transform: uppercase;
	padding: 20px 40px;
	display: inline-block;
	font-weight: 500;
}

.archive-intro-cats a:hover {
    background: rgb(255 255 255 / 75%);
	color: #08bf9c;
}

.hbg-video-archive .site-inner {
	padding-top: 60px;
	margin-bottom: 40px;
}

.book-recs {
	border: 3px solid #f7ae0d;
	margin-bottom: 50px;

}

.book-recs h2 {
	text-align: center;
	background: #f7ae0d;
	color: #fff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	padding: 7px;
}

.book-recs h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.book-recs-inner {
	padding: 40px;
}

.book-rec-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.book-rec {
	position: relative;
	padding: 0 0 40px 270px;
	margin-bottom: 40px;
		min-height: 270px;
	border-bottom: 1px solid #f7ae0d;
}

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

.book-rec img {
	position: absolute;
	width: 230px;
	top: 0;
	left: 0;
}

.book-rec .button-wrap {
	text-align: left;
	margin: 40px 0 0;
}

.book-rec .alt-button-wrap {
	margin-top: 20px;
}

.instagram-widget h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hbg-video-archive .about-section {
	padding-bottom: 110px;
}

#ez-toc-container {
	border: 3px solid #2388e2;
	margin-bottom: 50px;
}

.ez-toc-title-container {
	background: #2388e2;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
}

.ez-toc-title-container p {
	display: inline-block;
	margin-bottom: 0;
}

.ez-toc-title-container:before {
    content: "\f03a";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
	display: inline-block;
}

.entry-content #ez-toc-container ul {
	margin: 0;
	column-count: 2;
}

.entry-content #ez-toc-container ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 22px;
	margin-left: 22px;
	margin-bottom: 15px;
}

.entry-content #ez-toc-container ul > li:before {
	color: #f7ae0d;
	list-style-type: none;
	position: relative;
	position: absolute;
    font-family: "Font Awesome 5 Free";
	left: 0;
	top: 0;
	content: "\f103";
	font-weight: 900;
}

.entry-content #ez-toc-container ul > li a {
	border: 0;
}

.entry-content #ez-toc-container ul > li a:hover {
	color: #f41d7c;
}

.ez-toc-list-level-1 {
	padding: 40px 40px 40px 18px;
}

.entry-content ul.fwm-checklist {
	margin-left: 18px;
}

.entry-content ul.fwm-checklist > li {
	list-style-type: none;
	position: relative;
	padding-left: 27px;
	margin-left: 0;
}

.entry-content ul.fwm-checklist > li:before {
	color: #08bf9c;
	list-style-type: none;
	position: relative;
	position: absolute;
    font-family: "Font Awesome 5 Free";
	left: 0;
	top: 0;
	content: "\f00c";
	font-weight: 900;
}

.hbg-roundup {
	border: 3px solid #f41d7c;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}

.hbg-roundup .intro-text {
	font-weight: 700;
}

.hbg-roundup h2 {
	background: #f41d7c;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
}

.roundup-inner {
	padding: 20px 35px;
}

.ru-entries {
	display: grid;
	grid-gap: 0 5.435%;
	grid-template-columns: 29.71% 29.71% 29.71%;
}

.ru-intro-text {
	font-weight: 700;
	margin-bottom: 40px;
}

.ru-entry {
	margin-bottom: 40px;
}

.ru-entry h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

.ru-link-wrap a {
	color: #f41d7c;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

.ru-link-wrap a:hover {
	color: #333;
}

.hbg-table-row {
	border-bottom: 1px solid #c7c7c6;
	display: grid;
	grid-template-columns: 20.83% 29.76% 27.14% 22.29%;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.hbg-table-row:last-child {
	border: 0;
	padding-bottom: 0;
}

.tr-product-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
	line-height: 1.4;
	font-weight: 500;
}

.tr-features-wrap {
	font-size: 16px;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: left;
	padding: 0 20px 0 0;
}

.entry-content .tr-features-wrap ul {
	margin: 0;
}

.entry-content .tr-features-wrap ul > li {
list-style-type: none;
    position: relative;
    padding-left: 22px;
    margin-left: 0;
	line-height: 1.4;
	margin-bottom: 10px;
}

.entry-content .tr-features-wrap ul > li:before {
    color: #08bf9c;
    list-style-type: none;
    position: relative;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 0;
    content: "\f00c";
    font-weight: 900;
}

.tr-image img {
	display: block;
}

.hbg-table-row .button-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.hbg-table-row .button-wrap a {
	font-size: 16px;
	font-size: 1.6rem;
}

.heading-row {
	border: 0;
	color: #fff;
	background: #08bf9c;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	line-height: 1.4;
}

.heading-row div {
	padding: 0 10px;
}

.divider {
	position: relative;
}

.divider span {
	background: #fff;
	padding-right: 15px;
	z-index: 1;
	position: relative;
}

.divider:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 8px;
	border-bottom: 5px solid #333;
}

.author-header-wrap {
	width: 90%;
	max-width: 1200px;
	border: 3px solid #08bf9c;
	margin: 80px auto 60px;
}

.author-header-label {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: -18px;
	margin-bottom: 22px;
}

.author-header-label span {
	background: #fff;
	padding: 0 20px;
}

.author-header-inner {
	padding: 0 38px 40px 328px;
	position: relative;
	min-height: 290px;
}

.author-header-inner p {
	margin-bottom: 20px;
}

.author-header-left {
	position: absolute;
	top: 0;
	left: 40px;
	width: 250px;
}

.hbg-author.hbg-child-category .archive-description {
    max-width: none;
    margin: 0 auto;
    text-align: left;
    padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
    margin-bottom: 0;
}

.hbg-author.hbg-child-category .archive-title {
	font-size: 41px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	text-transform: none;
}

.author-social {
	font-size: 32px;
	font-size: 3.2rem;
}

.author-social a {
	color: #2388e2;
	margin-right: 15px;
}

.author-social a:hover {
	color: #333 !important;
}

.author-social .author-twitter {
	color: #08bf9c;
}

.author-social .author-instagram {
	color: #f46f0c;
}

.author-social .author-pinterest {
	color: #f21d7c;
}

.author-social .author-youtube {
	color: #ba47ea;
}

.hbg-author .hbg-blue-bar-optin {
	margin: 10px 0 60px;
}

.hbg-author.hbg-child-category .site-inner {
	margin-bottom: 70px;
}

.hbg-featured-in {
	border: 3px solid #08bf9c;
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 40px;
	padding: 0 38px 38px;
}

.featured-in-inner {
	display: grid;
	grid-gap: 0 3.76%;
		grid-template-columns: 18.46% 26.12% 23.09% 21.05%;
}

.hbg-featured-in h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 40px;
}

.hbg-featured-in h2 span {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

.hbg-author-heading {
    font-size: 32px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: none;
}

.hbg-author-block.author-header-wrap {
	width: 100%;
	margin-top: 40px;
}

.hbg-author-block .author-header-inner p {
	font-size: 16px;
	font-size: 1.6rem;
}

.hbg-author-block .author-social {
    font-size: 24px;
    font-size: 2.4rem;
}

.authorbox-link a {
	font-size: 14px;
	border: 0;
	color: #f41d7c;
	text-transform: uppercase;
	font-weight: 700;
}

.authorbox-link a:hover {
	color: #333;
}

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

.nav-search-wrap {
	padding-right: 75px;
}

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

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

.real-mini-header.mini-header .search {
	top: 9px;
}

.real-mini-header.mini-header .nav-search-wrap {
	padding-right: 20px;
}

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

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

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

.before-header-bar .search:before,
.mini-header .search:before {
	background: transparent;
	border-left: 1px solid #ccc;
    color: #f7ae0d;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
	font-weight: 900;
    padding: 0px 13px 0px;
    position: absolute;
    right: 0;
}

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

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

.hbg-featured-product-block {
	background: #fff;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 40px 20px 20px;
	box-shadow: 0 0 5px rgb(51 51 51 / 25%);
	min-height: 247px;
	display: flex;
	align-items: flex-start;
}

.hbg-featured-product-block img {
	width: 208px;
	margin-right: 40px;
	flex-shrink: 0;
}

.hbg-featured-product-block h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
}


.hbg-featured-product-block .pb_price {
	color: #f41d7c;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.hbg-featured-product-block .optin-content {
	line-height: 1.5;
	margin-bottom: 12px;
}

.at-vid-thumb {
	position: relative;
}

.at-vid-thumb img {
	display: block;
}

/* # Hero Image
---------------------------------------------------------------------------------------------------- */

.hbg-header-fp-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hbg-header-fp-hero-image img {
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

.genesis-nav-menu .tpt a,
.sidr li.tpt a {
    text-indent: -9999px;
    background: url(images/tpt.svg) center center no-repeat;
	background-size: contain;
    height: 17px;
    width: 25px;
	display: inline-block;
}

.genesis-nav-menu.menu-social li.menu-item.social.tpt a {
	height: 37px;
    width: 43px;
    margin-right: 0;
}

.sidr li.tpt a {
    height: 17px;
    width: 25px;
	padding: 6px;
	height: auto;
	width: 32px;
}

div.sidr li.social a {
	padding: 6px;
}

.fwm-cat-headline {
	color: rgb(51, 51, 51);
	font-family: Poppins, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.hbg-parent-category .entry-title {
	font-size: 18px;
}

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

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

	.site-inner,
	.wrap {

	}

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

	.content,
	.site-header .widget-area {

	}

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

	.sidebar-primary {
		width: 300px;
	}

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

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

}


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

	button.slide-nav-link .ssme-wrapper {
		display: inline-block;
		margin-left: 10px;
	}

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

	.site-header .genesis-nav-menu > li > a {
		font-size: 16px;
    	font-size: 1.6rem;
	}

	.fp-category {
		width: 29.5%;
	}

	#menu-blog-categories .menu-item {
		width: 125px;
	}

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

	.fp-featured-products .fp-product {
		padding: 20px;
	}

}

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

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

}

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

	.hbg-parent-category .hbg-grid-wrap {
    display: grid;
	grid-gap: 0 5% !important;
	grid-template-columns: 30% 30% 30% !important;
}

	.hbg-video-archive .content .hbg-grid-wrap {
    	display: grid;
    	grid-gap: 0 5%;
    	grid-template-columns: 30% 30% 30%;
	}

	.archive-description-left {
		padding-right: 0;
	}

	.cat-pop-posts {
		border: 0 !important;
		width: 100%;
		padding-left: 0;
	}

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

	.fp-featured-products .fp-product .nr_img_div {
		position: relative;
		margin: 0 auto 25px;
	}

	.fp-featured-products .fp-product a {
		padding-left: 0;
	}

	#menu-blog-categories .menu-item {
		margin-bottom: 20px;
	}

	.site-inner,
	.wrap {

	}


	#menu-blog-categories {
		margin-bottom: 50px;
		justify-content: center;
	}

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

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

	.sidebar {
		margin: 80px auto 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

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

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

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

	.about-section .hbg-wrap:after {
		right: -235px;
	    bottom: -75px;
	}

	.hbg-blog .archive-title, .hbg-child-category .archive-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

}

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

	.hbg-single-optin .entry {
		padding: 40px 40px 40px;
	}

	.hbg-category .nr_panel, .hbg-category .entry-title {
		width: 100%;
	}

	.hbg-category .nr_img_div img {
		margin: 0 auto 20px;
	}

	.hbg-category .nr_inner {
		display: block;
	}

	.hbg-blog .content .entry {
		padding: 0 0 1px;
		margin-bottom: 40px;
	}

	.hbg-blog .content .entry-image-link {
		position: relative;
	}

	.hbg-blog .content .entry-image-link img {
		display: block;
		margin: 0 auto 25px;
	}

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

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

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

	.site-title > a {
    	background: url(images/logo-horizontal.svg) no-repeat left;
		min-height: 56px;
	}

	.about-left img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

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

	.promo-section {
		padding: 60px 0 80px;
	}

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

	.promo-section {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-fp-featured-posts {
    	padding: 40px 0 60px;
	}

	.hbg-author.hbg-child-category .archive-description {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

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

	.hbg-featured-product-block {
		display: block;
		padding: 25px 5% 30px;
	}

	.hbg-featured-product-block img {
		margin-left: auto;
		margin-right: auto;
	}

	.author-header-inner {
		padding: 0 5% 30px;
	}

	.hbg-author.hbg-child-category .archive-title {
		text-align: center;
		font-size: 32px;
		display: block;
		margin-bottom: 10px;
	}

	.author-header-left {
		margin: 0 auto 20px;
		position: static;
	}

	.hbg-table-row.heading-row {
		display: none;
	}

	.hbg-table-row {
		display: block;
	}

	.tr-image {
		max-width: 250px;
		margin: 0 auto 25px;
	}

	.hbg-featured-in,
	.roundup-inner {
	    padding: 0 5% 30px;
	}

	.featured-in-inner,
	.ru-entries {
		grid-gap: 30px 5%;
    	grid-template-columns: 47.5% 47.5%;
	}

	.ru-entries {
		grid-gap: 0 5%;
		grid-template-columns: 47.5% 47.5%;
	}

	.book-rec {
		padding: 0 0 40px;
		text-align: center;
	}

	.book-rec .button-wrap {
		margin-top: 25px;
	}

	.book-rec img {
		position: relative;
		margin-bottom: 20px;
	}

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

	.hbg-video-archive .content .hbg-grid-wrap {
		display: grid;
		grid-gap: 0 6%;
		grid-template-columns: 47% 47%;
	}

	.nrelate-after-entry {
		padding-left: 5%;
		padding-right: 5%;
	}

	.nrelate-after-entry .nr_img_div img {
		margin-left: auto;
		margin-right: auto;
	}

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

	.single-post .nrelate-after-entry .nr_panel {
		margin-bottom: 40px;
		width: 100%;
	}

	.cat-headline-icon {
		width: 100px;
	}

	.hbg-parent-category .headline-icon-wrap .archive-title {
		font-size: 32px;
		font-size: 3.2rem;
		margin-left: 0;
	}

	.hbg-blog .content .entry-header .entry-title {
    	font-size: 34px;
	}

	.hbg-blog .site-header {
		margin-bottom: 50px;
	}

	.hbg-blog #menu-blog-categories {
		margin-bottom: 0;
	}

	.hbg-blog .posts-page-description, .hbg-child-category .archive-description {
    	clear: both;
    	padding: 40px 0 0;
	}

	.hbg-blog .archive-title, .hbg-child-category .archive-title {
    	font-size: 20px;
    	font-size: 2rem;
	    padding: 10px 50px 10px 0;
	}

	.fp-feat {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 25px;
	}

	.hbg-fp-featured-posts h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.fp-feat img {
		margin-left: auto;
		margin-right: auto;
	}

	.fp-feat {
		width: 100%;
	}

	.fp-featured-products .fp-product {
    	width: 100%;
	}

	.about-right h2 {
		font-size: 36px;
		font-weight: 3.6rem;
	}

	.fp-category {
		width: 46%;
	}

	#menu-blog-categories .menu-item {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	   	width: 90px;
	}

	#menu-blog-categories .menu-image {
		margin-bottom: -10px;
	}

	.hbg-blue-bar-optin {
		padding: 40px 0;
	}

	.hbg-blue-bar-optin h2 {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.hbg-blue-bar-optin {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.about-section .hbg-wrap:after {
		right: -200px;
		bottom: -75px;
	}

	.hbg-child-category .hbg-grid-wrap {
		display: block;
	}

	.hbg-lightbox-wrap .optin-content {
		display: block;
	}

	#fancyboxID-1 .optin-content img {
		margin-bottom: 10px;
	}

	.hbg-lightbox-wrap .optin-content img {
		margin-right: auto;
	}


}

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

	.hbg-parent-category .hbg-grid-wrap {
		grid-gap: 0 4% !important;
		grid-template-columns: 48% 48% !important;
	}

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

	.fp-category .nr_img_div {
		margin-left: 0;
	}

	.fp-blog-inner {
		display: block;
    	max-width: 373px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.hbg-single-optin .entry {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 40px;
	}

	.hbg-single-optin input {
		margin: 0 0 20px;
	}

	.hbg-single-optin .site-inner .single-optin-description p {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.hbg-single-optin .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.fp-featured-products .fp-product a {
		margin-bottom: 20px;
	}

	.hbg-pink-bar {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.hbg-blog .archive-title, .hbg-child-category .archive-title {
    	padding: 5px 50px 5px 0;
	}

	.hbg-blog .posts-page-description, .hbg-child-category .archive-description {
		padding-top: 20px;
	}

	.fp-category {
		width: 95%;
	    margin-left: auto;
	}

}


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

}
