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

	Version: 2.3.0

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

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


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


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

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

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

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

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

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


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

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

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


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

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

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

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.77;
	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: #da559e;
	font-weight: 700;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #333;
	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 {
	margin: 50px 20px 40px 75px;
    padding-left: 60px;
    position: relative;
}


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


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

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

h1 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 500 !important;
	text-transform: none !important;
}

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

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

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

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

h6 {
	color: #04bebf;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	text-transform: none;
}

/* ## 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 !important;
	opacity: 1;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget_ewd_resources a.button,
.hbg-shop #edd-purchase-button, .hbg-shop .edd-submit, .hbg-shop .edd-submit.button.blue, .hbg-shop [type=submit].edd-submit {
	background-color: #04bebf;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 1px;
	padding: 26px 48px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.hbg-shop #edd-purchase-button, .hbg-shop .edd-submit, .hbg-shop .edd-submit.button.blue, .hbg-shop [type=submit].edd-submit {
	padding: 14px 48px;
}

.search-form-submit[type="submit"] {
    background-color: #04bebf;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 8px;
    padding: 17px 16px 16px;
    width: 202px;
	border: 1px solid #fff;
	outline: 8px solid #04bebf;

}

.search-form-submit[type="submit"]:hover {
	background-color: #da559e;
	outline-color: #da559e;
}

.button-pink {
	background: #da559e;
}

button:before,
.button:before,
.widget_ewd_resources a.button:before,
.hbg-shop #edd-purchase-button:before, .hbg-shop .edd-submit:before, .hbg-shop .edd-submit.button.blue:before, .hbg-shop [type=submit].edd-submit:before {
	border: 1px solid #fff;
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	bottom:8px;
	left: 8px;
}

#edd-purchase-button:before,
.edd-submit:before,
.edd-submit.button:before,
[type=submit].edd-submit:before,
.button.edd-acp-checkout-btn:before,
.button.edd-acp-continue-btn:before {
	display: none;
}

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,
.widget_ewd_resources a.button:focus,
.widget_ewd_resources a.button:hover,
.hbg-shop #edd-purchase-button:hover, .hbg-shop .edd-submit:hover, .hbg-shop .edd-submit.button.blue:hover, .hbg-shop [type=submit].edd-submit:hover {
	background-color: #da559e;
	color: #fff;
}

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

.button {
	display: inline-block;
}


.button-pink:focus,
.button-pink:hover  {
	background: #04bebf;
}

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

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	position: relative;
}


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

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

.landing-page .site-container {
    background: #efefef url(images/hearts-gray.png);
}

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

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

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

.landing-page .site-inner {
	max-width: 900px;
	padding: 100px 0;
}

.landing-page .content {
	background: #fff;
	border: 2px solid #333;
	padding: 60px 60px 0;
}

.landing-page .entry-title {
	margin-bottom: 35px;
}

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

.archive .site-inner .hbg-flex-wrap {
    justify-content: center;
}

.archive hr {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    border: 0;
}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
}

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

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

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

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

.archive-description {
	background: none;
	position: relative;
	padding: 80px 0 60px;
}

.archive-description:before {
	content: "";
	background: #DA559E;
	opacity: .2;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.search-results .archive-description {
	background: none;
	padding: 0;
	border: 0;
}

.search-results .archive-title {
	padding: 0;
	margin-bottom: 40px;
}

.archive-flex-wrap {
	align-items: flex-start;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.archive-description-left {
	flex-shrink: 0;
	text-align: center;
	margin-right: 40px;
	width: 417px;
}

.archive-description .cat-headline-icon {
	width: 80px;
	height: 80px;
}

.cat-pop-posts {
	border: 2px #333 solid;
	margin-top: 18px;
	width: 100%;
}

.pop_inner {
	display: flex;
	justify-content: space-between;
	padding: 0 40px 15px;
}

.pop_inner li {
	text-align: center;
	line-height: 1.33;
	margin-bottom: 25px;
	width: 30.35%;
}

.pop_inner a {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.33;
	text-transform: uppercase;
}

.popular-post-image img {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}

.pop-posts-headline {
	text-align: center;
	color: #fff;
	margin-top: -18px;
	margin-bottom: 23px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

.pop-posts-headline span {
	background: #333;
	display: inline-block;
	padding: 6px 32px 8px;
	letter-spacing: .5px;
}

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.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: #efefef;
    color: #da559e;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
	font-weight: 900;
    padding: 13px;
    position: absolute;
    right: 0;
}

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

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

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

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

.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 500;
	text-transform: uppercase;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.single-post .entry-title {
	margin-bottom: 0;
}

.archive .site-inner .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
	text-transform: none;
}

.archive .site-inner .entry-title a {
	font-weight: 500;
}

.archive .site-inner .hbg-flex-wrap .entry img {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
	margin-bottom: 10px;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.about-widget {
	margin-bottom: 70px;
}

.about-widget .widget-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: flex-Start;
}

.ewd-about-widget-left {
	margin-top: 10px;
	width: 29.16%;
}

.ewd-about-widget-right {
	width: 65.83%;
}

.ewd-about-widget-left img {
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	display: block;
}

.about-widget .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about-widget a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.about-widget a i {
	margin-left: 5px;
}

.widget_ewd_about_sidebar {
	text-align: center;
}

.sidebar .widget.widget_ewd_about_sidebar .widget-wrap {
	border: 2px solid #333;
	padding: 0 38px 38px;
}

.widget_ewd_about_sidebar p {
	font-size: 14px;
	font-size: 1.4rem;
}

.widget_ewd_about_sidebar .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.widget_ewd_about_sidebar .nav-social {
    margin: 0 auto 40px;
}

.sidebar .genesis-nav-menu.menu-social li.menu-item {
	background: #04bebf;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);

}

.sidebar .genesis-nav-menu.menu-social li.menu-item:hover {
	background: #333;
}

.sidebar .ewd-about-widget-left,
.sidebar .ewd-about-widget-right {
    width: 100%;
}

.sidebar .ewd-about-widget-left {
	margin-bottom: 35px;
}

.about-label {
    display: inline-block;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	padding: 2px 40px;
}

.about-label-wrap {
	margin: -17px 0 45px;
}

.featured-resources {
	margin-bottom: 80px;
}

.featured-posts-widget {
	padding-bottom: 80px;
	padding-top: 100px;
}

.widget_ewd_resources .widget-wrap,
.featured-posts-widget .widget-wrap,
.widget_ewd_downloads .widget-wrap {
	border: 2px #333 solid;
    margin-top: 18px;
	padding: 0 60px 60px;
}

.widget_ewd_downloads .widget-wrap {
	padding-bottom: 0;
}

.sidebar .widget_ewd_resources .entry,
.sidebar .featured-content .entry {
	margin-bottom: 10px;
	width: 100%;
}

.sidebar .widget_ewd_resources .widget-wrap,
.sidebar .featured-content .widget-wrap {
	border: 2px #333 solid;
    margin-top: 18px;
	padding: 0 38px 38px;
}

.sidebar .featured-content .widget-wrap {
	padding-bottom: 10px;
}

.featured-posts-widget .widget-wrap {
	padding: 0 40px 40px;
}

.widget_ewd_resources .widget-title,
.widget_ewd_downloads .widget-title,
.featured-posts-widget .widget-title,
.sidebar .featured-content .widget-title {
    text-align: center;
    color: #fff;
    margin-top: -18px;
    margin-bottom: 42px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
}

.widget_ewd_resources .widget-title span,
.widget_ewd_downloads .widget-title span,
.featured-posts-widget .widget-title span,
.sidebar .featured-content .widget-title span {
    background: #333;
	color: #fff;
    display: inline-block;
    padding: 7px 32px 7px;
    letter-spacing: .5px;
}

.widget_ewd_resources .product-wrap,
.widget_ewd_downloads .product-wrap,
.featured-posts-widget .entries {
    display: flex;
    justify-content: space-between;
}

.sidebar .widget_ewd_resources .product-wrap,
.sidebar .featured-content .entries {
	display: block;
}

.widget_ewd_resources img,
.widget_ewd_downloads img,
.featured-posts-widget img,
.featured-content img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	display: block;
    margin-bottom: 10px;
}

.hbg-blog .widget_ewd_resources h4,
.hbg-blog .featured-posts-widget h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	line-height: 1.33;
}

.hbg-blog .sidebar .widget_ewd_resources h4,
.hbg-blog .sidebar .featured-posts-widget h4 {
	margin-bottom: 20px;
}

.hbg-blog .featured-posts-widget h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-posts-widget .entry {
	max-width: 200px;
	width: 17.85%;
	margin-bottom: 30px;
	text-align: center;
}

.widget_ewd_resources .entry,
.widget_ewd_downloads .entry {
	max-width: 243px;
	width: 22.5%;
	margin-bottom: 30px;
	text-align: center;
}

.widget_ewd_downloads .entry {
	width: 30.35%;
}

.hbg-blog .featured-posts-widget .entry-header {
	text-align: center;
}

.widget_ewd_resources a,
.widget_ewd_downloads a,
.featured-posts-widget a {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
}

.widget_ewd_resources a,
.widget_ewd_downloads a,
.featured-posts-widget a {
	font-size: 20px;
	font-size: 2rem;
}

.widget_ewd_downloads a {
	font-size: 18px;
	font-size: 1.8rem;
}

.widget_ewd_resources a:hover,
.widget_ewd_downloads a:hover {
	color: #da559e;
}

.featured-posts-widget a {
    font-size: 18px;
    font-size: 1.8rem;
}

.instagram-widget {
    background: rgba(153, 153, 153, 0.25) url(images/hearts-gray.png);
    padding: 80px 0 84px;
    text-align: center;
	position: relative;
}

.instagram-widget:before {
	background: url(images/heart.svg);
	content: "";
	height: 53px;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: -27px;
	position: absolute;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

.featured-content .entry-title,
.hbg-blog .sidebar .featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}


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

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

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

.sidebar .widget.enews-widget {
	background-color: #fff;
	border: 2px solid #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	padding: 0 40px  60px;
}

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

.sidebar .enews-widget p {
	margin-bottom: 32px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #04bebf;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 8px;
	padding: 17px 16px 16px;
    width: 202px;
}

.sidebar .enews-widget .widget-title {
	margin: -17px 0 35px
}

.sidebar .enews-widget .widget-title span {
	display: inline-block;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	padding: 6px 50px;
}

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

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

.enews-widget input[type="submit"] {
	border: 1px solid #fff;
	outline: 8px solid #04bebf;
	margin: 0;
	width: 100%;
}

.enews-widget input[type="submit"]:hover,
.after-entry .hbg-inline-optin input[type="submit"]:hover {
	outline-color: #da559e;
}

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

.pink-email-widget {
	background: #da559e url(images/hearts-pink.png);
	padding: 80px 0 64px;
	text-align: center;
}

.pink-email-widget .widget-title {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
	margin-bottom: 40px;
	text-transform: none;
}

.pink-email-widget form {
	margin: 0 auto;
	max-width: 830px;
}

.pink-email-widget input {
	border: 1px solid #555;
	float: left;
	margin-right: 20px;
	padding: 21px 16px;
	width: 242px;
}

.pink-email-widget .enews-widget input[type="submit"] {
	font-size: 18px;
	margin: 8px 0 0 7px;
	padding: 16px 16px 15px;
	width: 284px;
}

.pink-email-widget .enews-widget input[type="submit"]:hover,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #fff;
	border-color: #333;
	outline-color: #fff;
	color: #333;
}

.hbg-inline-optin {
	margin: 0 auto;
	max-width: 920px;
	width: 90%;
}

.hbg-front-page .optin-widget {
	background: #d7f2f1 url(images/white-dots.png);
	padding: 70px 0;
}

.hbg-inline-optin-image {
	float: left;
	margin-right: 12px;
	max-width: 410px;
}

.after-entry .hbg-inline-optin-image {
    float: left;
    margin-right: 12px;
    max-width: 320px;
    margin-left: -20px;
}

.archive.hbg-inline-optin-image {
	max-width: 400px;
	margin-right: 28px;
}

.hbg-inline-optin-inner {
	padding-top: 30px;
	text-align: center;
}

.after-entry .hbg-inline-optin-inner {
	text-align: left;
}

.optin-label {
	background: #04bebf;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 4px 28px;
	text-transform: uppercase;
}

.after-entry .optin-label {
	background: #333;
	position: absolute;
	margin-left: -103px;
	top: -19px;
	left: 50%;
	display: block;
}

.hbg-inline-optin .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.after-entry .hbg-inline-optin .widget-title {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
}

.hbg-front-page .hbg-inline-optin form,
.after-entry .hbg-inline-optin form {
	clear: both;
	margin: 0 auto;
	max-width: 830px;
}

.after-entry .hbg-inline-optin form {
	margin-top: 28px;
}

.archive .hbg-inline-optin form {
	clear: none;
	display: inline-block;
	margin: 10px auto 0;
	max-width: 750px;
}

.hbg-front-page .hbg-inline-optin input,
.after-entry .hbg-inline-optin input {
    border: 1px solid #555;
    float: left;
	font-size: 16px;
	font-size: 1.6rem;
    margin-right: 20px;
    padding: 21px 16px;
    width: 242px;
	text-align: center;
}

.hbg-clearfix:before,
.hbg-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.hbg-clearfix:after { clear: both; }
.hbg-clearfix { zoom: 1; } /* IE < 8 */

.archive .hbg-inline-optin p {
	margin-bottom: 10px;
}

.archive .hbg-inline-optin input,
.after-entry .hbg-inline-optin input {
    border: 1px solid #555;
    float: left;
    margin-right: 20px;
    padding: 17px 16px;
    width: 218px;
}

.hbg-front-page .hbg-inline-optin input[type="submit"],
.after-entry .hbg-inline-optin input[type="submit"] {
	border-color: #fff;
    font-size: 18px;
    margin: 8px 0 0 7px;
    padding: 16px 16px 15px;
	outline: 8px solid #04bebf;
    width: 284px;
}

.hbg-front-page .hbg-inline-optin input[type="submit"]:hover,
.after-entry .hbg-inline-optin input[type="submit"]:hover {
	background: #da559e;
	outline-color: #da559e;
}

.after-entry .hbg-inline-optin input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

.archive .hbg-inline-optin input[type="submit"],
.after-entry .hbg-inline-optin input[type="submit"] {
	border-color: #fff;
    font-size: 16px;
    margin: 8px 0 0 7px;
    padding: 13px 16px 12px;
    width: 264px;
}

.archive .optin-widget.enews-widget.widget-area {
	background: rgba(153, 153, 153, 0.25) url(images/white-dots.png);
	margin: 40px 0 80px;
	padding: 60px 0 30px;
    width: 100%;
}

.archive .hbg-inline-optin {
    margin: 0 auto;
    max-width: 1200px;
	width: 100%;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.genesis-nav-menu .sub-menu {
	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: 180px;
	z-index: 99;
}

.genesis-nav-menu .blue .sub-menu {
	border-color: #04BEBF;
}

.icon-menu .genesis-nav-menu .blue a:hover {
    color: #04BEBF;
}

.genesis-nav-menu .orange .sub-menu {
	border-color: #F4B11B;
}

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


.genesis-nav-menu .green .sub-menu {
	border-color: #B7CE48;
}

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


.genesis-nav-menu .purple .sub-menu {
	border-color: #A170B5;
}

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


.genesis-nav-menu .yellow .sub-menu {
	border-color: #EBD900;
}

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

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

.mini-header .genesis-nav-menu .menu-item .sub-menu {
	border: 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
}

.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: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 15px;
    position: relative;
	width: 180px;
    word-wrap: break-word;
}

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

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

div.sidr li a,
div.sidr .menu-item a {
	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;
    position: relative;
	width: 132px;
    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 {
    border-top: 1px solid #efefef;
}

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

.mini-header .genesis-nav-menu .sub-menu a {
	color: #222;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
	padding: 12px 12px 12px 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;
	margin-top: 18px;
	max-width: 800px;
}

.icon-menu .genesis-nav-menu > li.menu-item {
	margin: 0 16px;
	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-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu > li > a,
.icon-menu .genesis-nav-menu > li > a {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px;
}

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

.menu-item .menu-image-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 82px;
	width: 82px;
	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;
}

.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: 500;
    padding: 18px 8px;
	letter-spacing: .5px;
	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: #222;
}

.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: #da559e;
	color: #fff;
	padding: 13px 14px;
}

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

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

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

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

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

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

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

.genesis-nav-menu > li.menu-item {
	border: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	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: #da559e;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	height: 52px;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 52px;
}

.genesis-nav-menu.menu-social li.menu-item:hover {
	background: #04bebf;
	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: 8px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

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


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

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

.post-intro {
	background: #f4f1ed;
	margin-bottom: 28px;
	padding: 32px 68px;
	text-align: center;
}

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

.entry-header .category-icon {
	margin: 0 auto 15px;
	max-width: 58px;
}

.entry-header .category-icon img {
	display: block;
}

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

.archive .site-inner .hbg-flex-wrap .entry {
    margin-right: 3.33%;
    position: relative;
    max-width: 270px;
    width: 22.5%;
}

.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(4n+4),
.archive .site-inner .hbg-flex-wrap .entry:last-of-type {
    margin-right: 0;
}

.entry-content ol,
.entry-content ul,
.extended-description-wrap ol,
.extended-description-wrap ul {
	margin-bottom: 28px;
	margin-left: 95px;
}

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

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

.entry-content ul > li:before,
.extended-description-wrap ul > li:before {
	background: url(images/heart-bullet.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	left: -21px;
	top: 5px;
	position: absolute;
	width: 15px;
}

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

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

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

p.entry-meta,
p.entry-meta a {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .entry-header .entry-meta  {
	margin: 10px 0 30px;
}

.entry-meta .fas {
	color: #999;
	margin: 0 5px;
}

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

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

.entry-categories,
.entry-tags {

}

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

.pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 70px;
	text-align: center;
	text-transform: uppercase;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #da559e;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 2px;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 40px;
}

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

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

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

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

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

.comment-list {
	clear: both;
}

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

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

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

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

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

}

.comment-list li.bypostauthor > article {
	background: #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 #cacaca;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px 15px;
	width: 50%;
}

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

.comment-respond label {
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.comment-header p {
	line-height: 1.2;
	margin-bottom: 5px;
}

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

.comment-author {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

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

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

.comment-time {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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

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

.comment-reply .fa {
	margin-right: 5px;
}

.comment-reply a {
	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"],
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit]  {
	background: #da559e;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-right: 0;
	min-width: 0;
	padding: 18px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.comment-respond .form-submit:before,
div.gform_wrapper .gform_footer:before {
	background: none;
	    border: 1px solid #fff;
	    content: "";
	    display: block;
	    position: absolute;
	    top: 7px;
	    left: 7px;
	    right: 7px;
	    bottom: 7px;
	    pointer-events: none;
		z-index: 1;
}

.comment-respond .form-submit {
	display: inline-block;
    position: relative;
}

.comment-respond .form-submit:hover:before {
	background: none;
}

div.gform_wrapper .gform_footer {
	display: inline-block;
	position: relative;
	padding: 0;
	width: auto;
}

.comment-respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:focus,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #04bebf;
	color: #fff;
}

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

.comment-notes {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.hbg-blog.full-width-content .content {
	max-width: none;
}

.hbg-blog .content .entry {
	border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    min-height: 400px;
    padding: 0 0 0 383px;
    position: relative;
}

.hbg-blog .content .entry:last-of-type {
	margin-bottom: 20px;
}

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

.hbg-blog .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
	font-weight: 500;
	text-transform: none;
}

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

.hbg-blog .content .entry img {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	margin-top: 8px;
    left: 0;
    position: absolute;
    top: 0;
}

.more-link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-link i {
	margin-left: 4px;
}

.hbg-blog .entry-header .entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.hbg-front-page .content-sidebar-wrap {
	display: block;
}

.front-page-blog {
	margin: 0 auto 80px;
	max-width: 900px;
}

.front-page-blog .button-wrap {
	margin-top: 60px;
}

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

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

.sidebar .widget {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 0 0 40px;
}


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

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

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

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

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

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


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

.site-footer {
	background-color: #333;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.33;
	padding: 70px 0 40px;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

/* # Blocks
---------------------------------------------------------------------------------------------------- */

.hbg-highlight-text {
	background: #efefef url(images/white-dots.png);
	border: 5px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	padding: 55px;
	margin-bottom: 60px;
}

.hbg-featured-resource-block {
	border: 2px solid #333;
	padding: 0 40px 40px;
	margin-bottom: 40px;
}

.resource-block-inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.featured-resource-block-content-wrap {
	width: 67.85%;
}

.hbg-featured-resource-block h3 {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hbg-featured-resource-block .edd-image {
	flex-shrink: 0;
	width: 27.24%;
}

.hbg-featured-resource-block .button {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 23px 68px;
	margin-top: 30px;
}

.resource-label {
	margin: -17px 0 30px;
	text-align: center;
}

.resource-label span {
	background: #333;
    color: #fff;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 6px 26px 5px;
    letter-spacing: .5px;
	line-height: 1.33;
	text-transform: uppercase;
}

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

.after-entry .hbg-inline-optin,
.hbg-optin-block .hbg-inline-optin {
	border: 2px solid #333;
	margin-bottom: 60px;
	padding: 40px 40px 40px;
	position: relative;
	width: 100%;
}

.nrelate {
	margin-bottom: 55px;
	overflow: hidden;
}

.nr_panel {
	margin-right: 25px;
	margin-bottom: 20px;
    width: 200px;
    display: block;
    float: left;
	text-align: center;
}

.nr_panel{
	color: #333;
}

.nr_panel:hover {
    color: #da559e;
}

.nr_title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.nr_inner {
	justify-content: space-between;
}

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

.nr_img_div {
	display: block;
}

.nr_img_div img {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	display: block;
	margin-bottom: 15px;
}

/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}


/* # EDD Pages
---------------------------------------------------------------------------------------------------- */

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

.hbg-shop .title-area {
	max-width: 235px;
}

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

.hbg-shop.content-sidebar .content {
	max-width: 840px;
}

.hbg-shop .site-inner {
	padding-top: 60px;
}

.hbg-single-download .site-inner {
	max-width: 900px;
}

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

.hbg-download-slider-wrap {
    margin-bottom: 40px;
    max-width: 350px;
    flex-shrink: 0;
	margin-right: 60px;
}

.download-single-slider {
    margin-bottom: 15px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

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

.download-slider li {
    margin: 0 5px;
	max-width: 80px;
    opacity: .5
}

.download-slider li.slick-vid-thumb {
    position: relative
}

.download-slider li.slick-vid-thumb:before {
    color: #fff;
    content: '\f144';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 48px;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

button.slick-prev:before,button.slick-next:before {
    color: #222
}

.download-slider li:hover {
    cursor: pointer
}

.download-slider li.slick-current {
    opacity: 1
}

.hbg-single-download .entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 5px;
	text-transform: uppercase !important;
}

.single-download-price {
	color: #da559e;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart,
.hbg-shop #edd-purchase-button, .hbg-shop .edd-submit, .hbg-shop [type=submit].edd-submit {
	background: #da559e;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart:hover,
.hbg-shop #edd-purchase-button:hover, .hbg-shop .edd-submit:hover, .hbg-shop [type=submit].edd-submit:hover {
	background: #04bebf;
}

.hbg-single-download .edd_download_purchase_form {
	margin-bottom: 20px;
}

.hbg-download-slider-wrap .button {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: none;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	padding: 23px 48px;
}

.hbg-single-download .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
    padding: 13px 0;
}

.hbg-single-download .nr_text {
	font-size: 16px;
	font-size: 1.6rem;
}

.related-bundle-price {
	color: #da559e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

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

.extended-description-wrap {
	border: 2px solid #333;
	padding: 0 60px 20px;
}

.extended-description-wrap h4 {
	margin: -17px 0 35px;
	text-align: center;
	font-size: 16px;
font-size: 1.6rem;
}

.extended-description-wrap h4 span {
    display: inline-block;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding: 6px 50px;
}

.widget_ewd_download_sidebar {
	border: 2px #333 solid !important;
    margin-top: 18px;
    padding: 0 !important;
}

.widget_ewd_download_sidebar .widget-title {
	margin: -17px 0 40px;
	text-align: center;
}

.widget_ewd_download_sidebar .widget-title span {
    padding: 6px 20px;
}

.widget_ewd_download_sidebar a.download-cat-name,
.widget_ewd_download_sidebar div.download-cat-name  {
	background: #da559e;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	padding: 10px;
	position: relative;
}

.widget_ewd_download_sidebar a.download-cat-name h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-left: 120px;
}

.widget_ewd_download_sidebar div.download-cat-name h4 {
	margin-left: 0;
	font-size: 16px;
font-size: 1.6rem;
margin-bottom: 0;
	text-align: center;
}

.widget_ewd_download_sidebar a.download-cat-name .parent-tax-img-wrap {
	position: absolute;
	height: 90px;
	width: 90px;
	left: 30px;
	top: -25px;
}

.widget_ewd_download_sidebar a.download-cat-name .parent-tax-img-wrap img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.widget_ewd_download_sidebar ul {
	padding: 30px 40px 40px;
}

.widget_ewd_download_sidebar ul a {
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry,
.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(4n+4) {
    margin-right: 4.76%;
	max-width: 254px;
	width: 30.16%;
}

.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.hbg-archive-download.archive .entry-title {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-archive-download.archive .entry .edd_price {
	color: #da559e;
}

.hbg-edd-menu {
	display: block !important;
	float: right;
	margin-top: 18px;
}

.hbg-edd-menu li {
	display: inline-block;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 40px;
	text-transform: uppercase;
	vertical-align: middle
}

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

.hbg-shop .site-header .genesis-nav-menu > li > a {
	padding-bottom: 0;
}

.hbg-shop .site-header .search-form {
	border: 0;
    background: #ededed;
	padding: 17px 0 13px;
	margin-top: 0;
	width: 215px;
}

.shop-banner.widget-area {
    background: #da559e;
    color: #fff;
	text-transform: uppercase;
    font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.33;
    padding: 18px 0;
    text-align: center
}

.hbg-shop .site-header .search-form input {
	background: none;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 0;
	outline: 0;
	margin: 0;
	text-transform: uppercase;
	width: 150px;
	border: 0;
}

.hbg-shop .site-header .search-form input[type="submit"] {
	background: none !important;
	color: #333 !important;
    font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 0 20px 0 2px;
	border: 0;
	outline: 0;
	width: auto;
	margin: 0;
}

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

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

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

.hbg-shop .archive-description {
	margin-bottom: 40px;
	padding: 0;
}

.hbg-shop .archive-description:before {
	display: none;
}

.shop-cat-img {
	margin-right: 20px;
	float: left;
	height: 90px;
	width: 90px;
}

.shop-cat-img {
    margin-right: 10px;
    float: left;
    height: 90px;
    width: 90px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.hbg-shop.archive .site-inner .hbg-flex-wrap {
	clear: both;
}

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

.hbg-shop fieldset {
	border: 0;
}

.hbg-shop legend {
	font-weight: 700;
	margin-bottom: 20px;
}

.widget.widget_ewd_download_sidebar ul > li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

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

.hbg-edd-button-after {
	margin: 40px 0 -20px;
}

.widget_ewd_downloads h4 {
	margin-bottom: 0;
}

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

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

	.after-entry .hbg-inline-optin input {
		float: none;
		margin: 0 10px 20px;
	}

	.after-entry .hbg-inline-optin form {
		text-align: center;
	}

}

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

	.hbg-product-upper {
		display: block;
	}

	.hbg-download-slider-wrap {
		margin: 0 auto 40px;
	}

	.archive .site-inner .hbg-flex-wrap .entry {
		width: 20.5%;
	}

	.icon-menu {
	    max-width: 580px;
	}

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

	.prep-time .tasty-recipes-label, .total-time .tasty-recipes-label, .cook-time .tasty-recipes-label {
		display: block !important;
		line-height: 1.2 !important;
	}

	.easyrecipe .ERSTimes .ERSTime .ERSTimeItem, .prep-time span, .total-time span, .cook-time span {
		display: block !important;
	}

	.prep-time, .total-time, .cook-time {
		padding-top: 8px !important;
	}

	.easyrecipe .ERSTimes .ERSTime div, .prep-time, .total-time, .cook-time {
		width: 210px !important;
	}

	.icon-menu .genesis-nav-menu > li.menu-item {
		margin: 0 3px;
	}

}

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

	.hbg-edd-menu {
		float: none;
	}

	.hbg-shop .title-area {
		float: none;
		margin-bottom: 25px;
		overflow: hidden;
	}

	.site-header .hbg-edd-menu ul {
		text-align: center;
	}

	.hbg-shop #genesis-sidebar-primary {
		padding-top: 18px !important;
		margin-top: 0;
	}

	.featured-posts-widget .entries {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hbg-front-page .featured-posts-widget .entry {
		margin: 0 0 30px;
		padding: 0 15px;
		width: 33%;
		max-width: none;
	}

	.pop_inner li {
		width: 30%;
	}

	.archive-flex-wrap {
		display: block;
	}

	.archive-description-left {
		width: 100%;
		margin: 0 0 65px;
	}

	button.slide-nav-link:before {
		position: relative;
		border: 0;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
	}

	.hbg-start-here .pillar-optin {
		text-align: center;
	}

	.pillar-optin input[type="email"],
	.pillar-optin input[type="text"] {
		max-width: 182px;
	}

	.email-optin input[type="email"],
	.email-optin input[type="text"] {
		max-width: 190px;
	}

	.hbg-front-page .home-hero {
		background-position: -270px top;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
	    background: rgba(255, 255, 255, 0.70);
	}

	.hbg-resource-cat .hbg-grid-wrap {
		grid-gap: 0 7%;
    	grid-template-columns: 46.5% 46.5%;
	}

	.hbg-start-here .pillar-optin input[type="email"] {
		margin: 0 20px 20px 0;
	}

	.start-here-nav-inner a {
		margin: 0 3% 6%;
	}

	.start-here-nav .hbg-wrap {
		max-width: 710px;
	}

	.start-here-nav {
		margin-bottom: 40px;
	}

	.start-here-nav-inner {
		justify-content: center;
	}

	.site-inner,
	.wrap {

	}

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

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

	.sidebar {
		clear: both;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 300px;
	}

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

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.site-header {
		padding: 10px 0;
	}

	.site-title > a {
    	margin-top: 0;
		min-height: 95px;
	}

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

	.icon-menu {
    	max-width: 500px;
	}

	.icon-menu .genesis-nav-menu > li > a {
    	padding: 20px 10px;
	}

	.hbg-start-here .pillar-feat-posts a {
		width: 31.96%;
	}

	.hbg-sales-highlight {
		width: 80%;
	}

	.hbg-front-page .home-hero {
		background: url(images/hero-mobile-bg.jpg) left top no-repeat !important;
		background-size: cover !important;
		padding-top: 350px;
	}

	.hbg-front-page .home-hero .front-page-hero-email-optin {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}

	.archive .hbg-inline-optin input, .after-entry .hbg-inline-optin input {
		width: 185px;
	}

	.hbg-front-page .hbg-inline-optin input {
		width: 180px;
	}

	.hbg-front-page .hbg-inline-optin form {
		max-width: 695px;
	}

}

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

	.after-entry .hbg-inline-optin input {
		float: none;
		margin: 0 10px 20px;
	}

	.after-entry .hbg-inline-optin form {
		text-align: center;
	}

}

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

	.hbg-front-page .featured-posts-widget .entry {
	}

	.hbg-front-page .hbg-inline-optin-image {
		float: none;
	}

	.hbg-front-page .hbg-inline-optin-inner {
		padding-top: 0;
	}

	.hbg-front-page .hbg-inline-optin input,
	.pink-email-widget input {
		width: 240px;
	}

	.hbg-front-page .hbg-inline-optin input,
	.pink-email-widget input {
		margin: 0 10px 20px;
		float: none;
	}

	.about-widget .widget-wrap {
		display: block;
	}

	.widget_ewd_resources .product-wrap {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.widget_ewd_resources .widget-wrap, .featured-posts-widget .widget-wrap {
		padding: 0 5% 40px;
	}

	.widget_ewd_resources .entry {
		width: 45%;
	}

	.ewd-about-widget-right {
		width: 100%;
	}

	.ewd-about-widget-left {
		width: 100%;
	}

	.ewd-about-widget-left img {
		margin: 0 0 25px;
	}

	.email-optin {
		margin-bottom: 20px;
	}

	.archive .site-inner .hbg-flex-wrap .entry {
    	width: 48.335%;
	}

	.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(even) {
		margin-right: 0;
	}

	.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(even) {
    	margin-right: 4.76%;
	}

	.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(3n+3) {
    	margin-right: 0;
	}

	.after-entry .hbg-inline-optin-inner {
		padding-top: 0;
	}

	.after-entry .hbg-inline-optin-image {
		float: none;
		margin: 0 auto 0;
	}

	.email-optin input[type="submit"] {
		min-width: 190px;
	}

	.hbg-front-page .home-hero {
    	background: url(images/hero-mobile-bg.jpg) -65px top no-repeat !important;
		background-size: auto !important;
	}

	.after-entry .hbg-inline-optin input {
		float: none;
		display: block;
		width: 100% !important;
		margin: 0 auto 20px !important;
		max-width: 280px;
	}

	.after-entry .hbg-inline-optin input[type="submit"] {
		margin-top: 28px !important;
		margin-bottom: 0 !important;
		max-width: 264px;
	}

	.popup-widget-inner {
		display: block;
	}

	.widget_ewd_popup img {
		margin: 0 auto 25px;
		max-width: 315px;
		width: 100%;
	}

	.hbg-start-here .pillar-inner {
		padding: 0 5% 5%;
	}

	.hbg-inline-optin {
		display: block;
		text-align: center;
	}

	.hbg-inline-optin-image {
		margin: 0 auto 25px;
	}

	.site-title > a {
    	margin-top: 0px;
		min-height: 66px;
	}

	.title-area {
    	max-width: 189px;
    	padding: 0;
	}

	.slide-nav-link {
		min-width: 0;
	}

	.wrap {
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.hbg-shop .sidebar {
	    margin-bottom: 60px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.hbg-shop .pagination {
		padding-bottom: 25px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.hbg-blog .content .entry {
		padding: 0;
	}

	.hbg-blog .content .entry img {
    	left: 0;
		display: block;
		margin: 0 auto 25px;
    	position: relative;
    	top: 0;
	}

	.hbg-blog .entry-title {
		margin-bottom: 25px;
	}

	.archive-description {
		padding-top: 50px;
	}

	.hbg-recipe-category .archive-description {
    	margin: 0 auto 60px;
		padding: 0 5% 40px;
		max-width: 540px;
	}

	.recipe-subcats .button-wrap {
    	margin: 20px 0 0;
	}

	.hbg-sales .entry-title {
		padding: 80px 0;
	}

	.hbg-sales .entry-header {
		min-height: 0;
	}

	.hbg-sales-about {
		display: block;
		padding: 5%;
	}

	.about-text-wrap {
		padding: 0;
		width: 100%;
	}

	.about-text {
		max-width: none;
	}

	.hbg-sales-about-image {
		display: block;
		margin: 0 auto 25px;
		max-width: 365px;
		width: auto;
	}

	.hbg-resource-cat .content-sidebar-wrap {
		display: block;
	}

	.hbg-resource-cat .sidebar {
		padding: 116px 5% 20px;
		margin-bottom: 65px;
		width: 100%;
	}

	.cat-select {
		display: block;
	}

	.front-page-hero-email-optin .enews p {
    	max-width: 280px;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
    	padding: 40px 5% 30px;
	}

	.front-page-hero-email-optin input {
		width: 188px;
	}

	.pillar-optin form {
		margin-top: 20px;
	}

	.hbg-start-here .pillar-optin {
		display: block;
		text-align: center;
	}

	.pillar-optin-image {
		margin: 0 auto 25px;
	}

}

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

	.nr_panel {
		display: block;
		float: none;
		clear: both;
	}

	.archive .hbg-inline-optin input {
		float: none;
		display: block;
		width: 100% !important;
		margin: 0 auto 20px !important;
		max-width: 280px;
	}

	.archive .hbg-inline-optin input[type="submit"] {
		margin-top: 28px !important;
		margin-bottom: 0 !important;
		max-width: 264px;
	}

	.archive .hbg-inline-optin form {
		width: 100%;
	}

	.archive .optin-widget.enews-widget.widget-area {
		padding-bottom: 60px;
	}

	.archive .hbg-inline-optin-image {
		float: none;
	}

	.archive .hbg-inline-optin-inner {
		padding-top: 0;
	}

}

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

	.hbg-shop .site-header .search-form {
		padding: 12px 0 8px;
		margin-top: 10px;
	}

	.hbg-shop .title-area {
		float: left;
	}

	.pop_inner,
	.widget_ewd_downloads .widget-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.pop_inner a,
	.widget_ewd_downloads a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.landing-page .site-inner {
		padding: 60px 0;
	}

	.landing-page .entry-title {
		margin-bottom: 25px;
	}

	.landing-page .content {
		padding: 50px 5% 0;
	}

	.hbg-front-page .featured-posts-widget a {
		font-size: 16px;
	}

	.hbg-front-page .featured-posts-widget .entry {
		width: 50%;
	}

	.archive .site-inner .hbg-flex-wrap .entry {
		width: 40%;
	}

	.resource-block-inner-wrap {
		display: block;
	}

	.start-here-nav-inner a {
		font-size: 11px;
		height: 145px;
		padding-top: 19px;
		width: 145px;
	}

	.start-here-nav-inner img {
	    display: block;
	    height: 56px;
	    margin-bottom: 10px;
	    width: 89px;
	}

	.hbg-featured-resource-block .edd-image {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 200px;
	}

	.featured-resource-block-content-wrap {
		text-align: center;
		width: 100%;
	}

	.tasty-recipes-display h2 {
		clear: both !important;
	}

	div.tasty-recipes-image {
		margin-left: auto !important;
		margin-right: auto !important;
		border: 0 !important;
		text-align: center !important;
		float: none;
	}

	.tasty-recipes-details {
		padding-right: 0 !important;
	}

	.easyrecipe .ERSTimes .ERSTime {
		margin-bottom: 8px !important;
		width: 94% !important;
	}

	.widget_ewd_popup .ghost-button {
		display: none;
	}

	.widget_ewd_popup img {
		margin: 0 auto 25px;
		max-width: 200px;
		width: 100%;
	}

	.popup-widget-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.landing-page .site-inner {
		padding: 60px 0;
	}

	.landing-page .entry-title {
		margin-bottom: 25px;
	}

	.landing-page .content {
		padding: 50px 5% 0;
	}

	.about-widget {
		padding-bottom: 50px;
	}

	.fp-product {
		padding: 50px 0 30px;
	}

	.fp-product .fp-inner-wrap {
		display: block;
	}

	.fp-product-image {
		margin: 0 auto 20px;
		max-width: 220px;
	}

	.fp-featured-posts .button-wrap {
		margin-top: 10px;
	}

	.fp-featured-posts-inner {
		flex-wrap: wrap;
	}

	.fp-featured-posts-inner a {
		margin-bottom: 7%;
    	width: 46.5%;
	}

	.fp-featured-posts {
		padding: 70px 0 50px;
	}

	.hbg-recipe-search {
		padding-bottom: 50px;
	}

	.fp-sh-text,
	.fp-product-content {
    	width: 100%;
	}

	.fp-sh-flex {
		flex-wrap: wrap;
    	flex-direction: column-reverse;
	}

	.fp-sh-image {
		margin: 0 auto 25px;
		width: 250px;
	}

	.fp-start-here {
		padding: 50px 0 22px;
	}

	.front-page-hero-email-optin .optin-image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.front-page-hero-email-optin.widget-area .enews-widget {
		padding: 40px 5% 25px;
	}

	.front-page-hero-email-optin .enews p {
		float: none;
		max-width: none;
		text-align: center;
	}

	.front-page-hero-email-optin form {
		padding-top: 0;
	}

	.call_to_action_bar .button {
    	font-size: 28px;
	}

	.hbg-sales-highlight {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}

	.about-text h2 {
		text-align: center;
	}

	.circle-text {
		left: 50%;
		margin-left: -40px;
	}

	.entry-content ol, .entry-content ul {
		margin-left: 60px;
	}

	.hbg-sales .entry-title {
		font-size: 42px;
	}

	.hbg-sales-wysiwyg {
		padding: 60px 0 32px;
	}

	.pillar-product-inner {
		display: block;
		text-align: center;
	}

	.fp-rec-resources-text {
		font-size: 20px;
		font-size: 2rem;
	}

	.fp-rec-resources {
		padding-bottom: 0;
	}

	.hbg-front-page .hbg-promo {
    	padding: 40px 0 15px;
	}

	.pillar-product-image {
		margin: 0 auto 20px;
	}

	.hbg-start-here .promo-intro,
	.hbg-front-page .promo-intro {
    	font-size: 26px;
		font-size: 2.6rem;
	}

	.pillar-product-content h4,
	.pillar-optin h4,
	.sh-pillar h2,
	.fp-rec-resources h2,
	.about-text h2,
	.sales-cta-text,
	.front-page-hero-email-optin h3,
	.promo-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.popup-widget-inner .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.popup-widget-inner .pillar-product-text {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.front-page-hero-email-optin h3 {
		margin-bottom: 30px;
	}

	.pillar-optin form {
		margin-top: 20px;
	}

	.hbg-start-here .pillar-optin {
		display: block;
		text-align: center;
	}

	.pillar-optin-image {
		margin: 0 auto 25px;
	}

	.about-widget .widget-wrap {
		display: block;
	}

	.hbg-blog .promo-widget .sh-pillar.hbg-promo {
		padding: 60px 0;
	}

	.ewd-about-widget-left {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 25px;
	}

	.ewd-about-widget-right {
		width: 100%;
	}

	.nr_inner,
	.email-optin .widget-wrap {
		display: block;
	}

	.email-optin {
		padding: 40px 0;
	}

	.email-optin .optin-image {
		margin: 0 auto 25px;
	}

	.email-optin .widget-wrap {
		text-align: center;
	}

	.hbg-blog .promo-widget .category-promo-inner .promo-intro {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.email-optin input[type="email"],
	.email-optin input[type="submit"],
	.category .hbg-recipe-search input,
	.hbg-start-here .pillar-step .search-form input,
	.front-page-hero-email-optin input,
	.hbg-front-page .hbg-recipe-search input,
	.email-optin input[type="text"],
	.hbg-start-here .pillar-optin input[type="email"],
	.hbg-start-here .pillar-optin input[type="text"] {
		float: none !important;
		display: block !important;
		margin: 0 auto 20px !important;
		max-width: 300px !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.category .hbg-recipe-search .fp-inner-wrap {
    	width: 100%;
	}

	.category .hbg-recipe-search {
	    padding: 25px 0 5px;
	}

	.category .hbg-recipe-search .promo-intro {
    	font-size: 26px;
		font-size: 2.6rem;
	}

	.post-intro {
		padding: 25px;
	}

	.entry-title,
	.archive-title {
		font-size: 	36px;
	}

	blockquote {
    	font-weight: 500;
    	margin: 40px 0 40px 21px;
		padding-left: 50px;
	}

	.before-footer .wrap {
		width: 95%;
	}

	.back-to-top {
		margin-bottom: 20px;
	}

	.nr_panel {
		margin: 0 auto 30px;
		float: none;
		clear: both;
	}

	.nr_title {
		text-align: center;
	}

}

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

	.extended-description-wrap {
		padding: 0 25px 20px;
	}

	.extended-description-wrap ul {
    	margin-left: 40px;
	}

	.hbg-archive-download.archive .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry,
	.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(3n+3) {
		margin-right: 3.33%;
		width: 48.335% !important;
	}

	.hbg-archive-download.archive .site-inner .hbg-flex-wrap .entry:nth-of-type(even) {
    	margin-right: 0;
	}

	.hbg-front-page .featured-posts-widget .entry {
		padding: 0 10px;
	}

	.hbg-front-page .featured-posts-widget a {
		font-size: 14px;
	}

	.error404 input[type="search"] {
		width: 100%;
	}

	.search-form-submit[type="submit"] {
		margin: 8px;
	}

	.front-page-hero-email-optin {
		padding: 50px 0;
	}

	.archive .site-inner .entry-title {
		font-size: 18px;
	}

	.hbg-start-here .pillar-feat-posts {
		flex-wrap: wrap;
	}

	.hbg-start-here .pillar-feat-posts a {
		display: block;
		max-width: 250px;
		margin: 0 auto 25px;
		width: auto;
	}

	.hbg-grid-wrap {
	    display: grid;
	    grid-gap: 0 7%;
	    grid-template-columns: 46.5% 46.5%;
	}

	.hbg-grid-wrap .entry .entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

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

}

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

	.pop_inner,
	.widget_ewd_downloads .product-wrap {
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.pop_inner li,
	.widget_ewd_downloads .entry {
		line-height: 1.33;
	    width: 50%;
	    padding: 5px;
	}

	.widget_ewd_downloads h4 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.33;
		margin-bottom: 0;
	}

	.pop_inner a,
	.widget_ewd_downloads a {
		line-height: 1.33;
    	font-size: 14px;
    	font-size: 1.4rem;
	}

	.dl-price {
		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;
	}

}
