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

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

@font-face {
    font-family: 'allspice';
    src: url('webfonts/allspice-webfont.woff2') format('woff2'),
         url('webfonts/allspice-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Muli', 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: #f46ebb;
	text-decoration: none;
}

p a {
	font-weight: 800;
}

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;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
    margin: 40px 0;
	max-width: 780px;
    padding-left: 60px;
    position: relative;
}

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

.hbg-highlight {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 28px 0;
	max-width: 780px;
	padding-left: 60px;
	position: relative;
}

.hbg-highlight span {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 89%;
	background-repeat: repeat-x;
	background-size: 8px 8px;
}

.hbg-highlight-orange span {
	background-image: linear-gradient(#f9b518,#f9b518);
}

.hbg-highlight-green span {
	background-image: linear-gradient(#97ee51,#97ee51);
}

.hbg-highlight-purple span {
	background-image: linear-gradient(#b665f3,#b665f3);
}

.hbg-highlight-blue span {
	background-image: linear-gradient(#49c8c9,#49c8c9);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

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

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

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 900;
}

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

h5 {
	color: #49c8c9;
	font-size: 32px;
	font-size: 3.2rem;
}

h6 {
	color: #b665f3;
	font-size: 32px;
	font-size: 3.2rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.hbg-shop #edd-purchase-button,
.hbg-shop .edd-submit,
.hbg-shop [type=submit].edd-submit {
	background-color: #f46ebb;
    border: 0;
    border: 1px solid #f46ebb;
    border-bottom: 3px solid #b6538b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 12px 24px 9px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.hbg-shop #edd-purchase-button:hover,
.hbg-shop .edd-submit:hover,
.hbg-shop [type=submit].edd-submit:hover {
	border-bottom-width: 1px;
	padding-bottom: 11px;
	color: #f46ebb;
}

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

.button {
	display: inline-block;
}

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

input[type="submit"]:focus,
input[type="submit"]:hover {
	background: #fff !important;
}

.download-button {
	position: relative;
	padding-left: 62px;
}

.download-button:after {
	content: "";
	left: 25px;
	top: 5px;
	display: block;
	position: absolute;
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
}

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

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-container {
	overflow: hidden;
	position: relative;
}

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

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

.single-post .site-inner,
.single-tcm_podcast .site-inner {
	padding-bottom: 60px;
}

.post-type-archive-tcm_podcast .site-inner {
	padding-bottom: 40px;
}

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

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

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

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

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

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

/* ### Content */

.content {
	float: right;
}

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

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

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

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

input#pwbox-13205 {
	width: 50%;
	padding: 10px 16px;
}


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

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

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

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

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

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

.before-header-bar .search:before,
.mini-header .search:before {
	background: none;
    color: #fff;
    content: "\f002";
	font-family: "Font Awesome 5 Free";
    font-size: 24px;
	font-weight: 900;
    padding: 13px 14px;
    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 {
	border: 1px solid #E6E6E6;
}

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

.search-select .cat-search input,
.error404 .entry-content .search-form input,
.hbg-shop .site-header .search-form input {
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
	margin-right: 0;
    text-transform: none;
    padding: 7px 20px 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"] {
	background-color: #fff !important;
	box-shadow: none;
	color: #000 !important;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
    padding: 3px 15px 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;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

.podcast-form {
	background: #efefef;
	padding: 60px 0;
}

.single-tcm_podcast .podcast-form {
	padding: 40px 0;
}

.single-tcm_podcast .podcast-form .gform_wrapper h3.gform_title {
	font-size: 32px;
	font-size: 3.2rem;
}

.podcast-form .wrap {
	max-width: 900px;
}

.podcast-form .gform_wrapper h3.gform_title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 80px;
}

/* ## 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: #000;
	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: #000;
	text-align: right;
}

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

.menu-before-header-container {
	position: relative;
	padding-right: 60px;
}

.menu-menu-button-container > .genesis-nav-menu > .menu-item,
.menu-before-header-container > .genesis-nav-menu > .menu-item.shop-button {
	background: #f46ebb;
}

.menu-menu-button-container > .genesis-nav-menu > .menu-item:hover,
.menu-before-header-container > .genesis-nav-menu > .menu-item.shop-button:hover {
	cursor: pointer;
	background: #49c8c9;
	opacity: 1;
}

.nav-sticky-header > .genesis-nav-menu > .menu-item.shop-button > a {
	color: #f46ebb;
	padding: 18px 14px;
}

.before-header-bar .menu-menu-button-container > .genesis-nav-menu > li > a:hover,
.menu-before-header-container > .genesis-nav-menu > .menu-item.shop-button a:hover,
.nav-sticky-header > .genesis-nav-menu > .menu-item.shop-button a:hover {
	opacity: 1;
}

.nav-sticky-header > .genesis-nav-menu > .menu-item.shop-button:hover {
	cursor: default;
}

.before-header-bar .wrap > div {
	display: inline-block;
}

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

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

.hbg-front-page .site-header {
	border: 0;
}

.hbg-shop .site-header {
	padding: 20px 0;
}

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

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

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

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

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

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

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

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

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

.mini-header {
	border-bottom: 1px solid #cbcbcb;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: #fff;
}

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

.admin-bar .hello-bar {
	top: 32px;
}

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

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

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

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

.mini-header .title-area {
	float: left;
	line-height: 1;
	margin: 0 auto;
	max-width: 270px;
	padding: 7px 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;
	min-height: 47px;
	width: 100%;
}

.hbg-shop .title-area {
	max-width: 230px;
	margin-top: 0;
}

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

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	border-top: 5px solid #da559e;
	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: 240px;
	z-index: 99;
}

.icon-menu .genesis-nav-menu .blue a:hover,
.mini-header .genesis-nav-menu .sub-menu .blue a:hover {
    color: #49c8c9;
}

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

.icon-menu .genesis-nav-menu .green a:hover,
.mini-header .genesis-nav-menu .sub-menu .green a:hover {
    color: #97ee51;
}

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

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

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

.mini-header .genesis-nav-menu .menu-item .sub-menu {
	border: 1px solid #cbcbcb;
	box-shadow: none;
}

.mini-header .genesis-nav-menu .menu-item.shop-button .sub-menu {
	width: 170px;
}

.mini-header .genesis-nav-menu .menu-item.shop-button .sub-menu a {
	width: 168px;
}

.genesis-nav-menu .sub-menu a,
.sidr .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: 700;
    line-height: 1.2;
    padding: 15px 15px;
    position: relative;
	width: 238px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover
.sidr .sub-menu a:hover {
	color: #f46ebb;
}

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

div.sidr li .sub-menu a {
	font-weight: bold;
	padding-left: 55px;
}

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

div.sidr li a,
div.sidr .menu-item a {
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
}

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

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

.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;
    line-height: 1.2;
    padding: 15px 15px 15px 40px;
    position: relative;
	width: 160px;
    word-wrap: break-word;
	text-transform: none;
}

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

.mini-header .genesis-nav-menu .sub-menu li {

}

.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: 18px 12px 18px 40px;
	text-transform: none;
}

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

.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 {
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0;
}

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

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

.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 25px;
	max-width: 90px;
	text-align: center;
	vertical-align: top;
}

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

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

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

.icon-menu .genesis-nav-menu {
	font-size: 14px;
	font-size: 1.4rem;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

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

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

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

.sub-menu .menu-item .menu-image-wrap {
	top: 14px;
}

.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: 'Montserrat', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 800;
    padding: 18px 8px;
	text-transform: uppercase;
}

.mini-header .genesis-nav-menu a {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .5;
    padding: 18px 12px;
}

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

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

.before-header-bar .genesis-nav-menu > li > a:hover {
	opacity: .6;
}

.genesis-nav-menu .menu-item.visit-shop {
	background: #fc48ac;
	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 {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-size: 1.2rem;
	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: #fc48ac;
}

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

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

.mini-header .search:before {
	background: #fff;
	color: #4d4d4d;
	padding: 13px 14px;
}

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

.before-header-bar i {
	margin-right: 5px;
}

/* ## 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 4px;
	padding: 0;
	position: relative;
}

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

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

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

.genesis-nav-menu.menu-social li.menu-item:nth-of-type(2) {
	background: #49c8c9;
}

.genesis-nav-menu.menu-social li.menu-item:nth-of-type(3) {
	background: #b665f3;
}

.genesis-nav-menu.menu-social li.menu-item:nth-of-type(4) {
	background: #f9b518;
}

.genesis-nav-menu.menu-social li.menu-item:nth-of-type(5) {
	background: #97ee51;
}

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

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

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

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

.nav-social {
	margin: -30px auto 10px;
}


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

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

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

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

.single-tcm_podcast .category-icon {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.single-tcm_podcast .category-icon span {
	background-image: linear-gradient(#b665f3,#b665f3);
	background-position: 0 88%;
	background-repeat: repeat-x;
	background-size: 6px 6px;
	vertical-align: middle;
	position: relative;
	top: -16px;
}

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

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

.entry-content ul.blocks-gallery-grid {
	margin-left: 0;
}

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

.entry-content ul > li {
	list-style-type: none;
	position: relative;
}

.entry-content ul > li:before {
	color: #f46ebb;
    content: "\f5d1";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
	margin-left: -25px;
	position: relative;
}

.entry-content ul > li.blocks-gallery-item:before {
	display: none;
}

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

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

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

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

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

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

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## 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-top: 20px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #f46ebb;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	padding: 0 3px;
	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 {
	padding: 0 10px;
	position: relative;
}

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

.adjacent-entry-navigation a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

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

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

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

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


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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	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-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 #cbcbcb;
}

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

}

.comment-list li.bypostauthor > article {
	background: #efefef;
	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;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

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

.comment-author {
	font-family: 'allspice';
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	text-transform: uppercase;
}

.comment-author a {
	font-family: 'allspice';
	font-weight: normal;
	text-decoration: none;
}

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

.comment-time {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: normal;
}

.comment-metadata {
	display: none;
}

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

.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: 800;
	text-decoration: none;
}

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

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

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

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

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

.hbg-grid-wrap img {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	margin-bottom: 0;
	display: block;
}

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

.hbg-grid-wrap .hero-optin-outer {
	grid-column: span 4;
}

/* # Archives
---------------------------------------------------------------------------------------------------- */

.archive .cat-headline-icon {
	display: inline-block;
	margin-right: 20px;
	max-width: 80px;
	vertical-align: middle;
}

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

.archive-title {
	display: inline-block;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
	max-width: 455px;
	text-transform: uppercase;
	vertical-align: middle;
}

.archive-description {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.78;
	margin-bottom: 20px;
	padding: 80px 0 0;
}

.post-type-archive-tcm_podcast .archive-description {
	padding: 0;
}

.search .archive-description {
	background: none;
	padding: 0 0 20px;
}

.search .archive-description .search-page-title {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

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

.archive-description ul > li,
.sidebar .category-optin ul > li {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.33;
	list-style-type: none;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

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

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

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

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

.hbg-category-blue .archive-description ul >li:before,
.hbg-category-blue .archive-description ul > li a:hover {
	color: #49c8c9;
}

.hbg-category-purple .archive-description ul >li:before,
.hbg-category-purple .archive-description ul > li a:hover {
	color: #b665f3;
}

.hbg-category-green .archive-description ul >li:before,
.hbg-category-green .archive-description ul > li a:hover {
	color: #97ee51;
}

.hbg-category-orange .archive-description ul >li:before,
.hbg-category-orange .archive-description ul > li a:hover {
	color: #f9b518;
}

.pop-posts-headline {
    font-family: 'allspice';
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.archive-description-upper {
	border-bottom: 1px solid #000;
	display: flex;
	padding-bottom: 40px;
}

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

.cat-pop-posts {
	border-left: 1px solid #000;
	flex-shrink: 0;
	padding-left: 40px;
	max-width: 600px;
}

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

.hbg-podcast-home .entry-header {
	text-align: center;
}

.hbg-podcast-home .entry-title {
	background-image: linear-gradient(#49c8c9,#49c8c9);
	background-position: 0 88%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	display: inline;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
}

.hbg-podcast-home .entry-content {
	margin-top: 40px;
}

.hbg-podcast-home .entry-content h3 {
	font-family: 'allspice';
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}

.podcast-home-about {
	background: url(images/ashley-podcast.jpg) center top;
	background-size: cover;
	overflow: hidden;
}

.podcast-home-about.front-page-about .hbg-wrap {
	justify-content: flex-end;
}

.podcast-bio-inner {
	line-height: 1.78;
	max-width: 560px;
	text-align: center;
}

.podcast-bio-inner p:last-of-type {
	margin-bottom: 0;
}

.podcast-home-about.front-page-about h2 {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 83%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 700;
}

.podcast-bio-sub {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 40px;
}

.hbg-podcast-home .off-fp.hero-optin-outer {
	border: none;
	padding: 40px 0 30px;
}

.hbg-podcast-home .content-sidebar-wrap {
	display: block;
}

.hbg-podcast-home .content-sidebar-wrap > .content {
	float: none;
}

.hbg-podcast-home .content-sidebar-wrap > .content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.podcast-home-before-entry {
	margin-right: 40px;
	text-align: center;
	width: 400px;
	flex-shrink: 0;
}

.pc-label {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
}

.podcatchers-wrap {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.5;
}

.podcatchers-wrap a {
	margin: 0 3px 15px;
}

.podcatchers-wrap a:hover {
	color: #000 !important;
}

.podcatchers-wrap a:nth-of-type(2) {
	color: #97ee51;
}

.podcatchers-wrap a:nth-of-type(3) {
	color: #f9b518;
}

.podcatchers-wrap a:nth-of-type(4) {
	color: #b665f3;
}

.podcatchers-wrap a:nth-of-type(5) {
	color: #edda2f;
}

.hbg-podcast-home .entry-content ul {
	margin-left: 30px;
}

.hbg-podcast-home .entry-content ul > li {
	margin-bottom: 30px;
}

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

.hbg-sales-page .site-inner {
	padding: 0;
	line-height: 1.3125;
	margin: 0;
	max-width: none;
	width: 100%;
}

.hbg-sales-page .entry-header {
	height: 0;
	padding-bottom: 35.6%;
	background-size: contain;
}

.hbg-sales-page .background_black {
	background: #000;
	color: #fff;
	line-height: 1.3125;
	padding: 80px 0 50px;
	position: relative;
}

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

.background_black:after,
.background_black:before {
    background: rgb(244,110,187);
    background: linear-gradient(90deg, rgba(244,110,187,1) 0%, rgba(237,218,47,1) 20%, rgba(73,200,201,1) 40%, rgba(182,101,243,1) 60%, rgba(151,238,81,1) 80%, rgba(249,181,24,1) 100%);
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.background_black:before {
	border-top: 0;
	border-bottom: 3px solid #fff;
	bottom: auto;
	top: 0;
}

.background_black .button,
.background_white .button {
	border-bottom-width: 5px;
	padding: 26px 68px;
}


.background_black .button a,
.background_white .button a {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
}

.background_black .button:hover a,
.background_white .button:hover a {
	color: #f46ebb;
}

.background_white .button:hover {
	border-bottom-width: 1px;
}

.hbg-sales-page .button-wrap {
	display: block;
}

.background_black .button-wrap {
	margin-top: 60px;
}

.hbg-sales-page .background_white {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 80px 0 60px;
}

.hbg-sales-page h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
	text-transform: none;
}

.hbg-sales-page .underline_yellow h2 span {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-sales-page .underline_blue h2 span {
	background-image: linear-gradient(#3ebebd,#3ebebd);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-sales-page .background_green {
	background: #89ef40;
	font-size: 32px;
	font-size: 3.2rem;
	padding: 60px 0 32px;
}

.hbg-sales-page .background_purple {
	background: #a546f0;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	padding: 60px 0 32px;
}

.hbg-sales-page .underline_pink h2 span {
	background-image: linear-gradient(#ee52ad,#ee52ad);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-sales-page img.alignleft {
	margin: 0 40px 10px 0;
}

.hbg-sales-page .background_orange_geo,
.hbg-sales-page .background_purple_geo,
.hbg-sales-page .background_blue_geo,
.hbg-sales-page .background_yellow_geo {
	background: url(images/blue-grid.svg);
	background-size: 72px 72px;
}

.hbg-sales-page .background_orange_geo {
	background: url(images/orange-grid.svg);
	background-size: 72px 72px;
}

.hbg-sales-page .background_purple_geo {
	background: url(images/purple-grid.svg);
	background-size: 72px 72px;
}


.hbg-sales-page .background_yellow_geo {
	background: url(images/yellow-grid.svg);
	background-size: 72px 72px;
}

.hbg-sales-page .background_orange_geo .hbg-sales-wrap,
.hbg-sales-page .background_purple_geo .hbg-sales-wrap,
.hbg-sales-page .background_blue_geo .hbg-sales-wrap,
.hbg-sales-page .background_yellow_geo .hbg-sales-wrap {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
}

.hbg-sales-page .background_orange_geo,
.hbg-sales-page .background_purple_geo,
.hbg-sales-page .background_blue_geo,
.hbg-sales-page .background_yellow_geo {
	line-height: 1.77;
	padding: 80px 0;
}

.hbg-sales-page .background_orange_geo .hbg-sales-wrap,
.hbg-sales-page .background_purple_geo .hbg-sales-wrap,
.hbg-sales-page .background_blue_geo .hbg-sales-wrap,
.hbg-sales-page .background_yellow_geo .hbg-sales-wrap {
	position: relative;
}

.hbg-sales-page .background_orange_geo .hbg-sales-wrap:before,
.hbg-sales-page .background_purple_geo .hbg-sales-wrap:before,
.hbg-sales-page .background_blue_geo .hbg-sales-wrap:before,
.hbg-sales-page .background_yellow_geo .hbg-sales-wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	top: 20px;
	border: 5px solid #f6a715;
	z-index: 2;
}

.hbg-sales-page .background_purple_geo .hbg-sales-wrap:before {
	border-color: #a546f0;
}

.hbg-sales-page .background_blue_geo .hbg-sales-wrap:before {
	border-color: #3ebebd;
}

.hbg-sales-page .background_yellow_geo .hbg-sales-wrap:before {
	border-color: #e8d525;
}

.hbg-sales-page .background_orange_geo .hbg-sales-inner,
.hbg-sales-page .background_purple_geo .hbg-sales-inner,
.hbg-sales-page .background_blue_geo .hbg-sales-inner,
.hbg-sales-page .background_yellow_geo .hbg-sales-inner {
	position: relative;
	z-index: 5;
	padding: 70px 63px 30px;
}

.hbg-sales-page .background_orange_geo .hbg-sales-inner:before,
.hbg-sales-page .background_purple_geo .hbg-sales-inner:before,
.hbg-sales-page .background_blue_geo .hbg-sales-inner:before,
.hbg-sales-page .background_yellow_geo .hbg-sales-inner:before {
	content: '';
	display: block;
	position: relative;
	background: url(images/quote-orange.svg) center center no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;
	left: 50%;
	margin-bottom: 40px;
	margin-left: -45px;
}

.hbg-sales-page .background_purple_geo .hbg-sales-inner:before {
	background-image: url(images/quote-purple.svg);
}

.hbg-sales-page .background_blue_geo .hbg-sales-inner:before {
	background-image: url(images/quote-blue.svg);
}

.hbg-sales-page .background_yellow_geo .hbg-sales-inner:before {
	background-image: url(images/quote-yellow.svg);
}

.hbg-sales-page .entry-content ul > li {
	margin-bottom: 15px;
}

.hbg-sales-page .modules {
	padding: 80px 0;
	overflow: hidden;
}

.hbg-sales-page .modules-intro img {
	margin-bottom: 40px;
}

.hbg-sales-page .modules-intro h3 {
	font-size: 42px;
	font-size: 4.2rem;
	text-align: center;
	text-transform: none;
	font-weight: 700;
}

.hbg-sales-page .modules-intro h3 span {
	background-image: linear-gradient(#e8d525,#e8d525);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-sales-page .modules-intro h4 {
	text-transform: none;
	margin-bottom: 30px;
}

.hbg-sales-page .module h5 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
	padding-left: 45px;
	position: relative;
	text-transform: none;
}

.hbg-sales-page .module h5:before {
	color: #a546f0;
    content: '\f144';
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 32px;
}

.hbg-sales-page .module-details img {
	float: left;
	margin: 0 30px 40px 0;
}

.hbg-sales-page .module {
	clear: both;
	font-size: 24px;
	font-size: 2.4rem;
}

.hbg-sales-page .entry-content > .bonuses {
	clear: both;
	background: #e8e8e8;
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
}

.hbg-sales-page .entry-content > .bonuses h2 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 60px;
}

.hbg-sales-page .entry-content > .bonuses:before {
	display: block;
	border-radius: 100%;
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	background: #fff url(images/bonus-star.svg) center center no-repeat;
	background-size: 81px 81px;
}

.hbg-sales-page .bonuses .hbg-sales-wrap {
	max-width: 1200px;
}

.hbg-sales-page .bonuses h2 {
	font-size: 42px;
	font-size: 4.2rem;
	text-align: center;
	text-transform: none;
	font-weight: 700;
}

.hbg-sales-page .bonuses h2 span {
	background-image: linear-gradient(#ee52ad,#ee52ad);
	background-position: 0 90%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

.hbg-sales-page .bonus {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.hbg-sales-page .bonus-details {
	font-size: 24px;
	font-size: 2.4rem;
	display: flex;
}

.hbg-sales-page .bonus-image-wrap {
	background: #fff;
	border-radius: 100%;
	width: 250px;
	height: 250px;
	flex-shrink: 0;
	margin-right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hbg-sales-page .bonus-image-wrap img {
	height: 132px;
	width: 132px;
}

.hbg-sales-page .bonus-details .pretitle {
	color: #ee52ad;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'allspice';
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hbg-sales-page .bonus-details h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	text-transform: none;
}

.hbg-sales-page .bonus-details .value {
	font-weight: 700;
	font-style: italic;
}

.hbg-sales-page .extra-bonuses {
	display: flex;
	justify-content: space-between;
}

.hbg-sales-page .extra-bonus {
	background: #fff;
	padding: 20px 20px 40px;
	display: block;
	width: 48.33%;
	text-align: center;
	border: 0;
}

.hbg-sales-page .extra-bonus img {
	display: block;
	margin-bottom: 30px;
}

.hbg-sales-page .bonuses .button {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 17px 30px;
}

.hbg-sales-page .recap {
	padding: 60px 40px 70px;
}

.hbg-sales-page .recap .hbg-sales-wrap {
	max-width: none;
	width: 1200px;
	text-align: center;
}

.hbg-sales-page .recap h2 {
	margin-bottom: 100px;
}

.hbg-sales-page .recap h2 span {
	background-image: linear-gradient(#edda2f,#edda2f);
    background-position: 0 90%;
    background-repeat: repeat-x;
    background-size: 15px 15px;
}

.recap-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.recap-item {
	margin-bottom: 40px;
	width: 17.34%;
}

.recap-item img {
	width: 175px;
	margin-bottom: 30px;
}

.recamp-lower .value {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 'allspice';
	margin-bottom: 35px;
	text-transform: uppercase;
}

.recamp-lower .button {
    padding: 22px 34px;
	font-size: 32px;
	font-size: 3.2rem;
	border-bottom-width: 5px;
	margin-bottom: 20px;
}

.recamp-lower .button:hover {
	border-bottom-width: 1px;
}

.recamp-lower .fine-print {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	font-style: italic;
	position: relative;
}

.recamp-lower .fine-print:before {
	background: url(images/refund.svg) center center no-repeat;
	background-size: contain;
	width: 51px;
	height: 42px;
	content: "";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 5px;
}

.hbg-sales-page .background_grey {
	background: #e8e8e8;
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 80px;
}

.hbg-sales-page .background_grey .hbg-sales-wrap {
	max-width: 1200px;
	padding: 60px 0;
}

.hbg-sales-page .background_grey h2 {
	margin-bottom: 40px;
}

.hbg-sales-page .background_grey p {
	margin-bottom: 35px;
}

.hbg-sales-page .background_grey .button-wrap {
	clear: both;
}

.background_grey .button {
	display: inline-block;
    padding: 22px 34px;
	font-size: 32px;
	font-size: 3.2rem;
	border-bottom-width: 5px;
	margin-bottom: 0;
	margin-top: 50px;
	color: #fff;
}

.background_grey .button a {
	color: #fff;
}

.background_grey .button:hover {
	border-bottom-width: 1px;
}

.background_grey .button:hover a {
	border-bottom-width: 1px;
	color: #f46ebb;

}

.hbg-sales-page .entry-title {
    display: block;
    text-indent: -9999px;
}

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

.hbg-sales-page .site-footer {
	padding: 30px 0 40px;
}

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

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

.hbg-shop-home .entry-title {
	color: #1b1464;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: .5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.hbg-shop-home .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-edd-grid-wrap {
    display: grid;
	grid-gap: 0 2.9%;
	grid-template-columns: 31.4% 31.4% 31.4%;
}

.hbg-shop-home .sidebar {
	background: #efefef;
	margin: 0 60px 0 0;
	padding: 60px 0;
}

.archive-pagination li:before {
	display: none;
}

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

.hbg-shop-home .archive-pagination li {
	padding: 0;
}

.hbg-shop-home .content-sidebar-wrap {
	flex-direction: row-reverse;
}

.hbg-facet-wrap {
	background: #ededed;
	margin-bottom: 60px;
	padding: 0 40px;
}

.hbg-facet-wrap .facetwp-facet {
	margin: 30px 0 0;
}

.hbg-facet-wrap h4,
.flyout-row h3 {
	background-image: linear-gradient(#49c8c9,#49c8c9);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 9px 9px;
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	position: relative;
	display: inline;
}

.hbg-facet-wrap:nth-of-type(2) h4,
.flyout-row:nth-of-type(2) h3 {
	background-image: linear-gradient(#edda2f,#edda2f);
}

.hbg-facet-wrap:nth-of-type(3) h4,
.flyout-row:nth-of-type(3) h3 {
	background-image: linear-gradient(#b665f3,#b665f3);
}

.hbg-facet-wrap:nth-of-type(4) h4,
.flyout-row:nth-of-type(4) h3 {
	background-image: linear-gradient(#97ee51,#97ee51);
}

.hbg-facet-wrap:nth-of-type(5) h4,
.flyout-row:nth-of-type(5) h3 {
	background-image: linear-gradient(#f9b518,#f9b518);
}

.hbg-facet-wrap .facetwp-checkbox,
.flyout-row .facetwp-checkbox {
	background-position: 0 5px;
	line-height: 1.3125;
	margin-bottom: 10px;
	padding-left: 30px;
}

.hbg-facet-wrap .facetwp-toggle {
	padding-left: 30px;
}

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

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

.flyout-row.name-results_count h3 {

}

.hbg-shop-home .hbg-edd-entry {
	border-bottom: 1px solid #cbcbcb;
	display: flex;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.hbg-shop-home .edd-image-wrap {
	margin-right: 40px;
	width: 246px;
	flex-shrink: 0;
}

.hbg-shop-home .hbg-edd-entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
}

.hbg-shop-home .hbg-edd-entry-title a {
	color: #000;
}

.hbg-shop-home .hbg-edd-entry-title a:hover {
	color: #f46ebb;
}

.hbg-shop-home .edd_price {
	color: #f46ebb;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.hbg-shop-home .hbg-edd-short-description {
    border-bottom: 0;
    margin-bottom: 35px;
    padding-bottom: 0;
}

.hbg-shop-home .site-inner {
	padding-bottom: 40px;
}

.facet-results {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.facetwp-facet.facetwp-facet-results_count {
	font-weight: 800;
	margin-bottom: 0;
}

.facetwp-sort-select {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 16px;
}

.hbg-featured-products {
	border: 2px solid #000;
	margin-top: 34px;
    margin-bottom: 60px;
    padding: 40px 40px 20px;
    position: relative;
    text-align: center;
}

.hbg-featured-products:before {
    background: #fff url(images/resources.svg) center center no-repeat;
    background-size: 80%;
    content: "";
    display: block;
    height: 68px;
    width: 68px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: -34px;
}

.hbg-featured-products h2 {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 40px;
}

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

.featured-products-wrap .featured-resource {
	margin-bottom: 25px;
	width: 30%;
}

.featured-products-wrap .featured-resource:hover .hbg-edd-entry-title {
	color: #f46ebb;
}

.hbg-shop-home .featured-products-wrap .hbg-edd-entry-title {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: none;
}

.hbg-shop .promo-banner {
	background: #49c8c9;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 6px 5%;
	text-align: center;
	text-transform: uppercase;
}

.hbg-shop .promo-banner a {
	color: #000;
}

.hbg-edd-menu {
    float: right;
    margin-top: 25px
}

.hbg-edd-menu li {
    display: inline-block;
    color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
    margin-left: 40px;
    text-transform: uppercase;
    vertical-align: middle
}

.site-header .hbg-edd-menu li a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.hbg-edd-menu li .fas {
    color: #f46ebb;
    margin-right: 5px
}

.hbg-shop .site-header .search-form {
    border: 0;
    background: #efefef;
    margin: 0
}

.hbg-shop .site-header .search-form input {
    background: none;
    color: #000;
	font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 18px;
    text-transform: none;
    width: 190px
}

.hbg-shop .site-header .search-form input[type="submit"] {
    background: none!important;
    color: #fc48ac!important;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 11px 10px 10px 2px
}

.hbg-shop .site-header .search-form ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.hbg-shop .site-header .search-form ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

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

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

.landing-page.hbg-white-background .site-container {
	background: #fff;
}

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

.landing-page.gray-grid-background .site-container {
	background: url(images/grid-gray.svg);
	    background-size: 72px 72px;
}

.landing-page .site-inner {
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	background: #fff;
	padding: 78px 78px 70px;
	max-width: 900px;
	position: relative;
	width: 90%;
	margin: 100px auto 150px;
}

.landing-page .site-inner:before {
	content: "";
	border: 5px solid #49c8c9;
	display: block;
	position: absolute;
	left: 18px;
	right: 18px;
	top: 18px;
	bottom: 18px;
}

.landing-page.gray-grid-background .site-inner:before {
	border-color: #f46ebb;
}

.landing-page .entry {
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.landing-page .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
}

.hbg-single-optin form {
	display: flex;
	justify-content: space-between;
}

.hbg-single-optin input {
	margin-right: 25px;
}

.hbg-single-optin input[type="submit"] {
	margin-right: 0;
}

/* # Webinar Page
---------------------------------------------------------------------------------------------------- */

.webinar-pretitle,
.note-from-title,
.webinar-page h3 {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.webinar-pretitle {
	max-width: 700px;
}

.note-from-title,
.webinar-page h3 {
	margin-bottom: 28px;
}

.webinar-page .entry-title {
	text-transform: none;
}

.webinar-page .entry-title span {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 80%;
	background-repeat: repeat-x;
	background-size: 15px 15px;
}

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

.thankyou-page p {
	font-size: 18px;
	font-size: 1.8rem;
}

.webinar-page .entry-content > p,
.webinar-page .entry-header {
	padding: 0 60px;
}

.thankyou-page .entry-content {
	padding-bottom: 22px;
}

.webinar-page .entry-content ul {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 80px;
	margin-left: 0;
}

.webinar-page .entry-content ul > li {
	line-height: 1.5;
	margin-bottom: 30px;
}

.webinar-page .entry-content ul > li:before {
    content: "\f00c";
}

.webinar-page .content-sidebar-wrap {
	overflow: hidden;
}

.note-from {
	background: #efefef;
	margin-top: 80px;
	padding: 0 60px 60px;
}

.webinar-page .site-inner {
	margin-bottom: 100px;
	padding: 78px 23px 23px !important;
	text-align: center;
}

.thankyou-page .site-inner {
	text-align: left;
}

.note-from-image img {
	margin-bottom: 10px;
	width: 150px;
	margin-top: -75px;
	position: relative;
}

.note-from p {
	font-size: 18px;
	font-size: 1.8rem;
}

.ewd-countdown-timer {
	background: #000;
	text-align: center;
}

.hbg-sales-page .ewd-countdown-timer {
	background: #e8d525;
}

div.hurrytimer-campaign .hurrytimer-headline {
	font-family: 'allspice';
	text-transform: uppercase;
}

div.hurrytimer-campaign .hurrytimer-timer {
	font-family: 'allspice';
	text-transform: uppercase;
}

div.hurrytimer-campaign .hurrytimer-timer-digit,
div.hurrytimer-campaign .hurrytimer-timer-sep    {
	line-height: 1;
}

.webinar-page input,
.webinar-page select {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	margin-bottom: 20px !important;
}

div.hurrytimer-campaign .hurrytimer-button,
.webinar-page button {
    background-color: #f46ebb !important;
    border: 0 !important;
    border: 1px solid #f46ebb !important;
    border-bottom: 3px solid #b6538b !important;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: 'Muli', sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    padding: 12px 24px 9px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
	position: relative !important;
    white-space: normal !important;
    width: auto !important;
	display: inline-block !important;
	vertical-align: middle !important;
	-webkit-transform: perspective(1px) translateZ(0) !important;
	transform: perspective(1px) translateZ(0) !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
	position: relative !important;
	-webkit-transition-property: color !important;
	transition-property: color !important;
	-webkit-transition-duration: 0.5s !important;
	transition-duration: 0.5s !important;
}

.webinar-page button {
	max-width: 210px !important;
	margin: 0 auto !important;
}

div.hurrytimer-campaign .hurrytimer-button:focus,
div.hurrytimer-campaign .hurrytimer-button:hover,
.webinar-page button:focus,
.webinar-page button:hover {
    color: #f46ebb !important;
	border-bottom-width: 1px !important;
	padding-bottom: 11px !important;
	color: #f46ebb !important;
}

div.hurrytimer-campaign .hurrytimer-button:before,
.webinar-page button:before {
    content: "" !important;
    border-radius: 5px !important;
    position: absolute !important;
    z-index: -1 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 50% 0 !important;
    transform-origin: 50% 0 !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

div.hurrytimer-campaign .hurrytimer-button:hover:before,
div.hurrytimer-campaign .hurrytimer-button:focus:before,
div.hurrytimer-campaign .hurrytimer-button:active:before,
.webinar-page button:hover:before,
.webinar-page button:focus:before,
.webinar-page button:active:before {
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

.webinar-page button span {
	background: none !important;
	padding: 0 !important;
	transition: none !important;
}

div.hurrytimer-campaign {
	display: inline-block;
}

.hurrytimer-campaign > div {
	margin: 0 20px !important;
}

.webinar-page .site-inner:after {
	background: #fff url(images/webinar-icon.svg) center center no-repeat;
	background-size: 62%;
	border-radius: 100%;
	content: "";
	position: absolute;
	height: 143px;
	width: 143px;
	display: block;
	top: -50px;
	left: 50%;
	margin-left: -72px;
}

.webinar-page .site-footer {
	padding: 26px 0 40px;
}

.webinar-page .form-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.33;
	padding: 0 10px;
	text-align: center;
}

.webinar-page .hbg-single-optin {
	padding: 50px;
	box-sizing: border-box !important;
}

/* # Podcast
---------------------------------------------------------------------------------------------------- */

.show-notes {
	border: 2px solid #000;
	margin-bottom: 60px;
}

.show-notes-inner {
	padding: 60px 60px 10px;
}

.show-notes h2 {
	margin-bottom: 28px;
	text-align: center;
}

.show-notes h5 {
	margin-bottom: 28px;
}

.entry-content .show-notes ul {
	margin-left: 26px;
}

.links-mentioned {
	background: #efefef;
	padding: 40px 60px 10px
}

.links-mentioned h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	margin-bottom: 28px;
	text-align: center;
}

.entry-content .links-mentioned ul > li {
	font-weight: 800;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.entry-content .links-mentioned ul > li:last-of-type {
	border: 0;
}

.entry-content .links-mentioned ul > li:before {
	color: #000;
	content: "\f0c1";
}

.listener-spotlight {
	border: 1px solid #edda2f;
	margin-bottom: 80px;
}

.listener-spotlight h2 {
	background: #edda2f;
	color: #fff;
	font-family: 'allspice';
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	padding: 10px 40px;
}

.listener-spotlight-inner {
	padding: 20px 20px 10px;
}

.subscribe-review {
	border: 1px solid #000;
	padding: 60px;
}

.subscribe-review h2 {
	margin-bottom: 35px;
	text-align: center;
}

.subscribe-review .podcatchers {
	margin-bottom: 30px;
	text-align: center;
}

.subscribe-review .pc-label {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 25px;
}

.featured-product-block {
    border: 2px solid #000;
    position: relative;
	display: flex;
	justify-content: space-between;
    padding: 60px 40px 40px;
	align-items: center;
	margin: 60px 0 28px;
	text-align: center;
}

.featured-product-block h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.featured-product-block img {
	margin-right: 40px;
	width: 246px;
}

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

.featured-product-inner {
	width: 61.9%;
}

.featured-product-block.optin-block {
	align-items: center;
	padding: 40px;
	margin-top: 40px;
}

.featured-product-block.optin-block img {
	width: 260px;
}

.featured-product-block.optin-block .before-optin-title {
	font-size: 32px;
	font-size: 3.2rem;
	padding-bottom: 8px;
	width: 97px;
}

.featured-product-block.optin-block .featured-product-inner {
	width: 60.31%;
}

.featured-product-block:before {
    background: #fff url(images/resources.svg) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 43px;
    width: 57px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: -22px;
}

.featured-product-block.optin-block:before {
	display: none;
}

.featured-product-block.optin-block h3 {
	font-size: 32px;
	font-size: 3.2rem;
}

.featured-product-block.optin-block .optin-title span {
	background-size: 11px 11px;
}

.featured-product-block.optin-block .button-wrap {
	margin-top: 20px;
}

.af-disclosure {
	margin-top: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* # Shop
---------------------------------------------------------------------------------------------------- */

.hbg-slider-wrap {
	margin-bottom: 40px;
	width: 59.52%;
}

.download-upper-right {
	width: 36.6%;
}

.download-single-slider {
	margin-bottom: 15px;
}

.download-single-slider img {
	margin-left: auto;
	margin-right: auto;
}

.download-slider li {
	margin: 0 5px;
	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, 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;
}

.entry-content .download-upper ul {
	margin: 0;
}

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

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

.single-download .content {
	max-width: 840px;
}

.single-download .entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 0;
}

.entry-header .single-download-price {
	color: #f46ebb;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
}

.hbg-edd-short-description {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.download-upper .button-wrap {
	margin-top: 30px;
}

.download-terms {
	font-weight: 800;
	margin-bottom: 30px;
}

.download-terms a {
	font-weight: 800;
	white-space:nowrap;
}

.single-download .hbg-slider-wrap .edd_download_purchase_form {
	margin: 40px auto;
	text-align: center;

}

.single-related-bundles {
	margin-bottom: 60px;
	padding: 0;
	text-align: center;
}

.single-related-bundles .nr_title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 35px;
}

.single-related-products-inner {
	display: flex;
	justify-content: space-around;
}

.single-related-products-inner .nr_panel {
	line-height: 1.4;
	width: 30%;
}

.single-related-products-inner span {
	display: block;
}

.single-related-products-inner a {
	color: #000;
}

.single-related-products-inner .related-bundle-price {
	color: #f46ebb;
	font-weight: 800;
	margin-top: 5px;
}

.product-extended-description {
	margin-bottom: 60px;
}

.product-extended-description input { display: none; }
.product-extended-description input + label { display: inline-block }

.product-extended-description input ~ .tab { display: none }
.product-extended-description #tab1:checked ~ .tab.content1,
.product-extended-description #tab2:checked ~ .tab.content2,
.product-extended-description #tab3:checked ~ .tab.content3,
.product-extended-description #tab4:checked ~ .tab.content4,
.product-extended-description #tab5:checked ~ .tab.content5 { display: block; }

.product-extended-description input + label {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	max-width: 48%;
  	padding: 20px 30px;
  	position: relative;
	text-transform: uppercase;
  	top: 1px;
}

.product-extended-description input + label:hover {
	cursor: pointer;
}

.product-extended-description input:checked + label {
	  border: 1px solid #cbcbcb;
  border-bottom: 1px solid transparent;
  background: #fff;
}
.product-extended-description input ~ .tab {
  border: 1px solid #cbcbcb;
  padding: 20px 38px;
}

.product-extended-description .label1 span {
	background-image: linear-gradient(#49c8c9,#49c8c9);
	background-position: 0 88%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.product-extended-description .label2 span {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 88%;
  	background-repeat: repeat-x;
  	background-size: 10px 10px;
}

.single-download .entry-footer .entry-meta {
	border: 0;
	padding: 0;
}

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

.hbg-single-download .nr_panel {
	width: 30.15%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.2;
	text-transform: none;
	text-align: center;
}

.hbg-single-download .nrelate {
	margin-bottom: 80px;
}

.hbg-single-download .nrelate h3 {
font-family: 'allspice';
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 25px;
}

.strikethrough-price {
    color: #333;
    margin-right: 10px;
    text-decoration: line-through;
}

.hbg-shop fieldset {
	border: 0;
}

.hbg-shop-default .site-inner {
    max-width: 900px;
}

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

.hbg-freebie-library .entry-content form {
	margin: 0 auto;
	max-width: 900px;
}

.hbg-freebie-library .hbg-freebies-wrap .freebie-entry {
	width: 48.46%;
}

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

.freebie-entry-inner {
	border: 1px solid #cbcbcb;
	border-bottom: 0;
	display: flex;
}

.freebie-image {
	width: 46.47%;
}

.hbg-freebie-library .freebie-image img {
	box-shadow: none;
	display: block;
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
}

.header-content-wrap {
	padding: 40px 40px 12px;
	text-align: center;
	width: 53.53%;
}

.download-freebie a {
	background: #f46ebb;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	display: block;
	letter-spacing: .5px;
	padding: 19px;
	text-align: center;
	text-transform: uppercase;
}

.download-freebie a:hover {
	background: #000;
}

.hbg-freebie-library .site-inner {
	margin-bottom: 60px;
}

.hbg-freebie-library .freebie-entry .entry-title {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hbg-freebie-signup .login-bar {
	background: #efefef;
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	padding: 20px;
	margin-bottom: 35px;
	text-align: center;
	text-transform: uppercase;
}

.hbg-freebie-signup .login-bar a {
	font-weight: normal;
}

.hbg-freebie-signup h1.entry-title {
	font-family: 'allspice';
	font-weight: normal;
	margin-bottom: 0;
}

.hbg-freebie-signup h1.entry-title span {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 76%;
	background-repeat: repeat-x;
	background-size: 14px 14px;
}

.hbg-freebie-signup form label {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.hbg-freebie-signup .name-input input,
.hbg-freebie-signup .email-input input {
	padding: 8px;
}

.hbg-freebie-signup .name-input {
	float: left;
	margin-bottom: 40px;
	width: 37.83%;
}

.hbg-freebie-signup .email-input {
	float: right;
	margin-bottom: 40px;
	width: 56.35%;
}

.hbg-freebie-signup .submit-input {
	clear: both;
	text-align: center;
	margin-bottom: 40px;
}

.hbg-freebie-signup h2 {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 35px;
	max-width: 700px;
}

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

.hbg-freebies-wrap img {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	display: block;
	margin-bottom: 10px;
}

.hbg-freebies-wrap .entry {
	width: 30.13%;
}

.hbg-freebies-wrap .entry-title {
	color: #f46ebb;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	text-transform: none;
}

.hbg-freebie-signup .hbg-freebies-wrap .entry-title {
	color: #000;
}

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

.front-page-hero {
	background-size: cover;
	margin-bottom: 60px;
	padding: 100px 0 125px;
	position: relative;
	z-index: 0;
}

.hbg-front-page .front-page-hero:before {
	background: url(images/gradient-overlay.png);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.hero-optin-outer {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
	width: 90%;
}

.hbg-front-page .hero-optin-outer {
	box-shadow: none;
	background: none;
	padding: 0;
	display: flex;
    justify-content: flex-end;
	    max-width: 1280px;
}

.hero-optin {
	border: 2px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
}

.hbg-front-page .front-page-hero .hero-optin {
	background: #fff;
	max-width: 718px;
	padding: 27px 40px;
	display: block;
	position: relative;
}

.hbg-front-page .front-page-hero .hero-optin:before {
	content: '';
	background: #49c8c9;
	opacity: .75;
	position: absolute;
	top: 40px;
	right: 40px;
	left: -40px;
	bottom: -40px;
	z-index: -1;
}

.hero-optin img {
	box-shadow: none;
	width: 36.18%;
	max-width: 389px;
}

.optin-form-wrap {
	margin-right: 20px;
	text-align: center;
	width: 59%;
}

.hbg-front-page .front-page-hero .hero-optin .optin-form-wrap {
	width: 100%;
	margin: 0;
}

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

.hero-optin-lower .optin-content {
	width: 50.47%;
}

.hero-optin .hero-optin-lower-img img {
	box-shadow: none;
	width: 100%;
}

.hero-optin-lower .hero-optin-lower-img {
	width: 43.26%;
	max-width: 389px;
}

.before-optin-title {
	background: url(images/underline.svg) center bottom no-repeat;
	background-size: contain;
	color: #f46ebb;
	font-family: 'allspice';
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1;
	padding-bottom: 15px;
	text-align: center;
	margin: 0 auto 10px;
	width: 153px;
}

.optin-title {
	display: inline-block;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 25px;
}

.hbg-front-page .front-page-hero .hero-optin .optin-title {
	margin-bottom: 15px;
}

.optin-title span {
	background-image: linear-gradient(#49c8c9,#49c8c9);
	background-position: 0 89%;
  	background-repeat: repeat-x;
  	background-size: 11px 11px;
}

.optin-form-wrap-yellow .optin-title span {
	background-image: linear-gradient(#edda2f,#edda2f);
}


.hbg-front-page .optin-title span {
	background-position: 0px 77%;
    background-size: 13px 13px;
	background-image: linear-gradient(#edda2f,#edda2f);
}

.hbg-blog .optin-title span {
	background-position: 0px 82%;
}

.hero-optin .button-wrap {
	margin-top: 35px;
}

.best-selling-resources {
	border: 2px solid #000;
	margin-bottom: 80px;
	padding: 50px 40px 60px;
	position: relative;
	text-align: center;
}

.best-selling-resources:before {
    background: #fff url(images/resources.svg) center center no-repeat;
    background-size: 80%;
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

.sidebar-primary .best-selling-resources:before {
	display: none;
}

.archive .best-selling-resources {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 1200px;
	width: 90%;
}

.best-selling-resources h2 {
	font-family: 'allspice';
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.best-selling-resources-inner {
	display: flex;
	justify-content: space-between;
}

.best-selling-resource {
	margin-bottom: 25px;
	width: 22.04%;
}

.best-selling-resources .best-selling-resource a:hover h3 {
	color: #f46ebb;
}

.best-selling-resources h3 {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: none;
}

.hbg-promo {
	background: #49c8c9;
	color: #fff;
	display: flex;
	margin-bottom: 100px;
	text-align: center;
}

.hbg-front-page .promo-one {
	background: #f46ebb;
}

.hbg-promo.promo-two {
	background: #b665f3;
	flex-direction: row-reverse;
}

.hbg-promo.promo-three {
	background: #f9b518;
}

.hbg-promo img {
	object-fit: cover;
	width: 390px;
}

.promo-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.77;
	padding: 40px 40px 40px;
}

.promo-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.hbg-promo a {
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	padding: 10px 44px;
	text-transform: uppercase;
}

.hbg-promo a:hover {
	background: #fff;
	color: #49c8c9;
}

.hbg-promo.promo-two a:hover {
	color: #b665f3;
}

.hbg-promo.promo-three a:hover {
	color: #f9b518;
}

.front-page-blog {
	border: 2px solid #000;
	margin-bottom: 80px;
	padding: 60px 40px;
	position: relative;
	text-align: center;
}

.front-page-blog:before {
	background: #fff url(images/posts.svg) center center no-repeat;
	background-size: 80%;
	content: "";
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
}

.hbg-podcast-home .front-page-blog:before {
	background-image: url(images/podcast.svg);
	height: 93px;
	width: 75px;
	background-size: 65%;
}

.front-page-blog h2 {
	font-family: 'allspice';
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	margin-bottom: 40px;
}

.front-page-blog-wrap {
	display: flex;
	justify-content: space-between;
}

.front-page-blog .entry {
	width: 31%;
}

.front-page-blog.hbg-featured-posts:before {
	display: none;
}

.front-page-blog .entry img {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	display: block;
	margin: 0 auto;
}

.fp-icon {
	background: #fff;
    padding: 12.5px 5px 12.5px 15px;
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

.front-page-podcasts {
	background: url(images/ashley-podcast.jpg) left top;
	background-size: cover;
	margin-bottom: 80px;
	padding: 80px 0;
}

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

.podcast-inner {
	float: right;
	max-width: 624px;
	width: 100%;
}

.front-page-podcasts h2 {
	font-family: 'allspice';
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.front-page-podcasts h2:before {
	background: url(images/podcast.svg);
	background-size: contain;
	content: "";
	display: block;
	height: 75px;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -23px;
	position: relative;
	width: 47px;
}

.front-page-podcasts h2 span {
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 1;
}

.front-page-podcasts li {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	position: relative;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.front-page-podcasts li:last-child {
	border: 0;
}

.front-page-podcasts li .fa-play-circle {
	position: absolute;
	left: 0;
	top: 7px;
}

.front-page-facebook {
	background: url(images/blue-grid.svg);
	background-size: 72px 72px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 90px 0;
}

.facebook-flex-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 530px;
	position: relative
}

.facebook-flex-wrap:after {
	content: "";
	background: url(images/phone-fb.png) no-repeat right bottom;
	width: 494px;
	height: 562px;
	margin: 0 auto;
	position: absolute;
	bottom: -90px;
	right: 0;
	display: block;
}

.front-page-facebook span {
	font-weight: 800;
}

.facebook-wrap {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	background: #fff;
	margin: 0 auto;
	padding: 20px;
}

.facebook-inner {
	border: 5px solid #49c8c9;
	padding: 32px;
	text-align: center;
}

.front-page-facebook h2 {
	font-family: 'allspice';
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	text-align: center;
}

.front-page-about {
	padding: 80px 0 110px;
}

.front-page-about .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.front-page-about img {
	display: block;
	width: 41.66%;
}

.front-page-about h2 {
	font-family: 'allspice';
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: normal;
	margin-bottom: 35px;
}

.front-page-about .about-inner {
	width: 55%;
}

.front-page-about .about-inner strong {
	font-weight: 800;
}

.front-page-about ul {
	margin-top: -10px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.front-page-about li {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 15px;
}

.front-page-about li span {
	background-image: linear-gradient(#edda2f,#edda2f);
    background-position: 0 88%;
    background-repeat: repeat-x;
    background-size: 8px 8px;
}

.classroom-management-academy {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: url(images/grid-gray.svg);
	background-size: 72px 72px;
	position: relative;
	margin: 120px 0 0;
	width: 100vw;
    margin-left: calc((-100vw + 1200px) / 2);
}

.classroom-management-academy:before {
	content: "";
	background: url(images/cma-logo.png) no-repeat;
	background-size: contain;
	height: 250px;
	width: 250px;
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -125px;
}

.classroom-management-academy .hbg-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 140px 0 80px;
	position: relative;
}

.cma-left {
	font-size: 24px;
	font-size: 2.4rem;
	width: 100%;
}

.cma-left h2 {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	margin-bottom: 30px;
}

.cma-right {
	width: 510px;
	margin-left: 40px;
	flex-shrink: 0;
}

.cma-right img {
	top: 50%;
	margin-top: -226px;
	position: absolute;
	width: 510px;
}

.cma-left h2 span {
    background-position: 0px 77%;
    background-size: 13px 13px;
    background-image: linear-gradient(#edda2f,#edda2f);
	background-repeat: repeat-x;
}

.cma-left .button-wrap {
	margin-top: 70px;
}

.cma-left .button-text {
	font-size: 24px;
	font-size: 2.4rem;
}

.cma-left .button-subtext {
	font-size: 16px;
	font-size: 1.6rem;
}

.cma-left .button.button-pink {
    line-height: 1.33;
}

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

.hbg-blog .default-optin {
	padding: 35px 0 25px;
	text-align: center;
}

.hbg-blog .optin-description {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 12px;
}

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

.hbg-blog .default-optin .widget-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 12px;
}

.hbg-blog .enews-widget input {
	float: none;
}

.hbg-blog .enews-widget input[type="submit"] {
	display: inline-block;
	float: none;
	margin-left: 20px;
	vertical-align: top;
}

.hbg-blog .featured-resources {
	padding-bottom: 100px;
}

.off-fp.hero-optin-outer {
	border-bottom: 2px solid #000;
	padding: 0;
	box-shadow: none;
}

.archive .off-fp.hero-optin-outer {
	border: 2px solid #000;
	margin: 20px auto 60px;
	width: 100%;
}

.post-type-archive-tcm_podcast.archive .off-fp.hero-optin-outer {
	border: 0;
	border-bottom: 2px solid #000;
	margin: 30px auto 0;
	width: 90%;
}

.off-fp .hero-optin {
	border: 0;
	padding: 40px 60px;
}

.archive .off-fp .hero-optin {
	padding: 30px;
}

.off-fp .optin-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.best-selling-resources.off-fp,
.hbg-promo.off-fp {
	margin: 0 auto 100px;
	max-width: 1200px;
	width: 90%;
}

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

.sidebar {
	flex-shrink: 0;
	margin-bottom: 40px;
	margin-left: 60px;
}

.sidebar .widget {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.widget_ewd_about {
	text-align: center;
}

.widget_ewd_about .widget-wrap {
	background: #efefef;
	padding: 40px;
}

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

.sidebar .widget_ewd_about p {
	margin: 20px 0;
}

.about-inner-right .widget-title {
	background-image: linear-gradient(#edda2f,#edda2f);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
	display: inline;
	font-family: 'allspice';
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 20px;
}

.widget_ewd_optin .hero-optin-outer {
	border: 0;
	width: 100%;
}

.widget_ewd_optin .off-fp .hero-optin {
	display: block;
	padding: 0;
}

.widget_ewd_optin .hero-optin img {
	margin-bottom: 35px;
	width: 100%;
}

.widget_ewd_optin .optin-form-wrap {
	margin: 0;
	width: 100%;
}

.widget_ewd_optin .off-fp .optin-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.widget_ewd_optin .before-optin-title,
.widget .best-selling-resources h2,
.widget_ewd_related .widget-title,
.widget_ewd_reviews .widget-title,
.widget_ewd_amazon .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	font-family: 'allspice';
    font-weight: normal;
    margin-bottom: 30px;
}

.widget_ewd_optin .before-optin-title {
	margin-bottom: 15px;
	padding-bottom: 7px;
	width: 97px;
}

.widget .hbg-promo {
	display: block;
	margin-bottom: 0;
}

.widget .promo-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.widget .best-selling-resources-inner {
	display: block;
}

.widget .best-selling-resource {
	margin-bottom: 40px;
	width: 100%;
}

.widget .best-selling-resource img,
.widget_ewd_related img {
	margin-bottom: 10px;
}

.widget_ewd_related .nr_panel {
	text-align: center;
	margin-bottom: 40px;
}

.widget_ewd_related a.nr_panel {
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

.widget_ewd_related a.nr_panel:hover {
	color: #f46ebb;
}

.widget .front-page-podcasts {
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.widget .front-page-podcasts .hbg-wrap {
	width: 100%;
}

.widget_ewd_podcast img {
	display: block;
	margin: 0 auto 15px;
	width: 220px;
}

.widget .front-page-podcasts h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.widget .front-page-podcasts h2 span {
	font-size: 32px;
	font-size: 3.2rem;
}

.widget .front-page-podcasts ul {
	margin-bottom: 40px;
}

.widget .front-page-podcasts li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget .front-page-facebook {
	background: none;
	border: 0;
	padding: 0;
}

.widget .front-page-facebook .facebook-wrap {
	padding: 0;
	box-shadow: none;
	width: 100%;
}

.widget .front-page-facebook h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.widget .front-page-facebook span {
	display: block;
}

.widget .best-selling-resources {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

.widget_ewd_amazon .widget-wrap,
.widget_ewd_resources .widget-wrap,
.widget_ewd_related .widget-wrap,
.widget_ewd_reviews .widget-wrap {
    border: 2px solid #000;
	position: relative;
	padding: 50px 40px 60px;
}

.widget_ewd_reviews .widget-wrap {
	padding: 50px 38px 60px;
	text-align: center;
}

.widget .download-testimonial {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #edda2f;
}

.widget_ewd_resources .widget-wrap,
.widget_ewd_related .widget-wrap,
.widget_ewd_reviews .widget-wrap {
	padding-top: 40px;
}

.widget_ewd_amazon .widget-wrap:before {
    background: #fff url(images/amazon.svg) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -22px;
}

.widget_ewd_resources .widget-wrap:before,
.widget_ewd_related .widget-wrap:before {
	background: #fff url(images/resources.svg) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 43px;
    width: 57px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: -22px;
}

.widget_ewd_reviews .widget-wrap:before {
    background: #fff url(images/reviews.svg) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 43px;
    width: 57px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: -22px;

}

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

.hello-bar {
	background: #edda2f;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 800;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
  	top: 0;
	z-index: 999;
}

.hello-bar a {
	background-color: #f46ebb;
    border: 0;
    border: 1px solid #f46ebb;
    border-bottom: 3px solid #b6538b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 9px 13px 6px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  vertical-align: middle;
  margin-left: 15px;
}
.hello-bar a:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hello-bar a:hover,
.hello-bar a:focus,
.hello-bar a:active {
  color: #f46ebb;
}
.hello-bar a:hover:before,
.hello-bar a:focus:before,
.hello-bar a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

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

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

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

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

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

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


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

.before-footer {
	background: #000;
	text-align: center;
}

.nav-footer .genesis-nav-menu > li.menu-item {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	text-transform: uppercase;
}

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

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


.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 10px 0 75px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
}

.site-footer:after {
	background: rgb(244,110,187);
	background: linear-gradient(90deg, rgba(244,110,187,1) 0%, rgba(237,218,47,1) 20%, rgba(73,200,201,1) 40%, rgba(182,101,243,1) 60%, rgba(151,238,81,1) 80%, rgba(249,181,24,1) 100%);
	border-top: 5px solid #fff;
	content: "";
	display: block;
	height: 16px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.site-footer p {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Icon Rotate */
.hvr-icon-rotate a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate a:hover .hvr-icon, .hvr-icon-rotate a:focus .hvr-icon, .hvr-icon-rotate a:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Bounce To Bottom */
.button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.button:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover,
.button:focus,
.button:active {
  color: #f46ebb;
}
.button:hover:before,
.button:focus:before,
.button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce In */
.entry-image-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.entry-image-link:hover,
.entry-image-link:focus,
.entry-image-link:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.icon-menu .menu-item img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.icon-menu .menu-item:hover img,
.icon-menu .menu-item:focus img,
.icon-menu .menu-item:active img {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.hbg-promo .addtoany_content {
	display: none;
}

/* # Amazon Favs
---------------------------------------------------------------------------------------------------- */

.hbg-amazon-favs .entry-title {
	margin-bottom: 70px;
}

.hbg-amazon-favs .site-inner {
	padding-bottom: 80px;
}

.af-featured-posts {
	border: 2px solid #000;
	padding: 70px 130px 40px;
	position: relative;
	margin-bottom: 80px;
}

.af-featured-posts:before {
	background: #fff url(images/amazon-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 65px;
	width: 65px;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	top: -38px;
}

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

.af-featured-posts .hbg-af-flex-wrap a {
	text-align: center;
	width: 28.84%;
}

.af-featured-posts .hbg-af-flex-wrap a img {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	display: block;
	margin-bottom: 30px;
}

.af-featured-posts .hbg-af-flex-wrap a:hover img {
	box-shadow: none;
}

.af-featured-posts .hbg-af-flex-wrap h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #000;
	text-transform: none;
}

.af-featured-posts .hbg-af-flex-wrap a:hover h3 {
	color: #f46ebb;
}

.af-featured-posts h2 {
	font-family: 'allspice';
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
}

.af-favorite-finds .hbg-af-flex-wrap {
	flex-wrap: wrap;
}

.fav-find {
	border-bottom: 1px solid #c8c8c8;
	display: flex;
	justify-content: space-between;
	width: 46.83%;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.fav-find:nth-last-of-type(-n+2) {
    border: 0;
}

.af-favorite-finds h2,
.af-shop-category h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

.af-shop-category h2 {
	margin-bottom: 40px;
}

.af-favorite-finds h2 span,
.af-shop-category h2 span {
	background-image: linear-gradient(#41c8ca,#41c8ca);
	background-position: 0 87%;
	background-repeat: repeat-x;
	background-size: 10px 10px;
}

.af-shop-category h2 span {
	background-image: linear-gradient(#94f043,#94f043);
}

.fav-find h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
}

.find-image {
	width: 44%;
}

.find-image img {
	display: block;
}

.find-right {
	width: 48.39%;
}

.af-shop-category {
	margin-bottom: 0;
}

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

.af-shop-category .shop-cat {
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	height: 88px;
	width: 31.08%;
	padding: 0 10px;
	text-align: center;
}

.af-shop-category .shop-cat span {
	background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0px 13px;
}

.af-shop-category .shop-cat:hover span {
	background: #fff;
	color: #000;
}

.hero-promo-image {
	text-align: center;
}

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

@media only screen and (min-width: 1600px) {
	.hbg-front-page .front-page-hero:before {
    	background-repeat: no-repeat;
    	background-position: 40%;
		background-size: 100% 100%;
	}
}

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

	.front-page-podcasts {
		background-repeat: no-repeat;
		background-position: 35% top;
	}

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

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

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

	.classroom-management-academy {
		margin-left: -5% !important;
}

}

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

	.hbg-sales-page .recap .hbg-sales-wrap {
		width: 100%;
	}

}


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

	.af-featured-posts {
		padding: 70px 70px 40px;
	}

	.recap-items {
		justify-content: center;
	}

	.recap-items .recap-item {
		padding: 0 20px;
		width: 33%;
	}

	.podcast-inner {
    	max-width: 520px;
	}

	.front-page-podcasts li {
		font-size: 20px;
		font-size: 2rem;
	}

	.archive-title {
		max-width: none;
	}

	.mini-header .title-area {
		max-width: 240px;
	}

	.mini-header .genesis-nav-menu > li > a {
		font-size: 12px;
		font-size: 1.2rem;
	}

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

	.before-header-bar .genesis-nav-menu > li.menu-item {
		margin: 0 2px;
	}

	.before-header-bar .wrap {
		width: 98%;
	}

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

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

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

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

	.site-inner,
	.wrap {
	}

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

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

	}

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

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

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

	.featured-product-block {
		padding: 60px 5% 40px;
		flex-wrap: wrap;
	}

	.featured-product-block img {
    	margin: 0 auto 40px;
	}

	.featured-product-inner,
	.featured-product-block.optin-block .featured-product-inner {
		width: 100%;
	}

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

	.archive-description-upper {
		display: block;
		padding-bottom: 20px;
	}

	.cat-pop-posts {
		padding: 0;
		border: 0;
	}

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

	.archive-description-left {
		padding: 0;
		margin-bottom: 30px;
	}

}

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

	.featured-product-block {
		padding: 60px 40px 40px;
		flex-wrap: nowrap;
	}

	.featured-product-block img {
    	margin-right: 40px;
	}

	.featured-product-inner {
		width: 61.9%;
	}

}

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

	.classroom-management-academy .hbg-wrap {
		flex-direction: column;
		align-items: center;
	}

	.cma-left {
		width: 100%;
	}

	.cma-right {
		margin-top: 40px;
		max-width: 500px;
		width: 100%;
		margin-left: 0;
	}

	.cma-right img {
		position: relative;
		top: auto;
		margin-top: 0;
		width: 100%;
	}

	.facebook-flex-wrap {
		padding-right: 0;
	}

	.hbg-front-page .front-page-hero:before {
		display: none;
	}

	.facebook-flex-wrap:after {
		display: none;
		background-size: contain;
		width: 340px;
		height: 387px;
		right: 50%;
		margin-right: -170px;
		bottom: -405px;
	}

	.fav-find {
		width: 100%;
	}

	.find-image {
		flex-shrink: 0;
		margin-right: 40px;
		width: 250px;
	}

	.find-right {
		width: 100%;
	}

	.af-shop-category .hbg-af-flex-wrap {
		justify-content: center;
	}

	.af-shop-category .shop-cat {
		margin: 0 2% 40px;
		max-width: 373px;
		width: 46%;
	}

	.front-page-podcasts {
    	background: url(images/podcast-bg-mobile.png) center top no-repeat;
    	background-size: auto;
		padding-top: 350px;
		padding-bottom: 0;
	}

	.podcast-inner {
		margin: 0 auto;
    	padding: 40px 5% 30px;
		background: rgba(255,255,255,.7);
		max-width: none;
		float: none;
	}

	.hbg-edd-menu li {
		margin: 0 10px 10px;
	}

	.hbg-shop .site-header {
    	padding: 20px 0 10px;
	}

	.hbg-shop .site-header .title-area {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-edd-menu {
		float: none;
		overflow: hidden;
		width: 100%;
		text-align: center;
	}

	.hbg-shop .hbg-edd-menu .genesis-nav-menu {
		text-align: center;
		margin-top: 20px;
	}

	.archive-description {
		padding-top: 60px;
	}

	.single-download .site-inner {
		padding-bottom: 60px;
	}

	.freebie-entry-inner {
		display: block;
	}

	.freebie-image,
	.header-content-wrap {
		width: 100%;
	}

	.freebie-image {
		padding: 30px 25px 0;
	}

	.front-page-hero {
    	padding: 60px 0;
	}

	.best-selling-resources-inner {
		flex-wrap: wrap;
	}

	.best-selling-resource {
		width: 47.5%;
	}

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

	.hero-optin {
		display: block;
	}

	.off-fp .hero-optin {
		padding: 40px 0;
	}

	.hero-optin img {
		display: block;
		margin: 0 auto 40px;
		max-width: 275px;
		width: 100%;
	}

	.hbg-grid-wrap {
    	display: grid;
    	grid-gap: 0 3.2%;
    	grid-template-columns: 31.2% 31.2% 31.2%;
	}

	.title-area {
		margin: 0;
	}

	.site-header {
		padding: 15px 0;
	}

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

	.sidebar-primary {
		margin: 40px auto 40px;
	}

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

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

	.site-inner,
	.wrap {

	}

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

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

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-shop .site-header .wrap {
		padding-left: 0;
		padding-right: 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: #000;
	}

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

	.front-page-hero {
		margin-bottom: 0;
	    padding-left: 20px;
	}

	.best-selling-resources {
		margin-bottom: 60px;
	}

	.hbg-shop-home .sidebar {
		display: none;
	}

}

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

	.front-page-hero {
		background-image: url(images/ashley-bg-mobile.png) !important;
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 110%;
	}

	.hbg-sales-page .entry-header {
		background-position: center center;
		background-size: cover;
		padding: 0;
		height: 300px;
	}

	.podcast-home-before-entry {
		margin: 0 auto 40px;
		max-width: 400px;
		width: 100%;
	}

	.hbg-slider-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		width: 100%;
	}

	.download-upper-right {
		width: 100%;
	}

	.hbg-podcast-home .content-sidebar-wrap > .content,
	.download-upper {
		display: block;
	}

	.best-selling-resources.off-fp,
	.hbg-promo.off-fp {
		margin-bottom: 60px;
	}

	.hbg-promo img {
		margin: 40px auto 0;
    	width: 100%;
		max-width: 250px;
	}

	.hbg-promo {
		display: block;
		margin-bottom: 80px;
	}

	.promo-wrap {
		padding-bottom: 12px;
	}

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

	.wrap {
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.front-page-about .about-inner {
		margin: 0;
		width: 100%;
	}

	.front-page-about .hbg-wrap {
		display: block;
	}

	.front-page-about img {
		max-width: 360px;
		margin: 0 auto 40px;
		width: 100%;
	}

	.front-page-about h2 {
		font-size: 36px;
		font-size: 3.6rem;
		text-align: center;
	}

}

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

	.af-featured-posts {
		padding-left: 40px;
		padding-right: 40px;
	}

	.af-featured-posts .hbg-af-flex-wrap {
		flex-wrap: wrap;
	}

	.af-featured-posts .hbg-af-flex-wrap img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.af-featured-posts .hbg-af-flex-wrap a {
		margin-bottom: 40px;
		width: 100%;
	}

	.af-shop-category .shop-cat {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.hbg-sales-page .bonus-details {
		text-align: center;
	}

	.hbg-sales-page .bonus-image-wrap {
		width: 175px;
		height: 175px;
	}

	.hbg-sales-page .bonus-image-wrap img {
		height: 92px;
		width: 92px;
	}

	.hbg-sales-page .entry-content > .bonuses {
		padding-top: 80px;
	}

	.hbg-sales-page .entry-content > .bonuses:before {
		top: -42px;
		margin-left: -42px;
		width: 84px;
		height: 84px;
		background-size: 56px 56px;
	}

	.hbg-sales-page .bonus-details,
	.hbg-sales-page .extra-bonuses {
		display: block;
	}

	.hbg-sales-page .extra-bonus {
		width: 100%;
	}

	.hbg-sales-page .bonus-image-wrap,
	.hbg-sales-page .extra-bonus img {
		margin: 0 auto 30px;
	}

	.hbg-sales-page .recap .hbg-sales-wrap .recamp-lower {
		padding: 0 5%;
	}

	.hbg-sales-page .background_orange_geo .hbg-sales-inner, .hbg-sales-page .background_purple_geo .hbg-sales-inner, .hbg-sales-page .background_blue_geo .hbg-sales-inner, .hbg-sales-page .background_yellow_geo .hbg-sales-inner {
		padding: 70px 50px 30px;
	}

	.background_black .button a,
	.recamp-lower .button,
	.background_grey .button a,
	.background_white .button a {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.background_grey .button {
		margin-top: 0;
	}

	.hbg-sales-page .entry-content ul {
		margin-left: 26px;
	}

	.hbg-sales-page .background_grey {
		padding-bottom: 0;
	}

	.background_black .button,
	.recamp-lower .button,
	.background_grey .button,
	.background_white .button {
		padding: 20px 24px;
	}

	.hbg-sales-page .background_white,
	.hbg-sales-page .background_purple,
	.hbg-sales-page .orange_purple,
	.hbg-sales-page .blue_purple,
	.hbg-sales-page .recap {
    	padding: 40px 0 30px;
	}

	.recap-items {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recap-items .recap-item {
		width: 50%;
	}

	.hbg-sales-page .recap h2 {
		padding: 0 5%;
		margin-bottom: 40px;
	}

	.hbg-sales-page .background_orange_geo, .hbg-sales-page .background_purple_geo, .hbg-sales-page .background_blue_geo, .hbg-sales-page .background_yellow_geo {
		padding: 40px 0;
	}

	.hbg-sales-page .modules {
		padding-top: 40px;
	}

	.hbg-sales-page img.alignleft {
		float: none;
		margin: 0 auto 30px;
		display: block;
	}

	.webinar-page .hbg-single-optin {
		padding: 40px 25px !important;
	}

	.webinar-page .form-title {
		padding: 0;
	}

	.webinar-page .entry-content > p, .webinar-page .entry-header {
		padding: 0 5%;
	}

	.webinar-page .entry-content ul {
		padding: 0 10%;
	}

	.hbg-single-optin form {
		display: block;
	}

	.hbg-single-optin input,
	.hbg-single-optin input[type="submit"] {
		margin: 0 auto 25px;
	}

	.single-related-products-inner {
		display: block;
	}

	.landing-page .site-inner {
		padding: 60px;
	}

	.hbg-freebies-wrap {
		display: block;
	}

	.hbg-freebies-wrap .entry,
	.single-related-products-inner .nr_panel {
		width: 100%;
	}

	.single-related-products-inner .nr_panel {
		margin-bottom: 25px;
	}

	.hbg-freebies-wrap {
		display: block;
	}

	.front-page-blog .entry {
		width: 100%;
	}

	.front-page-blog-wrap {
		flex-wrap: wrap;
	}

	.optin-title,
	.front-page-blog h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.before-optin-title {
		padding-bottom: 8px;
		width: 110px;
	}

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

	.hbg-freebie-library .hbg-freebies-wrap .freebie-entry {
		width: 100%;
		margin-bottom: 40px;
	}

	.hbg-grid-wrap {
    	display: grid;
    	grid-gap: 0 5%;
    	grid-template-columns: 47.5% 47.5%;
	}

	.podcast-form .gform_wrapper h3.gform_title {
		font-size: 30px;
		font-size: 3rem;
	}

	.podcast-form {
		padding-top: 40px;
	}

	.featured-products-wrap,
	.hbg-shop-home .hbg-edd-entry {
		display: block;
	}

	.featured-products-wrap .featured-resource {
		display: inline-block;
		width: 100%;
	}

	.hbg-shop-home .edd-image-wrap {
		margin: 0 auto 25px;
		width: 100%;
		max-width: 246px;
	}

	.hbg-grid-wrap .hero-optin-outer {
    	grid-column: span 2;
	}

}

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

	.fav-find {
		display: block;
		text-align: center;
	}

	.hero-optin-lower {
		display: block;
	}

	.hero-optin-lower .hero-optin-lower-img,
	.hero-optin-lower .optin-content {
		width: 100%;
	}

	.hbg-front-page .front-page-hero .hero-optin:before {
    	top: 20px;
    	right: 20px;
    	left: -20px;
    	bottom: -20px;
	}

	.find-image {
		margin: 0 auto 25px;
	}

	.show-notes-inner,
	.subscribe-review {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-freebie-signup .name-input,
	.hbg-freebie-signup .email-input {
		width: 100%;
	}

	.hbg-freebie-signup .name-input {
		margin-bottom: 25px;
	}

	.listener-spotlight-inner {
		margin-bottom: 60px;
	}

}

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

	.hbg-sales-page .module-details img {
		display: block;
		margin: 0 auto 30px;
		float: none;
	}

	.cma-right:after {
	    height: 160px;
	    width: 158px;
	    right: 0;
	    top: -140px;
	}

	input#pwbox-13205 {
		width: 100%;
		margin-bottom: 10px;
	}

	.front-page-podcasts li {
    	font-size: 18px;
    	font-size: 1.8rem;
	}

	.hbg-shop .title-area {
		max-width: 180px;
	}

	.hbg-shop .site-header .title-area {
		float: left;
	}

	.hbg-shop .site-title>a {
    	min-height: 73px;
	}

	.archive-description {
		padding-top: 40px;
	}

	.archive .cat-headline-icon {
		max-width: 60px;
	}

	.headline-icon-wrap {
		display: flex;
		align-items: flex-start;
	}

	.archive-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.best-selling-resources h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.best-selling-resource {
		width: 100%;
	}

	.entry-title,
	.off-fp .optin-title,
	.landing-page .entry-title {
    	font-size: 30px;
    	font-size: 3rem;
	}

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

	blockquote,
	.hbg-highlight {
		font-size: 20px;
		font-size: 2rem;
	}

	.product-extended-description .label1 span {
		background-size: 6px 6px;
	}

	.product-extended-description input + label {
		font-size: 16px;
		font-size: 1.6rem;
	    padding: 10px 20px;
	}

}

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

	.product-extended-description input + label {
    	font-size: 14px;
		font-size: 1.4rem;
	}

}


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

}
