/*
	Theme Name: EWD Living Whole
	Theme URI: https://www.emilywhitedesigns.com/
	Description: This is a custom theme created for the Genesis Framework.
	Author: Emily White Designs
	Author URI: https://www.emilywhitedesigns.com/

	Version: 2.2.4

	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.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # 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: 1.8rem;
}

body {
	background-color: #fff;
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.78;
	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: #ee8262;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #4d4d4d;
	text-decoration: none;
}

.entry-content a:hover {
	font-weight: normal;
}

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;
}

blockquote {
	color: #4d4d4d;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 40px 70px 60px;
	position: relative;
}

blockquote:after {
	background: #6fc0b1;
	content: "";
	height: 5px;
	position: absolute;
	width: 120px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.48;
	margin: 0 0 30px;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h4 {
	color: #96ae33;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h5 {
	color: #ee8262;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	color: #b3b3b3;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	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:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.sc_button a {
	background-color: #6fc0b1;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

div.er-jumper .er-jump,
div.er-jumper .er-print {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 22px;
	text-transform: uppercase;
}

div.er-jumper .er-jump {
	margin-right: 20px;
}

.button:before,
.er-jumper .er-jump:before,
.er-jumper .er-print:before,
.front-page-about-bar .about-links a:before,
.error404 .search-form input[type="submit"]:before,
.sc_button a:before {
	border: 1px solid #4d4d4d;
	content: "";
	top: -2px;
	left: -2px;
	bottom: 2px;
	right: 2px;
	position: absolute;
}

.purchase-button {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 9px 18px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.sc_button a:hover  {
	background-color: #ee8262;
	color: #fff;
}

.front-page-featured-posts .button {
	font-size: 18px;
	font-size: 1.8rem;
}

.button-wrap {
	text-align: center;
}

.entry-content .button:hover,
.entry-content .button:focus {
	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;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff url(images/down.png) 98% 50% no-repeat;
    border-color: #e5e5e5;
    padding: 14px;
    line-height: normal;
	padding-right: 40px;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

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-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	word-wrap: break-word;
}

.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: 820px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	border-right: 1px solid #d0d0cf;
	padding-right: 40px;
	margin-bottom: 80px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.single.full-width-content .content,
.page-template-default.full-width-content .content {
	max-width: 900px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description {
	background: #efefef;
	border-bottom: 1px solid #4d4d4d;
	margin: 2px 0 0;
	padding: 60px 0;
}

.search-results .archive-description {
	border: none;
	margin-bottom: 40px;
	padding: 20px;
}

.search-results .archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}

.search-results .archive-title:before {
	display: none;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description-left {
    float: left;
    max-width: 63.3%;
}

.cat-name {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.cat-name span {
	font-weight: normal;
}

.archive-intro-subcats {
    margin-top: 40px;
}

.archive-intro-subcats a {
	background: #96ae33;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin: 0 15px 15px 0;
	padding: 14px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-intro-subcats a:hover {
	background: #b3b3b3;
}

.archive-intro-subcats a:before {
    border: 1px solid #444;
    content: "";
    left: -2px;
    right: 2px;
    top: -2px;
    bottom: 2px;
    position: absolute;
}

.cat-pop-posts {
	background: #fff;
	border: 1px solid #b3b3b3;
	float: right;
	max-width: 33.3%;
}

.pop-posts-headline {
	background: #b3b3b3;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 11px 10px;
	text-align: center;
	text-transform: uppercase;
}

.pop_inner {
	padding: 35px 40px 20px;
}

.pop_inner li {
	line-height: 1.3;
	margin-bottom: 20px;
}

.pop_inner a {
	color: #4d4d4d;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.pop_inner a:hover {
	color: #b3b3b3;
}

.category article img:hover {
	opacity: .7;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.archive-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.archive-title:before {
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 55px;
	margin-right: 20px;
	position: relative;
	width: 55px;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 40px;
}

.sidebar .entry {
    margin-bottom: 10px;
}

.sidebar .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
	margin-bottom: 25px;
    text-align: center;
    text-transform: none;
}

.sidebar .featured-content article > a:hover {
	opacity: .7;
}

.sidebar .entry img {
    display: block;
    margin-bottom: 0;
}

.blog .content h2.entry-title,
.search-results .content h2.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.34;
	margin-left: 125px;
	text-transform: none;
}

.search-results .content h2.entry-title {
	margin: 0 0 10px;
}

.archive h2.entry-title,
.archive h1.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #6fc0b1;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.sidebar .widget-title {
	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;
}

.archive .entry-header .aligncenter {
	margin-bottom: 15px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.blog .entry:nth-of-type(even) img.alignleft,
.search-results .entry:nth-of-type(even) img.alignleft {
	margin-right: 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.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 15px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.front-page-featured-posts .featured-content .entry {
	background: none;
	border: 1px solid #4d4d4d;
	float: left;
	margin: 0 0 90px 3.33%;
	max-width: 31.11%;
	min-height: 730px;
	padding: 40px 3% 0;
	position: relative;
	width: 100%;
}

.front-page-featured-posts .featured-content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.front-page-featured-posts .featured-content .entry:nth-child(n+4) {
	margin-bottom: 20px;
}

.featured-post-icon {
	background: #fff;
	border: 10px solid #fff;
    box-sizing: content-box;
    display: block;
    height: 55px;
    top: 0;
    margin-left: -38px;
    left: 50%;
    position: absolute;
    top: -38px;
    width: 55px;
}

.front-page-featured-posts .featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.front-page-featured-posts .featured-content .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}

.front-page-featured-posts .featured-content p {
	margin-bottom: 10px;
}

.front-page-featured-posts .featured-content a.more-link {
	background: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	bottom: -15px;
}

.front-page-popular-posts {
	background: #e2f2ef;
	text-align: center;
}

.front-page-popular-posts .widget {
	margin-bottom: 0;
}

.front-page-popular-posts article {
	background: none;
	display: inline-block;
	margin: 0 1.4% 20px;
	max-width: 275px;
	vertical-align: top;
	width: 19.8%;
}

.front-page-popular-posts .entry-title,
.hbg-start-here .content .front-page-popular-posts .entry-title {
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.front-page-popular-posts .entry-title a {
	color: #4d4d4d;
	text-transform: none;
	letter-spacing: 0;
}

.front-page-popular-posts article > a:hover,
.front-page-popular-posts .entry-title a:hover {
	opacity: .7;
}

.front-page-popular-posts article > a {
	border-radius: 100%;
    display: block;
    max-width: 272px;
    position: relative;
    z-index: 0;
}

.front-page-popular-posts article > a img {
	border-radius: 100%;
	display: block;
	margin-bottom: 0;
}

.front-page-popular-posts article > a:after {
    border: 1px solid #4d4d4d;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -5px;
    right: 5px;
    top: -3px;
    bottom: 3px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
	text-align: center;
}

.sidebar .enews-widget .widget-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sidebar .widget.enews-widget {
	background-color: #6fc0b1;
	padding: 40px;
}

.sidebar .widget.enews-widget p {
	font-size: 14px;
	font-weight: 1.4rem;
	line-height: 1.3;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #fff;
	color: #8a8987;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .enews-widget ::-moz-placeholder {
	color: #8a8987;
	opacity: 1;
}

.sidebar .enews-widget ::-webkit-input-placeholder {
	color: #8a8987;
	opacity: 1;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: transparent;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #62afa4;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #4d4d4d;
}

.site-header > .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 365px;
}

.header-image .title-area {
	margin: 15px auto 0;
	max-width: 365px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background: url(images/logo.svg) no-repeat left;
	background-size: contain;
	float: left;
	min-height: 116px;
	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;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	margin-bottom: 35px;
	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;
	text-decoration: none;
	display: block;
	padding: 0 16px;
}

.genesis-nav-menu .start-here {
	color: #ee8262;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.genesis-nav-menu .start-here a {
	color: #ee8262;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #6fc0b1;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: #6fc0b1;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #4d4d4d;
	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 #4d4d4d;
	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;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Image Navigation
--------------------------------------------- */

.image-menu {
	float: right;
	text-align: right;
	width: 800px;
}

.image-menu .genesis-nav-menu .menu-item img {
	display: block;
	max-height: 61px;
	max-width: 61px;
	margin: 0 auto 15px;
}

.image-menu .genesis-nav-menu .menu-item {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.image-menu .genesis-nav-menu .menu-item a {
	min-width: 91px;
	padding: 0 26px;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu .menu-item {
	border-left: 1px solid #6fc0b1;
}

.site-footer .genesis-nav-menu .menu-item:first-of-type {
	border-left: none;
}

.site-footer .genesis-nav-menu a {
	color: #6fc0b1;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-footer .genesis-nav-menu a:hover {
	color: #4d4d4d;
}

/* Social Navigation
--------------------------------------------- */

.before-header-cta .nav-social {
	position: absolute;
	right: 0;
	top: 0;
}

.genesis-nav-menu li.menu-item.fa,
.side-nav li.menu-item.fa {
	border: none;
	color: #6fc0b1;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	padding: 0;
	position: relative;
}

.side-nav li.menu-item.fa {
	margin: 0 8px;
}

.genesis-nav-menu li.menu-item.fa:hover,
.side-nav li.menu-item.fa:hover {
	color: #333;
	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;
}

.side-nav li.menu-item.fa-facebook {
	margin: 15px 0 15px 15px;
}

.genesis-nav-menu.menu-social {
	text-align: center;
	margin: 0;
	width: auto;
}

.genesis-nav-menu.menu-social li.menu-item.fa {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #adc654;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 30px;
}

.genesis-nav-menu.menu-social li.menu-item.fa-twitter,
.genesis-nav-menu.menu-social li.menu-item.fa-youtube {
	color: #6fc0b1;
}

.genesis-nav-menu.menu-social li.menu-item.fa-pinterest-p {
	color: #ee8262;
}

.genesis-nav-menu.menu-social li.menu-item.fa-instagram {
	color: #e1b766;
}

.genesis-nav-menu.footer-social li.menu-item.fa {
	background: #adc654;
	border: none;
	color: #fff;
	font-size: 30px;
	height: 60px;
	margin-left: 12px;
	overflow: visible;
	width: 60px;
}

.genesis-nav-menu.footer-social li.menu-item.fa-twitter,
.genesis-nav-menu.footer-social li.menu-item.fa-youtube {
	background: #6fc0b1;
	color: #fff;
}

.genesis-nav-menu.footer-social li.menu-item.fa-pinterest-p {
	background: #ee8262;
	color: #fff;
}

.genesis-nav-menu.footer-social li.menu-item.fa-instagram {
	background: #e1b766;
	color: #fff;
}

.genesis-nav-menu.menu-social li.menu-item.fa:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
	position: relative;
}

.genesis-nav-menu.footer-social li.menu-item.fa:hover {
	background: #fff;
	border: none;
	color: #adc654;
}

.genesis-nav-menu.footer-social li.menu-item.fa-twitter:hover,
.genesis-nav-menu.footer-social li.menu-item.fa-youtube:hover {
	background: #fff;
	color: #6fc0b1;
}

.genesis-nav-menu.footer-social li.menu-item.fa-pinterest-p:hover {
	background: #fff;
	color: #ee8262;
}

.genesis-nav-menu.footer-social li.menu-item.fa-instagram:hover {
	background: #fff;
	color: #e1b766;
}

.genesis-nav-menu.menu-social li.menu-item.fa:before {
	display: table-cell;
	height: 30px;
	padding-left: 1px;
	vertical-align: middle;
	width: 30px;
}

.genesis-nav-menu.footer-social li.menu-item.fa:before {
	height: 60px;
	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: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	vertical-align: top;
	width: 100%;
}

.genesis-nav-menu.footer-social li.menu-item.fa a:before {
	content: "";
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	position: absolute;
	top: -1px;
	left: -3px;
	right: 3px;
	bottom: 1px;
}

.before-footer {
	background: transparent;
	margin: 0 0 -70px;
	position: relative;
	z-index: 10;
	top: -30px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry-header {
	text-align: center;
}

.blog .content .entry-header,
.search-results .content .entry-header {
	text-align: left;
}

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0;
	position: relative;
}

.blog .content .entry,
.search-results .content .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	min-height: 399px;
	padding: 0 0 40px 530px;
}

.blog .content .entry:nth-of-type(even),
.search-results .content .entry:nth-of-type(even) {
	padding: 0 530px 40px 0;
}

.blog .content .entry-image-link,
.search-results .content .entry-image-link {
	position: absolute;
	left: 0;
	top: 0;
}

.blog .content .entry:nth-of-type(even) .entry-image-link,
.search-results .content .entry:nth-of-type(even) .entry-image-link {
	left: auto;
	right: 0;
}

.blog .content .entry-content,
.search-results .content .entry-content {
	clear: both;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 60px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

.category .content .entry {
	float: left;
	margin: 0 0 3.5% 3.5%;
	width: 31%;
}

.category .content .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #b3b3b3;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #b3b3b3;
	text-decoration: none;
}

p.entry-meta a:hover {
	color: #6fc0b1;
	text-decoration: none;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.blog .entry-header .entry-meta,
.search-results .entry-header .entry-meta {
	background: #ee8262;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	height: 85px;
	line-height: 1;
	padding-top: 18px;
	position: relative;
	text-align: center;
	width: 85px;
}

.blog .entry-header .entry-meta:before,
.search-results .entry-header .entry-meta:before {
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	content: "";
	position: absolute;
	top: -2px;
	bottom: 2px;
	left: -4px;
	right: 4px;
}

.blog .entry:nth-child(4n+2) .entry-header .entry-meta,
.search-results .entry:nth-child(4n+2) .entry-header .entry-meta {
	background: #6fc0b1;
}

.blog .entry:nth-child(4n+3) .entry-header .entry-meta,
.search-results .entry:nth-child(4n+3) .entry-header .entry-meta {
	background: #e1b766;
}

.blog .entry:nth-child(4n+4) .entry-header .entry-meta,
.search-results .entry:nth-child(4n+4) .entry-header .entry-meta {
	background: #96ae33;
}

.blog .entry-header .entry-meta .date.time span,
.search-results .entry-header .entry-meta .date.time span {
	display: block;
}

.blog .entry-header .entry-meta .date.time .day,
.search-results .entry-header .entry-meta .date.time .day {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 1px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.entry-header .fa {
	margin: 0 2px 0 20px;
}

.more-link-wrap {
	text-align: center;
}

.front-page-featured-posts .more-link-wrap {
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	position: absolute;
}

.entry-content a.more-link {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #6fc0b1;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	color: #4d4d4d;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	color: #fff;
	background: #6fc0b1;
	padding: 5px 20px;
	position: relative;
}

.archive-pagination .pagination-next a:hover,
.archive-pagination .pagination-previous a:hover {
	background: #ee8262;
}

.archive-pagination .pagination-next a:before,
.archive-pagination .pagination-previous a:before {
	border: 1px solid #444;
    content: "";
    left: -2px;
    right: 2px;
    top: -2px;
    bottom: 2px;
    position: absolute;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	margin: 0 auto 60px;
	max-width: 900px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	border-top: 1px solid #4d4d4d;
	margin: 40px auto 0;
	max-width: 900px;
	padding: 40px 0 0;
}

.entry-comments h3,
.comment-respond h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.entry-comments h3 {
	float: left;
	margin-bottom: 35px;
}

.comment-reply-title {
	margin-top: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-header a {
	text-decoration: none;
}

.comment-content p:last-of-type {
	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 #ccc;
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond input[type="submit"] {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 12px 36px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 186px;
	z-index: 1;
}

.comment-respond .form-submit {
	background-color: #8ccdc1;
	max-width: 186px;
	position: relative;
	z-index: 0;
}

.comment-respond .form-submit:after {
	border: 1px solid #444;
	content: "";
	left: -2px;
	right: 2px;
	top: -2px;
	bottom: 2px;
	position: absolute;
}

.comment-respond .form-submit:hover {
	background: #ee8262;
}

.comment-respond label {
	color: #333;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #4d4d4d;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 7px;
	position: relative;
}

.entry-comments .comment-author:after {
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	content: "";
	position: absolute;
	top: -1px;
	left: -3px;
	right: 3px;
	bottom: 1px;
	width: 65px;
	height: 65px;
}

.entry-comments .comment-author span {
	text-transform: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.comment-meta {
	line-height: 1.2;
}

.comment-meta a {
	border: none;
	color: #b3b3b3;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form-comment {
	margin-bottom: 30px;
}

.comment-notes-after {
	color: #24304f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.comment-content {
	clear: both;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	border: none;
	color: #8ccdc1;
	letter-spacing: 1px;
	text-decoration: none;
}

.comment-reply a:hover {
	color: #4d4d4d;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {
	clear: both;
}

.children article {
	border-left: 3px solid #8ccdc1;
	padding-left: 40px;
}

.er-jumper {
	margin: -15px 0 25px;
	text-align: center;
}

.er-jumper .er-jump:hover,
.er-jumper .er-print:hover {
	background: #ee8262;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}

.sidebar .entry:last-of-type {
	margin-bottom: 0;
}

.sidebar .featured-content.widget,
.sidebar .widget.widget_image {
	margin-bottom: 15px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #8ccdc1;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 70px 0 40px;
	position: relative;
}

.footer-widgets:after {
	content: "";
	border-top: 1px solid #4d4d4d;
	bottom: -3px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 425px;
}

.footer-widgets-1 {
	margin-right: 40px;
	width: 345px;
}

.footer-widgets-2 {
	max-height: 335px;
	overflow-y: scroll;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	width: 335px;
}

.widget_twitter_timeline {
	margin-top: -22px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 40px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #999;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Easy Recipe Plus
---------------------------------------------------------------------------------------------------- */

.content .easyrecipe {
	background: #fff;
	border: 1px solid #4A682A;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 0 0 30px;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader,
.content .easyrecipe div .ERSNotesHeader {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0 0;
	text-transform: uppercase;
}

.content .ERSIngredients,
.content .ERSInstructions,
.content .ERSNotesDiv,
.content .ERSSummary,
.content .easyrecipe .nutrition {
	line-height: 2.12;
	padding: 0 40px;
}

.content .easyrecipe .ERSIngredients li.ingredient {
	line-height: 1.78;
	list-style-type: none;
	margin-left: 40px;
}

.content .easyrecipe .ERSInstructions li.instruction {
	line-height: 1.78;
	margin-bottom: 0;
	margin-left: 55px;
}

.content .easyrecipe .ERSNotes {
	margin-left: 40px;
}

.content .easyrecipe .ERSDetails {
	background: #b3b3b3;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
}

.content .easyrecipe .ERSDetails span,
.content .easyrecipe .ERSDetails time {
	font-weight: normal;
}

.content .easyrecipe .ERSDetails div {
	display: inline-block;
	float: none;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}

div.easyrecipe .ERSName {
	background: #efefef;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 3px;
	margin: 0;
	padding: 20px 40px 40px;
	text-align: center;
	text-transform: uppercase;
}

div.easyrecipe .ERSName span {
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 30px;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.single div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.svg) no-repeat;
	background-size: contain;
	width: 26px;
	height: 23px;
	margin-left: 14px;
	margin-top: -12px;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #6fc0b1;
	border-radius: 0;
	position: relative;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:before,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:before {
	border: 1px solid #4d4d4d;
	border-radius: 0;
	content: "";
	position: absolute;
	left: -2px;
	right: 2px;
	top: -2px;
	bottom: 2px;
}

.single div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
.single div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	background: #ee8262;
}

div.easyrecipe .ui-button-text-icon-primary .ui-button-text,
div.easyrecipe .ui-button-text-icons .ui-button-text {
    padding: 16px 30px 15px 55px;
}

div.easyrecipe .ERSSavePrint {
	background: #efefef;
	float: none;
    margin: 0;
    padding: 20px 10px 5px;
    text-align: right;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

.hbg-front-page.full-width-content .content {
	max-width: none;
	width: 100%;
}

img.hero-image {
    display: block;
    max-width: none;
    padding-top: 3px;
    width: 100%;
}

.widget_ewd_about_bar {
	margin-bottom: 0;
}

.front-page-about-bar {
	background: #ee8262;
	border-top: 1px solid #4d4d4d;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	margin-top: 4px;
	text-transform: uppercase;
}

.front-page-about-bar p {
	display: inline-block;
	margin-bottom: 0;
}

.front-page-about-bar .about-links {
	margin-right: 25px;
}

.front-page-about-bar .about-links a {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	position: relative;
}

.front-page-about-bar .about-links a:after {
	display: none;
}

.about-bar-bio {
	letter-spacing: .35px;
}

.front-page-popular-posts h3 {
    background: #8ccdc1;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: 60px;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}

/* # About Widget
---------------------------------------------------------------------------------------------------- */

.about-widget {
	background: #efefef;
	color: #4d4d4d;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	padding: 50px 0 88px;
	text-align: center;
	text-transform: uppercase;
}

.about-widget .widget-title {
	color: #4d4d4d;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.about-widget .wrap {
	position: relative;
	max-width: 1120px;
	padding: 15px 0 0 295px;
}

.about-widget p {
	line-height: 1.45;
	letter-spacing: .35px;
}

.about-links a {
	background: #6fc0b1;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.about-links a:after {
	border: 1px solid #444;
	content: "";
	left: -2px;
	right: 2px;
	top: -2px;
	bottom: 2px;
	position: absolute;
}

.about-links a:hover {
	background: #96ae33;
	color: #fff;
	text-decoration: none;
}

.about-image-wrap {
	position: absolute;
	left: 0;
	top: 0;
}

.about-image-wrap a {
	display: block;
	line-height: 1;
	position: relative;
}

.about-image-wrap a:after {
	border: 2px solid #4d4d4d;
	border-radius: 100%;
	content: "";
	position: absolute;
	height: 302px;
	width: 302px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.about-widget img {
	border-radius: 100%;
}

.sidebar .widget_ewd_about {
    background: #e2f2ef;
    color: #3d3c38;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 40px 40px 20px;
    text-align: center;
}

.sidebar .about-image-wrap {
	margin-bottom: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.sidebar .about-image-wrap a:after {
	display: none;
}

.sidebar .widget_ewd_about p {
    margin-bottom: 20px;
}

.sidebar .about-links a {
	display: inline-block;
}

/* # Ebook Widget
---------------------------------------------------------------------------------------------------- */

.ebook-widget {
	padding: 20px 0 60px;
}

.widget_ewd_ebooks {
	color: #4d4d4d;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 80px 0;
	text-align: center;
	position: relative;
	padding: 0 0 0 295px;
}

.ebook-widget .widget-title {
	color: #ee8262;
	font-family: 'Oswald', sans-serif;
	font-size: 62px;
	font-size: 6.2rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.ebook-widget .wrap {
	border: 1px solid #4d4d4d;
	padding: 0 100px 60px;
	position: relative;
}

.ebook-widget p {
	line-height: 1.63;
	margin-bottom: 40px;
}

.ebook-links a {
	background: #ee8262;
	display: inline-block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.ebook-links a:after {
	border: 1px solid #444;
	content: "";
	left: -2px;
	right: 2px;
	top: -2px;
	bottom: 2px;
	position: absolute;
}

.ebook-links a:hover {
	background: #6fc0b1;
	color: #fff;
	text-decoration: none;
}

.ebook-image-wrap {
	position: absolute;
	left: 0;
	top: 15px;
}

.widget-pre-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	margin: -22px 0 30px;
	text-align: center;
	text-transform: uppercase;
}

.widget-pre-title span {
	background: #fff;
	padding: 0 25px;
}

/* # Subscribe Widget Area
---------------------------------------------------------------------------------------------------- */

.subscribe-widget {
	background: #eaefd6;
	padding-bottom: 10px;
}

.subscribe-widget .wrap {
	padding: 0 20px;
}

.subscribe-widget h3 {
	background: #96ae33;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	padding: 17px 0;
	text-align: center;
	text-transform: uppercase;
}

.optin-image {
	float: left;
	max-width: 300px;
}

.subscribe-widget p {
	float: right;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.63;
	max-width: 830px;
	margin: 50px 0 40px;
	text-align: center;
}

.subscribe-widget form {
	float: right;
	max-width: 830px;
	position: relative;
	text-align: right;
	width: 100%;
	z-index: 1;
}

.subscribe-widget form:after {
	background: #96ae33;
	bottom: -1px;
	content: "";
	height: 58px;
	position: absolute;
	right: -2px;
	width: 197px;
}

.subscribe-widget .enews-widget input {
	color: #333;
	border: 1px solid #4d4d4d;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 293px;
	margin: 0 7px;
	padding: 13px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	width: 100%;
	z-index: 1;
}

.subscribe-widget .enews-widget input[type="submit"] {
	background: transparent;
	color: #fff;
	font-weight: normal;
	margin-right: 0;
	max-width: 197px;
	padding: 12px;
}

/* # Before Footer Ads
---------------------------------------------------------------------------------------------------- */

.before-footer-ads {
	padding: 60px 0;
	overflow: hidden;
}

.before-footer-ad-left {
	float: left;
	max-width: 580px;
	width: 48.3%;
}

.before-footer-ad-right {
	float: right;
	max-width: 580px;
	width: 48.3%;
}

/* # Shop Page
---------------------------------------------------------------------------------------------------- */

.hbg-shop .entry {
	margin-bottom: 25px;
}

.hbg-shop h1.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shop-page-categories {
	margin-bottom: 30px;
	overflow: hidden;
}

.shop-page-categories .shop-category-item {
	float: left;
	margin-left: 3.3%;
	width: 22.5%;
}

.shop-page-categories .shop-category-item:hover img {
	opacity: .7;
}

.shop-page-categories .shop-category-item:hover h2 {
	color: #6fc0b1;
}

.shop-page-categories .shop-category-item:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

.shop-category-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 40px;
	text-align: center;
	text-transform: none;
}

.shop-category-item {
	color: #4d4d4d;
	text-decoration: none;
}

/* # Shop Category
---------------------------------------------------------------------------------------------------- */

.tax-shop-category .archive-title {
	float: left;
	line-height: 1.3;
	margin-bottom: 0;
	max-width: 570px;
	padding-top: 7px;
}

.tax-shop-category .archive-title:before {
	display: none;
}

.shop-tax-right {
	float: right;
	width: 565px;
}

.return-shop-button {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 14px 24px;
	margin-right: 35px;
}

.return-shop-button:before {
	top: -3px;
	left: -3px;
	bottom: 3px;
	right: 3px;
}

.cat-select {
	color: #333;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	max-width: 315px;
	text-transform: uppercase;
	vertical-align: 2px;
}

.cat-select select {
	border-color: #4d4d4d;
	text-transform: uppercase;
}

/* Masonry
--------------------------------------------- */

.gutter-sizer {
	width: 3.3%;
}

.masonry-wrap {
	clear: both;
	position: relative;
}

.masonry-wrap .entry {
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 25px 25px 40px;
	width: 31.1%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.archive .masonry-wrap .entry-title {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin: 40px 0 20px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}

.archive .masonry-wrap a {
	text-decoration: none;
}

/* # Sales Page
---------------------------------------------------------------------------------------------------- */

.hbg-sales-page.header-image .site-title > a {
    background: url(images/logo-small.svg) no-repeat center;
    background-size: contain;
    float: left;
    min-height: 118px;
    width: 100%;
}

.hbg-sales-page.header-image .title-area {
	float: none;
    margin: 0 auto;
    max-width: 556px;
    padding: 0;
    width: 100%;
}

.hbg-sales-page .site-header > .wrap {
    padding: 30px 0;
}

.hbg-sales-page .slide-nav-link {
	display: none;
}

.hbg-sales-page .site-inner {
	max-width: none;
	padding: 2px 0 0;
}

.hbg-sales-page .entry-header {
	background: #6fc0b1;
	padding: 80px 5% 100px;
}

.hbg-sales-page .entry-title {
	color: #fff;
	font-size: 72px;
	font-size: 7.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hbg-sales-page .entry-header p {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	margin: 0 auto;
	max-width: 900px;
}

.hbg-sales-page .regular-content-section {
	border-top: 1px solid #4d4d4d;
	margin: 2px 0 80px;
	padding-top: 80px;
}

.hbg-sales-page .regular-content-section img.alignleft {
	margin: 0 80px 80px 0;
}

.boxed-in {
	margin-bottom: 80px;
}

.boxed-in .wrap,
.hbg-sales-page .testimonials .wrap {
	border: 1px solid #4d4d4d;
	padding: 0 60px 20px;
}

.boxed-in h2,
.hbg-sales-page .testimonials h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: -19px 0 50px;
	text-align: center;
}

.boxed-in h2 span,
.hbg-sales-page .testimonials h2 span {
	background: #fff;
	display: inline-block;
	padding: 0 30px;
}

.boxed-in .image-and-button {
	float: left;
	width: 453px;
}

.boxed-in .image-and-button img {
	margin-bottom: 40px;
}

.hbg-sales-page .button {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 80px;
	padding: 13px 24px;
}

.hbg-sales-page .button:after {
	content: "\f061";
    font-family: FontAwesome;
    margin-left: 10px;
}

.hbg-sales-page .button:before {
    left: -6px;
    right: 5px;
}

.boxed-in .boxed-in-content {
	float: right;
	max-width: 590px;
}

.boxed-in .boxed-in-content li {
	list-style-type: none;
    margin-bottom: 30px;
	position: relative;
}

.boxed-in .boxed-in-content li:before {
    color: #adc654;
    content: "\f00c";
    font-family: FontAwesome;
    left: -36px;
    line-height: 1.78;
    position: absolute;
    top: 0;
}

.comparison-boxes {
	margin-bottom: 80px;
}

.left-comparison {
	background: #fce6e0;
	float: left;
	max-width: 47.5%;
}

.right-comparison {
	background: #eaefd6;
	float: right;
	max-width: 47.5%;
}

.left-comparison h3,
.right-comparison h3 {
	background: #ee8262;
	color: #fff;
	font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    padding: 18px 10px;
    text-align: center;
    text-transform: uppercase;
}

.right-comparison h3 {
	background: #96ae33;
}

.box-content {
	padding: 0 40px 25px;
}

.entry-content .box-content ul {
	margin-left: 20px;
}

.entry-content .box-content li {
	margin-bottom: 35px;
}

.hbg-sales-page .testimonials {
	text-align: center;
}

.hbg-sales-page .testimonial {
	border-bottom: 1px solid #ccc;
	margin: 0 auto 50px;
	max-width: 900px;
	padding-bottom: 50px;
}

.hbg-sales-page .testimonials .wrap > .testimonial:last-of-type {
	border: none;
	margin-bottom: 0;
}

.hbg-sales-page .testimonial-content {
	font-style: italic;
}

.hbg-sales-page .testimonial-author {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hbg-sales-page .site-footer {
	background: #efefef;
    color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.67;
    padding: 80px 0 70px;
    position: relative;
    text-align: center;
    text-transform: none;
}

.hbg-sales-page .site-footer .wrap {
	max-width: 900px
}

.hbg-sales-page .site-footer p {
	margin-bottom: 40px;
}

.hbg-sales-page .site-footer a {
	color: #fff;
}

.hbg-sales-page .site-footer .button {
	margin-bottom: 0;
}

/* # Start Here
---------------------------------------------------------------------------------------------------- */

.hbg-start-here .content .entry-title {
	font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hbg-start-here .sh-featured-categories {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 0 20px;
}

.hbg-start-here .sh-featured-categories h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.hbg-start-here .featured-category {
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 40px 3.5%;
	max-width: 31%;
	padding: 40px 25px;
	width: 100%;
}

.hbg-start-here .featured-category:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

.feat-cat-icon {
	display: block;
	margin: 0 auto 15px;
	height: 127px;
	width: 127px;
}

.hbg-start-here .featured-category h3 {
	font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}

.hbg-start-here .featured-category p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 40px;
	min-height: 120px;
}

.hbg-start-here .featured-category .button {
	font-size: 12px;
	font-size: 1.2rem;
	min-width: 147px;
	padding: 8px 16px;
}

.hbg-start-here .featured-category .button:hover {
	background: #b3b3b3 !important;
}

.button-wrap.sh-featured {
	clear: both;
	padding: 40px 0;
}

.sh-featured .button {
	background-color: #b3b3b3;
	font-size: 18px;
	font-size: 1.8rem;
}

.sh-featured .button:hover {
	background: #6fc0b1;
}

.hbg-start-here .front-page-popular-posts {
	background: none;
    border-bottom: 1px solid #ccc;
	padding: 80px 0 0;
}

.hbg-start-here .front-page-popular-posts h3 {
	background: none;
	color: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.hbg-start-here .front-page-popular-posts article {
	margin: 0 16px 20px;
}

.hbg-start-here .front-page-popular-posts article > a:after {
	display: none;
}

.hbg-start-here .front-page-popular-posts article:first-of-type {
	margin-left: 0;
}

.hbg-start-here .front-page-popular-posts article:last-of-type {
	margin-right: 0;
}

.hbg-start-here .start-here-books {
    border-bottom: 1px solid #ccc;
    padding: 60px 0;
	text-align: center;
}

.hbg-start-here .start-here-books h2 {
    background: none;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.hbg-start-here .start-here-books .ebook {
	display: inline-block;
	margin: 0 15px 40px;
}

.hbg-start-here .start-here-books .ebook:first-of-type {
	margin-left: 0;
}

.hbg-start-here .start-here-books .ebook:last-of-type {
	margin-right: 0;
}

.hbg-start-here .start-here-books .button {
	font-size: 18px;
	font-size: 1.8rem;
	width: 252px;
}

.hbg-start-here .start-here-shop {
    padding: 60px 0 0;
	text-align: center;
}

.hbg-start-here .start-here-shop .shop-category-item:hover img {
	opacity: .7;
}

.hbg-start-here .start-here-shop .shop-category-item:hover h3 {
	color: #6fc0b1;
}

.hbg-start-here .start-here-shop h2 {
    background: none;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.hbg-start-here .start-here-shop .shop-category-item {
	display: inline-block;
	margin: 0 9px;
	max-width: 133px;
	vertical-align: top;
}

.hbg-start-here .start-here-shop .shop-category-title {
	font-size: 12px;
	font-size: 1.2rem;
}

.hbg-start-here .start-here-shop .shop-category-item:nth-of-type(8n+1) {
	margin-left: 0;
}

.hbg-start-here .start-here-shop .shop-category-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.hbg-start-here .start-here-shop .button {
	font-size: 18px;
	font-size: 1.8rem;
	width: 252px;
}

.hbg-start-here .before-footer-ads .wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}

.hbg-start-here .subscribe-widget {
	background: none;
	padding-bottom: 100px;
}

.hbg-start-here .subscribe-widget h3 {
    background: none;
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

/* # Misc
---------------------------------------------------------------------------------------------------- */

.before-header-cta {
	background: #6fc0b1;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 11px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 0;
}

.before-header-cta:after {
	border-bottom: 1px solid #4d4d4d;
	bottom: -3px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.before-header-cta .wrap {
	position: relative;
}

.before-header-cta a {
	color: #fff;
	text-decoration: none;
}

.before-header-cta a:after {
	color: #fff;
    content: "\f061";
    font-family: FontAwesome;
    margin-left: 10px;
	text-decoration: none;
}

.before-header-cta a:hover {
	opacity: .7;
}

.hbg-relatedposts-headline {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

div > .jp-relatedposts-post-a {
	border-radius: 100%;
	display: block;
	max-width: 272px;
	position: relative;
	z-index: 0;
}

div > .jp-relatedposts-post-a img {
	border-radius: 100%;
}

div > .jp-relatedposts-post-a:after {
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: -5px;
	right: 5px;
	top: -3px;
	bottom: 3px;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: #4d4d4d;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 20px;
	text-align: center;
}

.slide-nav-link:hover {
	background: none;
	color: #4d4d4d;
}

.sticky-header {
	background: #fff;
	border-bottom: 1px solid #4d4d4d;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.sticky-header .wrap {
	position: relative;
}

.admin-bar .sticky-header {
	top: 32px !important;
}

.header-image .sticky-header .title-area {
	margin-top: 3px;
	max-width: none;
	width: 223px;
}

.header-image .sticky-header .title-area > a {
	display: block;
	min-height: 45px;
}

.header-image .sticky-header .title-area img {
	display: block;
}

.header-image .is_stuck .image-menu {
	display: none;
}

.sticky-header-right {
	float: right;
	max-width: 800px;
}

.sticky-header-right .widget {
	margin-bottom: 0;
}

.sticky-header-right .genesis-nav-menu {
	padding-right: 65px;
}

.sticky-header-right .genesis-nav-menu a {
	padding: 16px;
}

.sticky-header .widget_search {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.sticky-header .widget_search input[type="search"] {
    background-color: transparent;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 26px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    text-transform: none;
    width: 0;
}

.sticky-header .widget_search input[type="submit"] {
	display: none;
}

.sticky-header .widget_search:before {
    background: #6fc0b1;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 24px;
    padding: 13px 14px;
    position: absolute;
    right: 0;
}

.sticky-header .widget_search input[type="search"]:focus {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: text;
	outline: 0;
	width: 350px;
}

div.search-me .search-form input[type="search"] {
	padding-right: 48px;
}

div.search-me:before {
	color: #4d4d4d;
	padding: 23px 16px;
}

form.cntctfrm_one_column,
div.cntctfrm_column,
div.cntctfrm_label,
div.cntctfrm_input,
div.cntctfrm_select,
div.cntctfrm_checkbox {
	max-width: none;
}

form.cntctfrm_one_column label {
	display: inline-block;
	margin-top: 30px;
}

div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

}

div > .jp-relatedposts-post-a:hover {
	filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
	text-decoration: none;
}

.sidr .start-here a {
	color: #ee8262;
	font-weight: 700;
	text-transform: uppercase;
}

.error404 input[type="search"] {
	max-width: 370px;
}

.error404 .search-form input[type="submit"] {
	margin-left: 25px;
	position: relative;
}

div.search-me .search-form input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none;
}

.widget_ewd_ebooks .widget-wrap {
    min-height: 375px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.front-page-featured-posts .featured-content .entry {
		padding: 40px 3% 0;
		min-height: 880px;
	}

	.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;
	}

	.before-header-cta {
		text-align: left;
	}

	.title-area {
		float: none;
	}

	.site-header > .wrap {
    	padding: 25px 0 30px;
	}

	.site-header .widget-area {
		margin-top: 0;
		text-align: center;
		width: 610px;
	}

	.image-menu {
		text-align: center;
		width: 620px;
	}

	.image-menu .genesis-nav-menu .menu-item a {
		padding: 0 18px;
	}

	.genesis-nav-menu a {
		padding: 0 12px;
	}

	.about-widget {
		font-size: 30px;
		font-size: 3rem;
	}

	.about-widget .wrap {
    	max-width: 960px;
	}

	.about-widget .widget-title {
		font-size: 44px;
		font-size: 4.4rem;
	}

	.about-widget img {
		max-width: 295px;
	}

	.about-image-wrap a:after {
		height: 287px;
		width: 287px;
	}

	.ebook-widget .wrap {
		padding: 0 60px 60px;
	}

	.subscribe-widget {
		padding-bottom: 60px;
	}

	.subscribe-widget p,
	.subscribe-widget form {
		max-width: 600px;
	}

	.subscribe-widget p {
		margin: 40px 0 30px;
	}

	.subscribe-widget form {
		text-align: center;
	}

	.subscribe-widget .enews-widget input {
		margin-bottom: 30px;
		max-width: 260px;
	}

	.subscribe-widget .enews-widget input[type="submit"] {
		margin: 0;
	}

	.subscribe-widget form:after {
		bottom: -3px;
		right: 198px;
	}

	.hbg-start-here .start-here-books .ebook {
		max-width: 210px;
	}

	.hbg-start-here .start-here-shop .shop-category-item:nth-of-type(8n+1) {
		margin-left: 9px;
	}

	.hbg-start-here .start-here-shop .shop-category-item:nth-of-type(8n+8) {
		margin-right: 9px;
	}

	.hbg-sales-page .regular-content-section img.alignleft {
    	margin: 0 40px 40px 0;
	}

	.boxed-in .image-and-button {
		width: 42.1%;
	}

	.boxed-in .boxed-in-content {
    	max-width: 54.8%;
	}

	.front-page-about-bar .about-links {
		margin-right: 0;
	}

	.header-image .sticky-header .title-area {
		float: left;
	}

	.header-image .title-area {
		float: left;
		max-width: 320px;
		width: 100%;
	}

	.front-page-about-bar .about-links a {
		font-size: 20px;
		font-size: 2rem;
	}

	.about-bar-bio {
    	letter-spacing: .35px;
    	font-size: 20px;
    	padding-left: 20px;
	}

	.tax-shop-category .archive-title {
		margin-bottom: 40px;
		text-align: center;
		max-width: none;
		width: 100%;
	}

	.shop-tax-right {
		text-align: center;
		width: 100%;
	}

	.tax-shop-category .archive-description {
		padding: 40px 0;
	}

	.hbg-start-here .start-here-shop .shop-category-item {
		max-width: 142px;
	}

	.content, .site-header .widget-area {
    	width: 580px;
	}

}

@media only screen and (max-width: 1023px) {

	.front-page-featured-posts .featured-content .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.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%;
	}

	.content-sidebar .content {
		border: 0;
		padding-right: 0;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.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;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.before-header-cta {
		text-align: center;
	}

	.before-header-cta .nav-social {
		margin: 10px 0 5px;
		position: relative;
		right: auto;
		top: auto;
	}

	.before-header-cta .genesis-nav-menu.menu-social li.menu-item.fa {
		margin-bottom: 0;
	}

	.site-inner {
		padding-top: 40px;
	}

	button.slide-nav-link {
		margin: 0 auto;
		position: static;
	}

	button.slide-nav-link:hover,
	.sidr li a:hover,
	.sidr .menu-item a:hover {
		color: #6fc0b1;
	}

	.side-nav li.menu-item.fa:hover {
		color: #ee8262;
	}

	.site-header .widget-area {
		float: right;
		margin: 0;
		width: auto;
	}

	.header-image .title-area {
		margin-top: 0;
	}

	.site-header > .wrap {
    	padding: 15px 0 10px;
	}

	.about-image-wrap {
		left: auto;
		margin: 0 auto 20px;
		max-width: 295px;
		position: static;
		top: auto;
	}

	.about-widget .wrap {
		max-width: 800px;
		padding: 0;
	}

	.subscribe-widget p {
		max-width: 450px;
	}

	.subscribe-widget form {
		max-width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		text-align: center;
	}

	.nav-footer .genesis-nav-menu {
		line-height: 1.4;
	}

	.blog .content .entry-image-link,
	.search-results .content .entry-image-link {
		max-width: 350px;
	}

	.blog .content .entry,
	.search-results .content .entry {
		padding-left: 390px;
	}

	.blog .content .entry:nth-of-type(even),
	.search-results .content .entry:nth-of-type(even) {
		padding-right: 390px;
	}

	.hbg-start-here .start-here-books .ebook {
		max-width: 170px;
	}

	.about-bar-bio {
    	letter-spacing: .35px;
    	font-size: 20px;
    	padding-left: 20px;
    	float: right;
    	width: 620px;
    	text-align: center;
    	line-height: 1.5;
	}

	.ebook-widget .widget-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.widget_ewd_ebooks {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-sales-page .entry-header p {
		font-size: 40px;
		font-size: 4rem;
	}

	.hbg-sales-page .entry-header {
		padding: 50px 5% 70px;
	}

	.hbg-start-here .start-here-shop .shop-category-item {
		max-width: 182px;
	}

	.front-page-featured-posts .featured-content .entry {
		min-height:	915px;
	}

	.sidebar-primary {
    	clear: both;
    	float: none;
    	margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 1023px) and (min-width: 861px) {

	.subscribe-widget .enews-widget input,
	.subscribe-widget .enews-widget input[type="submit"] {
		display: block;
		margin: 0 auto 15px;
		max-width: 260px;
		width: 100%;
	}

	.subscribe-widget form:after {
		bottom: 12px;
		right: 90px;
		width: 260px;
	}

}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 10% 5% 0;
	}

	.category .site-inner {
		padding-top: 20px;
	}

	.hbg-front-page .site-inner {
		padding-top: 40px;
	}

	.wrap,
	.about-widget .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px 0;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
		padding-top: 25px;
	}

	.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%;
	}

	blockquote {
		margin: 40px 40px 60px;
	}

	.about-widget {
		padding-bottom: 68px;
	}

	.ebook-widget .wrap {
		max-width: 90%;
		padding: 0 40px 40px;
	}

	.ebook-image-wrap {
		left: auto;
		margin-bottom: 40px;
		position: relative;
	}

	.widget_ewd_ebooks {
		padding-left: 0;
	}

	.front-page-popular-posts .entry-title,
	.hbg-start-here .content .front-page-popular-posts .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.optin-image {
		float: none;
		margin: 0 auto;
	}

	.subscribe-widget p,
	.subscribe-widget form {
		max-width: none;
	}

	.subscribe-widget form {
		float: none;
		margin: 0 auto;
		max-width: 555px;
	}

	.subscribe-widget form:after {
		right: 175px;
	}

	.blog .content .entry-image-link,
	.search-results .content .entry-image-link {
		position: relative;
	}

	.blog .content .entry,
	.search-results .content .entry,
	.blog .content .entry:nth-of-type(even),
	.search-results .entry:nth-of-type(even) {
		padding: 0 0 40px;
	}

	.blog .entry:nth-of-type(even) img.alignleft,
	.search-results .entry:nth-of-type(even) img.alignleft {
		margin-right: 24px;
	}

	.archive-description-left {
		margin-bottom: 40px;
		max-width: none;
	}

	.cat-pop-posts {
		max-width: none;
	}

	.hbg-start-here .featured-category {
		max-width: 48.2%;
	}

	.hbg-start-here .featured-category:nth-of-type(3n+1) {
		clear: none;
		margin-left: 3.5%;
	}

	.hbg-start-here .featured-category:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

	.hbg-start-here .start-here-books .ebook {
		float: left;
		display: block;
		margin: 0 2% 40px;
	}

	.hbg-start-here .start-here-books .ebook:first-of-type {
		margin-left: 2%;
	}

	.hbg-start-here .start-here-books .ebook:last-of-type {
		margin-right: 2%;
	}

	.hbg-start-here .start-here-books .ebook {
		max-width: 46%;
	}

	.hbg-start-here .start-here-books {
		margin: 0 auto;
		max-width: 585px;
	}

	.boxed-in .image-and-button {
		float: none;
		margin: 0 auto 40px;
		width: 87%;
	}

	.boxed-in .wrap,
	.hbg-sales-page .testimonials .wrap {
		padding: 0 5% 20px;
		max-width: 90%;
	}

	.boxed-in .boxed-in-content {
		max-width: none;
	}

	.entry-content .boxed-in ul {
		margin-left: 35px;
	}

	.hbg-sales-page .boxed-in .button {
		margin-bottom: 0;
	}

	.left-comparison h3, .right-comparison h3 {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page-featured-posts .wrap {
		padding: 20px 0 0;
	}

	.site-header > .wrap {
		padding: 15px 5% 10px;
	}

	.hbg-sales-page .site-header > .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page-about-bar .about-links a {
		font-size: 18px;
		font-size: 1.8rem;
		position: relative;
	}

	.front-page-about-bar p {
		display: block;
		padding: 5px 0;
		text-align: center;
		width: 100% !important;
	}

	.widget_ewd_about_bar {
		padding: 5px 0;
	}

	.subscribe-widget h3,
	.front-page-popular-posts h3 {
		padding-left: 5%;
		padding-right: 5%;
	}

	.about-widget img,
	.about-image-wrap {
		max-width: 245px;
	}

	.about-image-wrap a:after {
		height: 237px;
		width: 237px;
	}

	.about-widget .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.about-widget {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.masonry-wrap .entry {
		width: 48.3%;
	}

	.hbg-start-here .start-here-shop .shop-category-item {
		max-width: 139px;
	}

	.front-page-featured-posts .featured-content .entry,
	.front-page-featured-posts .featured-content .entry:nth-of-type(3n+1) {
		clear: none;
		margin-left: 3.33%;
		max-width: 48.33%;
		min-height: 730px;
	}

	.front-page-featured-posts .featured-content .entry:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

}

@media only screen and (max-width: 640px) {

	.front-page-featured-posts .featured-content .entry,
	.front-page-featured-posts .featured-content .entry:nth-of-type(3n+1),
	.front-page-featured-posts .featured-content .entry:nth-of-type(odd) {
		clear: none;
		margin: 0 0 60px;
		max-width: none;
		min-height: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page-featured-posts .featured-content .entry:last-of-type {
		margin-bottom: 60px;
	}

	div#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 0;
		text-align: center;
	}

	div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
		display: inline-block;
		float: none;
		margin: 0 auto 20px;
		padding: 0 10px;
		vertical-align: top;
	}

	div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.subscribe-widget .enews-widget input,
	.subscribe-widget .enews-widget input[type="submit"] {
		display: block;
		margin: 0 auto 15px;
		max-width: 260px;
		width: 100%;
	}

	.subscribe-widget form {
		max-width: 260px;
	}

	.subscribe-widget form:after {
		bottom: -3px;
		right: -5px;
		width: 260px;
	}

	.left-comparison,
	.right-comparison {
		max-width: none;
	}

	.left-comparison {
		margin-bottom: 40px;
	}

	.subscribe-widget h3,
	.front-page-popular-posts h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.shop-page-categories .shop-category-item {
		width: 48.3%;
	}

	.shop-page-categories .shop-category-item:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

	.return-shop-button,
	.cat-select {
		display: block;
		margin: 0 auto;
	}

	.return-shop-button {
		margin: 0 auto 25px;
		max-width: 220px;
	}

	.hbg-sales-page .entry-title {
		font-size: 64px;
		font-size: 6.4rem;
	}

	.hbg-sales-page .entry-header p {
		font-size: 30px;
		font-size: 3rem;
	}

}

@media only screen and (max-width: 567px) {

	.post-info-cats {
		display: block;
	}

	.post-info-cats .fa {
		margin-right: 0;
	}

	.before-footer-ad-left,
	.before-footer-ad-right {
		max-width: none;
		text-align: center;
		width: 100%;
	}

	.before-footer-ad-left {
		margin-bottom: 30px;
	}

	.front-page-popular-posts article {
		margin: 0 3%;
		width: 40%;
	}

	.genesis-nav-menu.footer-social li.menu-item.fa {
		font-size: 18px;
		height: 35px;
		width: 35px;
	}

	.genesis-nav-menu.footer-social li.menu-item.fa:before {
		height: 35px;
		width: 35px;
	}

	.before-footer {
    	margin: 0 0 -48px;
	top: -18px;
	}

	.category .content .entry {
		margin: 0 0 40px;
		width: 100%;
	}

	.hbg-start-here .featured-category,
	.hbg-start-here .featured-category:nth-of-type(3n+1) {
		margin-left: 0;
		max-width: none;
	}

	.front-page-featured-posts .featured-content .entry {
		max-width: none;
		min-height: 0;
	}

	.front-page-featured-posts .featured-content {
		margin-bottom: 0;
	}

	.header-image .title-area {
		max-width: 270px;
	}

	.blog .entry-header .entry-meta,
	.search-results .entry-header .entry-meta {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.blog .content h2.entry-title,
	.search-results .content h2.entry-title {
		margin-left: 0;
	}

	.tax-shop-category .archive-title {
		font-size: 40px;
		font-size: 4rem;
	}

	.masonry-wrap .entry {
		width: 100%;
	}

	.hbg-sales-page .site-header > .wrap {
		padding: 0 5%;
	}

	.hbg-sales-page .entry-title {
		font-size: 56px;
		font-size: 5.6rem;
	}

	.front-page-featured-posts .featured-content p {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 413px) {

	.header-image .title-area {
		max-width: 190px;
	}

}


/* # 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;
	}

}
