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

	Version: 1.1.2

	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: 16px;
	font-size: 1.6rem;
}

body {
	color: #333;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.75;
	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: #1e9096;
	font-weight: 700;
	text-decoration: none;
}

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

p {
	margin: 0 0 25px;
	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;
}

em,
i {
	font-style: italic;
}

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

blockquote {
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25);
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	background: url(images/block-quote.png) left top repeat-y;
	line-height: 2;
	margin: 40px 62px;
	padding: 40px 50px;
}

.button-wrap {
	margin-bottom: 28px;
	text-align: center;
}

.button.lightbulb-button {
	background-color: #1e9096;
    border: 0;
    border: 1px solid #1e9096;
    border-bottom: 3px solid #176c71;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: .5px;
	margin: 15px auto 5px;
    padding: 12px 24px 9px 30px;
	position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

.button.lightbulb-button:before {
	background: url(images/bulb.svg);
	background-size: contain;
	content:"";
	height: 80px;
	width: 63px;
	position: absolute;
	left: -32px;
	display: block;
	top: -20px;
}

.button.lightbulb-button:hover {
	background-color: #fff;
	border: 1px solid #1e9096;
	padding: 12px 24px 11px 30px;
}

.button.lightbulb-button a {
	color: #fff;
}

.button.lightbulb-button:hover a {
	color: #1e9096;
}

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

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

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

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

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

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

h5 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	text-transform: uppercase;
}

h6 {
	color: #88729b;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	text-transform: uppercase;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-password-required input[type="password"] {
	max-width: 300px;
	padding: 6px 10px 7px;
	vertical-align: top;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

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

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

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

td,
th {
	text-align: left;
}

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

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

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

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

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

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

.more-link {
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}


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

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

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

.page-template-default .site-inner {
	max-width: 900px;
}

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

.hbg-newsletter-freebies .site-inner {
	padding-bottom: 40px;
}

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

.category.hbg-subcat-optin .site-inner {
	padding-top: 60px;
}

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

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

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

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 840px;
}

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

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

.after-entry,
.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 .archive-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
	text-align: center;
}

.archive.hbg-subcat-optin .archive-title {
	margin-bottom: 60px;
}

.hbg-parent-category.archive .archive-title {
    font-family: 'Nunito', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 30px;
	text-align: center;
}

.archive.hbg-parent-category .headline-icon-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.archive.hbg-parent-category .archive-title {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
}

.archive.hbg-parent-category .category-icon {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
	max-height: 65px;
	max-width: 65px;
	vertical-align: middle;
}

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

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

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



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

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

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

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

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

.before-header-bar .search:before,
.mini-header .search:before {
    background: #56baba;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
	font-weight: normal;
    padding: 15px 16px;
    position: absolute;
    right: 0;
}

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

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

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

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

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
}

.content .entry .entry-title {
	margin-bottom: 40px;
}

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

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

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

.sidebar .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	text-align: center;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.category .archive-description .wrap:before,
.category .archive-description .wrap:after {
	display: none;
}

.category .archive-description {
	margin-top: 60px;
}

.hbg-parent-category .archive-description {
	background: #f9f2d7;
	margin-top: 0;
	padding: 60px 0 80px;
}

.hbg-parent-category .archive-description .flex-wrap,
.pop_inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
}

.pop_inner {
	flex-wrap: wrap;
}

.pop_inner li {
	flex-basis: 48%;
	margin-bottom: 0
}

.pop_inner li:hover img {
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

.archive-description-left {
    flex-basis: 53.33%;
}

.hbg-parent-category .archive-description-left {
	border: 0;
	padding: 0;
}

.pop-posts-headline {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 30px;
}

.cat-pop-posts {
    flex-basis: 42.5%;
	text-align: center;
}

.cat-pop-posts .popular-post-title {
	color: #333;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.cat-pop-posts img {
	margin-bottom: 10px;
}

.archive-description-left .pop_inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
}

.archive-description-left .pop_inner {
	flex-wrap: wrap;
}

.archive-description-left .pop_inner li {
	flex-basis: 30.82%;
	margin-bottom: 0
}

.archive-description-left .pop-posts-headline {
    font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.33;
	margin: -8px 0 30px;
	text-transform: uppercase;
}

.archive-description-left .pop-posts-headline span {
	background: #f9f2d7;
	display: inline-block;
	padding: 0 20px;
}

.archive-description-left .cat-pop-posts {
	border: 1px solid #333;
    flex-basis: 56%;
	margin-top: 45px;
	padding: 0 35px 30px;
	text-align: center;
}

.archive-description-left .cat-pop-posts .popular-post-title {
	color: #1e9096;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.archive-description-left .cat-pop-posts a:hover .popular-post-title {
	color: #333;
}

.archive-description-left .cat-pop-posts img {
	margin-bottom: 5px;
}

.archive-description-left .cat-pop-posts .featured-product-price {
	color: #333;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.grid-wrap-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 60px;
	text-align: center;
}

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

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

.featured-ewd_product img {
	margin-bottom: 15px;
	max-width: 175px;
}

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

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

.featured-content.featured-ewd_product .entry {
	margin-bottom: 20px;
}

.featured-content.featured-ewd_product .entry-title {
	margin-bottom: 5px;
}

.sidebar .featured-content.featured-ewd_product {
	background: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
}

.sidebar .featured-content.featured-ewd_product img {
	max-width: 100%;
}

.featured-content.featured-ewd_product .entry-title a {
	color: #1e9096;
    display: inline-block;
	font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.featured-content.featured-ewd_product .entry-title a:hover {
	color: #333;
}

.sidebar .front-page-slider .button-wrap {
	margin-top: 0;
}

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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

.sidebar .widget.enews-widget .widget-wrap {
	background: #88729b;
	padding: 50px 40px 40px;
	position: relative;
	text-align: center;
}

.sidebar .widget.enews-widget .widget-wrap:before {
	background: #88729b url(images/bulb-white.svg) no-repeat center 13px;
	background-size: 65%;
	border-radius: 100%;
	content: "";
	position: absolute;
	margin-left: -37px;
	left: 50%;
	top: -37px;
	height: 74px;
	width: 74px;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {

}

.sidebar .enews-widget input[type="submit"] {

}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
}

.sidebar .enews p {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.2;
}

.sidebar .enews p a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.enews-widget input {
	border: 0;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 15px;
	margin-bottom: 20px;
	max-width: 268px;
	padding: 12px;
	text-align: center;
	vertical-align: top;
}

.enews-widget input[type="submit"] {
	background: #f4dc76;
	border: 1px solid #f4dc76;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: .5px;
	padding: 8px 30px 7px;
	margin: 0 0 20px 0;
	max-width: 268px;
	width: 100%;
	text-transform: uppercase;
}

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

.enews p {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

.purple-optin {
	background: #88729b;
	padding: 60px 0;
	position: relative;
	text-align: center;
}

.hbg-parent-category .purple-optin .optin-lower-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.hbg-parent-category .purple-optin .optin-lower-wrap img {
	margin-right: 55px;
}

.hbg-parent-category .enews-widget input[type="email"] {
	margin-right: 0;
}

.hbg-parent-category .enews-widget form {
	margin: 0 auto;
	max-width: 560px;
}

.hbg-parent-category .enews-widget input[type="submit"] {
	max-width: none;
	max-width: 556px;
	width: 100%;
}

.purple-optin.green-optin {
	background: #1e9096;
	padding: 70px 0 30px;
}

.purple-optin:before {
	background: #88729b url(images/bulb-white.svg) no-repeat center 13px;
	background-size: 65%;
	border-radius: 100%;
	content: "";
	position: absolute;
	margin-left: -37px;
	left: 50%;
	top: -37px;
	height: 74px;
	width: 74px;
}

.purple-optin.green-optin:before {
	background-color: #1e9096;
}

.purple-optin .widget-title {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
}

.hbg-parent-category .green-optin .widget-title {
	margin-bottom: 40px;
}

.hbg-parent-category .green-optin .wrap {
	max-width: 1140px;
	width: 90%;
}

.green-optin .widget-title {
	margin-bottom: 10px;
}

.purple-optin .enews p a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.purple-optin .enews p a:hover {
	text-decoration: none;
}

.green-optin .intro-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 40px;
}

.hbg-after-post-optin.green-optin .intro-text {
	margin-bottom: 20px;
}

.purple-optin.green-optin.hbg-after-post-optin {
	margin-bottom: 60px;
	padding: 50px 40px 20px;
}

.purple-optin.green-optin.hbg-inline-optin {
	margin: 70px auto 50px;
}

.hbg-front-page .purple-optin.green-optin.hbg-after-post-optin {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.hbg-front-page .purple-optin.green-optin.hbg-after-post-optin .enews {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}

.purple-optin.green-optin.hbg-after-post-optin img {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
	border: 3px solid #fff;
	margin: 0 35px 15px 0;
	max-width: 372px;
	float: left;
}

.purple-optin.green-optin.hbg-after-post-optin h3 {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 15px;
	text-align: center;
}

.purple-optin.green-optin.hbg-after-post-optin input {
	border: 0;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 31px;
	max-width: 242px;
	padding: 11px;
	text-align: center;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="email"] {
	margin-right: 0;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="submit"] {
	background: #f4dc76;
	border: 1px solid #f4dc76;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 12px 30px 11px;
	margin: 0 0 25px 0;
	max-width: none;
	text-transform: uppercase;
}

.purple-optin.green-optin.hbg-after-post-optin input[type="submit"]:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}

.purple-optin.green-optin.hbg-after-post-optin form {
	display: inline-block;
	max-width: 520px;
}

.purple-optin.green-optin.hbg-after-post-optin p {
	font-size: 12px;
	font-size: 1.2rem;
}

.enews-widget.widget-shortcode {
	background: #1e9096;
	margin-top: 90px;
    padding: 60px 40px 25px;
    position: relative;
    text-align: center;
}

.enews-widget.widget-shortcode:before {
	background: #1e9096 url(images/bulb-white.svg) no-repeat center 13px;
	    background-size: 65%;
	    border-radius: 100%;
	    content: "";
	    position: absolute;
	    margin-left: -37px;
	    left: 50%;
	    top: -37px;
	    height: 74px;
	    width: 74px;
}

.enews-widget.widget-shortcode .widgettitle {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
}

.enews-widget.widget-shortcode p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 auto 20px;
	max-width: 740px;
}

.enews-widget.widget-shortcode form {
	margin: 40px 0 10px;
}

.enews-widget.widget-shortcode form + p {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
	max-width: none;
}

.enews-widget.widget-shortcode p a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

.enews-widget.widget-shortcode input,
.enews-widget.widget-shortcode input[type="submit"] {
    max-width: 250px;
}

/* ## EWD about Widget
--------------------------------------------- */

.about-widget {
	background: #ece7f2;
	padding: 80px 0;
}

.about-widget .wrap {
	max-width: 910px;
}

.about-widget .widget-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-widget img {
	border-radius: 100%;
	width: 33%;
}

.ewd-about-widget-right {
	flex-basis: 61.55%;
	text-align: center;
}

.about-widget .widget-title {
	font-size: 36px;
	text-align: center;
}

.about-widget p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

.about-widget .button {
	background: #8db1ba;
	border: 1px solid #8db1ba;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 15px 15px 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 177px;
}

.shop-widget .button {
	border: 1px solid #8db1ba;
}

.about-widget .button:hover,
.shop-widget .button:hover {
    color: #8db1ba;
	background: #fff;
}

/* ## EWD Activities Widget
--------------------------------------------- */

.widget_ewd_activities .widget-wrap {
	border: 2px solid #333;
	text-align: center;
	padding: 40px;
	line-height: 1.57;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

.widget_ewd_activities .widget-wrap:before {
	background-size: contain;
	background: #fff url(images/digital-resources.svg);
	content: "";
	height: 50px;
	left: 50%;
	margin-left: -31px;
	position: absolute;
	top: -26px;
	width: 62px;
}

.sidebar .widget_ewd_activities .widget-title {
	margin-bottom: 5px;
}

.widget_ewd_activities .button {
	background: #f4dc76;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
}

.widget_ewd_activities .button:hover {
    background-color: #333;
    color: #fff;
}

/* ## EWD Promo Widget
--------------------------------------------- */

.widget_ewd_promo img {
	display: block;
}

.ewd-promo-widget-right {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	padding: 40px 20px;
	text-align: center;
}

.ewd-promo-widget-right .button {
	align-items: center;
	background: none;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: 54px;
	letter-spacing: 2px;
	margin: 35px auto 0;
	width: 220px;
	text-transform: uppercase;
}

.ewd-promo-widget-right .fa {
	font-size: 32px;
	font-size: 3.2rem;
	margin-right: 20px;
	vertical-align: middle;
}

.ewd-promo-widget-right .button span {
	position: relative;
    display: inline-block;
}

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

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

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

.site-header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	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: 7px;
}

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

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

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

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

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

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

.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: 187px;
	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 {
	border-top: 1px solid #eee;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.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 {
	margin-left: 0;
}

.icon-menu {
	float: right;
	margin-top: 48px;
	max-width: 800px;
}

.icon-menu .genesis-nav-menu li {
	margin: 0 2px;
	width: 110px;
	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;
}

li.menu-item.term-7 {
	margin-left: 364px;
}

.hbg-front-page li.menu-item.term-7 {
	margin-left: auto;
}

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

.icon-menu .genesis-nav-menu {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu a,
.icon-menu .genesis-nav-menu a {
	color: #333;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
}

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

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

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

.menu-item .menu-image-wrap {
	display: block;
	height: 53px;
	width: 65px;
	margin: 0 auto 15px;
}

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

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

.before-header-bar .wrap {
	position: relative;
}
.before-header-bar .genesis-nav-menu a,
.mini-header .genesis-nav-menu a {
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: normal;
    padding: 18px 12px;
}

.mini-header .genesis-nav-menu a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
    padding: 19px 12px;
	text-transform: uppercase;
}

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

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

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

/* ## 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.fa,
.side-nav li.menu-item.fa {
	border: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	padding: 0;
	position: relative;
}

.side-nav li.menu-item.fa {
	margin: 16px;
}

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

.side-nav li.menu-item.fa a,
.genesis-nav-menu li.menu-item.fa a {
	border: none;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

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

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

.genesis-nav-menu.menu-social li.menu-item.fa:hover {
	background: #fff;
	border-color: #1e9096;
	color: #1e9096;
	position: relative;
}

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

.genesis-nav-menu.menu-social li.menu-item.fa a {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	font-weight: normal;
	left: 0;
	line-height: 1;
	padding: 5px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

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

/* ## Archive Intro Nav
--------------------------------------------- */

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

.archive-intro-cats {
	background: #333;
}

.archive-intro-cats li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.archive-intro-cats li:before {
	color: #f4dc76;
	content: "\f005";
	font-family: FontAwesome;
}

.archive-intro-cats li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	padding: 14px 15px 14px 10px;
	text-transform: uppercase;
}

.archive-intro-cats li:hover a,
.archive-intro-cats li:active a,
.archive-intro-cats li.current-cat a {
	color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.content .entry-content {
	padding-bottom: 25px;
}

.hbg-front-page .content .entry-content {
    padding-bottom: 0;
}

.entry-content ol {
	margin-bottom: 28px;
	margin-left: 60px;
}

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

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

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

.entry-content ul > li:before {
    content: "\f040";
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: -2px;
    text-align: center;
}

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

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

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

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

p.entry-meta {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #666666;
	text-decoration: none;

}

p.entry-meta a:hover {
	color: #999;
}

.entry-meta .fa {
	color: #999999;
	margin-right: 6px;
}

.entry-meta .fa.fa-user,
.entry-meta .fa.fa-folder-open,
.entry-header .entry-meta .fa.fa-comments {
	margin-left: 10px;
}

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

.entry-comments-link,
.entry-time {
	margin-right: 10px;
}

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

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

.pagination {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 20px 0 70px;
	text-align: center;
	text-transform: uppercase;
}

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #1e9096;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 0 6px;
	text-decoration: none;
}

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

.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;
	margin-bottom: 40px;
}

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

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

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

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

.entry-comments p {
	line-height: 1.75;
	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 #eae8e8;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2px 15px;
}

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

.comment-respond label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.comment-header p {
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.comment-author {
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

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

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

.comment-time {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: .5;
}

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

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

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

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

.comment-respond form {
	clear: both;
}

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

.comment-content {
    clear: both;
}

.comment-respond input[type="submit"] {
	border: 2px solid #333;
	color: #fff;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
    padding: 13px 34px;
	position: relative;
	z-index: 1;
}

.comment-respond .form-submit {
    position: relative;
	margin-left: 5px;
	max-width: 210px;
}

.comment-respond .form-submit:before {
    background: #1e9096;
    content: "";
    left: -4px;
    right: 8px;
    top: -4px;
    bottom: 6px;
    position: absolute;
	z-index: 0;
}

.comment-respond .form-submit:hover:before,
.front-page-slider .button:hover:before,
.front-page-blog-posts .button:hover:before {
	background: none;
}

.comment-respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:focus,
.front-page-slider .button:hover,
.front-page-blog-posts .button:hover,
.front-page-slider .button:focus,
.front-page-blog-posts .button:focus {
	background: #000;
	color: #fff;
}

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


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

.nrelate {
	margin-bottom: 40px;
}

.nr_title {
	color: #58463f;
    font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 35px;
	text-align: center;
	text-transform: uppercase;
}

.nr_inner {
    display: grid;
    grid-gap: 0 2.3225%;
    grid-template-columns: 31.785% 31.785% 31.785%;
}

.nr_img_div img {
	border: 1px solid #333;
	margin-bottom: 7px;
}

.nr_text {
	color: #1e9096;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.nr_text:hover {
	color: #333;
}

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

.hbg-front-page .site-inner {
	max-width: none;
	padding: 0;
}

.hbg-front-page .content .entry .entry-title {
	padding: 8px 30px;
    background: rgba(255, 255, 255, 0.8);
    display: inline;
    font-family: 'Nunito', sans-serif;
    font-size: 54px;
    font-size: 5.4rem;
    font-weight: 700;
    margin: 0 auto;
    line-height: 2.1;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

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

.hbg-front-page .content .entry-header {
	background-size: cover;
	flex-direction: column;
	justify-content: center;
	display: flex;
	min-height: 600px;
}

.hbg-front-page .content .entry-header .wrap {
	text-align: center;
}

.front-page-blog-posts {
	background: #f9f2d7;
	padding: 80px 0;
}

.hbg-front-page .popular-posts,
.hbg-blog .popular-posts {
	padding: 80px 0 30px;
}

.blog-section-intro,
.popular-posts .widget-title {
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}

.hbg-front-page .popular-posts .entry,
.hbg-blog .popular-posts .entry {
	float: left;
	margin: 0 0 3.33% 3.33%;
	width: 31.11%;
}

.hbg-front-page .popular-posts .entry:hover,
.hbg-blog .popular-posts .entry:hover {
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

.hbg-front-page .popular-posts .entry:first-of-type,
.hbg-blog .popular-posts .entry:first-of-type {
	margin-left: 0;
}

.front-page-slider li {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

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

.login-bar {
	background: #88729b;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 22px 0 2px;
	text-align: center;
}

.login-bar p {
	display: inline-block;
}

.login-bar .button {
	background: #f4dc76;
	border: 1px solid #f4dc76;
	color: #333;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	padding: 5px 20px;
	margin-left: 20px;
	text-transform: uppercase;
}

.login-bar .button:hover {
	background: #fff;
	border-color: #333;
}

.hbg-freebie-library .site-inner {
	max-width: 900px;
}

.hbg-freebie-library .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

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

.hbg-newsletter-freebies .entry {
	margin-bottom: 0;
	text-align: center;
}

.hbg-newsletter-freebies .hbg-grid-wrap .entry img {
	margin-bottom: 0;
}

.hbg-newsletter-freebies .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.hbg-newsletter-freebies .hbg-grid-wrap .entry .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 15px;
}

.hbg-newsletter-freebies .download-icon {
	margin: -25px 0 10px;
	text-align: center;
}

.hbg-newsletter-freebies .download-icon a {
    background: #1e9096;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    height: 50px;
    margin: 0 3px;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50px;
}

.hbg-newsletter-freebies .download-icon a:hover {
    background: #fff;
    border-color: #1e9096;
    color: #1e9096;
}

.hbg-blog .front-page-slider {
	background: #f9f2d7;
	padding: 80px 0;
}

.hbg-front-page .front-page-slider {
	padding: 80px 0;
}

.front-page-slider .button-wrap,
.front-page-blog-posts .button-wrap {
	margin-top: 40px;
	text-align: center;
}

.front-page-blog-posts .button-wrap {
	margin-top: 0;
}

.front-page-slider .button,
.front-page-blog-posts .button {
	background: none;
	border: 2px solid #333;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 13px 43px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.front-page-slider .button:before,
.front-page-blog-posts .button:before {
	background: #1e9096;
	content: "";
	letter-spacing: 2px;
	left: -7px;
	right: 5px;
	top: -7px;
	bottom: 5px;
	position: absolute;
	z-index: -1;
}

.front-page-slider .button:after,
.front-page-blog-posts .button:after {
	border: 2px solid #333;
    content: "";
    letter-spacing: 2px;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
}

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

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

.hbg-grid-wrap .entry {
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.hbg-grid-wrap .entry-content {
	padding: 0 40px 12px;
}

.hbg-grid-wrap .entry .entry-title {
    margin-bottom: 10px;
	padding: 0 40px;
}

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

.hbg-grid-wrap .entry:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

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

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

.sidebar .widget {
	background: url(images/dot-border.svg) center bottom no-repeat;
	padding-bottom: 75px;
    margin-bottom: 60px;
}

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

/* Shop This Post Shortcode
---------------------------------------------------------------------------------------------------- */

.shop-this-post {
	border: 1px solid #333;
	margin-bottom: 40px;
	padding: 0 40px 40px;
	position: relative;
	min-height: 288px;
}

.border-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-top: -14px;
	text-align: center;
	text-transform: uppercase;
}

.border-title span {
	background: #fff;
	padding: 0 20px;
}

.shop-this-post .image-link {
	position: absolute;
	left: 40px;
	top: 40px;
	max-width: 200px;
}

.shop-this-post-right {
	text-align: center;
	padding-left: 240px;
}

.shop-this-post-right p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shop-this-post-right h4 {
    font-family: 'Nunito', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.shop-this-post .button-wrap {
	margin-top: 30px;
}

.buy-now-button {
	background: none;
    border: 2px solid #333;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 13px 43px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.buy-now-button:hover {
	background: #000;
    color: #fff;
}

.buy-now-button:hover:before {
    background: none;
}

.buy-now-button:before {
    background: #1e9096;
    content: "";
    letter-spacing: 2px;
    left: -7px;
    right: 5px;
    top: -7px;
    bottom: 5px;
    position: absolute;
    z-index: -1;
}

.buy-now-button:after {
    border: 2px solid #333;
    content: "";
    letter-spacing: 2px;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    position: absolute;
    z-index: -1;
}

/* Shop This Collage Shortcode
---------------------------------------------------------------------------------------------------- */

.shop-this-collage-inner {
	display: flex;
	justify-content: center;
}

.shop-this-collage-single {
	display: flex;
	flex-direction: column;
	margin-right: 2.3225%;
	text-align: center;
	width: 31.785%;
}

.shop-this-collage-single img {
	margin: 0 auto 20px;
	display: block;
}

.collage-single-upper {
	flex-grow: 1;
	margin-bottom: auto;
}

.shop-this-collage-single:last-of-type {
	margin-right: 0;
}

.shop-this-collage.shop-this-post .button-wrap {
	margin-top: 10px;
}

.shop-this-collage .buy-now-button {
    padding: 13px 20px;
}

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

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

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

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

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

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


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

.before-footer {
	background: #fff url(images/footer-bg.png);
	padding-bottom: 40px;
	text-align: center;
}

.nav-footer {
	display: inline-block;
}

.nav-footer a {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 18px 16px;
	text-transform: uppercase;
}

.nav-footer a:hover {
	color: #1e9096;
	text-decoration: none;
}

.site-footer {
	background-color: #88729b;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.2;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p,
.site-footer a {
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}

.site-header .slide-nav-link {
	padding: 11px 14px;
}

div.search-me:before {
    color: #333;
    font-size: 18px;
    padding: 19px 16px;
    top: 4;
    right: 0;
}

div.sidr a:hover{
	color: #1e9096;
}

.slide-nav-link:hover,
.slide-nav-link:active,
.slide-nav-link:focus {
	background-color: #1e9096;
}

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

/* # Digital Resources Page
---------------------------------------------------------------------------------------------------- */

.hbg-digital-resources .site-inner {
	max-width: none;
	padding: 0;
}

.hbg-digital-resources .content > .entry {
	background: none;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.hbg-digital-resources .content {
	background: #f9f2d7;
	padding-top: 60px;
}

.hbg-digital-resources .content > .entry .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.jf-activities {
	background: #fff;
}

.jf-activities h2 {
	background: #1e9096;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5%;
}

.jf-activities:nth-of-type(even) h2 {
	background: #f4dc76;
	color: #333;
}

.hbg-activities-wrap {
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 60px;
	width: 90%;
}

.activity {
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 58px 58px 18px;
}

.activity:last-of-type {
	margin-bottom: 0;
}

.activity header {
	text-align: center;
}

.activity p {
	margin-bottom: 30px;
}

.activity-downloads {
	display: flex;
	justify-content: space-between;
}

.activity-download {
	text-align: center;
	width: 47.7%;
}

.activity-download h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.activity-download img {
	display: block;
}

.activity-icon {
	border: 3px solid #fff;
	background: #1e9096;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 3px;
	height: 50px;
	width: 50px;
	margin: -28px auto 25px;
	position: relative;
	z-index: 2;
}

.dr-nav {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 35px;
	max-width: 731px;
	width: 100%;
}

.dr-nav a {
	background: #fff;
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	padding: 9px 0;
	text-align: center;
	text-transform: uppercase;
}

.dr-nav a:first-of-type {
	width: 323px;
}

.dr-nav a:last-of-type {
	width: 368px;
}

.dr-nav a img {
	display: inline-block;
	max-height: 30px;
	max-width: 35px;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle
}

.dr-nav a span {
	padding-top: 3px;
}

/* # About Page
---------------------------------------------------------------------------------------------------- */

.hbg-about .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.hbg-about .enews-widget.widget-shortcode {
	padding: 60px 40px 25px;
}

.hbg-about .enews-widget.widget-shortcode p {
	max-width: none;
}

.hbg-about .enews-widget.widget-shortcode input[type="submit"] {
	max-width: 181px;
	padding: 8px 20px 7px;
}

.hbg-about .nav-social {
	margin: 0;
}

.hbg-about .genesis-nav-menu.menu-social {
	position: relative;
	top: -30px;
}

.hbg-about .team-sidebar {
	border: 2px solid #88729b;
	padding-bottom: 10px;
}

.team-sidebar-heading {
	color: #88729b;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .5px;
	margin-top: -12px;
	text-align: center;
	text-transform: uppercase;
}

.team-sidebar-heading span {
	background: #fff;
	padding: 0 20px;
}

.team-member {
	margin-bottom: 15px;
}

.team-member img {
	display: block;
	margin: 0 auto 20px;
	max-width: 220px;
	padding-top: 40px;
	background: url(images/dot-border.svg) center top no-repeat;
}

.team-member:first-of-type img {
	padding-top: 0;
	background: none;
}

.team-member h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	text-align: center;
}

.team-member .bio {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71;
	padding: 0 19px;
}

/* # Landing One Template
---------------------------------------------------------------------------------------------------- */

.hbg-landing-one .entry {
	margin-bottom: 0;
}

.hbg-landing-one .site-header {
	border: 0;
}

.hbg-landing-one .site-container {
	background: url(images/bg-pattern.svg);
	background-size: 300px 300px;
}

.hbg-landing-one .site-inner {
	background: #fff;
	border: 5px solid #88729b;
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 900px;
	padding: 5.41% 5.41% 0;
	width: 90%;
	text-align: center;
}

.hbg-landing-one .entry-title {
	font-family: 'Nunito', sans-serif;
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 700;
}

.hbg-landing-one h2 {
	color: #88729B;
	font-family: 'Nunito', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 35px;
}

.hbg-landing-one h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.33;
	margin-bottom: 0;
}

.l1-featured-posts {
	margin-bottom: 30px;
}

.l1-featured-posts img {
	margin-bottom: 10px;
}

.l1-featured-posts-inner {
	display: flex;
}

.l1-featured-posts-inner a {
	margin-bottom: 25px;
	margin-right: 2.75%;
	width: 31.5%;
}

.l1-featured-posts-inner a:last-of-type {
	margin-right: 0;
}

.l1-featured-products {
	background: rgba(136, 114, 155, 0.08);
	margin-bottom: 60px;
	padding: 40px 8.95% 10px;
}

.l1-featured-products-inner {
	display: flex;
}

.l1-featured-products-inner a {
	margin-bottom: 25px;
	margin-right: 6.2%;
	width: 29.2%;
}

.l1-featured-posts-inner a:hover h3,
.l1-featured-products-inner a:hover h3 {
	color: #1e9096;
}

.l1-featured-products-inner a:last-of-type {
	margin-right: 0;
}

.l1-featured-products img {
	margin-bottom: 10px;
}

.hbg-landing-one .l1-featured-products h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.125;
}

.l1-featured-products .featured-product-price {
	color: #333;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}

/* # Landing Two Template
---------------------------------------------------------------------------------------------------- */

.hbg-landing-two .entry {
	margin-bottom: 0;
}

.hbg-landing-two .site-header {
	border: 0;
}

.hbg-landing-two .site-container {
	background: url(images/bg-pattern.svg);
	background-size: 300px 300px;
}

.hbg-landing-two .site-inner {
	background: #fff;
	border: 5px solid #88729b;
	margin-top: 100px;
	margin-bottom: 100px;
	max-width: 900px;
	padding: 5.41% 5.41% 0;
	width: 90%;
	text-align: center;
}

.hbg-landing-two .product-entry {
	padding-bottom: 60px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

.hbg-landing-two .product-entry:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

.hbg-landing-two .entry-title {
	font-family: 'Nunito', sans-serif;
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 700;
}

.hbg-landing-two h2 {
	color: #88729B;
	font-family: 'Nunito', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 0;
}

.hbg-landing-two h2 a {
	color: #88729B;
}

.hbg-landing-two h2 a:hover {
	color: #1e9096;
}

.hbg-landing-two .featured-product-price {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 25px;
}

.hbg-landing-two .product-entry-inner {
	display: flex;
}

.hbg-landing-two .product-entry-inner img {
	display: block;
	margin-right: 40px;
}

.hbg-landing-two .product-content-wrap {
	text-align: left;
}

.lp2-buy-now-button {
	background: #1E9096;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	max-width: 253px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.lp2-buy-now-button:hover {
	background: #333;
	color: #fff;
}

.before-header-cta {
	background: #f4dc76;
	color: #333;
	padding: 10px 0;
    position: -webkit-sticky;
	position: sticky;
	text-transform: uppercase;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.before-header-cta p {
	margin-bottom: 0;
}

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

.before-header-cta a {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-decoration: none;
}

.before-header-cta a:after {
    color: #000;
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 10px;
}

.ez-toc-list li:before {
	display: none;
}

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

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

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

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

	.content,
	.site-header .widget-area {
		width: 800px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

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

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

}

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

	.purple-optin.green-optin.hbg-after-post-optin form {
	    display: inline-block;
	    max-width: 480px;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
		max-width: 220px;
	}

}

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

	.icon-menu .genesis-nav-menu li {
		width: 90px;
	}

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

	.mini-header .title-area {
		margin-left: 5px;
		max-width: 190px;
	}

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

	.archive-intro-cats {
		padding: 5px 0;
	}

	.archive-intro-cats li a {
		padding: 5px 15px 5px
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.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 {
		width: 620px;
	}

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

	.purple-optin.green-optin.hbg-after-post-optin p {
    	line-height: 1.6;
	}

	.purple-optin.green-optin.hbg-after-post-optin img {
		margin-bottom: 35px;
	}

}

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

	.hbg-parent-category .purple-optin .enews-widget input {
		max-width: none;
		width: 100%;
		margin: 0 auto 20px;
	}

}

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

	.archive-intro-cats {
		text-align: center;
	}

	.site-header {
		border-bottom: 0;
		min-height: 58px;
	}

	.single-post .site-header {
		border-bottom: 1px solid #ccc;
	}

	.hbg-blog .purple-optin {
		padding: 40px 0;
	}

	.hbg-blog .purple-optin:before,
	.hbg-newsletter-freebies .purple-optin:before,
	.page-template-default .purple-optin:before {
		display: none;
	}

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

	.purple-optin.green-optin.hbg-after-post-optin img {
    	margin-bottom: 28px;
	}

	.purple-optin.green-optin.hbg-after-post-optin form {
    	max-width: 480px;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
    	max-width: 222px;
	}

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

	.header-image .title-area {
    	max-width: 211px;
    	padding: 3px 0;
    	float: left;
    	left: auto;
    	margin: 0 0 0 20px;
    	position: relative;
    	right: auto;
    	top: auto;
	}

	.site-title > a {
	    background-image: url(images/logo-small.svg);
	    min-height: 44px;
	}

	.site-inner,
	.wrap,
	.hbg-freebie-library .site-inner {
		max-width: 800px;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
		max-width: 225px;
	}

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

	.sidebar-primary {
		clear: both;
		float: none;
		padding-top: 40px;
		margin: 0 auto 80px;
	}

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

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

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

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

	/* ### Genesis Responsive Menus */

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

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

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

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

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #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;
	}

}

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

	.hbg-parent-category .purple-optin .optin-lower-wrap {
		display: block;
	}

	.hbg-parent-category .purple-optin .optin-lower-wrap img {
		display: block;
		margin: 0 auto 40px;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
    	max-width: 185px;
	}

	.enews-widget input[type="submit"] {
		padding: 8px 25px 7px;
	}

	.purple-optin.green-optin.hbg-after-post-optin img {
		float: none;
		margin: 0 0 15px;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.hbg-newsletter-freebies .site-inner {
    	padding-top: 40px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 30px;
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

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

	.dr-nav,
	.dr-nav a {
		display: block;
	}

	.dr-nav a {
		margin: 0 auto;
	}

	.dr-nav a:first-of-type {
    	margin-bottom: 25px;
	}

}

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

	.hbg-parent-category .enews-widget input[type="email"] {
		margin: 0 auto 20px;
	}

	.activity {
		padding: 40px 5% 0;
	}

	.hbg-landing-one .site-inner {
		margin-top: 50px;
		margin-bottom: 80px;
	}

	.l1-featured-products-inner,
	.l1-featured-posts-inner {
		flex-wrap: wrap;
	}

	.l1-featured-posts-inner a,
	.l1-featured-products-inner a {
		width: 100%;
	}

	.hbg-landing-one .entry-title,
	.hbg-landing-two .entry-title {
	    font-size: 38px;
		font-size: 3.8rem;
	}

	.hbg-landing-one h2,
	.hbg-landing-two h2 {
    	font-size: 26px;
    	font-size: 2.6rem;
	}

	.hbg-landing-two .featured-product-price {
    	font-size: 19px;
		font-size: 1.9rem;
	}

	.hbg-landing-two .product-entry-inner img {
		margin: 0 auto 25px;
	}

	.lp2-buy-now-button {
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-landing-two .product-entry-inner {
		display: block;
	}

	.shop-this-collage-inner {
		flex-wrap: wrap;
	}

	.shop-this-collage-single {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.enews-widget.widget-shortcode input,
	.enews-widget.widget-shortcode input[type="submit"] {
    	max-width: none;
	}

	.shop-this-post .image-link {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 30px;
	}

	.shop-this-post-right {
		padding-left: 0;
	}

	.hbg-parent-category .archive-description .flex-wrap {
		display: block;
	}

	.archive-description-left .cat-pop-posts {
		margin-bottom: 40px;
	}

	.enews-widget input,
	.enews-widget input[type="submit"] {
		display: block;
		margin: 0 auto 20px;
	}

	.about-widget {
		padding-top: 40px;
		text-align: center;
	}

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

	.about-widget img {
		margin-bottom: 25px;
		width: 200px;
	}

	.nr_inner {
		display: block;
	}

	.nr_panel {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.purple-optin.green-optin.hbg-after-post-optin input {
		max-width: none;
		margin: 0 0 20px;
	}

	.purple-optin.green-optin.hbg-after-post-optin,
	.hbg-grid-wrap .entry-content,
	.hbg-grid-wrap .entry .entry-title,
	.shop-this-post {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu.menu-social li.menu-item.fa {
		margin: 0;
	}

	.hbg-front-page .content .entry .entry-title {
		box-shadow: 30px 0 0 rgba(255, 255, 255, 0.8), -30px 0 0 rgba(255, 255, 255, 0.8);
		font-size: 42px;
		font-size: 4.2rem;
		padding: 8px 0;

	}

	.hbg-front-page .popular-posts .entry,
	.hbg-blog .popular-posts .entry {
		margin: 0 0 25px;
		width: 100%;
	}

	blockquote {
		padding: 20px 20px 20px 50px;
	}

}

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

	.activity-downloads {
		display: block;
	}

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

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

	.hbg-newsletter-freebies .purple-optin {
		display: none;
	}

	.post-password-form label {
		display: block;
		text-align: left;
	}

	.post-password-form input[type="submit"],
	.post-password-form input {
		margin: 0 0 20px;
		display: block;
	}

	.login-bar {
		padding: 10px 0 15px;
	}

	.login-bar p {
		margin-bottom: 10px;
	}

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

}

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

	.hbg-parent-category .enews-widget input,
	.hbg-parent-category .enews-widget input[type="submit"] {
		max-width: none;
		width: 100%;
	}

	.dr-nav a:last-of-type {
    	width: 330px;
	}

	.dr-nav a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.hbg-front-page .front-page-slider,
	.front-page-blog-posts,
	.hbg-blog .front-page-slider {
		padding: 50px 0;
	}

	.hbg-front-page .popular-posts,
	.hbg-blog .popular-posts {
		padding: 50px 0 10px;
	}

	.purple-optin .widget-title,
	.blog-section-intro,
	.popular-posts .widget-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.hbg-freebie-library .entry-title {
		font-size: 38px;
	}

	.blog-section-intro {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hbg-front-page .content .entry-header {
		min-height: 410px;
	}

	.hbg-front-page .content .entry .entry-title {
    	font-size: 36px;
    	font-size: 3.2rem;
	}

	.archive-description-left .cat-pop-posts {
		margin-left: auto;
		margin-right: auto;
		max-width: 310px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description-left .pop_inner li {
		margin-bottom: 25px;
	}

	.archive-description-left .pop_inner {
		display: block;
	}

}

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

}
