﻿/*
	Theme Name: Holistic Squid
	Description: Holistic Squid is a custom child theme for The Genesis Framework.
	Author: Mike Hemberger
	Author URI: http://thestizmedia.com/
	Version: 2.0.3
	Template: genesis
	Template Version: 2.0.2
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	GitLab Theme URI: https://gitlab.com/jivedig/holisticsquid
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Front Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

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

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

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


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

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

body {
	background-color: #fff;
	color: #333;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

::-moz-selection {
	background-color: #7bc2a0;
	color: #fff;
}

::selection {
	background-color: #7bc2a0;
	color: #fff;
}

a {
	color: #2a959b;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #666;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #777;
	font-style: normal;
}

blockquote {
	letter-spacing: 1px;
	margin: 40px;
}

blockquote::before {
	display: block;
	position: relative;
	height: 0;
	top: -40px;
	left: -40px;
	color: #ddd;
	content: '“';
	font-size: 90px;
}

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

cite {
	font-style: normal;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut: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;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

.grid-archive .more-link {
	display: block;
	background-color: transparent;
	color: #29959b;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
}

.grid-archive .more-link:hover {
	color: #29959b;
	border-color: #29959b;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item &gt; a:focus + ul.sub-menu,
.menu .menu-item.sfHover &gt; ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

input,
textarea {
	width: 100%;
}

select {
	width: auto;
}

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

.search-form input:focus::-webkit-input-placeholder { color: white; }
.search-form input:focus:-moz-input-placeholder { color: white; }
.search-form input:focus::-moz-input-placeholder { color: white; }
.search-form input:focus:-ms-input-placeholder { color: white; }

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

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

select {
   -webkit-appearance: menulist;
   -moz-appearance:    menulist;
   appearance:         menulist;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	margin: 0 0 3px 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

input[type="checkbox"] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	border: none;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px 14px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #7bc2a0;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #58b287;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

/* Convertkit */

.ck_form.ck_naked {
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.ck_form.ck_naked p {
	color: #fff;
	padding: 0;
}

.ck_form.ck_naked .optin-desc {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2px;
}

.ck_form.ck_naked .ck_form_fields {
	width: 100%;
	float: left;
	padding: 14px 20px 24px;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 30px 10px 0px;
}

.ck_form.ck_naked input[type="text"],
.ck_form.ck_naked input[type="email"] {
	font-size: 17px;
	/*padding: 6px 8px;*/
	width: 34%;
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 1%;
	height: 42px;
	border: 1px solid transparent;
}

.ck_form input[type="text"]:focus,
.ck_form input[type="email"]:focus {
	border-color: #7bc2a0;
}

.ck_form.ck_naked .ck_subscribe_button {
    width: 100%;
    background-color: #ff70b0;
    margin: 0px;
    padding:  9px 0px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
}

.ck_form.ck_naked .ck_subscribe_button:hover {
	background-color: #ff57a2;
}

.ck_converted_content {
  display: none;
	padding: 5%;
	background: #fff;
}

/* max width 500 */

	.ck_form.ck_naked.width500 .ck_subscribe_button {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

	.ck_form.ck_naked.width500 input[type="text"], .ck_form.ck_naked.width500 input[type="email"] {
		width: 49%;
	}

	.ck_form.ck_naked.width500 input[type="email"] {
		margin-right: 0px;
		width: 50%;
	}

/* max width 400 */

	.ck_form.ck_naked.width400 .ck_subscribe_button, .ck_form.ck_naked.width400 input[type="text"], .ck_form.ck_naked.width400 input[type="email"] {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_naked, .ck_modal .ck_naked  {
	min-width: 400px;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

.table-table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

.table-tr {
	display: table-row;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-tr:first-of-type {
	border-bottom: 0;
}

.table-th,
.table-td {
	display: table-cell;
}

.table-th {
	background-color: rgba(0,0,0,0.05);
	font-weight: bold;
	padding: 12px 20px;
}

.table-td {
	padding: 8px 20px;
}

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

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

.site-container {
    /*background-image: radial-gradient( #eef2f5, transparent );*/
    background-image: radial-gradient( #fafbfc, transparent );
}

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

.site-inner {
	clear: both;
	padding: 0 3%;
	margin: 10px auto 40px;
	overflow: hidden;
}

.home .site-inner {
	background: transparent;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.baseline-landing .site-inner {
	background-color: #fff;
	border-radius: 4px;
	margin: 80px auto;
	max-width: 960px;
	padding: 40px;
}

.wrap {
	margin: 0 auto;
}

.baseline-landing h1 {
	text-align: center;
	margin-bottom: 80px;
}

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

/* Content */

.content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.home .content {
	max-width: 100%;
}

.grid-archive .content {
	max-width: 1200px;
}

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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

.sticky {
}

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

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

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

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

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

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

.gallery {
	clear: both;
	padding: 0;
	font-size: 0;
}

.gallery .gallery-item {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}

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

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

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

.gallery-columns-2 .gallery-item:nth-child(3n+1),
.gallery-columns-3 .gallery-item:nth-child(4n+1),
.gallery-columns-4 .gallery-item:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.gallery-caption {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
}

.widget_calendar table {
	width: 100%;
}

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

/* Category Archives
--------------------------------------------- */

.category-info {
	background-repeat: no-repeat;
	-webkit-background-size	:cover;
	-moz-background-size	:cover;
	-o-background-size		:cover;
	background-size			:cover;
	background-position: left;
}

.category-info .wrap {
	padding: 50px 20px;
}

.category-info .archive-description {
	max-width: 800px;
}

.category-info .archive-description a {
	color: #fff;
	text-decoration: underline;
}

.category-info .archive-description a:hover {
	color: rgba(0,0,0,0.5);
	text-shadow: none;
	border-bottom: none;
}

.category-info.no-image {
	background: #29959b;
}

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

	.category-info .wrap {
		padding: 30px 20px;
	}

}

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

.breadcrumb {
	color: #888;
	font-size: 14px;
	text-align: center;
	padding: 9px 3%;
	margin-bottom: 30px;
}

.breadcrumb a {
}

.archive-description,
.archive-description h1 {
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.archive-description h1 {
	font-size: 40px;
	font-weight: 700;
}

.archive-description {
	font-size: 22px;
	font-weight: 400;
}

.author-box {
	padding: 40px;
	overflow: hidden;
}

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

.author-box-content {
	overflow: hidden;
}

.author-box a {
	border-bottom: none;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	width: 100px;
	margin-right: 24px;
}

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

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.grid-archive .entry-title {
	font-size: 24px;
}

.single .entry-title {
	text-align: center;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

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

/* Related Posts For WordPress
--------------------------------------------- */

.rp4wp-related-posts h3 {
	font-size: 36px;
	font-weight: 600;
}

.rp4wp-related-posts ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap	: wrap;
	-ms-flex-wrap		: wrap;
	flex-wrap			: wrap;
	-webkit-justify-content	: space-between;
	-ms-flex-pack			: justify;
	justify-content			: space-between;
}

.rp4wp-related-posts li {
	list-style-type: none;
	background-color: #fff;
	width: 31%;
	margin-bottom: 5%;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	overflow: hidden;
}

.single .rp4wp-related-post-image .wp-post-image {
	display: block;
	width: 100%;
	margin: 0 0 -1px;
}

.rp4wp-related-post-content a {
	display: block;
	text-align: center;
	padding: 8px 10px 6px;
}

/* Genesis Simple Share
--------------------------------------------- */

.single .share-before {
	text-align: center;
}

/* Gravity Forms
--------------------------------------------- */


div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 2px 0 6px;
	max-width:1200px!important;
}

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

.title-area {
	float: left;
}

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

.site-title a {
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 330px;
	height: 82px;
	text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a {
		background: url('images/logo@2x.jpg') no-repeat left;
		background-size: contain;
	}

}

.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
}

/* Header Content
--------------------------------------------- */

.header-content {
	display: inline-block;
	float: right;
}

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

/* Navigation Toggles
--------------------------------------------- */

#menu-toggle {
	display: none;
	visibility: hidden;
}

/* General Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	position: relative;
	display: block;
	color: #e4e4e4;
	padding: 12px 22px;
}

.genesis-nav-menu > .menu-item > a {
	/*text-transform: uppercase;*/
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 6px;
	-webkit-font-smoothing: antialiased;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	font-size: 14px;
	padding: 12px 18px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #222;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 239px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 0;
	text-transform: uppercase;
}

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

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

.nav-header {
	float: right;
	margin-top: 18px;
}

.nav-header a {
	color: #7bc2a0;
	font-weight: 600;
	padding: 10px 16px 8px;
	margin: 0 3px;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 4px;
}

.nav-header .callout a {
	background-color: #ff70b0;
	color: #fff;
}

.nav-header .callout a:hover {
	background-color: #ff57a2;
	color: #fff;
	border-color: #ff57a2;
}

.nav-header a:hover,
.nav-header .current-menu-item > a,
.nav-header .menu-item-has-children:hover > a,
.nav-header .sub-menu .current-menu-item > a:hover {
	border: 1px solid #7bc2a0;
}

.home .nav-header .current-menu-item > a {
	border: none;
}

.nav-header .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-header .menu-item.search {
	position: relative;
}

.nav-header .search-button {
	cursor: pointer;
	padding: 7px 12px 8px;
	margin: 0;
}

.nav-header .search-button:before {
	-webkit-font-smoothing: antialiased;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
}

.nav-header .search-button:hover {
	border-color: transparent;
}

.nav-header .search-button:hover:before {
	content: "\f00e";
}

.nav-header .search-button.search-open:before {
	content: "\f010";
}

#nav-search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ff70b0;
	background-color: #f8f8f8;
	/*color: #fff;*/
	font-size: 18px;
	padding: 20px 30px 10px;
	box-shadow: -2px 3px 30px rgba(0,0,0,0.5);
	z-index: 99;
}

#nav-search-form::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #f8f8f8;

}

#nav-search-form input[type="search"] {
	width: 300px;
	padding: 8px 12px;
	margin-bottom: 4px;
	line-height: 1.625;
}

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

#nav-search-form input[type="search"]::-webkit-input-placeholder { color: transparent; }
#nav-search-form input[type="search"]:-moz-placeholder { color: transparent; } /* Firefox 18- */
#nav-search-form input[type="search"]::-moz-placeholder { color: transparent; } /* Firefox 19+ */
#nav-search-form input[type="search"]:-ms-input-placeholder { color: transparent; } /* oldIE ;) */

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

.home .nav-primary .current-menu-item > a,
.menu-toggle.primary-toggle,
.nav-primary {
	background-color: #ff70b0;
	border-radius: 0;
}

/* blue  #29959b */
/* green #7bc2a0 */

.nav-primary {
	/*background-color: #ff70b0;*/
 	background:
	    linear-gradient(
	    	to right,
			rgba(41, 149, 155, 1.0),
			rgba(123, 194, 160, 1.0)
	    );
	text-align: center;
}

.nav-primary .menu-item {
	display: inline-block;
}

.nav-primary a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 12px 14px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .menu-item-has-children:hover > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	background: rgba(0,0,0,0.05);
	color: #fff;
	border-color: transparent;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #999;
}

.nav-primary .sub-menu a {
	background: linear-gradient( to right, rgba(41, 149, 155, 1.0), rgba(123, 194, 160, 1.0) );
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	background: linear-gradient( to right, rgba(41, 149, 155, 1.0), rgba(41, 149, 155, 1.0) );
}

.nav-primary .sub-menu .current-menu-item > a {
}

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

.menu-toggle.secondary-toggle,
.nav-secondary {
	background-color: #dde3e7;
	border-radius: 0;
}

.nav-secondary {
	text-align: center;
}

.nav-secondary a {
	color: #7B8996;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 14px;

}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-has-children:hover > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	/*background: #111;*/
	color: #29959b;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #999;
}

/* Mobile Navigation - Sidr slide out nav menu
--------------------------------------------- */

.site-header .slide-nav-link {
	float: left;
	width: auto;
	color: #7bc2a0;
	padding: 8px 12px 6px;
	margin: 17px 0 0 10px;
	border: 2px solid #7bc2a0;
	border-radius: 5px;
}

.site-header .slide-nav-link:hover,
.site-header .slide-nav-link:focus {
	background-color: #7bc2a0;
	color: #fff;
	border: 2px solid #7bc2a0;
}

.site-header .slide-nav-link:before {
    vertical-align: middle;
    margin-top: -2px;
}

#side-menu .menu-close {
	display: block;
	width: 100%;
	text-align: right;
	background-color: transparent;
}

#side-menu {
 	background:
	    linear-gradient(
	    	to bottom,
			rgba(123, 194, 160, 1.0),
			rgba(41, 149, 155, 1.0)
	    );
}

#side-menu h3,
#side-menu h4 {
	color: rgba(0,0,0,0.4);
	font-weight: 700;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#side-menu .search-me {
    font-size: 13px;
    padding: 4px 12px 12px;
}

#side-menu .search-me:before {
	color: #7bc2a0;
	padding: 9px 22px;
}

#side-menu .search-me .search-form input[type="search"] {
	color: #41705f;
	padding: 8px 12px 7px;
    border: 1px solid transparent;
    border-radius: 5px;
}

#side-menu .callout {
	margin: 8px 0;
}

#side-menu .callout a {
	background-color: #ff70b0;
	text-align: center;
	padding: 6px 0;
	border-radius: 5px;
}

#side-menu .callout a:hover {
	background-color: #ff3d94;
}

.sidr input[type=search]:focus {
}

.sidr input[type=search]::-webkit-input-placeholder { color: #41705f; }
.sidr input[type=search]:-moz-input-placeholder { color: #41705f; }
.sidr input[type=search]::-moz-input-placeholder { color: #41705f; }
.sidr input[type=search]:-ms-input-placeholder { color: #41705f; }


.sidr input[type=search]:focus::-webkit-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus::-moz-input-placeholder { color: #fff; }
.sidr input[type=search]:focus:-ms-input-placeholder { color: #fff; }

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

/* Slick Carousel
--------------------------------------------- */

.post-slides {
    visibility: hidden;
}
.post-slides.slick-initialized {
    visibility: visible;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
    font-size: 32px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before {
	content: "\f105";
}

.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
[dir='rtl'] .slick-next:before {
	content: "\f104";
}

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

	.slick-prev,
	.slick-next {
		top: auto;
		bottom: -50px;
	}
	.slick-prev {
		left: 30%;
	}
	.slick-next {
		right: 30%;
	}

}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slide {
	padding: 10px;
	border-radius: 4px;
}

.slick-slide img {
	margin: 0 auto;
	border-radius: 4px 4px 0 0;
}

.slide-content {
	background-color: #fff;
	padding: 5%;
	border: 1px solid #c5c5c5;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.slide-content h3 a {
	color: #333;
	font-weight: 400;
}

.slide-content p {
	margin-bottom: 0;
}

/* Home / Front Page
--------------------------------------------- */

/* Home Scroll Effects */

.wowy {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;
	opacity: 0;
  opacity: 1;
}

.wowy.visible {
	opacity: 1;
}

.home-banner h2 span {
	display: inline-block;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition:    all 2s ease-in-out;
	-ms-transition:     all 2s ease-in-out;
	-o-transition:      all 2s ease-in-out;
	transition:         all 2s ease-in-out;
}
.home-realplans h2 span,
.home-eczema h2 span.eczema-accent {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;
}
.home-banner .visible-full h2 span,
.home-realplans .visible-full h2 span {
	color: #ff70b0;
}
.home-eczema .visible-full h2 span.eczema-accent {
	color: #7bc2a0;
}


/****/

.home .section .wrap {
	padding: 60px 3%;
}

.home .section h2 {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.home .section .button {
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 18px 6px;
	border: 4px solid #fff;
}

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

.home-banner {
	position: relative;
	background: url(images/emily-banner.jpg) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
	text-align: center;
}

.home-banner.section .wrap {
	width: 100%;
	max-width: 100%;
	padding: 40px 3% 20%;
}

.home .section h2.home-banner-title {
	display: inline-block;
	color: #29959b;
	font-size: 50px;
	font-weight: 700;
	text-transform: none;
	text-shadow: 0 0 14px #fff;
	margin: 0;
	vertical-align: middle;
}

.home-banner.section .button {
	display: inline-block;
	background-color: #29959b;
	color: #fff;
	border-color: #29959b;
	margin: 0 20px;
	vertical-align: middle;
}

.home-banner.section .button:hover {
	background-color: #248287;
	color: #fff;
	border-color: #248287;
}

.home-optin {
	background: linear-gradient( to right, rgba(41, 149, 155, 1.0), rgba(123, 194, 160, 1.0) );
}

.home-realplans {
	background: url(images/dinner-table.jpg) no-repeat center;
}
.home-eczema {
	background: url(images/eczema-background.jpg) no-repeat center;
}
.home-realplans,
.home-eczema {
	-webkit-background-size: cover;
	-moz-background-size   : cover;
	-o-background-size     : cover;
	background-size        : cover;
	text-align: center;
}

.home .home-realplans .wrap,
.home .home-eczema .wrap {
	text-align: center;
	background-image: radial-gradient( rgba(0, 0, 0, 0.8), transparent 70% );
}

.home .home-realplans h2,
.home .home-eczema h2 {
	color: #fff;
	font-weight: 700;
	text-transform: none;
}

.home .home-realplans .wrap {
	padding-top: 100px;
}


.home .home-realplans h2 {
	font-size: 68px;
}

.home .home-eczema .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.home .home-eczema h2 {
	font-size: 36px;
}
.home .home-eczema h2 .eczema-large {
	display: block;
	font-size: 44px;
}
.home .home-eczema h2 .eczema-accent {
	display: block;
	font-size: 68px;
}


.home-eczema-v2 {
  background-image: url(images/eczema-background-v2.png);
}



@media only screen and (min-width: 768px) {
  
  .home-eczema-v2 > div {
    display:table;    
    width:94%;
  }
  
  
  .home-eczema-v2 > div > div {
    display:table-cell;
    vertical-align: middle;
    float:none;
  }
  
  .home-eczema-v2 > div > div:first-child {
    padding-right:20px;
  }
  .home-eczema-v2 > div > div:last-child {
    padding-left:20px;
  }


}


.home .home-eczema-v2 .wrap {
  background-image: none;
}

.home .home-eczema-v2 h2 {
  color: #70bca0;
}

.home-eczema-v2 .visible-full h2 span.eczema-accent,
.home .home-eczema-v2 h2 .eczema-accent {
  color:#29959b;
}

.home .section.home-eczema-v2 .button {
  border-color: #70bca0;
  color: #70bca0;
  margin-bottom:20px;
}


.home .home-eczema-v2 img {
  width:100%;
  height:auto;
  max-width: 250px;
}


@media only screen and (min-width: 768px) {
  
  .home .home-eczema-v2 img {
    max-width: 300px;
  }



}


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

.entry {
	position: relative;
	/*padding: 1% 3% 3%;*/
}

.entry,
.after-entry.widget-area {
	background-color: #fff;
	margin-bottom: 5%;
	padding: 3%;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

.grid-archive .entry p:last-of-type {
	margin-bottom: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content a {
	color: #2a959b;
}

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

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 1em;
}

.entry-content ol,
.entry-content ul {
	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 .search-form {
	width: 50%;
}

.single .wp-post-image {
	margin-bottom: 16px;
}

.entry-meta {
	color: #555;
	font-size: 14px;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #c5c5c5;
	margin: 20px -3.2% 0;
	padding: 20px 3% 0;
}

.entry-comments-link::before,
.entry-comments-link a {
	display: inline-block;
	vertical-align: top;
}

.entry-author,
.entry-comments-link a {
	display: inline-block;
	width: 40%;
}

.entry-author {
	text-align: right;
}

.entry-comments-link a {
	text-align: left;
}

.entry-comments-link::before {
	color: #ff70b0;
	font-family: FontAwesome;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\f004";
	width: 15px;
	vertical-align: middle;
	margin: 0 10px 0 5px;
}

.entry-affiliate {
	display: block;
	margin: 0;
	color: #888;
	font-size: 14px;
	text-align: center;
}

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

.entry-footer .entry-meta a {
	padding: 3px 8px 1px;
	margin: 2px;
    display: inline-block;
    border: none;
    line-height: inherit;
    background-color: #e5f7f8;
    color: rgba(0,0,0,0.4);
    border-radius: 3px;
}

.entry-footer .entry-meta a:hover {
	color: rgba(0,0,0,0.8);
}

.lead-magnet {
	text-align: center;
	margin-bottom: 5%;
}

.lead-magnet img {
	display: block;
	width: auto;
	margin: 0 auto;
	border-radius: 4px;
}

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

.archive-pagination {
	clear: both;
	text-align: center;
}

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #DDE3E7;
	border-radius: 3px;
	color: #7B8996;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 10px 12px 7px;
	margin: 2px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #29959b;
	color: #fff;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.adjacent-entry-pagination {
	overflow: hidden;
	margin-bottom: 40px;
}

.adjacent-entry-pagination a {
    display: inline-block;
    font-size: 18px;
    line-height: inherit;
    margin: 2px;
}

.post-nav .prev,
.post-nav .next {
    position: fixed;
    top: 50%;
}

.post-nav .prev {
    left: 16%;
}
.post-nav .next {
    right: 16%;
}

.post-nav a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 80px;
    line-height: 80px;
    color: #868686;
    font-size: 36px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle
}

.post-nav a:hover {
    color: #4eb36a
}

.post-nav .prev a {
    border-left: 1px solid #e6e6e6;
    border-radius: 4px 0 0 4px
}

.post-nav .next a {
    border-right: 1px solid #e6e6e6;
    border-radius: 0 4px 4px 01
}

.post-nav .prev a:before,
.post-nav .prev a:after,
.post-nav .next a:before,
.post-nav .next a:after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    background-color: #e6e6e6
}

.post-nav .prev a:before {
    bottom: 100%;
    right: 0
}

.post-nav .prev a:after {
    top: 100%;
    right: 0
}

.post-nav .next a:before {
    bottom: 100%;
    left: 0
}

.post-nav .next a:after {
    top: 100%;
    left: 0
}

.page-id-36672 .breadcrumb {
display:none;
}

.page-id-36672 .nav-primary {
display:none;
}
.page-id-36672 .site-header {
display:none;
}


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

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

.comment-respond,
.entry-comments {
	padding: 40px;
	border-radius: 4px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-list > li.comment {
	border: 1px dashed #c5c5c5;
	border-radius: 4px;
}

.comment-list li li.comment {
	background-color: rgba(0, 0, 0, 0.025);
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 4px 0 0 4px;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 20px 16px;
}

.footer-widgets .widget-area {
	display: inline-block;
	width: 25%;
	padding: 3%;
	vertical-align: top;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 8px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
 	background:
	    linear-gradient(
	    	to right,
			rgba(41, 149, 155, 1.0),
			rgba(123, 194, 160, 1.0)
	    );
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	padding: 40px 3%;
	text-align: center;
}

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

.site-footer a {
	color: rgba(255,255,255,0.8);
	border-bottom: 1px dashed rgba(255,255,255,0.8);
}

.site-footer a:hover {
	color: #fff;
	border-color: #fff;
}

/* -----------------------------------------
//	LANDING PAGE OVERIDES
//	eczema cure revised
------------------------------------------*/

.page-id-36672 .site-inner, .page-id-36672 .wrap {
    max-width: 100%!important;
}
.page-id-36672 .site-inner {
    clear: both;
    padding: 0 0;
    margin: 0 auto 0;
    overflow: hidden;
}
.page-id-36672 .site-inner .content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.page-id-36672 .site-inner .content .entry {
    border:none;
	padding:0;
	border-radius:0;
}

.page-id-36672 .site-inner .content .entry-content ul {
    margin:0 8%!important;
}
.page-id-36672 .site-inner .content .entry-content ul li {
    list-style-position:outside!important;
}

.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 60%!important;
}

@media (min-width: 981px)
{
	.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_row.et_pb_row_fullwidth, .et_divi_builder #et_builder_outer_content .et_pb_specialty_fullwidth > .et_pb_row {
		width: 60% !important;
		max-width: 60% !important;
	}
	.page-id-36672 .site-inner, .wrap {
		max-width: 100%!important;
	}

}

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

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

	.post-nav .prev {
	    left: 8%;
	}
	.post-nav .next {
	    right: 8%;
	}

}

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

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

	.site-container {
	    background: #fff;
	}

	.post-nav .prev {
	    left: 2%;
	}

	.post-nav .next {
	    right: 2%;
	}

}

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

	.post-nav .prev {
	    left: 0.5%;
	}

	.post-nav .next {
	    right: 0.5%;
	}
	
	.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_row.et_pb_row_fullwidth, 
	.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_specialty_fullwidth > .et_pb_row {
		width: 60% !important;
		max-width: 60% !important;
	}
	.page-id-36672 .site-inner, .wrap {
		max-width: 100%!important;
	}

}

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

	.post-nav {
		display: none;
	}

}

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

	.site-header {
		border-bottom: 2px solid #ececec;
	}

	.title-area {
		float: right;
	}

	.site-title a {
		width: 250px;
		height: 71px;
		background-size: contain;
	}

}

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

	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		border: none;
	}

	.home .home-realplans h2,
	.home .home-eczema h2 {
		/*font-size: 40px;*/
	}
	.home .home-eczema h2 .eczema-large,
	.home .home-eczema h2 .eczema-accent {
		/*font-size: 50px*/
	}

	.one-fifth,
	.two-fifths,
	.three-fifths
	.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%;
	}

	.js #menu-toggle {
		display: block;
		visibility: visible;
		float: right;
		width: 42px;
		height: 42px;
		line-height: 42px;
		vertical-align: middle;
		text-align: center;
		background: #252525;
		color: #fff;
		padding: 0;
		margin: 10px 0 10px 10px;
	}

	.no-js nav {
		display: block;
	}

	.no-js .nav-header {
		margin-top: 12px;
	}

	.js .nav-header,
	.js .nav-primary,
	.js .nav-secondary {
		display: none;
		visibility: hidden;
	}

	.footer-widgets .widget-area {
		width: 50%;
	}

	div.gform_wrapper textarea.medium,
	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right,
	div.gform_wrapper .top_label .gf_left_half,
	div.gform_wrapper .top_label .gf_right_half,
	div.gform_wrapper .top_label input,
	div.gform_wrapper .top_label select,
	div.gform_wrapper .ginput_complex input[type=text],
	div.gform_wrapper .ginput_complex input[type=url],
	div.gform_wrapper .ginput_complex input[type=email],
	div.gform_wrapper .ginput_complex input[type=tel],
	div.gform_wrapper .ginput_complex input[type=number],
	div.gform_wrapper .ginput_complex input[type=password],
	div.gform_wrapper .ginput_complex select,
	div.gform_wrapper .ginput_complex .ginput_left input[type=text],
	div.gform_wrapper .ginput_complex .ginput_left input[type=url],
	div.gform_wrapper .ginput_complex .ginput_left input[type=email],
	div.gform_wrapper .ginput_complex .ginput_left input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_left input[type=number],
	div.gform_wrapper .ginput_complex .ginput_left input[type=password],
	div.gform_wrapper .ginput_complex .ginput_left select,
	div.gform_wrapper .ginput_complex .ginput_right input[type=text],
	div.gform_wrapper .ginput_complex .ginput_right input[type=url],
	div.gform_wrapper .ginput_complex .ginput_right input[type=email],
	div.gform_wrapper .ginput_complex .ginput_right input[type=tel],
	div.gform_wrapper .ginput_complex .ginput_right input[type=number],
	div.gform_wrapper .ginput_complex .ginput_right input[type=password],
	div.gform_wrapper .ginput_complex .ginput_right select {
		float: none;
		width: 100% !important;
	}

	div.gform_wrapper .ginput_complex .ginput_left,
	div.gform_wrapper .ginput_complex .ginput_right {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	div.gform_wrapper input.datepicker.datepicker_with_icon,
	div.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
		width: auto !important;
	}
	
	.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_with_background .et_pb_row,
	.page-id-36672.et_divi_builder #et_builder_outer_content .et_pb_row.et_pb_row_fullwidth {
		width: 90%!important;
		max-width: 90% !important;
	}

}

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

	.rp4wp-related-posts li {
		width: 48%;
	}

}

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

	.site-header .slide-nav-link {
		position: relative;
		text-indent: -999px;
		width: 41px;
	}

	.site-header .slide-nav-link::before {
		text-indent: 0;
		position: absolute;
	    top: 12px;
	    left: 10px;
	}

	.home .home-realplans h2,
	.home .home-eczema h2 {
		/*font-size: 30px;*/
	}
	.home .home-eczema h2 .eczema-large,
	.home .home-eczema h2 .eczema-accent {
		/*font-size: 40px*/
	}

	.rp4wp-related-posts li {
		width: 100%;
	}

}







.entry-content p:first-of-type > img {
 display:none;
}



.entry-content .featured-image img {
  width:100%;
  height:auto;
  margin-bottom:0;
}

.entry-content .share-after {
  margin-bottom:0;
}

.share-genesis_entry_content{
  margin-bottom:1em;
}

.share-filled {
  text-align:center;
}

.share-before {
 display:none; 
}

.post-pinterest-image {
  text-align:center; 
}

/* Subscribe Promos */

.subscribe-promo {
  padding:1.25em 1em;
  background-color: #e5f7f8;  
  margin-bottom:2em;
  border-radius:6px;
}


.subscribe-promo > *:last-child {
 margin-bottom:0;  
}

.subscribe-promo h2 {
  text-align:center;
      font-size: 36px;
}

.subscribe-promo ul {
  margin-left:40px;
}

.subscribe-promo .button-wrap {
  text-align:center;
  margin:1em 0;
}


.subscribe-promo a,
.subscribe-promo .button {
 font-weight:700;
}

.subscribe-promo .button {
 background-color: #ff70b0;
}
    
.subscribe-promo .button:hover {
    background-color: #ff57a2;
    border-color: #ff57a2;
}
    