/*
	Theme Name: EWD Play To Learn Preschool
	Theme URI: https://www.emilywhitedesigns.com/
	Description: This is a custom theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: https://www.emilywhitedesigns.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #000;
	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;
}

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: #00b1f5;
	font-weight: 700;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px;
	position: relative;
	padding: 0 0 0 57px;
}

blockquote::before {
	background: url(images/quote.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 43px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 43px;
}

blockquote.wp-block-quote {
    border-left: none;
    margin: 40px 0;
	padding: 0 5% 0 57px;
	max-width: 800px;
}

.hbg-highlight {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 28px 0;
	max-width: 800px;
	padding: 0 5% 0 57px;
	position: relative;
}

.hbg-highlight span {
	background-image: linear-gradient(#feff00,#feff00);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 500;
}

h4 {
	font-size: 32px;
	font-size: 3.2rem;
}

h5 {
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
}

h6 {
	color: #8562a5;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #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;
	text-align: center;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
	text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00b1f5;
	border: 1px solid #000;;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 28px;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	border-radius: 6px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	padding: 15px 23px;
	border: 2px solid #00b1f5;
	background-color: #fff;
	color: #000;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #000;
}

.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;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.single-post .site-inner {
	padding-bottom: 120px;
}

.landing-page .site-container {
	background: #a78bbe url(images/dots-white.svg);
	background-size: 400px 400px;
}

.landing-page-white-bg.landing-page .site-container {
	background: #fff url(images/dots-purple.svg);
	background-size: 400px 400px;
}

.landing-page .site-inner {
	background: #fff;
	padding: 60px 40px 40px;
	border: 5px solid #000;
	max-width: 900px;
	margin: 100px auto 200px;
}

.landing-page .entry {
	margin-bottom: 0;
}

.hbg-single-optin {
	background: #a78bbe;
	text-align: center;
}

.hbg-single-optin .entry img {
	display: block;
	margin: 0 auto 30px;
	max-width: 380px;

}

.hbg-single-optin.landing-page .site-container {
	background: url(images/dots-left.png) left top no-repeat, url(images/dots-right.png) right top no-repeat;
    background-size: 294px 637.5px, 242px 1092px;
    background-color: #f8f6fa;
}

.hbg-single-optin input[type="text"],
.hbg-single-optin input[type="email"] {
    background: #fff;
    border: 1px solid #000;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 19px 10px;
    width: 220px;
    margin: 0 5px 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
}

.content-sidebar-wrap {
	display: flex;
	align-items: flex-start;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 100%;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px 5%;
}

.hbg-parent-category .archive-description {
	padding-bottom: 0;
}

.hbg-parent-category .archive-description .wrap {
	width: 100%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.hbg-child-category.hbg-blog .archive-description {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 40px;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 100%;;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.search-form input[type="submit"]:hover {
	background: #faab00;
}

input[type="search"] {
    display: inline-block;
    padding: 21px 10px 21px;
    vertical-align: top;
    width: auto;
    margin-right: 20px;
}

.error404 input[type="search"] {
	margin-bottom: 20px;
}

.hbg-freebies-library .alert {
	display: none;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.before-header-bar .search-form,
.mini-header .search-form {
	margin: 0;
}

.before-header-bar .search,
.mini-header .search {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.before-header-bar .search input[type="search"],
.mini-header .search input[type="search"] {
	background: none;
	border: none;
    cursor: pointer;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	margin-right: 0;
	min-height: 51px;
    padding: 14px 35px 15px 15px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
	text-indent: -9999px;
    text-transform: none;
    width: 0;
}

.mini-header .search input[type="search"] {
	min-height: 53px;
}

.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: rgb(255 255 255 / 25%);
    color: #fff;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
	font-weight: 900;
    padding: 16px;
    position: absolute;
    right: 0;
}

.before-header-bar .search input[type="search"]:focus,
.mini-header .search input[type="search"]:focus {
	background: #fff;
	border: 0;
	color: #333;
	cursor: text;
	font-style: normal;
	font-size: 14px;
    font-size: 1.4rem;
	font-style: normal;
	outline: none;
	text-indent: 0;
	width: 215px;
}

.before-header-bar .search input[type="search"]:focus,
.mini-header .search input[type="search"]:focus {
	border: 1px solid #ddd;
}

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	border: 1px solid #c9c9c9;
}

.error404 .entry-content .search-form,
.hbg-shop .site-header .search-form,
.woocommerce .sidebar .search-form {
	max-width: 300px;
}

.search-select .cat-search input,
.error404 .entry-content .search-form input,
.hbg-shop .site-header .search-form input,
.woocommerce .sidebar .search-form input {
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 7px 12px 6px;
    text-align: left;
    width: 258px;
}

.search-select .cat-search input[type="submit"],
.error404 .entry-content .search-form input[type="submit"],
.hbg-shop .site-header .search-form input[type="submit"],
.woocommerce .sidebar .search-form input[type="submit"] {
	background-color: #fff !important;
	box-shadow: none;
	color: #000 !important;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0;
    padding: 3px 10px 2px 2px;
    vertical-align: middle;
    width: auto;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #00b1f5;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_ewd_promo {
	text-align: center;
	padding-top: 75px;
}


.widget_ewd_promo .widget-pretitle {
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

.widget_ewd_promo .widget-pretitle span {
	background-image: linear-gradient(#dcd1e5,#dcd1e5);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.widget_ewd_promo .widget-pretitle:before {
	position: absolute;
	content: "";
	width: 71px;
	height: 71px;
	background: url(images/pre-k.svg) no-repeat;
	background-size: contain;
	left: 50%;
	margin-left: -35px;
	top: -75px;
}

.widget_ewd_promo .widget-title,
.widget_ewd_about .widget-title,
.widget_ewd_optin h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}

.widget_ewd_about .widget-title {
	margin-bottom: 10px;
    margin-top: 5px;
}

.widget_ewd_promo .button {
	margin-top: 30px;
}

.sidebar .widget.widget_ewd_about {
	padding-top: 160px;
}

.sidebar .widget.widget_ewd_about .widget-wrap {
	background: #feff99;
	padding: 0 40px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.widget_ewd_about .about-image img {
	margin-top: -100px;
	width: 200px;
	border-radius: 100%;
	border: 3px solid #fff;
	overflow: hidden;
}

.about-button-social-wrap {
	margin-top: 18px;
}

.sidebar .genesis-nav-menu.menu-social li.menu-item {
	font-size: 36px;
}

.sidebar .genesis-nav-menu.menu-social li.menu-item a {
	padding: 0;
}

.widget_ewd_optin .optin-block {
	background: none;
	padding: 0;
	text-align: center;
}

.widget_ewd_facebook .widget-title,
.widget_instagram-feed-widget .widget-title,
#text-13 .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.widget_ewd_facebook {
	padding-top: 106px;
	text-align: center;
}

.widget_ewd_facebook .button {
	margin-top: 20px;
}

.widget_ewd_facebook .widget-title:before {
    position: absolute;
    content: "";
    width: 106px;
    height: 90px;
    background: url(images/facebook-thumb.svg) no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -53px;
    top: -106px;
}

/* ## 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: #00b1f5;
	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: #8562a5;
}

.before-header-bar .wrap {
	max-width: 1200px;
    position: relative;
    padding-right: 70px;
}

.before-header-bar .genesis-nav-menu {
    text-align: right;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* # Mini Header
---------------------------------------------------------------------------------------------------- */

.mini-header .wrap {
	position: relative;
}

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 0 auto;
	max-width: 313px;
	position: relative;
	top: auto;
}

.mini-header .title-area > a {
	min-height: 47px;
}

.mini-header .title-area img {
	display: block;
	margin-top: 2px;
}

.mini-header {
	border-bottom: 1px solid #ececec;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: #fff;
}

.mini-header > .wrap {
	max-width: 1200px;
	width: 90%;
}

.admin-bar .before-header-cta,
.admin-bar .mini-header {
	top: 32px;
}

.mini-header nav {
	float: right;
	max-width: 990px;
	padding-right: 50px;
	text-align: right;
}

.mini-header .genesis-nav-menu > li.menu-item {
	margin: 0 7px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
	padding: 0;
}

.woocommerce .title-area {
	max-width: 193px;
}

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 11px auto 0;
	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: 109px;
	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);
	border: 1px solid #ececec;
	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: 260px;
	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 {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	width: 254px;
}

.genesis-nav-menu .sub-menu a,
.sidr .sub-menu a,
.hbg-blog-section .genesis-nav-menu .sub-menu > li.menu-item a {
	color: #333;
	background: #fff no-repeat;
    background-size: 24px 24px;
    background-position: 15px center;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 18px 15px;
    position: relative;
	width: 258px;
    word-wrap: break-word;
}

.sidr .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}

div.sidr li .sub-menu a,
div.sidr li.mob-icon a {
	padding-left: 55px;
	text-transform: none;
}

div.sidr li.icon-item a {
	padding-left: 45px;
}

div.sidr li a,
div.sidr .menu-item a {
	font-family: 'Poppins', sans-serif;
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
}

div.sidr .sub-menu-toggle:before {
    content: '\f107';
    margin-top: 10px;
}

button.menu-close:before {
    position: relative;
    border: 0;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}

.site-header .slide-nav-link:hover {
	background: none;
	color: #00b1f5;
    padding: 14px;
}

.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 {
	border-top: 1px solid #ececec;
	text-align: left;
}

.mini-header .genesis-nav-menu .sub-menu li:first-of-type {
    border-top: 0;
}

.mini-header .genesis-nav-menu .sub-menu a {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	padding: 17px 12px 17px 45px;
	text-transform: uppercase;
	width: 252px;
}

.mini-header .genesis-nav-menu .sub-menu .has_icon a {
	padding-left: 50px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li,
.menu-home-blog-container .genesis-nav-menu li li {
	border-bottom: 1px solid #231f20;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

.before-header-bar .genesis-nav-menu li li {
	border-bottom: 1px solid #efefef;
	text-align: left;
}

.site-header .genesis-nav-menu li li a {
	font-weight: 400;
}

.site-header .genesis-nav-menu li li a:hover {
	color: #00b1f5;
}

.site-header .genesis-nav-menu li li:last-of-type,
.before-header-bar .genesis-nav-menu li li:last-of-type {
	border: 0;
}

.icon-menu {
	float: right;
	max-width: 800px;
}

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 20px;
	max-width: 100px;
	text-align: center;
	vertical-align: top;
}

.icon-menu #menu-shop-header > li.menu-item {
	margin: 0px 18px;
    max-width: 85px;
    text-align: center;
}


.icon-menu .genesis-nav-menu > li:first-of-type {
	margin-left: 0;
}

.icon-menu .genesis-nav-menu > li:last-of-type {
	margin-right: 0;
}

.site-header .genesis-nav-menu {
	margin-top: 30px;
	text-align: right;
}

.icon-menu .genesis-nav-menu {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 0;
}

.icon-menu .genesis-nav-menu a:hover {
	color: #00b1f5;
}

.menu-item .menu-image-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 58px;
	width: 58px;
	opacity: 1;
	margin: 0 auto 7px;
}

.site-header .menu-item.green .menu-image-wrap img {
	top: -5px;
    position: relative;
}

.sub-menu .menu-item .menu-image-wrap,
.menu-item.icon-item .menu-image-wrap,
.menu-item.mob-icon .menu-image-wrap {
    height: 25px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
	top: 12px;
    width: 25px;
}

.menu-item .menu-image-wrap img {
	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,
.mini-header .genesis-nav-menu > li > a {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 500;
    padding: 18px 8px 18px;
	text-transform: uppercase;
}

.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 {
	font-family: 'Poppins', sans-serif;
}

.mini-header .genesis-nav-menu a {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .5px;
    padding: 18px 12px;
}

.mini-header .genesis-nav-menu a:hover,
.mini-header .genesis-nav-menu .current-menu-item > a {
	color: #00b1f5;
}

.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,
.hbg-edd-menu .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 {
	background: #8562a5;
	color: #fff;
	padding: 16px 14px 16px;
}

.mini-header .search input[type="search"] {
    padding: 10px 35px 10px 15px;
}

/* ## 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: #00b1f5;
	position: relative;
}

.genesis-nav-menu.menu-social {
	margin: 10px 0 0;
	width: auto;
}

.genesis-nav-menu.menu-social li.menu-item {
    color: #00b1f5;
    display: inline-block;
    font-size: 42px;
    font-weight: normal;
    margin: 0 5px 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.genesis-nav-menu.menu-social li.menu-item .pinterest {
	background: #e13f37;
}

.genesis-nav-menu.menu-social li.menu-item .youtube {
	background: #231f20;
}

.genesis-nav-menu.menu-social li.menu-item .itunes {
	background: #b932a9;
}

.genesis-nav-menu.menu-social li.menu-item .users {
	background: #659304;
}

.genesis-nav-menu.menu-social li.menu-item .instagram {
	background: #faab00;
}

.genesis-nav-menu.menu-social li.menu-item .envelope {
	background: #e46834;
}

.genesis-nav-menu.menu-social li.menu-item a .fa-pinterest {
	color: #ff0013;
}

.genesis-nav-menu.menu-social li.menu-item a .fa-youtube {
	color: #8562a5;
}

.genesis-nav-menu.menu-social li.menu-item.itunes:hover a {
	color: #b932a9;
}

.genesis-nav-menu.menu-social li.menu-item.users:hover a {
	color: #659304;
}

.genesis-nav-menu.menu-social li.menu-item a .fa-instagram {
	color: #ff5800;
}

.genesis-nav-menu.menu-social li.menu-item.envelope:hover a {
	color: #e46834;
}

.genesis-nav-menu.menu-social li.menu-item:hover a {
	color: #4a7acd;
}

.genesis-nav-menu.menu-social li.menu-item a {
	border: none;
    bottom: 0;
    color: #00b1f5;
    display: inline-block;
    height: auto;
    font-weight: normal;
    left: 0;
    line-height: 1;
	padding: 7px 4px;
    top: 0;
    vertical-align: top;
    width: 100%;
}

.genesis-nav-menu.menu-social li.menu-item a:hover i {
	color: #000 !important;
}

.social-label {
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol {
	margin-left: 63px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.featured-product-inner ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.featured-product-inner ul > li {
	margin-bottom: 5px;
}

.featured-product-inner ul {
	text-align: left !important;
	margin-left: 40px;
}

.entry-content ul > li:before,
.featured-product-inner ul > li:before {
	color: #a78bbe;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	margin: 0;
}

.hbg-sales .hbg-wrap-900 {
	max-width: 1030px;
}

.hbg-sales .sales-purple-bg .alignleft {
	overflow: hidden;
}

.hbg-sales .entry-content ul > li:before {
	top: 5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

.category-icon img {
	max-height: 33px;
	max-width: 33px;
	display: inline-block;
}

.entry-header {
	text-align: center;
}

.single-download .entry-header {
	padding-bottom: 40px;
}

/* ## Entry Meta
--------------------------------------------- */

.disclosure-notice {
	font-size: 12px;
	font-size: 1.2rem;
}

.disclosure-notice i {
	font-size: 12px;
	font-size: 1.2rem;
}

.disclosure-notice p {
	margin-bottom: 15px;
}

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-header .entry-meta a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.entry-header .entry-meta i,
.disclosure-notice i {
	color: #c9c9c9;
	margin-right: 3px;
}

.entry-header .entry-meta a:hover {
	color: #00b1f5;
	font-weight: 700;
	text-decoration: none;
}

.entry-header .fa-user {
	color: #00b1f5;
}

.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 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.entry-categories a,
.entry-tags a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.entry-categories a:hover,
.entry-tags a:hover {
	color: #00b1f5;
}

.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: #c9c9c9;
}

.entry-tags:before {
    content: "\f02b";
}

.entry-footer .entry-meta i {
	margin-right: 5px;
}

/* ## Related Posts
--------------------------------------------- */

.nrelate-after-entry {
	border: 2px solid #000;
	margin-bottom: 55px;
	padding: 0 40px 20px;
	position: relative;
	overflow: visible;
}

.nrelate-after-entry.product-nrelate {
	border-color: #f4df00;
	margin-bottom: 85px;
}

.nrelate-after-entry .nr_panel {
	margin-right: 25px;
	margin-bottom: 20px;
    width: 29.89%;
    display: block;
    float: left;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

.nrelate-after-entry .nr_panel{
	color: #333;
}

.single-post .nrelate-after-entry .nr_panel {
	margin-right: 0;
}

.nrelate-after-entry .nr_panel:hover {
    color: #00b1f5;
}

.nrelate-after-entry .nr_title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: -12px;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 700;
}

.nrelate-after-entry .nr_title span {
	background: #fff;
    font-family: 'Kumbh Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 5px;
	display: inline-block;
}

.nrelate-after-entry .nr_inner {
	display: flex;
	justify-content: space-between;
}

.nrelate-after-entry .nr_text {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	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 {

}

/* ## 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: #00b1f5;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 1px;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	color: #000;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	font-family: 'Poppins', sans-serif;
	padding: 0 5px;
	position: relative;
}

.adjacent-entry-navigation {
	line-height: 1.2;
	margin-bottom: 60px;
	overflow: hidden;
}

.adjacent-entry-navigation a {
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	padding-left: 20px;
	font-weight: none;
}

.adjacent-entry-navigation a i {
	color: #00b1f5;
	position: absolute;
	top: 2px;
	left: 0;
}

.adjacent-entry-navigation a:hover,
.adjacent-entry-navigation a:hover span,
.adjacent-entry-navigation a:hover i {
	color: #00b1f5;
	text-decoration: none;
}

.navigation-previous {
	float: left;
	position: relative;
	width: 45%;
}

.navigation-next {
	float: right;
	position: relative;
	text-align: right;
	width: 45%;
}

.adjacent-entry-navigation .navigation-next a {
	padding-left: 0;
	padding-right: 20px;
}

.adjacent-entry-navigation .navigation-next a i {
    right: 0;
	left: auto;
}

/* ## 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: 'Poppins', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	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 #c9c9c8;
}

.comment-list li.depth-1:last-of-type {

}

.comment-list li.bypostauthor > article {
	background: #ebebeb;
	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 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.comment-author a:hover {
	color: #00b1f5;
}

.comment-time {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.comment-metadata {
	display: none;
}

.comment-time a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.entry-pings .reply {
	display: none;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	font-weight: 700;
	text-decoration: none;
}

.fas.fa-reply:before {
    content: "\f3e5";
	margin-right: 3px;
}

.comment-respond form {
	clear: both;
}

.children article {
	border-left: 5px solid #dadada;
	padding-left: 40px;
}

.comment-content {
    clear: both;
}

.comment-respond input[type="submit"] {
    padding: 13px 24px 8px;
}

/* # EWD Front Page
---------------------------------------------------------------------------------------------------- */

.hbg-top-optins {
	background: url(images/dots-left.png) left top no-repeat, url(images/dots-right.png) right top no-repeat;
	background-size: 294px 637.5px, 242px 1092px;
	background-color: #f8f6fa;
	padding: 60px 0;
}

.hbg-top-optins .hbg-wrap {
	display: flex;
}

.hero-optin {
	text-align: center;
	width: 50%;
}

.optin-right img {
	box-shadow: 0 0 5px rgb(0 0 0 / 25%);
	border: 5px solid #fff;
	border-radius: 100%;
	margin-bottom: 40px;
}

.hero-optin .optin-block {
	background: none;
	height: 100%;
	display: flex;
    flex-direction: column;
}

.hero-optin .before-optin-title {
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
}

.hero-optin .before-optin-title span {
	background-size: 15px 15px;
	font-size: 32px;
	font-size: 3.2rem;
}

.hero-optin img {
	margin: 0 auto 20px;
	max-width: 410px;
}

.hero-optin .optin-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
}

.optin-left .optin-block {
	padding-left: 0;
}

.optin-left {
	border-right: 1px solid #000;
}

.optin-right .optin-block {
	padding-right: 0;
}

.hbg-learning-courses {
	padding: 100px 0 20px;
}

.hbg-learning-courses .hbg-wrap {
	position: relative;
}

.hbg-learning-courses .hbg-wrap:before {
	content: "";
	background: #fff url(images/centers.svg) no-repeat center center;
	background-size: contain;
	width: 80px;
	height: 56px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -28px;
}


.learning-centers-inner {
	border: 2px solid #000;
	padding: 60px 60px 20px;
	margin-bottom: 40px;
}

.learning-centers-inner .grid-wrap {
    display: grid;
    grid-gap: 0 3.675%;
    grid-template-columns: 17.06% 17.06% 17.06% 17.06% 17.06%;
}

.learning-centers-inner h2 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.learning-centers-inner h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 15px;
}

.learning-centers-inner a {
	color: #000;
	text-decoration: none;
}

.learning-centers-inner a:hover {
	color: #00b1f5;
}

.button-wrap {
	text-align: center;
}

.hbg-blog-section .hbg-flex-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hbg-blog-section .hbg-flex-wrap .entry {
	width: 30%;
}

.hbg-blog-section .hbg-flex-wrap .entry h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

.hbg-blog-section .hbg-flex-wrap .entry a {
	font-weight: normal;
}

.blog-posts-hero {
	background-image: url(images/colored-pencils.png);
    background-position: center 80%;
    background-size: cover;
    height: 571px;
	padding-top: 100px;
}

.blog-posts-hero h2 {
	font-size: 54px;
	font-size: 5.4rem;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.hbg-blog-section .recent-blog-posts {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}

.blog-posts-label {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 60px;
}

.hbg-blog-section .genesis-nav-menu {
    text-align: center;
    margin-top: -104px;
    margin-bottom: 20px;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item {
    background: #fff;
    border-radius: 100%;
    height: 208px;
    width: 208px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 15px;
	vertical-align: top;
	font-weight: 700;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item:first-child {
	margin-left: 0;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item:last-child {
	margin-right: 0;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item a {
    font-family: 'Poppins', sans-serif;
    padding: 30px 20px;
}

.hbg-blog-section .genesis-nav-menu > li.menu-item a:hover {
	color: #00b1f5;
}

.hbg-blog-section .genesis-nav-menu .menu-item .menu-image-wrap {
    margin-bottom: 15px;
	height: 66px;
    width: 66px;
}

.menu-item .menu-image-wrap img {
    max-height: 100%;
}

/* # EWD Shop
---------------------------------------------------------------------------------------------------- */
/* # EDD Pages
---------------------------------------------------------------------------------------------------- */

.hbg-shop .site-header {
	padding: 0;
}

.hbg-shop .title-area {
	max-width: 225px;
}

.hbg-shop .site-title > a {
    background: url(images/logo-shop.svg) no-repeat left;
    min-height: 109px;
}

.hbg-shop.content-sidebar .content {
	max-width: 840px;
}

.hbg-shop .site-inner {
	padding-top: 40px;
}

.hbg-shop-home .site-inner {
	max-width: 1200px;
}

.hbg-single-download .site-inner {
	max-width: 900px;
}

.hbg-product-upper {
    display: flex;
    justify-content: space-between
}

.hbg-download-slider-wrap {
    margin-bottom: 40px;
    max-width: 350px;
    flex-shrink: 0;
	margin-right: 60px;
}

.download-single-slider {
    margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.download-single-slider img {
    margin-left: auto;
    margin-right: auto
}

.download-slider li {
    margin: 0 5px;
	max-width: 80px;
    opacity: .5
}

.download-slider li.slick-vid-thumb {
    position: relative
}

.download-slider li.slick-vid-thumb:before {
    color: #fff;
    content: '\f144';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 48px;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

button.slick-prev:before,button.slick-next:before {
    color: #222
}

.download-slider li:hover {
    cursor: pointer
}

.download-slider li.slick-current {
    opacity: 1
}

.hbg-single-download .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 5px;
}

.single-download-price {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	font-weight: 700;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart,
.hbg-shop #edd-purchase-button, .hbg-shop .edd-submit, .hbg-shop [type=submit].edd-submit {
	font-size: 20px;
	font-size: 2rem;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart:hover,
.hbg-shop #edd-purchase-button:hover, .hbg-shop .edd-submit:hover, .hbg-shop [type=submit].edd-submit:hover {

}

.hbg-single-download .edd_download_purchase_form {
	margin-bottom: 0 !important;
}

.page-id-7186 .edd_purchase_receipt_product_name,
.page-id-7186 .edd_purchase_receipt_files li:before {
	display: none;
}

.page-id-7186 table#edd_purchase_receipt_products li {
	margin-left: 0;
}

.hbg-download-slider-wrap {
	text-align: center;
}

.hbg-download-slider-wrap .button {
	font-size: 18px;
	font-size: 1.8rem;
	max-width: none;
	margin-top: 20px;
	text-align: center;
}

.hbg-single-download .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.8rem;
    padding: 20px 0;
}

.hbg-single-download .entry-meta a {
	text-decoration: none;
}

.hbg-single-download .entry-meta i {
	color: #666;
}

.hbg-single-download .nr_text {
	font-size: 16px;
	font-size: 1.6rem;
}

.related-bundle-price {
	color: #FF0194;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.hbg-single-download .nrelate {
	margin-bottom: 40px;
}

.hbg-single-download .nrelate.hbg-edd-related-resources {
	border: 2px solid #333;
    padding: 0 60px 20px;
	overflow: visible;
}

.hbg-single-download .nrelate.hbg-edd-related-resources .nr_title {
    margin: -17px 0 35px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
	background: none;
	padding: 0;
}

.hbg-single-download .nrelate.hbg-edd-related-resources .nr_title span {
    display: inline-block;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding: 6px 50px;
}

.extended-description-wrap {
	border: 2px solid #333;
	padding: 0 60px 40px;
}

.extended-description-wrap h4 {
	margin: -17px 0 35px;
	text-align: center;
	font-size: 18px;
font-size: 1.8rem;
}

.extended-description-wrap h4 span {
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 50px;
}

.widget_ewd_download_sidebar {
	border: 2px #333 solid !important;
    padding: 0 !important;
}

.widget_ewd_download_sidebar .widget-title {
	margin: -17px 0 40px;
	text-align: center;
}

.widget_ewd_download_sidebar .widget-title span {
    padding: 6px 20px;
}

.widget_ewd_download_sidebar a.download-cat-name,
.widget_ewd_download_sidebar div.download-cat-name  {
	background: #FF0194;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px;
	position: relative;
}

.widget_ewd_download_sidebar a.download-cat-name h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-left: 120px;
}

.widget_ewd_download_sidebar div.download-cat-name h4 {
	margin-left: 0;
	font-size: 16px;
font-size: 1.6rem;
margin-bottom: 0;
	text-align: center;
}

.widget_ewd_download_sidebar a.download-cat-name .parent-tax-img-wrap {
	position: absolute;
	height: 90px;
	width: 90px;
	left: 30px;
	top: -25px;
}

.widget_ewd_download_sidebar a.download-cat-name .parent-tax-img-wrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.widget_ewd_download_sidebar ul {
	padding: 30px 40px 40px;
}

.widget_ewd_download_sidebar ul a {
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry,
.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(4n+4) {
    margin-right: 4.76%;
	max-width: 254px;
	width: 30.16%;
}

.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-archive-download.archive .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
}

.hbg-facet-load-more {
	text-align: center;
}

.hbg-archive-download.archive .entry-title a {
	font-weight: normal;
}

.hbg-archive-download.archive .entry .edd_price {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}

.hbg-edd-menu {
	display: block !important;
	float: right;
	margin-top: 0;
}

.hbg-edd-menu li {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 40px;
	vertical-align: middle;

}

.hbg-edd-menu li .fas {
	color: #00b1f5;
	margin-right: 5px;
}

.hbg-edd-menu li .fas.fa-search {
	color: #666;
}

.hbg-shop .site-header .genesis-nav-menu > li > a {
	padding-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0;
}

.hbg-shop .site-header .genesis-nav-menu > li > a:hover {
	color: #00b1f5;
}

.hbg-shop .site-header .search-form {
	border: 0;
    background: #ededed;
	padding: 17px 15px 13px 20px;
	margin-top: 0;
	width: 215px;
	text-align: left;
}

.hbg-shop ::-webkit-input-placeholder {
   text-align: left;
}

.hbg-shop ::-moz-placeholder {  /* Firefox 19+ */
   text-align: left;
}

.hbg-shop .facetwp-icon {
	right: 10px;
}

.shop-banner.widget-area {
    background: #FF0194;
    color: #fff;
	text-transform: uppercase;
    font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.33;
    padding: 18px 0;
    text-align: center
}

.shop-banner.widget-area a {
	color: #fff;
}

.shop-banner.widget-area a:hover {
	opacity: .65;
}

.featured-product-block-outer {
	background: #dcd1e5;
	text-align: center;
	margin-top: 50px;
	padding-top: 25px;
		margin-bottom: 60px;
}

.featured-product-block-outer h2 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.featured-product-block-outer h2 span {
	padding: 0 20px;
}

.featured-product-block-outer .featured-product-block {
	padding: 40px;
	margin-top: 0px;
	position: relative;
	padding-left: 313px;
	min-height: 351px;
	text-align: center;
	position: relative;
	padding-top: 10px;

}

.featured-product-block-outer .featured-product-block h3 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 0;
}

.featured-product-block-outer .featured-product-block .edd_price {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.featured-product-block-outer .featured-product-block img {
	position: absolute;
	top: 40px;
	left: 40px;
	max-width: 233px;
}

.hbg-shop .featured-product-block {
	display: flex;
	text-align: center;
	align-items: center;
}

.hbg-shop .featured-product-block .button-wrap {
	margin-top: 20px;
}

.hbg-shop .featured-product-block .edd_price {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 5px;
}

.hbg-shop .featured-product-block .optin-price {
	margin-bottom: 5px;
}

.hbg-shop .featured-product-block img {
	flex-shrink: 0;
	margin-right: 40px;
	max-width: 253px;
}

.hbg-shop .featured-product-block h2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 0;
}

.hbg-shop .site-header .search-form input {
	background: none;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 0;
	outline: 0;
	margin: 0;
	text-transform: uppercase;
	width: 150px;
	border: 0;
}

.hbg-shop .site-header .search-form input[type="submit"] {
	background: none !important;
	color: #333 !important;
    font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 0 20px 0 2px;
	border: 0;
	outline: 0;
	width: auto;
	margin: 0;
}

.hbg-shop .site-header .search-form ::-moz-placeholder {
	color: #1b1464;
	opacity: 1;
}

.hbg-shop .site-header .search-form ::-webkit-input-placeholder {
	color: #1b1464;
	opacity: 1;
}

.hbg-featured-resources .hbg-flex-wrap {
	display: flex;
	justify-content: space-between;
}

.hbg-shop .archive-description {
	margin-bottom: 40px;
	padding: 0;
}

.hbg-shop .archive-description:before {
	display: none;
}

.shop-cat-img {
	margin-right: 20px;
	float: left;
	height: 90px;
	width: 90px;
}

.shop-cat-img {
    margin-right: 10px;
    float: left;
    height: 90px;
    width: 90px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.hbg-shop.archive .site-inner .hbg-flex-wrap {
	clear: both;
	max-width: none;
	width: 100%;
}

.hbg-shop-default .site-inner {
	max-width: 900px;
}

.hbg-shop fieldset {
	border: 0;
}

.hbg-shop legend {
	font-weight: 700;
	margin-bottom: 20px;
}

.widget.widget_ewd_download_sidebar ul > li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.strikethrough-price {
	color: #333;
	margin-right: 10px;
	text-decoration: line-through;
}

.hbg-edd-button-after {
	margin: 40px 0 -20px;
}

.widget_ewd_downloads h4 {
	margin-bottom: 0;
}

.shop-menu-open {
	display: none;
	float: right;
	cursor: pointer;
}

a.shop-menu-close {
	display: none;
}

.facetwp-flyout-open {
    display: none;
}

.archive .hbg-inline-optin input[type="submit"] {
	margin-right: 0;
}

.sidr i {
	margin-right: 3px;
}


.hbg-single-download .nrelate.hbg-edd-related-resources .nr_title:after {
	display: none;
}

.hbg-shop .sidebar .button-wrap {
	margin-bottom: 10px;
}

.hbg-shop-home .hbg-grid-wrap {
	display: grid;
	grid-gap: 0 4.82%;
	grid-template-columns: 30.12% 30.12% 30.12%;
}

.hbg-shop .content-sidebar-wrap {
	flex-direction: row-reverse;
	margin-bottom: 40px;
}

.hbg-shop .sidebar,
.hbg-video-archive .sidebar {
	border: 3px solid #333;
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 60px;
	margin-left: 0;
	padding: 0 0 35px;
	text-align: left;
	width: 300px;
}

.hbg-shop .sidebar h3,
.hbg-video-archive .sidebar h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5px;
	margin-top: -17px;
	margin-bottom: 40px;
}

.hbg-shop .sidebar h3 span,
.hbg-video-archive .sidebar h3 span {
	background: #fff;
	color: #000;
	display: inline-block;
	padding: 7px 30px;
}

.hbg-shop .sidebar  h4,
.hbg-video-archive .sidebar h4 {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 8px 5px;
	text-align: center;
	font-weight: 700;
}

.facet-download-categories h4 {
	background: #ffe349;
}

.facet-grade-level h4 {
	background: #53dac6;
}

.facet-resource-type h4 {
	background: #ffe349;
}

.facet-seasonal h4 {
	background: #d672e2;
}

.facet-price h4 {
	background: #28bdff;
}

.hbg-shop .sidebar h4 span,
.hbg-video-archive .sidebar h4 span {
	background-image: linear-gradient(#dcd1e5,#dcd1e5);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.facetwp-checkbox {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-shop-home .facetwp-facet,
.hbg-video-archive .facetwp-facet {
	padding: 0 35px;
}

.hbg-shop .facetwp-facet.facetwp-type-search {
	padding: 0;
	margin: 0;
}

.hbg-shop .facetwp-search,
.hbg-video-archive .facetwp-search {
    border: 0;
    background: #ededed;
    padding: 17px 0 13px 20px;
    margin-top: 0;
    width: 215px;
	min-width: 0 !important;
}

.hbg-shop .sidebar .search-form,
.hbg-video-archive .sidebar .search-form {
	margin-bottom: 35px;
}

.button.button-pink {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.hbg-shop .sidebar .search-form input[type="search"],
.hbg-video-archive .sidebar .search-form input[type="search"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	width: 160px;
}

.hbg-shop .sidebar .search-form input::-moz-placeholder,
.hbg-video-archive .sidebar .search-form input::-moz-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.hbg-shop .sidebar .search-form input::-webkit-input-placeholder,
.hbg-video-archive .sidebar .search-form input::-webkit-input-placeholder {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.hbg-smart-player {
	padding-bottom: 100px;
}

.fp-testimonial {
	text-align: center;
}

.fp-test-headline {
	line-height: 1.2;
	color: #000;
	font-weight: 700;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin: 20px 0;
}

.fp-test-author {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 25px;
}

.entry-content .slick-dots {
	margin-left: 0;
}

.podcast-testimonials .slick-prev {
	left: 0;
	top: 48%;
	padding: 0 !important;
	border: 0 !important;
	z-index: 5;
}

.podcast-testimonials .slick-next {
	right: 20px;
	top: 48%;
	padding: 0 !important;
	border: 0 !important;
	z-index: 5;
}

.podcast-testimonials .slick-next:before,
.podcast-testimonials .slick-prev:before {
	color: #ccc;
	font-weight: 900;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
    font-size: 80px;
	opacity: 1;
}

.hbg-video-archive .facetwp-checkbox {
	margin-bottom: 20px;
}

.podcast-testimonials .slick-next:before {
	content: "\f105";
}

.fp-testimonial {
	padding: 0 90px 0 80px;
}

.fp-test-rating {
	color: #8562a5;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
}

.fp-test-rating .fa-star {
	margin: 0 5px;
}

/* # EWD Categories
---------------------------------------------------------------------------------------------------- */

.archive-description .wrap:before,
.archive-description .wrap:after {
	display: none;
}

.archive-description-upper {
	display: flex;
	justify-content: space-between;
}

.cat-headline-icon {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 50px;
}

.archive-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.archive-description-left {
	line-height: 1.77;
	position: relative;
	padding-left: 70px;
	width: 50%;
}

.hbg-child-category .archive-description {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hbg-child-category .archive-description-left {
	width: 100%;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
}

.cat-pop-posts {
	border-left: 1px solid #000;
	padding-left: 40px;
	width: 46.66%;
}

.cat-pop-posts h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pop_inner li {
	line-height: 1.33;
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}

.pop_inner li a {
	text-decoration: none;
}

.pop_inner li:before {
	color: #a78bbe;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	margin: 0;
}

.hbg-category .site-inner {
	width: 100%;
	max-width: none;
}

.hbg-child-category .site-inner {
	padding-top: 20px;
}

.hbg-category .hbg-flex-wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.hbg-parent-category .hbg-flex-wrap .entry {
	margin-right: calc(10%/3);
	margin-bottom: 40px;
	width: 22.5%;
}

.hbg-child-category .hbg-flex-wrap .entry,
.hbg-dp-category .hbg-flex-wrap .entry {
	margin-right: calc(10%/2);
	margin-bottom: 40px;
	width: 30%;
}

.hbg-category .hbg-flex-wrap .entry a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.hbg-category .hbg-flex-wrap .entry a:hover {
	color: #00b1f5;
}

.hbg-parent-category .hbg-flex-wrap .entry:nth-of-type(4n+4) {
	margin-right: 0;
}

.hbg-child-category .hbg-flex-wrap .entry:nth-of-type(3n+3),
.hbg-dp-category .hbg-flex-wrap .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-category .hbg-flex-wrap .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 0;
}

.hbg-category .hbg-flex-wrap .entry-title a {
	font-weight: 500;
}

.archive-optin {
	background: #f8f6fa url(images/dots-left.png) left top no-repeat;
	background-size: 294px 637.5px;
	margin-bottom: 60px;
	padding: 50px 0 40px;
	position: relative;
}

.hbg-category .content {
	padding-bottom: 160px;
}

.archive-optin .hbg-wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	display: flex;
}

.archive-optin-left {
	margin-right: 15px;
	width: 380px;
}

.archive-optin-right {
	width: 100%;
	text-align: center;
}

.before-optin-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.before-optin-title span {
	background-image: linear-gradient(#feff00,#feff00);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
	font-size: 24px;
	font-size: 2.4rem;
}

.optin-teacher.before-optin-title span {
	background-image: linear-gradient(#00b1f5,#00b1f5);
}

.archive-optin h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.ewd-optin {
	text-align: center;
}

.archive-optin input[type="text"],
.archive-optin input[type="email"] {
	background: #fff;
	border: 1px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 19px 10px;
	width: 220px;
	margin: 0 5px 20px;
}

.archive-optin input[type="submit"] {
	margin: 0 5px 20px;
}

.optin-fine-print {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2;
	max-width: 580px;
    margin: 0 auto;
}

.hbg-shop-section {
	padding-top: 100px;
	background: #8562a5;
	color: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
}

.hbg-shop-section:before {
	content: "";
	background: url(images/pinwheel.svg) no-repeat;
	height: 166px;
	width: 105px;
	position: absolute;
	left: 50%;
	margin-left: -52px;
	top: -105px;
}

.hbg-shop-section h2 {
	color: #fff;
	font-size: 54px;
	font-size: 5.4rem;
}

.hbg-wrap {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.hbg-product-wrap {
	margin-bottom: 50px;
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hbg-product-wrap .product {
	width: 22.5%;
}

.hbg-product-wrap .product img {
	border: 3px solid #fff;
}

.hbg-product-wrap a.product {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

.hbg-product-wrap a.product:hover .product-title {
	opacity: .6;
}

.hbg-product-wrap .product-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: 10px;
}

.hbg-shop-section .button {
	background: none;
	border-color: #fff;
}

.hbg-shop-section .button:hover {
	background: #fff;
	border-color: #fff;
	color: #8562a5;
}

.hbg-facebook-section {
	background: #ececec;
	color: #000;
	font-size: 24px;
	line-height: 1.5;
    padding-right: calc((100vw - 1200px)/2);
}

.hbg-facebook-section .hbg-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
	max-width: none;
	width: 100%;
}

.hbg-facebook-section h2 {
	position: relative;
	font-size: 54px;
	font-size: 5.4rem;
	margin-bottom: 60px;
	line-height: 1.11;
}

.hbg-facebook-section h2:before {
	position: absolute;
	content: "";
	background: url(images/facebook-thumb.svg) no-repeat;
	width: 106px;
	height: 90px;
	left: 50%;
	margin-left: -53px;
	top: -120px;
}

.purple-image-wrap {
    width: 30.3125%;
    flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.purple-image-wrap img {
	display: block;
	object-fit: cover;
	object-position: center top;
	height: 100%;
}

.facebook-right {
	padding: 200px 0 40px 50px;
	margin-right: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.facebook-right .button-wrap {
	margin-top: 40px;
}

.hbg-about-section {
	background: url(images/jamie-about.png) left top no-repeat;
	background-size: cover;
	padding: 140px 0 100px;
	overflow: hidden;
	text-align: center;
}

.hbg-about-section h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 10px;
}

.hbg-about-section .button {
	margin: 25px 0;
}

.about-button-wrap {
	display: block;
	text-align: center;
}

.ewd-about-right {
	float: right;
	line-height: 1.77;
	max-width: 600px;
}

.hbg-child-category {

}

/* # EWD Blocks
---------------------------------------------------------------------------------------------------- */

.optin-block {
	background: #dcd1e5;
	margin-bottom: 40px;
	padding: 40px 60px;
}

.optin-block-upper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.optin-block-upper img {
	margin-right: 10px;
	max-width: 215px;
}

.optin-parent .optin-block-upper img {
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	max-width: 215px;
	border-radius: 100%;
}

.optin-block-right {
	text-align: center;
}

.before-optin-title {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.before-optin-title span {
	background-image: linear-gradient(#feff00,#feff00);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.optin-teacher.before-optin-title span {
	background-image: linear-gradient(#00b1f5,#00b1f5);
}

.ewd-optin {
	text-align: center;
}

.ewd-optin input[type="text"],
.ewd-optin input[type="email"] {
	background: #fff;
	border: 1px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 19px 10px;
	width: 220px;
	margin: 0 5px 20px;
}

.ewd-optin input[type="submit"] {
	margin: 0 5px 20px;
}

.optin-fine-print {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2;
	max-width: 580px;
    margin: 0 auto;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	flex-shrink: 0;
	margin-bottom: 40px;
	margin-left: 60px;
}

.sidebar .widget {
	background-color: #fff;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 50px 0 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

.site-footer a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.site-footer a:hover {
	opacity: .6;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer:before {
	position: absolute;
	background: url(images/footer-logo.svg) no-repeat;
	width: 116px;
	height: 112px;
	display: block;
	left: 50%;
	margin-left: -58px;
	top: -90px;
	content: "";
}

/* # Virtual Preschool
---------------------------------------------------------------------------------------------------- */

.lesson-videos {
	display: grid;
	grid-gap: 0 5%;
	grid-template-columns: 30% 30% 30%;
}

.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;
}

.hbg-vp-home .site-inner {
	max-width: none;
	padding-top: 0;
	width: 100%;
}

.vp-home-hero img {
	width: 100%;
}

.vp-home-welcome {
	padding: 80px 0;
}

.vp-home-welcome-wrap {
	display: flex;
}

.welcome-video {
	margin-right: 40px;
	width: 600px;
	flex-shrink: 0;
}

.vp-weekly-lessons {
	background: #a78bbe;
	color: #fff;
	font-weight: medium;
	padding: 80px 0;
	text-align: center;
}

.vp-weekly-lessons h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 15px;
}

.hbg-weekly-lessons {
    display: grid;
	grid-gap: 3.75% 3.75%;
	grid-template-columns: 17% 17% 17% 17% 17%;
}

.hbg-vp-home .vp-materials .hbg-weekly-lessons {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 0;
}

.hbg-weekly-lessons a {
	color: #fff;
	text-decoration: none;
}

.hbg-vp-home .hbg-weekly-lessons a:hover .lesson-title,
.hbg-vp-home .hbg-weekly-lessons a:hover .video-day {
	color: #fff;
	opacity: .6;
}

.hbg-weekly-lessons h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-weekly-lessons a:hover {
	font-size: 18px;
	font-size: 1.8rem;
	color: #00b1f5;
}

.hbg-weekly-lessons a.enrichment-pack {
	color: #000;
	text-align: center;
	font-weight: 400;
}

.hbg-vp-home .vp-materials .hbg-weekly-lessons a.enrichment-pack {
	width: 204px;
	margin: 0 20px 30px;
}

.hbg-weekly-lessons a.enrichment-pack:hover {
	color: #00b1f5;
}

.vp-materials .enrichment-pack:hover .playpack-title {
	color: #fff;
	opacity: .6;
}

.hbg-weekly-lessons .enrichment-pack h3 {
	font-weight: 500;
	margin-bottom: 5px;
}

.vp-playpacks {
	padding: 80px 0;
	text-align: center;
}

.vp-playpacks h2,
.vp-materials h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.lesson-intro {
	margin-bottom: 50px;
}

.vp-materials {
	background: #00b1f5;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}

.vp-materials .lesson-intro {
	margin-bottom: 50px;
}

.vp-materials .hbg-weekly-lessons .enrichment-pack h3 {
	color: #fff;
}

.vp-facebook {
	background: url(images/vp-facebook.png) right top 100% no-repeat;
	padding: 80px 0;
	height: 700px;
}

.vp-facebook .hbg-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}

.vp-facebook-inner {
	max-width: 500px;
}

.vp-facebook-inner h2 {
	font-size: 54px;
	font-size: 5.4rem;
}

.vp-facebook-inner {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

.vp-facebook-inner .button-wrap {
	margin-top: 40px;
}

.vp-footer-text {
	background: #f8f6fa;
	padding: 80px 0 100px;
}

.vp-footer-text .hbg-wrap {
	display: flex;
	justify-content: space-between;
}

.footer-text-left,
.footer-text-right {
	width: 47.5%;
}

.hbg-vp-home .entry {
	margin-bottom: 0;
}


.hbg-video-archive .content-sidebar-wrap {
	flex-direction: row-reverse;
	padding-bottom: 80px;
}

.hbg-video-archive .content {
	width: 100%;
}

.hbg-video-archive .archive-description {
	padding: 0;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}

.hbg-video-archive .sidebar {
	margin: 0 60px 0 0;
	width: 300px;
}

.hbg-video-archive .content .hbg-grid-wrap {
	display: grid;
	grid-gap: 0 4.835%;
	grid-template-columns: 30.11% 30.11% 30.11%;
}

.hbg-video-archive .content .hbg-grid-wrap .entry {
	margin-bottom: 35px;
}

.hbg-sales .site-inner {
	max-width: none;
	padding-top: 0;
	width: 100%;
}

.hbg-vp-lesson .lesson-week-number {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.4;
}

.hbg-vp-lesson .lesson-week {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 60px;
}

.hbg-vp .site-header .genesis-nav-menu > li > a {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
	font-weight: normal
}

.hbg-vp .site-header .genesis-nav-menu > li > a:hover {
	color: #00b1f5;
}

.hbg-vp .title-area {
	max-width: 294px;
}

.hbg-vp .site-title > a {
	background-image: url(images/logo-vp.svg);
	width: 294px;
	min-height: 114px;
}

.sales_blue-promo {
	background: #00b1f5;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 80px 0 50px;
	text-align: center;
}

.sales_blue-promo h2 {
	font-size: 60px;
	font-size: 6rem;
}

.sales_blue-promo .button {
	border-color: #fff;
}

.vp-home-hero img {
	display: block;
}

.hbg-wrap-900 {
	max-width: 900px;
}

.video-wrapper {
	margin-bottom: 28px;
	text-align: center;
}

.sales-video-lessons {
	padding: 80px 0;
	text-align: center;
}

.sales-video-lessons .button-wrap {
	margin-top: 60px;
}

.sales-faq {
	background: #efefef;
	padding: 80px 0 60px;
}

.sales-faq h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 50px;
	text-align: center;
}

.sales-faq span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.sales-faq .button-wrap,
.sales-semesters .button-wrap {
	margin-top: 60px;
}

.hbg-wrap-900 {
	margin: 0 auto;
	width: 90%;
}

.sales-semesters h2 {
	font-size: 42px;
	font-size: 4.2rem;
	text-align: center;
}

.sales-semesters .hbg-wrap-900 {
	max-width: 1000px;
}

.sales-about {
	background: #8562a5;
	display: flex;
}

.sales-about-left {
	width: 664px;
	flex-shrink: 0;
}

.sales-about-right {
	color: #fff;
	width: 100%;
	padding: 100px 60px 60px;
}

.sales-about-left img {
	display: block;
    object-fit: cover;
    height: 100%;
}

.sales-about-right h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.sales-workshop {
	padding: 80px 0 0;
}

.sales-workshop p {
	text-align: center;
	margin-bottom: 40px;
}

.sales-workshop ul {
	font-size: 24px;
	line-height: 1.5;
	margin-left: 0;
}

.sales-workshop li {
	margin-bottom: 20px;
}

.hbg-sales .fp-testimonial {
	text-align: left;
	padding: 0;
	padding-left: 55px;
	position: relative;
}

.hbg-sales .fp-testimonial:before {
	content: "";
	background: url(images/quote.svg) no-repeat;
	background-size: contain;
	height: 43px;
	width: 43px;
	position: absolute;
	left: -0;
	top: 0;

}

.podcast-testimonials {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 80px 0;
}

.podcast-testimonials .hbg-wrap {
	border: 2px solid #000;
	padding: 0 60px 60px 60px;
}

.entry-content .podcast-testimonials ul > li:before {
	display: none;
}

.entry-content .podcast-testimonials .slick-dots {
	bottom: -75px;
}

.podcast-testimonials h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-top: -12px;
	margin-bottom: 60px;
}

.podcast-testimonials h2 span {
	background: #fff;
	padding: 0 30px;
}

.podcast-testimonials .button-wrap {
	margin-top: 60px;
}

.vp-promo-bar {
	background: #00b1f5;
	text-align: center;
	padding: 10px 5%;
	color: #fff;
	line-height: 1.5;
}

.vp-promo-bar a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.vp-promo-bar strong {
	font-weight: 500;
}

.featured-dl {
	padding: 60px 0 40px;
	text-align: center;
}

.featured-dl a {
	display: flex;
	text-decoration: none;
	justify-content: flex-end;
	max-width: 1092px;
}

.featured-dl a .dl-arrow {
	background: url(images/arrow.svg) 0 105px no-repeat;
	background-size: 153px 78px;
	display: inline-block;
	max-width: 290px;
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	justify-content: flex-end;
	margin-left: 20px;
	line-height: 1.2;
	padding-bottom: 80px;
}

.sales-video-section {
	padding-top: 80px;
	padding-bottom: 60px;
}

.sales-purple-bg {
	font-size: 24px;
	font-size: 2.4rem;
	background: #dcd1e5;
	padding: 80px 0;
}

.sales-purple-bg h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.sales-purple-bg h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}

.entry-content .sales-purple-bg ul {
	margin-left: 0;
	overflow: hidden;
}

.sales-semesters {
	padding: 80px 0 0;
}

.hbg-shop .site-header .search-form input {
	background: none;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
    padding: 0;
	outline: 0;
	margin: 0;
	text-transform: none;
	width: 150px;
	border: 0;
}

.hbg-shop .site-header .search-form button {
	background: none !important;
	color: #666 !important;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0;
	border: 0;
	outline: 0;
	width: auto;
	margin: 0;
}

.hbg-shop .site-header .search-form ::-moz-placeholder {
	color: #666;
	opacity: 1;
	text-align: left;
}

.hbg-shop .site-header .search-form ::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
	text-align: left;
}

.fpb-button {
	position: absolute;
	top: 310px;
	left: 40px;
}


.essb_links li:before {
	display: none !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.hbg-about-section {
    	background-position: -160px top;
	}

	.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) {

	.hbg-about-section {
		background-position: -160px top;
	}

	.site-inner,
	.wrap {
	}

	.vp-facebook {
		background: url(images/jamie-fb.png) center 50px no-repeat;
		padding: 680px 0 60px;
		height: auto;
	}

	.vp-facebook .hbg-wrap {
		display: block;
	}

	.vp-facebook-inner{
		max-width: none;
	}

	.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;
	}

	.sales-about {
		display: block;
	}

	.sales-about-left {
		max-width: 500px;
		padding-top: 40px;
		margin: 0 auto;
		width: 100%;
	}

	.sales-about-right {
		padding-top: 60px;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {

	.hbg-shop .featured-product-block img {
		margin: 0 auto 25px;
	}

	.hbg-shop .featured-product-block {
		display: block;
	}

}

@media only screen and (max-width: 1140px) {

	.hbg-about-section {
		background: url(images/jamie-about-sq.png) center 50px no-repeat;
		padding: 680px 0 100px;
		height: auto;
	}

	.ewd-about-right {
		max-width: none;
	}

	.about-button-wrap {
		display: block;
	}

}

@media only screen and (max-width: 1023px) {

	.sidebar-primary {
		margin-bottom: 130px;
	}

	.hbg-about-section {
		background: url(images/jamie-about-sq.png) center 50px no-repeat;
		padding: 680px 0 100px;
		height: auto;
	}

	.ewd-about-right {
		max-width: none;
	}

	.hbg-video-archive .sidebar {
		display: none;
	}

	.vp-home-welcome-wrap {
		display: block;
	}

	.hbg-blog-section .genesis-nav-menu {
		margin-top: 50px;
	}

	.hbg-vp .welcome-video {
		width: 100%;
		margin: 0 auto 40px;
	}

	.learning-centers-inner .grid-wrap {
		grid-gap: 0 4%;
		grid-template-columns: 30.66% 30.66% 30.66%;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item {
		height: auto;
		width: 110px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.hbg-top-optins .hbg-wrap {
		display: block;
	}

	.hbg-blog-section .genesis-nav-menu .menu-item .menu-image-wrap {
		height: 40px;
		width: 40px;
	}

	.hbg-blog-section .genesis-nav-menu > li.menu-item a {
		padding: 0;
	}

	.hbg-top-optins {
    	background: url(images/dots-left.png) left top no-repeat;
		background-color: #f8f6fa;
	}

	.optin-left,
	.optin-right {
		width: 100%;
		border: 0;
	}

	.optin-left .optin-block,
	.optin-right .optin-block {
		padding: 0;
	}

	.facetwp-flyout h3 {
		font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 0 0 0;
    padding: 8px 5px;
    text-align: center;
    font-weight: 700;
	}

	.hbg-shop .facetwp-facet.facetwp-type-search {
		text-align: center;
	}

	.flyout-row.name-search {
		margin-bottom: 40px;
	}

	.facetwp-flyout-open {
		display: inline-block;
		margin-bottom: 40px;
	}

	.hbg-shop-home .sidebar-primary {
    	display: none;
	}

	.hbg-shop .featured-product-block {
		align-items: flex-start;
	}

	.hbg-facebook-section .hbg-wrap {
		display: block;
	}

	.purple-image-wrap {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.purple-image-wrap img {
		margin: 0 auto;
	}

	.facebook-right {
		padding-top: 170px;
	}

	.widget_ewd_optin img {
		max-width: 215px;
	}

	.site-inner,
	.wrap {

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.site-header .wrap {

	}

	.sidebar {
		margin-left: 0;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #00b1f5;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 860px) {

	.hbg-shop .site-header .genesis-nav-menu > li > a {
		margin-bottom: 20px;
	}


	.entry-content .sales-purple-bg img {
		float: none !important;
	}

	.podcast-testimonials .hbg-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.vp-footer-text .hbg-wrap {
		display: block;
	}

	.archive-description-upper {
		display: block;
	}

	.hbg-weekly-lessons {
		grid-gap: 0 4%;
    	grid-template-columns: 30.66% 30.66% 30.66%;
	}

	.hbg-weekly-lessons a.enrichment-pack {
		margin-bottom: 40px;
	}

	.footer-text-left, .footer-text-right {
		width: 100%;
	}

	.archive-description-left {
		margin-bottom: 50px;
		width: 100%;
	}

	.cat-pop-posts {
		border: 0;
		padding-left: 0;
		width: 100%;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 0 0;
	}

	.wrap {
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 700px) {

	.fpb-button {
		position: static;
	}

	.featured-product-block-outer .featured-product-block img {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 25px;
	}

	.featured-product-block-outer .featured-product-block {
		padding-left: 40px;
		padding-bottom: 1px;
	}

	.hbg-featured-videos-section .hbg-product-wrap .lesson-video {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 40px;
	}

	.hbg-featured-videos-section .hbg-product-wrap {
		display: block;
	}

	.sales_blue-promo h2 {
		font-size: 50px;
		font-size: 5rem;
	}

	.featured-dl a {
		flex-direction: column;
		align-items: center;
	}

	.featured-dl a .dl-arrow {
		background: none;
		padding: 0;
		margin: 40px 0 auto;
		max-width: none;
	}

	.learning-centers-inner .grid-wrap {
		grid-gap: 0 4%;
		grid-template-columns: 48% 48%;
	}

	.hbg-product-upper {
		display: block;
	}

	.learning-centers-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-download-slider-wrap {
		margin: 0 auto 40px;
	}

	.hbg-shop-home .hbg-grid-wrap {
		grid-gap: 0 4%;
    	grid-template-columns: 48% 48%;
	}

	.hbg-shop .featured-product-block img {
		margin: 0 auto 25px;
	}

	.hbg-shop .featured-product-block {
		display: block;
	}

	.archive-optin .hbg-wrap {
		display: block;
	}

	.hbg-category .hbg-flex-wrap {
		justify-content: space-between;
	}

	.archive-optin-left {
		margin: 0 auto 20px;
		max-width: 215px;
	}

	.hbg-parent-category .hbg-flex-wrap .entry,
	.hbg-child-category .hbg-flex-wrap .entry,
	.hbg-dp-category .hbg-flex-wrap .entry {
		margin: 0 0 30px !important;
		width: 47.5%;
	}

	.hbg-product-wrap a.product {
		width: 47.5%;
		margin-bottom: 20px;
	}

	.optin-block-upper img {
		display: block;
		margin: 0 auto 20px;
	}

	.optin-block-upper {
		display: block;
	}

	.optin-block {
		padding: 40px 5%;
	}

}

@media only screen and (max-width: 500px) {

	.vp-facebook {
		background-size: contain;
	    padding: 570px 0 60px;
	}

	.hbg-edd-menu li {
		margin-left: 20px;
	}

	.vp-facebook-inner h2 {
		font-size: 42px;
		font-size: 4.2rem;
	}

	.site-header .hbg-edd-menu .genesis-nav-menu {
		text-align: center;
	}

	.hbg-blog-section .hbg-flex-wrap .entry {
		width: 48%;
	}

	.archive-optin input[type="text"],
	.archive-optin input[type="email"] {
		width: 100%;
	}

	.nrelate-after-entry .nr_inner {
		flex-wrap: wrap;
	}

	.nrelate-after-entry .nr_panel {
		width: 100%;
	}

}

/* # 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;
	}

}
