/* # Mommypotamus by EWD Child Theme
Theme Name: Mommypotamus by EWD
Version:     2.2.5
Theme URI: https://www.emilywhitedesigns.com/
Description: This is a custom child theme created for the Genesis Framework.
Author: Emily White Designs
Author URI: https://www.emilywhitedesigns.com/
Template: genesis
Template Verspage-template-defaulton: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
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
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

/* Chrome fix */
body > div {
    font-size: 2.2rem;
}

body {
	background-color: #fff;
	color: #45342a;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #70548b;
	text-decoration: none;
}

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

article a {
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
}

.category article a {
	border: none;
	font-weight: 700;
}

article a:hover {
	border-bottom: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6c625f;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 50px;
	font-size: 5.0rem;
}

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

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

.entry-content h3 {
	font-family: 'PT Sans', sans-serif;
}

h4 {
	font-size: 30px;
	font-size: 3rem;
}

.entry-content h4 {
	color: #6c625f;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h5 {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h6 {
	color: #45342a;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	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: #6A5D55;
	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: #6A5D55;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #6A5D55;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #eb7200;
	border: 0;
	border-bottom: 3px solid #b05600;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 38px;
	text-transform: uppercase;
	width: auto;
}

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  {
	background-color: #45342a;
	border-color: #6c625f;
	color: #fff;
}

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

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## 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 {
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	        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;
}

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

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

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

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

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

.single.full-width-content .content,
.page-template-default.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

.page.page-template-default.videos-page .content,
.home.page-template-default .content {
	max-width: none;
}

/* ### Primary Sidebar */

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

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

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

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

.comment .avatar {
	border-radius: 100%;
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

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

.archive-description {
	border: 5px solid #edecec;
	margin-bottom: 60px;
	overflow: hidden;
}

.search-results .archive-description {
	border: none;
	margin-bottom: 20px;
	padding: 0;
}

.search-results .archive-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.archive-desc-left {
	float: left;
	max-width: 375px;
}

.archive-desc-right {
	float: right;
	max-width: 63%;
	padding-top: 20px;
	width: 100%;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

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

.archive-description .nrelate {
	max-width: 700px;
	text-align: center;
}

.archive-description .nr_title {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.nr_title {
	font-family: 'PT Sans Narrow', sans-erif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.archive-description .nr_panel,
.nr_panel {
	border: none;
	float: left;
	margin-right: 5%;
	max-width: 30%;
	width: 100%;
}

.nr_panel {
	border: none;
	float: left;
	margin-right: 5%;
	max-width: 26.6%;
	width: 100%;
}

.nr_panel {
	text-align: center;
}

.archive-description .nr_panel:last-of-type,
.nr_panel:last-of-type {
	margin-right: 0;
}

.archive-description .nr_text,
.nr_text {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.archive-description span.nr_img_div,
span.nr_img_div {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.search-select {
	margin-bottom: 40px;
	text-align: right;
}

.cat-search,
.cat-select {
	display: inline-block;
	vertical-align: top;
}

.cat-search .search-form {
	border: 1px solid #8e847f;
	border-radius: 5px;
	width: 250px
}

.cat-search .search-form input {
	width: 204px;
}

.cat-select {
	margin-left: 40px;
}

.cat-select select {
	background: none;
	border: 1px solid #8e847f;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7px 12px;
	width: 250px
}

.cat-select select:focus {
	outline: none;
}

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

.search-form {
	overflow: hidden;
}


.entry-content .search-form {
	width: 50%;
}

.right.search .search-form,
.site-header .search-form {
	background: #fff;
	border: 1px solid #8e847f;
	border-radius: 5px;
	width: 138px;
}

.search-form input {
	background: none;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 0 8px 16px;
	width: 94px;
}

.search-form input[type="submit"] {
	background: none;
	color: #6a5d55;
	font-family: FontAwesome;
	padding: 8px 14px;
	width: 42px;
}

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

.archive-title {
	font-size: 54px;
	font-size: 5.4rem;
}

.entry-title {
	font-size: 54px;
	font-size: 5.4rem;
	margin-bottom: 15px;
}

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

.entry-title a {
	border: none;
	font-size: 42px;
	font-size: 4.2rem;
}

.front-page-1 .entry-title,
.archive .entry-title,
.blog .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.category .entry-title,
.category .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.parent-category .entry-title {
	text-transform: uppercase;
}

.entry-title a:hover,
.entry-title a:focus {
}

.widget-title,
h3.widget-title,
.hbg-start-here .content section h3.widget-title {
	color: #45342a;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}

.footer-widgets .widget-title {
	color: #fff;
}

.email-optin-widget .enews-widget .widget-title {
	font-size: 30px;
	font-size: 3rem;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}

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


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

.wampum-popup-content {
	background: url(https://www.mommypotamus.com/wp-content/uploads/mommypotamus-optin-image-800x451.jpg) no-repeat center !important;
	background-size: cover !important;
	padding: 0 !important;
}

.wampum-popup-content .widget-area {
	background: rgba(91, 79, 107, .75) !important;
	color: #fff !important;
	padding: 24px !important;
}

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

	.wampum-popup-content {
		font-size: 18px;
	}

}

@media only screen and (min-width: 545px) {

	.wampum-popup-content .widget-area {
		padding: 48px !important;
	}

}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

.enews-widget {
	text-align: center;
}

.enews-widget .widget-title {
	margin-bottom: 40px;
}

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

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

}

.enews-widget input {
	border: 1px solid #8e847f;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	height: 55px;
	margin: 0 20px 16px;
	vertical-align: top;
	width: 227px;
}

.enews-widget input[type="submit"] {
    border: 0;
    border-bottom: 3px solid #b05600;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
    border-color: #6c625f;
}

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

/* ## 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;
	min-height: 0;
}

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

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

.title-area {
	float: left;
	padding: 0;
	width: 409px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: 409px 60px;
	float: left;
	min-height: 60px;
	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;
	text-align: right;
	width: 750px;
}


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

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

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

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

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

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

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

.site-header .widget_nav_menu {
	display: inline-block;
}

.site-header .genesis-nav-menu a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu .start-here a {
	color: #eb7200;
}

.site-header .genesis-nav-menu .start-here a:hover {
	color: #70548b;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #edecec;
	z-index: 1000;
}

.nav-primary .genesis-nav-menu a {
	color: #6c625f;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #70548b;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #70548b;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #6c625f;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

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

.genesis-nav-menu li.menu-item.fa,
.side-nav li.menu-item.fa {
	border: none;
	color: #6c625f;
	display: inline-block;
	font-size: 20px;
	margin: 0 6px;
	padding: 0;
	position: relative;
}

.side-nav li.menu-item.fa {
	color: #fff;
	margin: 0 8px;
}

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

.side-nav li.menu-item.fa:hover {
	color: #fff;
	opacity: .5;
}

.side-nav li.menu-item.fa a,
.genesis-nav-menu li.menu-item.fa a {
	border: none;
	font-weight: 700;
	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;
}

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

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

.entry {
	margin-bottom: 70px;
	padding: 0;
}

.content .entry {
	background-color: #fff;
}

.category .content .entry {
	float: left;
	margin-bottom: 15px;
	margin-left: 3.3%;
	max-width: 22.5%;
	text-align: center;
}

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

.category .content .entry img {
	display: block;
	margin-bottom: 15px;
}

.category .content .entry:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}

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

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

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

.entry-meta {
	color: #8f857f;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-header .entry-meta > span,
.entry-categories {
	margin-right: 20px;
}

.entry-meta a {
	border: none;
	font-weight: 400;
	color: #8f857f;
}

.entry-meta .fa {
	margin-right: 5px;
}

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

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

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

.post-meta-left {
	display: inline-block;
	float: left;
	vertical-align: middle;
}

.post-meta-right {
	display: inline-block;
	float: right;
	vertical-align: middle;
}

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

.pagination {
	clear: both;
	margin: 40px 0 60px;
	text-align: center;
}

.archive-pagination {
	margin-bottom: 70px;
}

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

.archive-pagination ul {
	border-bottom: 1px solid #dcd9d9;
	border-top: 1px solid #dcd9d9;
	display: inline-block;
	padding: 30px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.videos-page .srizon-pagination a {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 8px;
	margin: 0;
	text-transform: none;
}

.videos-page .srizon-pagination a {
	color: #70548b;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.videos-page .srizon-pagination a:hover,
.videos-page .srizon-pagination span.current {
	background: none;
	text-decoration: none;
	color: #24304f;
	padding: 0 8px;
	margin: 0;
}

.videos-page .srizon-pagination li {
	display: inline-block;
	line-height: 1.625;
	margin: 0;
}

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {

}

.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:hover {
	color: #24304f;
	text-decoration: none;
}

.adjacent-entry-navigation {
	border-bottom: 1px solid #dcd9d9;
	border-top: 1px solid #dcd9d9;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 80px;
	overflow: hidden;
	padding: 40px 0;
}

.adjacent-entry-navigation a {
	color: #70548b;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

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

.adjacent-entry-navigation span {
	color: #6c625f;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

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

.adjacent-entry-navigation img.alignleft {
	margin-right: 40px;
}

.adjacent-entry-navigation img.alignright {
	margin-left: 40px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	margin-bottom: 50px;
	padding: 0;
}

.entry-pings {
	border: none;
	padding-top: 0;
}

.entry-comments {
	padding: 0;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 42px;
	font-size: 4.2rem;
}

.entry-comments h3 {
	float: left;
	margin-bottom: 35px;
}

.comment-header {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.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 {
	overflow: hidden;
}

.comment a {
	word-wrap: break-word;
}

.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: #edecec;
	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: #6c625f;
	border-color: #45342a;
	padding: 18px 50px;
}

.comment-respond input:hover[type="submit"] {
	background-color: #45342a;
    border-color: #6c625f;
	padding: 18px 50px;
}

.comment-respond label {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #45342a;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 7px;
}

.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: #8f857f;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.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-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: right;
}

.comment-reply a {
	border: none;
	font-weight: normal;
}

.commentnumber {
	color: #a4a4a4;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.logged-in .commentnumber {
	display: block;
}

.comment-respond form {

}

.children article {
	border-left: 6px solid #edecec;
	padding-left: 40px;
}

.comment-policy a {
	color: #6C625F;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

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

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

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

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


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

.site-footer {
	background-color: #edecec;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 25px 0;
	position: relative;
	text-align: center;
}

.site-footer:before {
	background: #edecec url(images/hippo-footer.png) center center no-repeat; background-size: 52px 49px;
	background-size: 52px 49px;
	border-radius: 100%;
	content: "";
	height: 78px;
	left: 50%;
	margin: -39px 0 0 -39px;
	position: absolute;
	top: 0;
	width: 78px;
}

.site-footer p {
	color: #89817f;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.625;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-footer a {
	color: #89817f;
}

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

.nav-footer {
	margin-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: #89817f;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-footer .genesis-nav-menu a:hover {
	opacity: .5;
}

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

.blog .content .entry,
.search-results .content .entry {
	border-bottom: 1px solid #dcd9d9;
	min-height: 475px;
	padding-bottom: 70px;
	padding-left: 640px;
	position: relative;
}

.blog .content .entry:nth-of-type(even),
.search-results .content .entry:nth-of-type(even) {
	padding-left: 0;
	padding-right: 640px;
}

.blog .content .entry:last-of-type,
.search-results .content .entry:last-of-type {
	border-bottom: none;
}

.blog .content .entry img,
.search-results .content .entry img {
	left: 0;
	position: absolute;
	top: 0;
}

.blog .content .entry:nth-of-type(even) img,
.search-results .content .entry:nth-of-type(even) img {
	left: auto;
	margin-right: 0;
	right: 0;
}

.more-link {
	border: none;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
}

/* # Start Here Page
---------------------------------------------------------------------------------------------------- */

.hbg-start-here .content .entry {
	border: 5px solid #edecec;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 35px 575px 35px 35px;
	position: relative;
	margin-bottom: 50px;
	min-height: 470px;
}

.hbg-start-here .content .entry img {
	position: absolute;
	right: 35px;
	top: 40px;
}

.hbg-start-here select {
	background: none;
    border: 1px solid #8e847f;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 12px;
    width: 250px;
}

.hbg-start-here .content section h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 40px;
}

.hbg-start-here .content section h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.hbg-start-here .content section {
	border-bottom: 1px solid #dcd9d9;
	margin-bottom: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.hbg-start-here .text-content {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto 40px;
	max-width: 800px;
	text-align: left;
}

.hbg-start-here .nr_panel {
	display: inline-block;
	margin: 0 0 50px 3.1%;
	max-width: 17.5%;
	vertical-align: top;
}

.hbg-start-here .nr_panel:nth-of-type(5n+1) {
	clear: both;
	margin-left: 0;
}

.hbg-start-here .nr_text {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.hbg-start-here .button-wrap {
	padding-top: 0;
}

.start-here-category .widget_ewd_promotion .button {
	background: #eb7200;
	border-color: #b05600;
}

.start-here-category .button {
	background: #6c625f;
	border-color: #45342a;
}

.start-here-category .button:hover {
	background-color: #45342a;
    border-color: #6c625f;
}

.hbg-start-here .email-optin-widget .wrap {
	max-width: 900px;
}

.hbg-start-here .content .email-optin-widget {
	background: #edecec;
	margin-bottom: 80px;
	padding: 24px 0 0px;
}

.hbg-start-here .email-optin-widget p {
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	line-height: 1.4;
	max-width: 540px;
}

.hbg-start-here .email-optin-widget form {
	float: right;
	text-align: center;
}

.hbg-start-here .email-optin-widget input {
	text-align: center;
    margin: 0 7px 15px;
    max-width: 180px;
    padding: 10px 16px;
    height: 46px;
}

.hbg-start-here .email-optin-widget input[type="submit"] {
	max-width: 120px;
}

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

.hbg-sales-page header {
	background: #5d4d6d;
	padding: 70px 0;
	text-align: center;
}

.hbg-sales-page header h1 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: normal;
	margin: 0 auto 10px;
	max-width: 575px;
}

.hbg-sales-page header p {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 400;
}

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

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

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

.hbg-sales-page h2 {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 400;
	margin-bottom: 40px;
}

.hbg-sales-page .testimonials h2 {
	font-weight: 700;
	text-align: center;
}

.hbg-sales-page .text-content,
.hbg-sales-page .testimonials {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 80px 0;
}

.hbg-sales-page .promotion-widget {
	padding: 80px 0;
}

.hbg-sales-page .promotion-widget .widget_ewd_promotion {
	margin-bottom: 0;
}

.mp-youtube {
	text-align: center;
}

.hbg-sales-page .text-content ul {
	padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

.hbg-sales-page .text-content li {
	margin-bottom: 35px;
	position: relative;
	padding-left: 30px;
}

.hbg-sales-page .text-content li:before {
    content: "\f00c";
	font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}

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

.sc-button {
	margin-top: 15px;
}

.button a {
	border: none;
	color: #fff;
	font-size: 20px;
}

.hbg-sales-page .wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-sales-page .testimonials {
	overflow: hidden;
}

.hbg-sales-page .testimonial {
	border: 2px solid #6c625f;
	text-align: center;
	padding-top: 30px;
}

.hbg-sales-page .testimonial .fa {
	color: #a7a19f;
	font-size: 50px;
}

.hbg-sales-page .testimonial-content {
	font-style: italic;
	padding: 10px 40px 5px;
}

.hbg-sales-page .testimonial-author {
	background: #6c625f;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 12px;
}

.hbg-sales-page .one-half {
	margin-left: 3.2%;
	width: 48.4%;
}

.hbg-sales-page .one-third {
	margin-left: 3.2%;
	width: 31.2%;
}

.hbg-sales-page .first {
	margin-left: 0;
}

.hbg-sales-page .wp-caption {
	display: inline-block;
	margin: 0 5px 40px;
	vertical-align: top;
}

.nav-sales-page {
	text-align: center;
}

.nav-sales-page .genesis-nav-menu a {
	color: #bbb;
	padding: 12px 14px;
}

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

.home-hero {
	position: relative;
}

img.hero-image {
    display: block;
    max-width: none;
    width: 100%;
}

.hbg-front-page .video-lightbox {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 37px 0 50px;
	position: relative;
	text-transform: uppercase;
}

.hbg-front-page .video-lightbox a {
	color: #a7a19f;
	letter-spacing: 2px;
	position: relative;
}

.hbg-front-page .video-lightbox a:before {
	background: #fff;
	border-radius: 100%;
	font-family: FontAwesome;
	font-size: 60px;
    content: "\f01d";
    line-height: 1;
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -37px;
    padding: 7px 0 0 1px;
    text-align: center;
    height: 74px;
    width: 74px;
}

.front-page-offer {
    position: absolute;
    width: 100%;
    right: 40px;
    top: 40px;
}

.front-page-offer .enews-widget {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    text-align: center;
    float: right;
    max-width: 575px;
    padding: 34px 40px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.front-page-offer .widget-title {
	margin: 0 auto 20px;
	max-width: 440px;
}

.front-page-offer .enews-widget input {
	height: 45px;
	margin: 0 5px 16px;
	padding: 10px;
	text-align: center;
}

.front-page-offer .enews-widget input[type="submit"] {
	max-width: 157px;
	padding: 10px;
}

.front-page-offer .enews form + p {
    line-height: 1.4;
    margin: 5px 0 0;
    font-size: 16px;
}

.image-menu .wrap {
	border-bottom: 1px solid #dcd9d9;
	margin-bottom: 80px;
	padding-bottom: 40px;
	text-align: center;
}

.image-menu li {
	display: inline-block;
	margin: 0 0 25px 26px;
	text-align: center;
	vertical-align: top;
	width: 127px;
}

.image-menu li:hover {
	opacity: .7;
}

.image-menu li:first-of-type {
	margin-left: 0;
}

.image-menu img {
	border-radius: 100%;
}

.image-menu-title {
	color: #6c625f;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;

}

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

.front-page-1 .entry {
	min-height: 390px;
	padding-left: 640px;
	position: relative;
}

.front-page-1 .entry img {
	left: 0;
	position: absolute;
	top: 0;
}

.front-page-2 article {
	float: left;
	margin: 0 0 50px 6.8%;
	max-width: 28.8%;
	text-align: center;
}

.front-page-2 article:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.front-page-2 img {
	margin-bottom: 15px;
}

.front-page-2 h2 {
	color: #70548b;
	font-size: 24px;
}

.more-blog {
	clear: both;
	text-align: center;
}

.hbg-front-page .site-inner {
	margin-bottom: 80px;
}

.more-blog .button {
	background-color: #6c625f;
	border-color: #45342a;
}

.more-blog .button:hover {
	background-color: #45342a;
	border-color: #6c625f;
}

.nav-primary:before {
	content: " ";
	display: table;
}

.nav-primary:after {
	clear: both;
	content: " ";
	display: table;
}

.hbg-front-page .nav-primary {
	display: none;
    left: 0;
    max-width: 100%;
    overflow: visible;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.hbg-front-page .nav-primary .wrap {
	background: url(images/hippo-nav.png) left center no-repeat;
	background-size: 46px 44px;
}

.hbg-front-page .nav-primary .genesis-nav-menu > .right {
	margin-left: 40px;
}

.admin-bar .nav-primary {
    top: 32px;
}

.hbg-front-page .promotion-widget .background-wrap {
	color: #fff;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
    overflow: hidden;
    text-align: center;
}

.hbg-front-page .promotion-widget  .enews-widget .widget-title {
	color: #fff;
}

/* # Shopping List Page
---------------------------------------------------------------------------------------------------- */

.shopping-list-section {
	border-bottom: 1px solid #dcd9d9;
	margin-bottom: 80px;
	padding-bottom: 60px;
}

.shopping-list-section:last-of-type {
	border: none;
	margin-bottom: 0;
}

.shopping-list-section h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 30px;
	text-align: center;
}

.shopping-list-section .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}

.shopping-list-section .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
}

.hbg-shopping-list .archive-description {
	padding: 40px;
}

.hbg-shopping-list .entry-header select {
	background: none;
    border: 1px solid #8e847f;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 12px;
    width: 250px;
}

.expanded-description {
	display: none;
}

.read-more-toggle {
	color: #70548b;
	font-weight: 700;
	text-align: center;
}

.read-more-toggle .fa {
	display: block;
}

.read-more-toggle:hover {
	cursor: pointer;
}

.masonry-wrap .entry .button {
	padding: 11px 38px 8px;
}

.masonry-wrap .entry .button:hover {
	border-bottom: 3px solid #6c625f;
}

/* Masonry
--------------------------------------------- */

.gutter-sizer {
	width: 4.25%;
}

.masonry-wrap {
	clear: both;
	position: relative;
}

.masonry-page .loop-wrap {
	clear: both;
	position: relative;
}

.masonry-wrap .entry {
	border: 1px solid #dcd9d9;
	border-radius: 0;
	float: left;
	margin-left: 4.25%;
	margin-bottom: 40px;
	max-width: 366px;
	padding: 5%;
	width: 30.5%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	overflow: visible;
}

.masonry-wrap .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.masonry-wrap .entry:before,
.masonry-wrap .entry:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.masonry-wrap .entry:after {
	clear: both;
}

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

.alm-btn-wrap {
	clear: both;
	text-align: center;
}

.alm-load-more-btn {
	background: #70548b;
	border-color: #4a3261;
}

.alm-load-more-btn:hover {
	background: #4a3261;
	border-color: #70548b;
}

.alm-load-more-btn.done {
	display: none;
}


/* # Misc
---------------------------------------------------------------------------------------------------- */

div.share-before {
	margin-bottom: 30px;
}

aside.intro-heading {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.single aside.intro-heading {
	color: #6c625f;
    font-size: 42px;
    font-size: 4.2rem;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

.widget_ewd_promotion {
	border: 5px solid #edecec;
	margin-bottom: 75px;
	padding: 40px 40px 50px 365px;
	position: relative;
	text-align: center;
}

.single .widget_ewd_promotion {
	padding-left: 40px;
}

.widget_ewd_promotion img {
	float: left;
	margin-right: 30px;
	position: absolute;
	top: 40px;
	left: 40px;
}

.single .widget_ewd_promotion img {
	position: relative;
	top: auto;
	left: auto;
}

.button-wrap {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.ebooks-widget {
	background: #edecec;
	padding: 80px 0;
}

.ebooks-widget .wrap {
	max-width: 860px;
}

.ebooks-widget .widget-title {
	margin-bottom: 40px;
}

.widget_ewd_ebooks .ebook {
	float: left;
	margin-right: 101px;
	max-width: 220px;
}

.widget_ewd_ebooks .ebook:last-of-type {
	margin-right: 0;
}

.email-optin-widget {
	padding: 70px 0 50px;
}

.email-optin-widget .wrap {
	max-width: 800px;
}

.about-widget {
	background: #5d4d6d;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 80px 0 100px;
}

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

.about-widget img {
	border: 5px solid #fff;
	float: left;
	margin-right: 45px;
}

.about-links {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.about-links a {
	color: #fff;
	letter-spacing: .5px;
}

.about-links a:hover {
	opacity: .5;
}

.about-widget .genesis-nav-menu {
	clear: none;
}

.about-widget .genesis-nav-menu li.menu-item.fa {
	color: #fff;
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0 16px;
}

.about-widget .genesis-nav-menu li.menu-item.fa:hover {
	opacity: .5;
}

.hbg-featured-posts {
	padding: 70px 0;
	text-align: center;
}

.hbg-featured-posts .entry {
	border: none;
	display: inline-block;
	float: none;
	margin-left: 3.1%;
	max-width: 17.5%;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.hbg-featured-posts .entry:first-of-type {
	margin-left: 0;
}

.hbg-featured-posts .entry img {
	margin-bottom: 0;
}

.hbg-featured-posts .entry-title {
	margin-bottom: 15px;
}

.hbg-featured-posts .entry a {
	font-size: 18px;
	font-size: 1.8rem;
	border: none;
}

.hbg-featured-posts .widget-title {
	margin-bottom: 40px;
}

.mentioned-in {
	padding: 70px 0;
	text-align: center;
}

.mentioned-in .widget-title {
	color: #6c625f;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.videos-page header {
	text-align: center;
}

.videos-page .button {
	background: #6c625f;
	border-color: #45342a;
	margin-bottom: 30px;
}

.videos-page .button:hover {
	background-color: #45342a;
    border-color: #6c625f;
}

.videos-page .button a {
	font-size: 16px;
	font-size: 1.5rem;
}

.videos-page div.yt-fp-outer {
	margin-bottom: 50px;
}

.titlebelowthumb a {
	border: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

button.slide-nav-link {
	background: #edecec;
	color: #89817f;
}

button.slide-nav-link:hover {
	opacity: .5;
}

.search-me .search-form input[type="search"] {
	background: #fff;
	color: #45342a;
}

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

.search-me .search-form ::-moz-placeholder {
	color: #45342a;
}

.search-me .search-form ::-webkit-input-placeholder {
	color: #45342a;
}

.sidr li a:hover,
.sidr .menu-item a:hover {
	opacity: .5;
}

.error404 .search-form {
	border: 1px solid #45342a;
	border-radius: 5px;
	overflow: hidden;
	width: 250px;
}

.error404 .content .search-form input {
	width: 200px;
}

.error404 .content .search-form input[type="submit"] {
	width: 42px;
}

.content div.easyrecipe {
	background: #f4f4f4;
	border: 1px solid #a5a3a3;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 60px;
	padding: 40px;
}

.content .easyrecipe .ERSName {
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
}

.content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
.content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
.content .easyrecipe .nutrition .ERSNutritionHeader,
.content .easyrecipe div .ERSNotesHeader {
	color: #6c625f;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.content #content .easyrecipe .ERSIngredients li.ingredient,
.content .easyrecipe .ERSIngredients li.ingredient {
	margin: 0 0 10px 40px;
}

.content .easyrecipe .ERSInstructions li.instruction {
	margin: 0 0 30px 60px;
}

.content .easyrecipe .ERSDetails {
	border-bottom: 1px solid #a5a3a3;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.content .easyrecipe .ERSDetails span,
.content .easyrecipe .ERSDetails time {
	font-weight: 400;
}

.content div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
.content div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #70548b;
	border-radius: 0;
}

.content div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	display: none;
}

.content .easyrecipe .ui-button-text-icon-primary .ui-button-text,
.content .easyrecipe .ui-button-text-icons .ui-button-text {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 26px;
}

.widget_search {
	display: none;
	margin: 0 0 8px 30px;
	vertical-align: middle;
}

.hbg-front-page .widget_search {
	display: inline-block;
}

.hbg-front-page #menu-social {
	display: none;
}

article a.pinit-button {
	border: none !important;
}

.home-one {
	background: #edecec;
	padding: 80px 0;
}

.home-two {
	background: #5d4d6d;
	padding: 80px 0;
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (-o-min-device-pixel-ratio: 2/1),
		only screen and (min-resolution: 192dpi)  {

	.header-image .site-title > a {
		background-image: url( images/logo2x.png );
	}

	.site-footer:before {
		background-image: #edecec url(images/hippo-footer2x.png);
	}

	.hbg-front-page .nav-primary .wrap {
		background-image: url(images/hippo-nav2x.png);
	}

}

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

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

	.site-header .widget-area {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

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

	.title-area {
		float: none;
		margin: 0 auto;
	}

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

	.nav-primary {
		padding: 10px 0;
		text-align: center;
	}

	.genesis-nav-menu > .right {
		display: inline-block;
		float: none;
		padding: 0;
		vertical-align: middle;
	}

	.nav-primary .genesis-nav-menu a,
	.site-footer .genesis-nav-menu a {
		padding: 14px 14px;
	}

	.archive-desc-left {
		max-width: 280px;
	}

	.hbg-sales-page .testimonials .wrap {
		max-width: 1000px;
	}

	.blog .content .entry,
	.search-results .content .entry {
		padding: 0 0 40px 440px;
	}

	.blog .content .entry img,
	.search-results .content .entry img {
		max-width: 400px;
	}

	.blog .content .entry:nth-of-type(even),
	.search-results .content:nth-of-type(even) {
    	padding-right: 440px;
	}

	.image-menu li {
		margin: 0 13px 25px 13px !important;

}

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

	.hbg-sales-page .wrap,
	.hbg-sales-page .testimonials .wrap  {
		max-width: 800px;
	}

}

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

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

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

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.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 .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

	.genesis-nav-menu li.right {

	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.ebooks-widget .wrap {
		max-width: 800px;
	}

	.widget_ewd_ebooks .ebook {
		margin-right: 70px;
	}

	.hbg-start-here .content .entry img {
		position: relative;
		right: auto;
		top: auto;
	}

	.hbg-start-here .content .entry {
		padding: 35px;
	}

	.widget_ewd_promotion img {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		margin: 0 auto 30px;
		display: block;
	}

	.widget_ewd_promotion {
		padding: 5%;
	}

	.archive-desc-left,
	.archive-desc-right {
		max-width: none;
	}

	.archive-desc-right {
		padding-top: 30px;
	}

	.blog .content .entry,
	.search-results .content .entry {
		padding: 0 0 25px !important;
		margin-bottom: 25px;
	}

	.blog .content .entry img,
	.search-results .content .entry img {
		left: auto;
		position: relative;
		top: auto;
	}

	.blog .content .entry:nth-of-type(even) img,
	.search-results .content .entry:nth-of-type(even) img {
		margin-right: 24px;
	}

	.front-page-offer {
		position: relative;
		right: auto;
		top: auto;
	}

	.front-page-offer .enews-widget {
		max-width: none;
		padding: 25px 5% 50px;
	}

	.hbg-front-page .video-lightbox {
		padding-bottom: 0;
	}

	.front-page-1 .entry img {
		position: relative;
	}

	.front-page-1 .entry {
		padding-left: 0;
	}

	.search-select {
		text-align: center;
	}

	.image-menu .wrap {
		margin-bottom: 40px;
	}

	.hbg-start-here .email-optin-widget {
		padding-bottom: 10px;
	}

	.hbg-start-here .email-optin-widget p {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.hbg-start-here .email-optin-widget form {
		float: none;
	}

}

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

	.masonry-wrap .entry,
	.masonry-wrap .entry:nth-of-type(3n+1) {
		clear: none;
		width: 47.87%;
	}

	.masonry-wrap .entry:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

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

	.hbg-sales-page .site-inner {
		padding: 0;
	}

	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.widget_ewd_ebooks .ebook {
    	float: left;
    	margin-right: 8%;
    	max-width: 28%;
	}

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

	.about-widget img {
		display: block;
    	float: none;
    	margin: 0 auto 40px;
	}

	.hbg-start-here .content .entry {
		padding: 5%;
	}

	.hbg-shopping-list .content .archive-description {
		padding: 5%;
	}

	.text-content img {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.hbg-sales-page header h1 {
		font-size: 56px;
		font-size: 5.6rem;
	}

	.hbg-sales-page header p {
    	font-size: 36px;
    	font-size: 3.6rem;
    }

    .hbg-sales-page .one-half {
		margin: 0 0 40px;
		width: 100%;
	}

	.hbg-sales-page .one-third {
		margin: 0 0 40px;
		width: 100%;
	}

	.hbg-sales-page header,
	.hbg-sales-page .text-content,
	.hbg-sales-page .testimonials {
		padding: 40px 5%;
	}

	.front-page-1 .entry {
		margin-bottom: 20px;
	}

	.front-page-1 .entry img {
		display: block;
		float: none;
		margin: 0 auto 24px;
	}

	.archive-description {
		padding: 25px 5%;
	}

	.site-footer {
		padding-top: 40px;
	}

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

	.widget_search {
		display: inline-block;
		position: absolute;
    	top: 8px;
    	right: 10px;
    	z-index: 999;
	}

	.logged-in .widget_search {
		top: 40px;
	}

	button.slide-nav-link {
		text-align: left;
	}

	.site-header .search-form {
    	background: none;
    	border: none;
    	border-radius: 5px;
    	width: auto;
	}

	.site-header .search-form input {
	    background-color: transparent;
	    border: none;
	    cursor: pointer;
	    position: relative;
	    -webkit-transition: width 400ms ease, background 400ms ease;
	    -o-transition: width 400ms ease, background 400ms ease;
	    transition: width 400ms ease, background 400ms ease;
	    padding: 8px 47px;
	    width: 0;
	}

	.site-header .search-form input:focus {
    	background: #fff;
    	border: 1px solid #8e847f;
    	border-radius: 5px;
    	cursor: text;
    	outline: 0;
    	padding: 8px 16px;
    	width: 138px;
	}

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

	.site-header .widget_search:before {
		color: #89817f;
    	content: "SEARCH";
		display: inline-block;
    	font-size: 16px;
    	font-family: 'PT Sans', sans-serif;
    	font-weight: bold;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-transform: translate(0, 0);
    	-ms-transform: translate(0, 0);
    	transform: translate(0, 0);
    	position: absolute;
    	right: 31px;
    	top: 5px;
    	z-index: -1;
	}

	.site-header .widget_search:after {
		color: #89817f;
    	content: "\f002";
		display: inline-block;
    	font: normal normal normal 20px FontAwesome;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-transform: translate(0, 0);
    	-ms-transform: translate(0, 0);
    	transform: translate(0, 0);
    	position: absolute;
    	right: 5px;
    	top: 8px;
    	z-index: -1;
	}

	.site-header .widget-area {
		height: 0;
	}

}

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

	.blog .content .entry img,
	.search-results .content .entry img {
		display: block;
		float: none;
		right: auto !important;
		margin: 0 auto 24px !important;
		max-width: 100%;
	}

	.cat-search,
	.cat-select {
		display: block;
		margin: 0 auto 20px;
	}

	.cat-search .search-form {
		margin: 0 auto;
	}

	.post-meta-left,
	.post-meta-right {
		float: none;
		display: block;
	}

	.post-meta-left {
		margin-bottom: 15px;
	}

}

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

	.hbg-front-page .promotion-widget .enews-widget input {
		display: block;
		margin: 0 auto 16px;
    	max-width: 227px;
    	vertical-align: top;
	}

	.widget_ewd_promotion img {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	.hbg-start-here .nr_panel,
	.hbg-featured-posts .entry,
	.front-page-2 article,
	.category .content .entry {
		margin: 0 0 25px 6%;
    	max-width: 47%;
    	width: 100%;
	}

	.hbg-start-here .nr_panel:nth-of-type(5n+1),
	.front-page-2 article:nth-of-type(3n+1),
	.category .content .entry:nth-of-type(4n+1) {
		clear: none;
		margin-left: 6%;
	}

	.hbg-start-here .nr_panel:nth-of-type(odd),
	.hbg-featured-posts .entry:nth-of-type(odd),
	.front-page-2 article:nth-of-type(odd),
	.category .content .entry:nth-of-type(odd) {
		margin-left: 0;
		clear: both;
	}

	.masonry-wrap .entry,
	.masonry-wrap .entry:nth-of-type(3n+1) {
		max-width: none;
		margin-left: 0;
		width: 100%; /* ((no. of columns) * x) + ((no. of columns – 1) * gutter width) = ".site-inner" width */
	}

	.about-widget .genesis-nav-menu li.menu-item.fa {
		font-size: 36px;
		font-size: 3.6rem;
		margin: 0 8px;
	}

	.hbg-sales-page header {
		padding: 40px 5%;
	}

	.entry-comments h3 {
		margin: 30px 0 0;
	}

	.comment-policy {
		clear: both;
	}

	.comment-policy a {
		clear: both;
		float: none;
		margin-bottom: 20px;
	}

}

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

	.single .widget_ewd_promotion {
		padding: 5%;
	}

	.archive-pagination ul {
    	padding: 30px 0;
	}

	.archive-description .nr_panel,
	.nr_panel {
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.front-page-2 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.ebooks-widget {
		padding: 50px 0;
	}

	.archive-title {
		text-align: center;
	}

	.category .entry-title,
	.category .entry-title a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hbg-sales-page header h1 {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.4;
	}

	.hbg-sales-page header p {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
	}

	.hbg-sales-page header {
		padding-bottom: 20px;
	}

	.hbg-front-page .video-lightbox a:before {
		font-size: 40px;
		height: 50px;
		margin-left: -25px;
		padding: 5px 0 0 1px;
		top: -52px;
		width: 50px;
	}

	.hbg-front-page .video-lightbox {
		padding-top: 25px;
	}

}

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

	.header-image .site-title > a {
		background-size: contain;
	}

}

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

	.header-image .site-title > a {
		height: 0;
		min-height: 0;
		padding-bottom: 14.67%;
	}

}

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

	.image-menu li {
		width: 115px;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		-webkit-box-shadow: none !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;
	}

}
}
