/*
Theme Name: boneBrothDietBook
Theme URI: http://underscores.me/
Author: Ben Redden - GetUWired
Author URI: http://www.getuwired.com
Description: Dr. Kellyann\'s Bone Broth Diet Book theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonebrothdietbook
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

boneBrothDietBook is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

# Rockstar Edits
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family: "Source Sans Pro", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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: 1em 40px;
}

hr {
	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;
}

shoptable {
margin: 8%;
align: center;
text-align: center;
width: 50%;
float: left;

}

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"] {
	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;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography

--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

.sourceSansPro {
	font-family: 'Source Sans Pro', sans-serif;
}

.blackText {
	color:#191818;
}

.grayText {
	color:#4d4d4c;
}

.redText {
	color:#6b2730;
}

.whiteText {
	color:#ffffff;
}

.uppercase {
	text-transform:uppercase;
}

.italic {
	font-style: italic;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: url("images/bgTexture.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.innerPageWrap {
	max-width:980px;
	margin:0 auto;
}

.outerPageWrap {
	max-width: 1400px;
	margin: 0 auto;
}

.redBtn:hover {
	box-shadow: 0 0 12px #6b2730;
	color: #6b2730 !important;
	background-color:#fff !important;
}

.goldBtn {
    border: 2px solid #000;
    padding: 1% 1%;
    background-color: #d9af05;
    text-decoration: none;
    border-radius: 36px;
    font-size: 18px;
    width: 316px;
    display: inline-block;
    margin: 0 0 6px;
    font-weight: 600;
    transition: all .2s ease;
}

.buyNowButtonSection .goldBtn {
	padding: 12px;
}

.goldBtn:hover {
	box-shadow: 0 0 12px #fff;
}

.buyBtn {
	transition: all .2s ease;
}

.buyBtn:hover {
	box-shadow: 0 0 12px #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: none;
	box-shadow: none;
	outline:none;
}

input:focus {
	outline:none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: none;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #6b2730;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0px 4%;
	text-align: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', serif;
}

.main-navigation a::after {
	content: '';
	height: 2px;
	display: block;
	width: 0;
	transition: all .2s ease-out;
	background-color:#fff;
}

.main-navigation a:hover::after {
	width:100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: block;
	background: transparent;
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	transition: all .2s ease-out;
}

.menu-toggle:hover {
	color: #6b2730;
	background-color: #fff;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

/* HEADER */

.site-header {
	text-align: center;
	background-color:#fff;
	padding: 2% 0 0;
}

.site-title a {
	text-decoration: none;
	max-width: 430px;
	display: block;
	font-weight: 200;
	line-height: 37px;
	font-size: 44px;
	transition: all .2s ease-out;
}

.site-title a span {
	transition: all .2s ease-out;
}

.site-title a:hover {
	color:#6B2730;
}

.site-title a:hover span {
	color:#191818;
}

.site-header .innerPageWrap {
	vertical-align: middle;
	display: inline-block;
}

.site-header:before {
	background:url('images/headerDrKellyann.png');
	background-repeat:no-repeat;
	content: "";
	height: 204px;
	width: 159px;
	display: inline-block;
	vertical-align: middle;
}

.site-header:after {
	background:url('images/headerBook.png');
	background-repeat: no-repeat;
	content:'';
	width: 128px;
	height: 162px;
	display: inline-block;
	vertical-align: middle;
}

.site-header .site-description {
	display: inline-block;
	font-size: 29px;
	font-weight: 300;
	margin:0;
}

.site-header .site-description::before, .site-header .site-description::after {
	content: "";
	height: 1px;
	vertical-align: middle;
	display: inline-block;
	background-color: #6b2730;
	width: 50px;
	margin:0 10px;
}

.menu-header-menu-container {
	max-width: 700px;
	margin: 0px auto;
	overflow: hidden;
	padding: 24px 0px;
}

/* HOME PAGE */

.home, 
.page-id-189,
.page-id-218 {
	border-bottom: 30px solid #6b2730;
}

.home .fakeHomeHeader, 
.page-id-189 .fakeHomeHeader,
.page-id-218 .fakeHomeHeader {
	background: url('images/homeHeaderSwirlBG.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 auto;
	padding: 0 0 2%;
}

.home .fakeHomeHeader .innerPageWrap, 
.page-id-189 .fakeHomeHeader .innerPageWrap,
.page-id-218 .fakeHomeHeader .innerPageWrap {
	max-width: 1200px;
}

.home .fakeHomeHeader h3.italic, 
.page-id-189 .fakeHomeHeader h3.italic, 
.page-id-218 .fakeHomeHeader h3.italic {
	text-align: center;
	font-size: 42px;
	margin: 0;
	padding: 3% 0 1%;
	font-weight: 300;
	letter-spacing: 3px;
	border-bottom: 3px solid #6b2730;
}

.home .fakeHomeHeader .boneBrothBook {
	background: url("images/homeHeaderBook2.png");
	background-repeat: no-repeat;
	height: 531px;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: -122px 0 0 0;
}
.page-id-189 .fakeHomeHeader .boneBrothBook,
.page-id-218 .fakeHomeHeader .boneBrothBook {
       background: url("http://bonebrothdietbook.com/wp-content/uploads/2016/03/quickstarterguide.png") !important;
       background: rgba(0, 0, 0, 0) url("http://bonebrothdietbook.com/wp-content/uploads/2016/03/quickstarterguide.png") no-repeat scroll 0 0 !important;
   height: 393px !important;
    margin-left: 7% !important;
    margin-right: 8% !important;
    margin-top: 24px !important;
    width: 240px !important;
}

.home .fakeHomeHeader .headerContent, 
.page-id-189 .fakeHomeHeader .headerContent,
.page-id-218 .fakeHomeHeader .headerContent {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	margin: 3% 0 0 -5%;
}

.home .fakeHomeHeader .headerContent h3, 
.page-id-189 .fakeHomeHeader .headerContent h3,
.page-id-218 .fakeHomeHeader .headerContent h3 {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 26px;
}


.home .fakeHomeHeader .headerContent h1, 
.page-id-189 .fakeHomeHeader .headerContent h1,
.page-id-218 .fakeHomeHeader .headerContent h1 {
	font-size: 49px;
	font-weight: 400;
	max-width: 440px;
	line-height: 41px;
	margin: 0 0 2%;
}

.home .fakeHomeHeader .headerContent h3.sourceSansPro, 
.page-id-189 .fakeHomeHeader .headerContent h3.sourceSansPro,
.page-id-218 .fakeHomeHeader .headerContent h3.sourceSansPro {
	font-size: 25px;
	line-height: 28px;
	margin: 0;
}

.home .fakeHomeHeader .headerContent p, 
.page-id-189 .fakeHomeHeader .headerContent p, 
.page-id-218 .fakeHomeHeader .headerContent p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 3% 0 0;
}

.home .fakeHomeHeader .headerContent p:first-of-type, 
.page-id-189 .fakeHomeHeader .headerContent p:first-of-type,
.page-id-218 .fakeHomeHeader .headerContent p:first-of-type {
	border-top: 1px solid #6b2730;
	padding: 2% 0 0;
}

.home .buyNowButtonSection, 
.page-id-189 .buyNowButtonSection,
.page-id-218 .buyNowButtonSection {
	background: #6b2730;
	text-align: center;
	padding: 1% 0;
}

.home .buyNowButtonSection h2, 
.page-id-189 .buyNowButtonSection h2,
.page-id-218 .buyNowButtonSection h2 {
	margin: 0;
	font-weight: 400;
	display: inline-block;
	font-size: 29px;
	padding: 0 1% 0 0;
}

.home .buyNowButtonSection .buyBtn, 
.page-id-189 .buyNowButtonSection .buyBtn,
.page-id-218 .buyNowButtonSection .buyBtn {
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	padding: 10px 106px 10px 12px;
	color: #FFF;
	border: 3px solid #AD3F4E;
	margin: 0px 4px;
	font-size: 20px;
	transition: all .2s ease-out;
}

.home .buyBtn.amazon, 
.page-id-189 .buyBtn.amazon,
.page-id-218 .buyBtn.amazon {
	background: url("images/amazon.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 140px 13px;
}

.page-id-218 .innerPageWrap .boneBrothBook {
    float: left;
}
.page-id-218 .testimonialSection {
    float: left;
    width: 100%;
}
.page-id-222 header h1.entry-title {
    padding-top: 30px;
    text-align: center;
}

.home .buyBtn.barnesNoble, 
.page-id-189 .buyBtn.barnesNoble,
.page-id-218 .buyBtn.barnesNoble{
	background: url("images/barnesAndNoble.png");
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 140px 18px;
	padding: 10px 140px 10px 12px !important;
}

.home .buyBtn:hover, 
.page-id-189 .buyBtn:hover,
.page-id-218 .buyBtn:hover {
	color: #6b2730;
	box-shadow: 0 0 12px #fff;
}

.home .testimonialSection, .page-template-mealPlanOptIn .testimonialSection, 
.page-id-189 .testimonialSection, .page-template-mealPlanOptIn .testimonialSection,
.page-id-218 .testimonialSection, .page-template-mealPlanOptIn .testimonialSection {
	background: #fff;
	overflow: hidden;
}

.home .testimonialSection .testimonials, 
.page-template-mealPlanOptIn .testimonialSection .testimonials, 
.page-id-189 .testimonialSection .testimonials, .page-id-218 .testimonialSection .testimonials, 
.page-template-mealPlanOptIn .testimonialSection .testimonials {
	list-style: none;
	padding: 0;
	max-width:800px;
	margin:0 auto;
	width:100%;
}

.home .testimonialSection .testimonials li, 
.page-id-189 .testimonialSection .testimonials li,
.page-id-218 .testimonialSection .testimonials li {
	margin: 6% 0;
}

.home .testimonialSection .imageRight .testimonialContent, 
.page-id-189 .testimonialSection .imageRight .testimonialContent, .page-id-218 .testimonialSection .imageRight .testimonialContent,
.page-template-mealPlanOptIn .testimonialSection .imageRight .testimonialContent {
	padding: 0 0 0 12px;
}

.home .testimonialContent .imageRight .testimonialImage, 
.page-id-189 .testimonialContent .imageRight .testimonialImage, .page-id-218 .testimonialContent .imageRight .testimonialImage,  
.page-template-mealPlanOptIn .testimonialContent .imageRight .testimonialImage {
	margin: 0 0 0 4%;
}

.page-template-mealPlanOptIn .testimonialSection .testimonials li {
    margin: 0 0 4%;
}

.home .testimonialSection .testimonials .imageLeft .testimonialContent, 
.page-id-189 .testimonialSection .testimonials .imageLeft .testimonialContent, .page-id-218 .testimonialSection .testimonials .imageLeft .testimonialContent, 
.home .testimonialSection .testimonials .imageRight .testimonialContent, 
.page-id-189 .testimonialSection .testimonials .imageRight .testimonialContent, .page-id-218 .testimonialSection .testimonials .imageRight .testimonialContent, 
.page-template-mealPlanOptIn .testimonialSection .testimonials .imageLeft .testimonialContent, 
.page-template-mealPlanOptIn .testimonialSection .testimonials .imageRight .testimonialContent {
	width: 74%;
	display: inline-block;
	vertical-align: middle;
}

.home .testimonialSection .testimonials .imageLeft .testimonialContent p, 
.page-id-189 .testimonialSection .testimonials .imageLeft .testimonialContent p, 
.page-id-218 .testimonialSection .testimonials .imageRight .testimonialContent p, 
.page-template-mealPlanOptIn .testimonialSection .testimonials .imageLeft .testimonialContent p, 
.page-template-mealPlanOptIn .testimonialSection .testimonials .imageRight .testimonialContent p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
}

.home .testimonialSection .testimonials .hymans .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .hymans .testimonialImage,
.page-id-218 .testimonialSection .testimonials .hymans .testimonialImage {
	background: url("images/hymans.png");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .virgin .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .virgin .testimonialImage,
.page-id-218 .testimonialSection .testimonials .virgin .testimonialImage {
	background: url("images/virgin.png");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .amen .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .amen .testimonialImage, 
.page-id-218 .testimonialSection .testimonials .amen .testimonialImage {
	background: url("images/Daniel-Amen.jpg");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .perlmutter .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .perlmutter .testimonialImage,
.page-id-218 .testimonialSection .testimonials .perlmutter .testimonialImage {
	background: url("images/perlmutter.png");
	background-repeat: no-repeat;
}

.testimonialSection .testimonials .smith .testimonialImage {
	background: url("images/KATHYSMITH.png");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .john .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .john .testimonialImage, 
.testimonialSection .testimonials .john .testimonialImage {
	background: url("images/john.png");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .hoebel .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .hoebel .testimonialImage, 
.testimonialSection .testimonials .hoebel .testimonialImage,
.page-id-218 .testimonialSection .testimonials .hoebel .testimonialImage {
	background: url("images/hoebel.png");
	background-repeat: no-repeat;
}

.home .testimonialSection .testimonials .imageLeft .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .imageLeft .testimonialImage, .page-id-218 .testimonialSection .testimonials .imageLeft .testimonialImage,  
.home .testimonialSection .testimonials .imageRight .testimonialImage, 
.testimonialSection .testimonials .imageLeft .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .imageRight .testimonialImage, .page-id-218 .testimonialSection .testimonials .imageRight .testimonialImage, 
.testimonialSection .testimonials .imageLeft .testimonialImage, 
.testimonialSection .testimonials .imageRight .testimonialImage, 
.page-id-189 .testimonialSection .testimonials .imageLeft .testimonialImage, .page-id-218 .testimonialSection .testimonials .imageLeft .testimonialImage, 
.home .testimonialSection .testimonials .imageRight .testimonialImage, 
.testimonialSection .testimonials .imageLeft .testimonialImage, 
.testimonialSection .testimonials .imageRight .testimonialImage {
	max-width: 180px;
	width: 20%;
	height: 127px;
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
}

.home .testimonialSection .testimonials .name, 
.page-id-189 .testimonialSection .testimonials .name, .page-id-218 .testimonialSection .testimonials .name, 
.home .testimonialSection .testimonials .reference, 
.page-id-189 .testimonialSection .testimonials .reference, .page-id-218 .testimonialSection .testimonials .reference, 
.testimonialSection .testimonials .name, 
.testimonialSection .testimonials .reference {
	font-size: 16px;
	display: inline;
	margin: 0;
}

.home .testimonialSection .testimonials .imageRight .nameAndReference, 
.page-id-189 .testimonialSection .testimonials .imageRight .nameAndReference, .page-id-218 .testimonialSection .testimonials .imageRight .nameAndReference,  
.testimonialSection .testimonials .imageRight .nameAndReference {
	text-align: right;
	max-width: 430px;
	float: right;
}

.home .testimonialSection .testimonials .reference, 
.page-id-189 .testimonialSection .testimonials .reference, .page-id-218 .testimonialSection .testimonials .reference,  
.testimonialSection .testimonials .reference {
	font-weight: 400;
}

.home .secondaryBuyItNowSection, 
.page-id-189 .secondaryBuyItNowSection,
.page-id-218 .secondaryBuyItNowSection {
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding: 3% 0;
	background: #fff;
}

.home .secondaryBuyItNowSection .innerPageWrap, 
.page-id-189 .secondaryBuyItNowSection .innerPageWrap,
.page-id-218 .secondaryBuyItNowSection .innerPageWrap {
	max-width: 780px;
}

.home .secondaryBuyItNowSection .innerPageWrap, 
.page-id-189 .secondaryBuyItNowSection .innerPageWrap,
.page-id-218 .secondaryBuyItNowSection .innerPageWrap  {
	padding: 4% 0%;
	border-top: 2px solid #6B2730;
}

.home .secondaryBuyItNowSection .buyItNowBook, 
.page-id-189 .secondaryBuyItNowSection .buyItNowBook,
.page-id-218 .secondaryBuyItNowSection .buyItNowBook {
	background: transparent url("images/getYourCopyNowBook.png") no-repeat scroll 0% 0%;
	height: 183px;
	width: 138px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}

.home .secondaryBuyItNowSection .buyItNowContent, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent {
	display: inline-block;
	vertical-align: middle;
}

.home .secondaryBuyItNowSection .buyItNowContent h2, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent h2,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent h2 {
	font-size: 46px;
	font-weight: 400;
}

.home .secondaryBuyItNowSection .buyItNowContent p.playfair.italic.blackText, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent p.playfair.italic.blackText,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent p.playfair.italic.blackText {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

.home .secondaryBuyItNowSection .buyItNowContent .amazonBtn, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent .amazonBtn, 
.page-id-218 .secondaryBuyItNowSection .buyItNowContent .amazonBtn, 
.home .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn {
	background: #6b2730;
	padding: 1% 2%;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	display: inline-block;
	height: 64px;
	width:211px;
	vertical-align: middle;
}

.home .secondaryBuyItNowSection .buyItNowContent .amazonBtn, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent .amazonBtn,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent .amazonBtn {
	background: url('images/amazonRedBtn.png') #6b2730;
	background-repeat: no-repeat;
	background-position: 16px 18px;
	margin: 0;
	transition: all .2s ease-out;
}

.home .secondaryBuyItNowSection .buyItNowContent a:hover, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent a:hover,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent a:hover {
	box-shadow: 0 0 12px #000;
}

.home .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn, 
.page-id-189 .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn,
.page-id-218 .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn {
	background: url('images/barnesRedBtn.png') #6b2730;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}

.home .clientResults .innerPageWrap, 
.page-id-189 .clientResults .innerPageWrap,
.page-id-218 .clientResults .innerPageWrap {
	max-width: 1010px;
	margin: 0 auto;
}

.home .clientResults h2, 
.page-id-189 .clientResults h2, 
.page-id-218 .clientResults h2, 
.page-template-mealPlanLP .clientResults h2 {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	padding: 2% 0;
}

.home .clientResults .clientTestimonials, 
.page-id-189 .clientResults .clientTestimonials, 
.page-id-218 .clientResults .clientTestimonials, 
.clientResults .clientTestimonials {
	padding: 0;
	margin: 0;
	list-style: none;
}

.home .clientResults .clientTestimonials li, 
.page-id-189 .clientResults .clientTestimonials li, 
.page-id-218 .clientResults .clientTestimonials li, 
.clientResults .clientTestimonials li {
	padding: 10px 36px 0 0;
	margin: 0 0 0;
}

.home .clientResults .clientTestimonials .imgQuote .clientContent, 
.page-id-189 .clientResults .clientTestimonials .imgQuote .clientContent, 
.page-id-218 .clientResults .clientTestimonials .imgQuote .clientContent, 
.clientResults .clientTestimonials .imgQuote .clientContent {
    width: 82%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4% 0 0px;
}

.home .clientResults .clientTestimonials .quoteBg p, 
.page-id-189 .clientResults .clientTestimonials .quoteBg p,
.page-id-218 .clientResults .clientTestimonials .quoteBg p,  
.clientResults .clientTestimonials .quoteBg p {
	padding: 26px 0 0 36px;
	font-size: 17px;
}

.home .clientResults .clientTestimonials .quoteBg .clientName, 
.page-id-189 .clientResults .clientTestimonials .quoteBg .clientName, 
.page-id-218 .clientResults .clientTestimonials .quoteBg .clientName, 
.clientResults .clientTestimonials .quoteBg .clientName {
	padding: 0 0 0 36px;
	font-size: 18px;
	font-weight: 600;
}

.home .clientResults .clientTestimonials .imgQuote .clientName, 
.page-id-189 .clientResults .clientTestimonials .imgQuote .clientName, 
.page-id-218 .clientResults .clientTestimonials .imgQuote .clientName, 
.clientResults .clientTestimonials .imgQuote .clientName {
	padding: 0 0 0 0;
	font-weight: 600;
	font-size: 18px;
}

.home .clientResults .clientTestimonials .quoteBg p:first-child, 
.page-id-189 .clientResults .clientTestimonials .quoteBg p:first-child, 
.page-id-218 .clientResults .clientTestimonials .quoteBg p:first-child, 
.clientResults .clientTestimonials .quoteBg p:first-child {
	margin: 2% 0 0;
	background: url('images/clientQuotes.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.home .clientResults .clientTestimonials .quoteBg p:nth-child(2), 
.page-id-189 .clientResults .clientTestimonials .quoteBg p:nth-child(2), 
.page-id-218 .clientResults .clientTestimonials .quoteBg p:nth-child(2), 
.clientResults .clientTestimonials .quoteBg p:nth-child(2) {
	padding: 0 0 0 36px;
	margin: 0;
}

.home .clientResults .clientTestimonials .quoteBg .katzman, 
.page-id-189 .clientResults .clientTestimonials .quoteBg .katzman, 
.page-id-218 .clientResults .clientTestimonials .quoteBg .katzman, 
.page-template-mealPlanLP .clientResults .clientTestimonials .quoteBg .katzman {
	background: url('images/katzman.png');
	background-repeat: no-repeat;
}

.home .clientResults .clientTestimonials .quoteBg .miley, 
.page-id-189 .clientResults .clientTestimonials .quoteBg .miley,  
.page-id-218 .clientResults .clientTestimonials .quoteBg .miley,  
.clientResults .clientTestimonials .quoteBg .miley {
	background: url('images/miley.png');
}

.home .clientResults .clientTestimonials .quoteBg .leonardi, 
.page-id-189 .clientResults .clientTestimonials .quoteBg .leonardi, 
.page-id-218 .clientResults .clientTestimonials .quoteBg .leonardi, 
.clientResults .clientTestimonials .quoteBg .leonardi {
	background: url('images/leonardi.png');
}

.home .clientResults .clientTestimonials .quoteBg .clientImage, 
.page-id-189 .clientResults .clientTestimonials .quoteBg .clientImage, 
.page-id-218 .clientResults .clientTestimonials .quoteBg .clientImage, 
.clientResults .clientTestimonials .quoteBg .clientImage {
	display: inline-block;
	vertical-align: middle;
	height: 200px;
	width: 140px;
	margin: 0 0 0 0%;
	padding: 162px 0 0;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 18px;
	background-position: center top;
	font-family: "Source Sans Pro", serif;
	font-weight: 400;
}

.home .tooBusySection, 
.page-id-189 .tooBusySection,
.page-id-218 .tooBusySection {
	overflow: hidden;
	margin: 4% 0 0;
	background-color: #fff;
	padding: 0 0 6%;
}

.home .tooBusySection .boneBrothLeft, 
.page-id-189 .tooBusySection .boneBrothLeft,
.page-id-218 .tooBusySection .boneBrothLeft {
	background: url('images/boneBrothLeftBG.jpg');
	width:50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 326px;
	display: inline-block;
	vertical-align: top;
	float:left;
	background-position: center center;
}

.home .tooBusySection .boneBrothRight, 
.page-id-189 .tooBusySection .boneBrothRight,
.page-id-218 .tooBusySection .boneBrothRight {
	display: table;
	vertical-align: top;
	background-image: url("images/boneBrothRightDrKellyAnn.png");
	background-repeat: no-repeat;
	background-position: 412px 16px;
	background-color: #6B2730;
	min-height: 326px;
	width: 50%;
	overflow: hidden;
	height: 326px;
}

.home .tooBusySection .boneBrothRight h2, 
.page-id-189 .tooBusySection .boneBrothRight h2,
.page-id-218 .tooBusySection .boneBrothRight h2 {
	font-size: 70px;
	font-weight: 400;
	line-height: 72px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
}

.home .tooBusySection .innerPageWrap, 
.page-id-189 .tooBusySection .innerPageWrap,
.page-id-218 .tooBusySection .innerPageWrap {
	margin: 4% autos;
}

.home .tooBusySection .innerPageWrap p, 
.page-id-189 .tooBusySection .innerPageWrap p,
.page-id-218 .tooBusySection .innerPageWrap p {
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.home .tooBusySection .innerPageWrap p.redText, 
.page-id-189 .tooBusySection .innerPageWrap p.redText,
.page-id-218 .tooBusySection .innerPageWrap p.redText {
	font-size: 27px;
	margin: 0;
}

.home .tooBusySection .innerPageWrap ul, 
.page-id-189 .tooBusySection .innerPageWrap ul,
.page-id-218 .tooBusySection .innerPageWrap ul {
	list-style-image: url('images/redBullet.png');
	margin:0 0 0 14px;
	padding:0;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

.home .redBulletPoints li, 
.page-id-189 .redBulletPoints li,
.page-id-218 .redBulletPoints li {
	margin: 0 1% 2%;
}

.home .tooBusySection .innerPageWrap p:first-of-type, 
.page-id-189 .tooBusySection .innerPageWrap p:first-of-type,
.page-id-218 .tooBusySection .innerPageWrap p:first-of-type {
	margin: 6% 0 2%;
}

.home .tooBusySection .innerPageWrap .redBtn, 
.page-id-189 .tooBusySection .innerPageWrap .redBtn,
.page-id-218 .tooBusySection .innerPageWrap .redBtn {
	margin: 0 auto;
	max-width: 460px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 27px;
	transition: all .2s ease-out;
	background: #6b2730;
	padding: 1% 0;
}

.home .slideLeft, 
.page-id-189 .slideLeft,
.page-id-218 .slideLeft {
	right: -100%;
	opacity:0;
}

.home .slideRight, 
.page-id-189 .slideRight,
.page-id-218 .slideRight {
	left: -100%;
	opacity:0;
}

/* OPT IN PAGE */

.optIn #main {
	max-width: 1214px;
	margin: 0 auto;
	background: url('images/ctaBG.png');
	background-repeat: no-repeat;
	background-position: 920px 260px;
}

.optIn .drKellyAnn {
    background: transparent url("images/drKellyAnn2.png");
    background-repeat: no-repeat;
    width: 529px;
    height: 520px;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-size: cover;
    background-position: 40px 0;
}

.optIn .bookCover {
    background: url('/wp-content/uploads/2015/11/Bone-Broth-Resources-Guide-e1448660575892.png');
    background-repeat: no-repeat;
    height: 500px;
    max-width: 383px;
    display: block;
    background-position: center center;
    margin: 4% auto;
}

.optIn .picSide {
    display: inline-block;
}

.optIn .ctaSide {
	padding: 0px 12% 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.page-template-mealPlanOptIn .optIn .ctaSide {
    padding: 0px 12% 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: 94% 88%;
}

.optIn .ctaSide .boneBrothBook {
	background-image: url("images/boneBrothBook.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 14px;
	right: 14px;
	height: 214px;
	width: 161px;
}

.optIn .ctaSide h1 {
	font-size: 44px;
	font-weight: 200;
	max-width: 400px;
	line-height: 37px;
}

.optIn .ctaSide .fakeHeader .gradient {
	background: transparent url("images/gradientBar.png") repeat scroll 0% 0%;
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); */
	/* background: -moz-linear-gradient(left, rgba(120,59,67,0.09) 1%, rgba(120,59,67,0.20) 8%, rgba(120,59,67,0.61) 14%, rgba(120,59,67,0.95) 18%, rgba(120,59,67,0.95) 68%, rgba(120,59,67,1) 99%, rgba(120,59,67,1) 100%); */
	/* background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(120,59,67,0.09)), color-stop(8%,rgba(120,59,67,0.20)), color-stop(14%,rgba(120,59,67,0.61)), color-stop(18%,rgba(120,59,67,0.95)), color-stop(26%,rgba(120,59,67,0.95)), color-stop(68%,rgba(120,59,67,1)), color-stop(100%,rgba(120,59,67,1))); */
	/* background: -webkit-linear-gradient(left, rgba(120,59,67,0.09) 1%,rgba(120,59,67,0.20) 8%,rgba(120,59,67,0.61) 14%,rgba(120,59,67,0.85) 18%,rgba(120,59,67,0.95) 26%,rgba(120,59,67,1) 68%,rgba(120,59,67,1) 100%); */
	/* background: -o-linear-gradient(left, rgba(120,59,67,0.09) 1%,rgba(120,59,67,0.20) 8%,rgba(120,59,67,0.61) 14%,rgba(120,59,67,0.85) 18%,rgba(120,59,67,0.95) 26%,rgba(120,59,67,1) 68%,rgba(120,59,67,1) 100%); */
	/* background: -ms-linear-gradient(left, rgba(120,59,67,0.09) 1%,rgba(120,59,67,0.20) 8%,rgba(120,59,67,0.61) 14%,rgba(120,59,67,0.85) 18%,rgba(120,59,67,0.95) 26%,rgba(120,59,67,1) 68%,rgba(120,59,67,1) 100%); */
	/* background: linear-gradient(to right, rgba(120,59,67,0.03) 1%,rgba(120,59,67,0.20) 8%,rgba(120,59,67,0.61) 14%,rgba(120,59,67,0.85) 18%,rgba(120,59,67,0.95) 26%,rgba(120,59,67,1) 68%,rgba(120,59,67,1) 100%); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8783b43', endColorstr='#783b43',GradientType=1 ); */
	display: block;
	margin: 0 -5% 0 -30%;
	padding: 2% 0 2% 34%;
}

.optIn .ctaSide .fakeHeader .gradient span {
	font-size: 17px;
	font-weight: 200;
	max-width: 260px;
	line-height: 20px;
	display: block;
}

.optIn .ctaSide .ctaForm h2 {
	font-size: 40px;
	font-weight: 100;
	margin: 10% 0 4%;
	line-height: 1;
}

.optIn .ctaSide .ctaForm h3 {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 6%;
}

.optIn .ctaSide .ctaForm label {
	display: none;
}

.optIn .ctaSide .ctaForm .infusion-field {
	display: block;
	margin: 0px 0px 6%;
	background-color: #FFF;
	box-shadow: 0px 0px 6px #000;
	padding: 0 0px 0 10px;
}

.optIn .ctaSide .ctaForm input {
	padding: 2% 0px 2% 8%;
	display: inline-block;
	width: 100%;
	background: transparent none repeat scroll 0% 0%;
	border: medium none;
}

.optIn .ctaSide .ctaForm .infusion-field.fa-envelope-o::before {
	margin: 0 -20px 0 0;
	z-index: 9999;
	position: relative;
	color: #666;
}

.optIn .ctaSide .ctaForm .infusion-field.fa-user::before {
	margin: 0 -18px 0 0;
	z-index: 9999;
	position: relative;
	color: #666;
}

.optIn .ctaSide .ctaForm .infusion-submit .redBtn {
	background-color: #6b2730;
	color: #fff;
	max-width: 300px;
	padding: 4% 0;
	display: block;
	transition: all .2s ease-out;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 1px;
}

.optIn .ctaSide .ctaForm .infusion-submit .redBtn:hover {
	box-shadow: 0 0 12px #000;
}

/* MEAL PLAN OPT IN */

.page-template-mealPlanOptIn .optIn .ctaSide .ctaForm h2 {
    max-width: 480px;
}

.page-template-mealPlanOptIn .optIn .ctaSide .ctaForm {
    max-width: 398px;
}

.page-template-mealPlanOptIn .optIn .socialProof {
    /*max-width: 1200px;*/
    margin: 0 auto;
	clear: both;
}

.page-template-mealPlanOptIn .optIn .socialProofImage {
    background: url('images/socialProof.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding: 0 0 8%;
    margin: 1% auto 2%;
    max-width: 1000px;
    text-align: center;
    background-position: center center;
}

/* RESOURCES PAGE */

.page-template-resourcesPage {
	background: #fff;
	width: 100%;
	height: 100%;
}

.page-template-resourcesPage article .entry-title, .page-template-testimonials article .entry-title {
	margin: 0px;
	padding: 0 0 1%;
	font-size: 33px;
	font-weight: 300;
}

.page-template-resourcesPage .site-content, .page-template-testimonials .site-content {
	clear:both;
}

.page-template-resourcesPage .secondaryHeader, .page-template-testimonials .secondaryHeader {
	background: transparent url("images/swirlBG.jpg");
	padding: 4% 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-size:cover;
	clear:both;
}

.page-template-resourcesPage .site-content article p,.page-template-testimonials .site-content article p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	max-width: 500px;
	margin: 0 auto;
	line-height: 27px;
}

.page-template-resourcesPage .resourcePost, .page-template-testimonials .resourcePost {
	max-width: 100%;
	margin: 4% 6%;
}

.page-template-resourcesPage .resourcePost .featuredImage, .page-template-testimonials .resourcePost .featuredImage {
	display: inline-block;
	vertical-align: top;
}

.page-template-resourcesPage .resourcePost .resourceContent {
	display: inline-block;
	vertical-align: top;
	max-width: 74%;
	margin: 0 0 0 4%;
}

.page-template-resourcesPage .resourcePost .resourceContent h2, .page-template-testimonials resourcePost .resourceContent h2 {
	margin: 0;
	font-weight: 600;
	font-size: 23px;
}

.page-template-resourcesPage .resourcePost .resourceContent h2 span, .page-template-testimonials .resourcePost .resourceContent h2 span {
	font-weight:700;
}

.page-template-resourcesPage .resourcePost .resourceContent p, .page-template-testimonials .resourcePost .resourceContent p {
	font-size: 15px;
	max-width: 93%;
	margin: 2% 0;
	line-height: 18px;
}

.page-template-resourcesPage .topicSection .topicSectionContent {
	background: url("images/swirlBG.jpg");
	padding: 1% 0 4%;
	max-width: 100%;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
}

.page-template-resourcesPage .topicSection .topicSectionContent h2 {
	font-size: 33px;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #6b2730;
}

.page-template-resourcesPage .topicSection .topicSectionContent p {
	font-size: 23px;
	font-family: "Source Sans Pro", sans-serif;
	max-width: 620px;
	margin: 0 auto;
}

.page-template-resourcesPage .resourceContent a {
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	background: #6b2730;
	padding: 2% 0;
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 0;
	transition: all .2s ease-out;
	font-size: 17px;
}

.page-template-resourcesPage .resourceContent a:hover {
	color:#6b2730;
	background-color:#fff;
	box-shadow: 0 0 12px #000;
}

.page-template-resourcesPage .resourceContent p:nth-child(3) {
	margin: 0;
}

.page-template-resourcesPage .topicSection .resourcePost {
	margin: 0 0 2%;
	max-width: 25%;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: all .2s ease-out;
	vertical-align: top;
}

.page-template-resourcesPage .topicSection .resourcePost .featuredImage img {
	transition: all .2s ease-out;
}

.page-template-resourcesPage .topicSection .resourcePost:hover .featuredImage img {
	box-shadow: 0 0 8px #000;
}

.page-template-resourcesPage .subTopicBar {
	background-color: #6b2730;
	display: block;
	text-align: center;
	overflow: hidden;
}

.page-template-resourcesPage .subTopicBar h2 {
	margin: 0;
	padding: 2% 0;
	font-weight: 200;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-template-resourcesPage .subTopicBar h2 span {
	font-weight: 400;
	padding: 0 10px;
}

.page-template-resourcesPage .topicSection .resourcePost .topicContent h2 {
	font-size: 23px;
	margin: 1%;
	line-height: 24px;
}

.page-template-resourcesPage .topicSection .resourcePost .topicContent h2 a {
	text-decoration: none;
	color: inherit;
}

.page-template-resourcesPage .topicSection .innerPageWrap {
	max-width: 1100px;
	padding: 4% 0 2%;
}

.page-template-resourcesPage .fbFooterSection {
	padding: 30px 0 25px;
}
.page-template-resourcesPage .fbFooterSection .topicSection a {
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    background: #6b2730;
    padding: 1% 0;
    display: block;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    transition: all .2s ease-out;
    font-size: 27px;
    transition: all .2s ease-out;
}

.page-template-resourcesPage .fbFooterSection .topicSection a:before {
	content: "\f304";
	display:inline-block;
	font-family:"dashicons";
	font-style:normal;
	vertical-align: middle;
    margin-right: 10px;
}

.page-template-resourcesPage .subFooterSection {
	overflow: hidden;
	padding: 2% 0 0;
	background: url("images/bgTexture.jpg");
}

.page-template-resourcesPage .subFooterSection .topicSection h2 {
	max-width: 600px;
	line-height: 36px;
}

.page-template-resourcesPage .subFooterSection .topicSection h2, .footerSection .topicSection h2 {
	font-family: "Playfair Display", serif;
	letter-spacing: 1px;
	font-size: 33px;
	font-weight: 200;
	color: #6b2730;
	margin: 1% 0 2%;
}

.page-template-resourcesPage .subFooterSection .topicSection p {
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif;
	margin: 1% 0 0;
}

.page-template-resourcesPage .footerSection .topicSection p {
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
}

.page-template-resourcesPage .footerSection .topicSection ul {
	margin: 0 0 0 2%;
	padding: 0;
	list-style-image: url('images/redBullet.png');
}

.page-template-resourcesPage .footerSection .topicSection ul li {
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0 0 1%;
}

.page-template-resourcesPage .footerSection .topicSection h2:last-of-type {
	margin: 4% 0;
	clear: both;
	float: none;
}

.page-template-resourcesPage .footerSection .topicSection a {
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	background: #6b2730;
	padding: 1% 0;
	display: block;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	transition: all .2s ease-out;
	font-size: 27px;
	transition: all .2s ease-out;
}

.page-template-resourcesPage .footerSection .topicSection a:hover {
	color: #6b2730;
	background-color: #fff;
	box-shadow: 0 0 12px #000;
}

.page-template-resourcesPage .footerSection .topicSection h3 {
	font-size: 21px;
	font-family: "Source Sans Pro", sans-serif;
	font-style: italic;
}

.page-template-resourcesPage .footerSection {
	background: url("images/bgTexture.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	overflow: hidden;
	padding: 0 0 2%;
}

.page-template-resourcesPage .brothKits h2 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3%;
}

.page-template-resourcesPage .brothKits .brothKit {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.page-template-resourcesPage .brothKits .slimDown .kitImage {
    /*background-image: url("images/slimDownKit.jpg");*/
    background-image: url("images/quickstartkit.jpg");
    height: 206px;
    width: 250px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 8px 0 0px;
}

.page-template-resourcesPage .brothKits .gutBuster .kitImage {
    /*background-image: url("images/gutBusterKit.jpg");*/
    background-image: url("images/21-Day-New-Year-Slim-Down2.jpg");
    height: 206px;
    width: 250px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 8px 0 0px;
}

.page-template-resourcesPage .brothKits .brothKit .brothInfo p {
    font-size: 16px;
    max-width: 358px;
    margin: 0;
}

.page-template-resourcesPage .brothKits .brothKit .brothInfo {
    display: inline-block;
    vertical-align: top;
}

.page-template-resourcesPage .brothKits .brothKit .brothInfo h3 {
    margin: 0 0 1%;
}

.page-template-resourcesPage .brothKits .brothKit .brothInfo p {
    font-size: 16px;
    max-width: 358px;
    margin: 0;
    line-height: 22px;
    font-weight: 300;
}

.page-template-resourcesPage .brothKits .brothKit .redBtn {
    background-color: #6b2730;
    max-width: 150px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-weight: 100;
    font-size: 17px;
    padding: 1% 0;
    margin: 4% 0;
	transition: all .2s ease-out;
}

/* TESTIMONIALS PAGE */

.page-template-testimonials .resourcePost .resourceContent h2 {
    margin: 0;
}

.page-template-testimonials #main {
    background-color: #fff;
}

.page-template-testimonials .resourcePost .resourceContent {
	display: inline-block;
	vertical-align: top;
	max-width: 74%;
	margin:0;
}

.page-template-testimonials .resourcePost .featuredImage {
	margin: 0 4% 0 0;
}

/* MEAL PLAN LP */

.page-template-mealPlanLP .site-branding .site-description {
	display: none;
}

.page-template-mealPlanLP .main-navigation {
    text-align: center;
}

.page-template-mealPlanLP .main-navigation h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    /*WAS margin: 2% 0 0;*/
    margin: 1% 0 0;
    padding: 0;
}

.page-template-mealPlanLP .main-navigation h4 {
    font-size: 18px;
    /*WAS margin: 0 0 2%;*/
    margin: 0 0 .5%;
    font-weight: 400;
    letter-spacing: .5px;
}

.page-template-mealPlanLP .videoSection {
    background: url('images/flowerBG2.jpg');
    background-size: cover;
    background-position: 0 0;
    padding: 2% 0;
    clear: both;
}

.page-template-mealPlanLP .videoSection .vidSectWrap {
    background: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: 96% 100%;
}

.page-template-mealPlanLP .videoSection h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    max-width: 900px;
    margin: 0 auto;
    line-height: 36px;
    color: #6b2730;
    letter-spacing: 1px;
}

.page-template-mealPlanLP .videoSection h3 em {
    font-size: 18px;
    font-weight: 400;
    color: #6b2730;
    padding: 0;
    margin: 0;
}

.page-template-mealPlanLP .videoSection .secondaryHeader h3 {
    padding: 0;
    margin: 1% 0 0;
}

.page-template-mealPlanLP .videoSection article {
	padding: 0;
	margin: 0;
}

.page-template-mealPlanLP .videoSection .innerPageWrap {
    /*WAS margin: 3% auto 0;*/
    margin: 1% auto 0;
}

.page-template-mealPlanLP .videoSection .videoContainer {
    /*WAS max-width:50%;*/
    max-width: 64%;
    display: inline-block;
    vertical-align: middle;
}

.page-template-mealPlanLP .videoSection .videoCopy {
    /*WAS max-width:48%;*/
    max-width: 34%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    position: relative;
}

.page-template-mealPlanLP .videoSection .videoCopy p {
    font-family: 'Source Sans Pro', serif;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 4%;
}

.page-template-mealPlanLP .videoSection .videoCopy p:nth-child(2) {
	font-size: 15px;
}

.page-template-mealPlanLP .videoSection .videoCopy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-mealPlanLP .videoSection .videoCopy ul li {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Source Sans Pro', serif;
    background: url('images/listItem.png');
    background-repeat: no-repeat;
    padding: 0 0 12px 32px;
    vertical-align: top;
    background-position: 0px 6px;
}

.page-template-mealPlanLP .videoSection .bottomCopy p {
    font-size: 20px;
    font-family: 'Source Sans Pro', serif;
    color: #6b2730;
    max-width: 640px;
    margin: 4% auto 0;
}

.page-template-mealPlanLP .buyNowButtons {
    background-color: #6b2730;
    padding: 2% 0 1%;
    text-align: center;
}

.page-template-mealPlanLP .buyNowButtons .barnesAndNoble span {
    background: url('images/goldBtnBarnesNoble.png');
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    width: 117px;
    vertical-align: middle;
}

.page-template-mealPlanLP .buyNowButtons .amazon span {
    background: url('images/goldBtnAmazon.png');
    background-repeat: no-repeat;
    height: 25px;
    display: inline-block;
    width: 82px;
    vertical-align: middle;
}

.page-template-mealPlanLP .buyNowButtons .iTunes span {
    background: url('images/ibooks.png');
    background-repeat: no-repeat;
    height: 28px;
    display: inline-block;
    width: 78px;
    vertical-align: middle;
}

.page-template-mealPlanLP .buyNowButtons .bam span {
    background: url('images/goldBtnBam.png');
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    width: 141px;
    vertical-align: middle;
}

.page-template-mealPlanLP .orderStepSection {
    background: #fff;
    padding: 2% 0;
    clear: both;
}

.page-template-mealPlanLP .orderStepSection .orderSteps {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    text-align: left;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li:nth-child(2) {
    margin: 0 4%;
}

.page-template-mealPlanLP .orderStepSection .orderSteps .liArrow {
    background: url('images/liArrow.jpg');
    height: 24px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li h2 {
    font-size: 20px;
    font-family: "Source Sans Pro", serif;
    font-weight:400;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li h2 .uppercase {
    color: #6b2730;
    font-weight:600;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li button {
    background-color: #6b2730;
    color: #fff;
    font-family: "Source Sans Pro", serif;
    font-size: 17px;
    width: 286px;
    height: 76px;
    cursor: default;
    text-align: left;
}

.page-template-mealPlanLP .orderStepSection .orderSteps button span:first-child {
    font-size: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0 0;
    text-align: center;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li button h4 {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li button div {
    max-width: 76%;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 6px;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li .smallText {
    font-size: 14px;
    font-family: 'Source Sans Pro', serif;
    text-align: left;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li .smallText span {
	color: #6b2730;
	font-weight: 900;
	font-style: italic;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li .smallText a {
	text-decoration: none;
	color: #6b2730;
	font-weight: 900;
}

.page-template-mealPlanLP .orderStepSection .orderSteps li .smallText .underline {
	text-decoration: underline;
	font-style: normal;
}

.page-template-mealPlanLP .revolutionSection {
    padding: 2% 0;
}

.page-template-mealPlanLP .revolutionSection h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    max-width: 800px;
    margin: 0 auto 2%;
    color: #6b2730;
}

.page-template-mealPlanLP .revolutionSection ul {
	margin:0;
	padding:0;
	list-style:none;
}

.page-template-mealPlanLP .revolutionSection ul li {
	background: url('images/listItem.png');
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
    vertical-align: top;
    background-position: 0px 6px;
    font-size: 22px;
    font-family: "Source Sans Pro", serif;
    margin: 0 0 1%;
}

.page-template-mealPlanLP .revolutionSection hr {
    max-width: 280px;
    height: 3px;
}

.page-template-mealPlanLP .revolutionSection p {
    font-size: 22px;
    font-family: 'Source Sans Pro', serif;
    max-width: 718px;
    margin: 0 auto;
}

.page-template-mealPlanLP .clientResults {
    background: #fff;
    padding: 0% 0 2%;
    overflow: hidden;
    clear: both;
}

.page-template-mealPlanLP .footerSection {
	background-color: #6b2730;
	color:#fff;
	text-align: center;
	overflow: hidden;
	padding: 2% 0;
	background-image: url('images/footerLeft.png'), url('images/footerRight.png');
	background-position: bottom left, top right;
	background-repeat: no-repeat;
}

.page-template-mealPlanLP .footerSection .boneBrothDietBook {
    background: url("images/bbbBook.png");
    background-repeat: no-repeat;
    height: 303px;
    width: 227px;
    display: inline-block;
    vertical-align: top;
}

.page-template-mealPlanLP .footerSection .orderToday {
    display: inline-block;
    vertical-align: top;
    max-width: 68%;
    background: url('images/footerArrow.png');
    background-repeat: no-repeat;
    background-position: 84% center;
}

.page-template-mealPlanLP .footerSection .orderToday .buyBtn {
    width: 300px;
    background: #000;
    text-decoration: none;
    padding: 10px 2% 0;
    border: 2px solid #ad3f4e;
    display: inline-block;
    vertical-align: top;
    min-height: 52px;
    margin: 0 0 8px 2px;
}

.page-template-mealPlanLP .footerSection .orderToday .itunes span, .buyNowButtonSection .itunes span, .buyItNowContent .itunes span {
    background: url('images/ibooks.png');
    background-repeat: no-repeat;
    height: 21px;
    width: 74px;
    display: inline-block;
    vertical-align: top;
}

.page-template-mealPlanLP .footerSection .orderToday .amazon span, .buyNowButtonSection .amazon span, .buyItNowContent .amazon span {
    background: url('images/goldBtnAmazon.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 84px;
    display: inline-block;
    vertical-align: middle;
}

.page-template-mealPlanLP .footerSection .orderToday .bam span, .buyNowButtonSection .bam span, .buyItNowContent .bam span {
    background: url('images/blackBtnBam.png');
    background-repeat: no-repeat;
    height: 12px;
    width: 141px;
    display: inline-block;
    vertical-align: middle;
}

.page-template-mealPlanLP .footerSection .orderToday .barnesAndNoble span, .buyNowButtonSection .barnesAndNoble span, .buyItNowContent .barnesAndNoble span {
    background: url('images/blackBtnBarnesNoble.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 117px;
    display: inline-block;
    vertical-align: middle;
}

.page-template-mealPlanLP .footerSection .orderToday h2 {
    font-size: 40px;
    font-weight: 400;
}

/* BONE BROTH VIDEO PAGE */

article#post-148 {
    max-width: 960px;
    margin: 0 auto;
	padding: 4% 0 0;
}

article#post-148 .wistia_embed {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

article#post-148 .entry-header {
    clear: both;
}

article#post-148 .entry-header h1 {
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    font-size: 33px;
    font-weight: 200;
    color: #6b2730;
    text-align: center;
    margin: 4% 0;
    display: block;
    clear: both;
}

article#post-148 .leftAlign {
    clear: both;
    margin: 4% 0 0;
}

article#post-148 .rightAlign {
    width: 50%;
    float: left;
	vertical-align: top;
}

article#post-148 .leftAlign {
	width: 40%;
    float: left;
	clear: both;
	vertical-align: top;
}

article#post-148 p {
    font-family: 'Source Sans Pro', serif;
    font-size: 18px;
}

article#post-148 h2 {
	font-family: "Playfair Display", serif;
}

/* FOOTER */

footer h2 {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 2% 0;
}

footer a {
	text-decoration: none;
	color: inherit;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
TOS AND PRIVACY POLICY
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.page-id-127 #content, .page-id-125 #content {
    max-width: 80%;
    margin: 0 auto;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
POP UP CTAs
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.EmailOverlay {
    position: fixed;
    width: 0;
    height: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.2),rgba(255,255,255,0.7) 30%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0.2));
    z-index: 1000;
    top: 0;
    left: 0;
}
.EmailPopUp {
	display:none;
	text-align:center;
	color:#fff;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:30%;
	height:40%;
	z-index:1010;
	background-color: #6b2730;
	max-height:350px;
}
.EmailPopUp h3 {
	font-size:130%;
}

.EmailPopUp h3.right {
	text-align:right;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
}
.EmailPopUp h3.right a {
	text-decoration:none;
	cursor:pointer;
	font-size:70%;
}


.EmailPopUp input[type="submit"] {
	background-color:#fff;
	color:#000;
	width:30%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-size:120%;
	color:#6b2730
}
.EmailPopUp input[type="text"] {
	background-color:#fff;
	color:#222;
	width:60%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
MEDIA QUERIES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
	.page-template-mealPlanLP .buyNowButtons .barnesAndNoble span {
	    background: url('images/goldBtnBarnesNoble-2x.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.page-template-mealPlanLP .buyNowButtons .amazon span {
	    background: url('images/goldBtnAmazon-2x.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.page-template-mealPlanLP .buyNowButtons .iTunes span {
	    background: url('images/ibooks@2x.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.page-template-mealPlanLP .buyNowButtons .bam span {
	    background: url('images/goldBtnBam-2x.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media all and (min-width: 1700px) {
	.page-template-mealPlanLP .videoSection .vidSectWrap {
	    background-position: 82% bottom;
	}
}

@media all and (max-width: 1700px) and (min-width: 1580px) {
	.page-template-mealPlanLP .videoSection .vidSectWrap {
	    background-position: 86% bottom;
	}
}

@media all and (max-width: 1200px) and (min-width: 1161px) {
	.page-template-mealPlanLP .videoSection .vidSectWrap {
	    background-position: 98% 100%;
	}
}


@media all and (max-width: 768px) {
   .page-id-218 .testimonialSection .testimonials {
       padding-left: 45px;
   }
}
@media all and (max-width: 768px) {
   .home .fakeHomeHeader .headerContent, .page-id-189 .fakeHomeHeader .headerContent, .page-id-218 .fakeHomeHeader .headerContent {
      width: 100%;
      margin: 0 auto;
      padding: 14px;
    }
    .home .tooBusySection .boneBrothRight, 
.page-id-189 .tooBusySection .boneBrothRight, 
.page-id-218 .tooBusySection .boneBrothRight,
.page-id-189 .tooBusySection .boneBrothLeft,
.page-id-218 .tooBusySection .boneBrothLeft {
       width: 100%;
    }
}

@media all and (max-width: 1275px) {
	.page-template-resourcesPage .brothKits .brothKit .kitImage {
	    background-image: url("images/slimDownKit.jpg");
	    height: 206px;
	    width: 250px;
	    background-repeat: no-repeat;
	    display: block;
	    margin: 0 auto;
	}
	.page-template-resourcesPage .brothKits .brothKit .brothInfo h3 {
	    margin: 0 0 1%;
	    text-align: center;
	}
	.page-template-resourcesPage .brothKits .brothKit .brothInfo p {
	    font-size: 16px;
	    max-width: 358px;
	    margin: 0 auto;
	    line-height: 22px;
	    font-weight: 300;
	}
	.page-template-resourcesPage .brothKits .brothKit .redBtn {
	    background-color: #6b2730;
	    max-width: 150px;
	    display: block;
	    text-align: center;
	    text-decoration: none;
	    font-family: "Playfair Display", serif;
	    font-weight: 100;
	    font-size: 17px;
	    padding: 1% 0;
	    margin: 4% auto;
	    transition: all .2s ease-out;
	}
	.page-template-resourcesPage .brothKits .brothKit .brothInfo {
	    display: block;
	    vertical-align: top;
	}
	.EmailPopUp {
		width:40%;
	}

}

@media all and (max-width: 1160px) {
	.home .fakeHomeHeader .headerContent {
		display: inline-block;
		vertical-align: top;
		width: 51%;
		margin: 6% 0 0 0%;
	}
	/*.home .fakeHomeHeader .boneBrothBook {*/
		/*background: url("images/homeHeaderBook.png");*/
		/*background-repeat: no-repeat;*/
		/*height: 0;*/
		/*width: 40%;*/
		/*display: inline-block;*/
		/*background-size: contain;*/
		/*padding: 0 0 40%;*/
	/*}*/
	.home .fakeHomeHeader .boneBrothBook {
		background: url("images/homeHeaderBook.png");
		background-repeat: no-repeat;
		height: 0;
		width: 40%;
		display: inline-block;
		background-size: contain;
		padding: 0 0 40%;
		margin: -6% 0 0;
	}
	.optIn .drKellyAnn {
		background: transparent url("images/drKellyAnn.png");
		background-repeat: no-repeat;
		width: 32%;
		height: 0;
		display: inline-block;
		vertical-align: top;
		background-size: contain;
		padding: 0 0 46%;
	}
	.optIn .ctaSide {
		padding: 0px 12%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		float: right;
		min-width: 684px;
	}
	.page-template-mealPlanLP .videoSection .vidSectWrap {
	    background: url('images/arrow.png');
	    background-repeat: no-repeat;
	    background-position: 98% 100%;
	}
	.page-template-mealPlanOptIn .optIn .picSide {
		display: none;
	}
	.page-template-mealPlanOptIn .optIn .ctaSide {
		position: relative;
		vertical-align: top;
		background: url('images/arrow.png');
		background-repeat: no-repeat;
		background-position: 94% 88%;
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 725px;
		padding: 0 12%;
	}
	.page-template-mealPlanOptIn .optIn .socialProof {
	    max-width: 96%;
	    margin: 4% auto;
	    clear: both;
	    display: block;
	}
	.page-template-mealPlanOptIn .optIn #main {
	    clear: both;
	    overflow: hidden;
	}

}

@media all and (max-width: 1159px) {
	.page-template-mealPlanLP .videoSection .vidSectWrap {
		background: transparent;
	}
}

@media all and (max-width: 1008px) {
	.page-template-mealPlanLP .footerSection .orderToday {
	    display: inline-block;
	    vertical-align: top;
	    max-width: 68%;
	    background: transparent;
	    background-repeat: no-repeat;
	    background-position: 84% center;
	}
	.page-template-mealPlanLP .orderStepSection .orderSteps .liArrow {
		display: none;
	}
}

@media all and (max-width: 1006px) {
	.optIn .drKellyAnn {
		background: transparent url("images/drKellyAnn.png");
		background-repeat: no-repeat;
		width: 25%;
		height: 0;
		display: inline-block;
		vertical-align: top;
		background-size: contain;
		padding: 0 0 46%;
	}
	.clientResults .clientTestimonials li {
		padding: 10px 36px;
		margin: 0 0 0;
	}
	.clientResults .clientTestimonials .imgQuote .clientContent {
		width: 80%;
		display: inline-block;
		vertical-align: middle;
	}
	.page-template-mealPlanLP .innerPageWrap {
	    padding: 0 2%;
	}
	.page-template-mealPlanLP .videoSection .videoContainer {
	    max-width: 90%;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}
	.page-template-mealPlanLP .videoSection .videoCopy {
	    max-width: 90%;
	    display: block;
	    vertical-align: middle;
	    padding: 0 0 0 30px;
	    margin: 2% auto;
	}
	.page-template-mealPlanLP .videoSection .videoCopy ul li {
	    font-size: 15px;
	    font-style: italic;
	    font-weight: 600;
	    font-family: 'Source Sans Pro', serif;
	    background: url('images/listItem.png');
	    background-repeat: no-repeat;
	    padding: 0 0 10px 32px;
	    vertical-align: middle;
	    background-position: 0px 0px;
	}
	.page-template-mealPlanLP .videoSection .innerPageWrap {
	    background: transparent;
	}
	.page-template-mealPlanLP .orderStepSection .orderSteps li {
	    display: block;
	    width: 90%;
	    vertical-align: top;
	    text-align: left;
	    margin: 0 auto;
	}
}

@media all and (max-width:912px) {
	.optIn .drKellyAnn {
		display: none;
	}
	.optIn .ctaSide {
		padding: 0px 12%;
		position: relative;
		display: block;
		vertical-align: top;
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.page-template-mealPlanOptIn .optIn .ctaSide {
	    padding: 0px 12% 0px 0px;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
		float: right;
		width: 76%;
	    background: transparent;
	    background-repeat: no-repeat;
	    background-position: 94% 88%;
	}
	.page-template-mealPlanOptIn .optIn .ctaSide .ctaForm {
	    max-width: 398px;
	    text-align: center;
	}
}

@media all and (max-width: 894px) {
	.home .clientResults .clientTestimonials .imgQuote .clientContent, .clientResults .clientTestimonials .imgQuote .clientContent {
		width: 74%;
		display: inline-block;
		vertical-align: middle;
	}
	.home .buyNowButtonSection .buyBtn {
		display: inline-block;
		text-decoration: none;
		background-color: #000;
		padding: 10px 106px 10px 12px;
		color: #FFF;
		border: 3px solid #AD3F4E;
		margin: 4px 4px;
		font-size: 20px;
		transition: all .2s ease-out;
	}
	.page-template-mealPlanLP .footerSection .orderToday {
	    background: transparent;
	}
	.page-template-mealPlanOptIn .optIn .ctaSide .ctaForm {
	    max-width: 84%;
	}
	.EmailPopUp {
		width:50%;
	}

}

@media all and (max-width: 800px) {
	.home .fakeHomeHeader .headerContent {
		display: block;
		vertical-align: top;
		width: 96%;
		margin: 6% auto 0;
		text-align: center;
	}
	.home .fakeHomeHeader .boneBrothBook {
		background: url("images/homeHeaderBook.png");
		background-repeat: no-repeat;
		height: 0;
		width: 90%;
		display: block;
		background-size: contain;
		padding: 0 0 40%;
		background-position: center center;
		margin: 0 auto;
	}
	.home .fakeHomeHeader .headerContent h1 {
		font-size: 49px;
		font-weight: 400;
		max-width: 440px;
		line-height: 41px;
		margin: 0 auto 2%;
	}
	.testimonialSection .testimonials .imageLeft .testimonialImage, .home .testimonialSection .testimonials .imageRight .testimonialImage {
		max-width: 180px;
		width: 20%;
		height: 127px;
		display: inline-block;
		vertical-align: middle;
		background-position: center center;
		min-width: 132px;
	}
	.clientResults .clientTestimonials .imgQuote .clientContent {
		width: 67%;
		display: inline-block;
		vertical-align: middle;
	}
	.tooBusySection .innerPageWrap {
		max-width: 980px;
		margin: 0 auto;
		padding: 0 2%;
	}
	.home .testimonialSection .testimonials .imageLeft .testimonialContent, .home .testimonialSection .testimonials .imageRight .testimonialContent, .testimonialSection .testimonials .imageLeft .testimonialContent, .testimonialSection .testimonials .imageRight .testimonialContent {
		width: 66%;
		display: inline-block;
		vertical-align: middle;
	}
	.home .testimonialSection .testimonials, .testimonialSection .testimonials {
		list-style: none;
		padding: 0;
		max-width: 800px;
		margin: 0 auto;
		width: 90%;
	}
	.page-template-resourcesPage .subFooterSection {
		overflow: hidden;
		padding: 2% 2% 0;
		background: url("images/bgTexture.jpg");
	}
	.page-template-resourcesPage .footerSection {
		background: url("images/bgTexture.jpg");
		background-repeat: repeat;
		background-attachment: fixed;
		overflow: hidden;
		padding: 0 2% 2%;
	}
	.topicSection {
		text-align: center;
	}
	.page-template-resourcesPage .topicSection .resourcePost {
		margin: 0 0 2%;
		max-width: 30%;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		transition: all .2s ease-out;
		vertical-align: top;
	}
	article#post-148 {
	    max-width: 960px;
	    margin: 0 auto;
	    padding: 4% 2% 0;
	}
	article#post-148 .entry-content p img {
	    display: block;
	    float: none;
	    margin: 0 auto;
	}
	article#post-148 .leftAlign {
	    width: 90%;
	    float: none;
	    clear: both;
	    vertical-align: top;
	}
	article#post-148 .rightAlign {
	    width: 90%;
	    float: left;
	    vertical-align: middle;
	}
	.page-template-resourcesPage .brothKits .brothKit {
	    display: block;
	    width: 98%;
	    vertical-align: top;
	}
}

@media all and (max-width: 725px) {
	.page-template-resourcesPage .topicSection .topicSectionContent p, .page-template-testimonials .topicSection .topicSectionContent p {
		font-size: 18px;
		font-family: "Source Sans Pro",sans-serif;
		max-width: 620px;
		margin: 0px auto;
	}
	.site-header:before {
		background: url('images/headerDrKellyann.png');
		background-repeat: no-repeat;
		content: "";
		height: 204px;
		width: 159px;
		display: block;
		vertical-align: middle;
		margin: 0 auto;
	}
	.site-header:after {
		background: url('images/headerBook.png');
		background-repeat: no-repeat;
		content: '';
		width: 128px;
		height: 162px;
		display: block;
		vertical-align: middle;
		margin: 4% auto 0;
	}
	.page-template-resourcesPage .resourcePost .featuredImage, .page-template-testimonials .resourcePost .featuredImage {
		display: block;
		vertical-align: top;
		text-align: center;
	}
	.page-template-resourcesPage .resourcePost .resourceContent, .page-template-testimonials .resourcePost .resourceContent {
		display: block;
		vertical-align: top;
		max-width: 74%;
		margin: 0 auto;
		text-align: center;
	}
	.page-template-resourcesPage .resourceContent a {
		font-family: 'Playfair Display', serif;
		color: #fff;
		text-decoration: none;
		font-style: italic;
		background: #6b2730;
		padding: 2% 0;
		display: block;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
		transition: all .2s ease-out;
		font-size: 17px;
	}
	.page-template-resourcesPage .topicSection .topicSectionContent {
		background: url("images/swirlBG.jpg");
		padding: 1% 2% 4%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		background-repeat: repeat-x;
	}
	.page-template-resourcesPage .footerSection .alignright {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.page-template-resourcesPage .footerSection .topicSection h3 {
		font-size: 21px;
		font-family: "Source Sans Pro", sans-serif;
		font-style: italic;
		text-align: center !important;
	}
	.page-template-resourcesPage .footerSection .topicSection ul {
		margin: 0 0 0 2%;
		padding: 0 4%;
		list-style-image: url('images/redBullet.png');
	}
	.page-template-mealPlanOptIn .optIn .ctaSide .ctaForm {
	    max-width: 100%;
	}
	.page-template-mealPlanOptIn .optIn .ctaSide {
	    padding: 0px 12%;
	}
}

@media all and (max-width:670px){
	.optIn .ctaSide {
		padding: 0px 12%;
		position: relative;
		display: block;
		vertical-align: top;
		float: none;
		min-width: 610px;
		margin: 0 auto;
	}
	.page-template-resourcesPage .topicSection .topicSectionContent {
		background: transparent url("images/swirlBG.jpg") repeat-x scroll 0% 0%;
		padding: 1% 2% 4%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		overflow: hidden;
		background-size: cover;
	}
	.optIn .ctaSide {
	    padding: 0px 12% 0px 0px;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    background: transparent;
	    background-repeat: no-repeat;
	    background-position: 94% 88%;
	}
	.EmailPopUp {
		width:70%;
	}

}

@media all and (max-width: 616px){
	.home .testimonialSection .testimonials .imageLeft .testimonialImage, .home .testimonialSection .testimonials .imageRight .testimonialImage, .testimonialSection .testimonials .imageLeft .testimonialImage, .testimonialSection .testimonials .imageRight .testimonialImage, .page-template-mealPlanOptIn .testimonialSection .testimonials .imageLeft .testimonialImage, .page-template-mealPlanOptIn .testimonialSection .testimonials .imageRight .testimonialImage {
		max-width: 180px;
		width: 96% !important;
		height: 127px;
		display: block;
		vertical-align: middle;
		background-position: center center;
		min-width: 132px;
		margin: 0 auto;
	}
	.home .testimonialSection .testimonials .imageLeft .testimonialContent, .home .testimonialSection .testimonials .imageRight .testimonialContent, .testimonialSection .testimonials .imageLeft .testimonialContent, .testimonialSection .testimonials .imageRight .testimonialContent, .page-template-mealPlanOptIn .testimonialSection .testimonials .imageLeft .testimonialContent, .page-template-mealPlanOptIn .testimonialSection .testimonials .imageRight .testimonialContent {
		width: 96%;
		display: block;
		vertical-align: middle;
		margin: 0 auto;
		overflow: hidden;
	}
	.home .tooBusySection .boneBrothRight h2 {
		font-size: 42px;
		font-weight: 400;
		line-height: 72px;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 40px;
	}
	.home .clientResults .clientTestimonials .quoteBg .clientImage, .clientResults .clientTestimonials .quoteBg .clientImage {
		display: block;
		vertical-align: middle;
		height: 200px;
		width: 160px;
		margin: 0 auto;
		padding: 162px 0 0;
		text-align: center;
		background-repeat: no-repeat;
		font-size: 18px;
		background-position: center top;
		font-family: "Source Sans Pro", serif;
		font-weight: 400;
	}
	.home .buyBtn.amazon {
		background: url("images/amazon.jpg");
		background-color: #000;
		background-repeat: no-repeat;
		background-position: 140px 13px;
		margin: 2% 0;
	}
	.home .clientResults .clientTestimonials .imgQuote .clientContent {
		width: 96%;
		display: inline-block;
		vertical-align: middle;
	}
	.page-template-resourcesPage .topicSection .resourcePost {
		margin: 0 0 2%;
		max-width: 48%;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		transition: all .2s ease-out;
		vertical-align: top;
	}
}

@media all and (max-width: 599px) {
	.menu-toggle, .main-navigation.toggled ul {
		display: block;
		margin: 4% auto 0%;
		text-align: center;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Source Sans Pro', serif;
	}
}

@media all and (max-width: 571px) {
	/*.optIn .ctaSide .boneBrothBook {*/
		/*background-image: url("images/boneBrothBook.png");*/
		/*background-repeat: no-repeat;*/
		/*background-position: 0 0;*/
		/*position: relative;*/
		/*top: 0;*/
		/*height: 214px;*/
		/*width: 161px;*/
		/*margin: 0 auto;*/
	/*}*/
	.optIn .ctaSide .boneBrothBook {
		background-image: url("images/boneBrothBook.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
		top: 0;
		height: 214px;
		width: 161px;
		margin: 8% auto 0;
	}
	/*.optIn .ctaSide {*/
		/*padding: 0px 12%;*/
		/*position: relative;*/
		/*display: block;*/
		/*vertical-align: top;*/
		/*float: none;*/
		/*min-width: 90%;*/
		/*margin: 0 auto;*/
	/*}*/
	.optIn .ctaSide {
		padding: 0px 4%;
		position: relative;
		display: block;
		vertical-align: top;
		float: none;
		min-width: 96%;
		margin: 0 auto 4%;
	}
	.optIn .ctaSide .ctaForm h2 {
		font-size: 34px;
		font-weight: 100;
		margin: 10% 0 4%;
		text-align: center;
		line-height: 1;
	}

}

@media all and (max-width: 489px) {
	.home .secondaryBuyItNowSection .buyItNowContent .amazonBtn, .home .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn {
		padding: 1% 2%;
		color: #fff;
		text-decoration: none;
		text-indent: -9999px;
		display: block;
		height: 64px;
		width: 211px;
		vertical-align: middle;
		margin: 0 auto;
	}
	.home .tooBusySection .innerPageWrap .redBtn {
		margin: 0 auto;
		max-width: 460px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 20px;
		transition: all .2s ease-out;
		background: #6b2730;
		padding: 1% 0;
	}
	.EmailPopUp {
		width:90%;
	}
	.EmailPopUp input[type="text"] {
		width:80%;
	}


}

@media all and (max-width:400px) {
	.home .fakeHomeHeader .boneBrothBook {
		background: url("images/homeHeaderBook.png");
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		display: block;
		background-size: contain;
		padding: 0 0 50%;
		background-position: center center;
	}
	.home .fakeHomeHeader .headerContent {
		display: block;
		vertical-align: top;
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	.home .buyNowButtonSection .buyBtn {
		margin: 12px 4px;
	}
	.home .testimonialSection .testimonials .imageLeft .testimonialImage, .home .testimonialSection .testimonials .imageRight .testimonialImage, .testimonialSection .testimonials .imageLeft .testimonialImage, .testimonialSection .testimonials .imageRight .testimonialImage {
		width: 100%;
		height: 127px;
		display: block;
		vertical-align: middle;
		background-position: center center;
		max-width: 100%;
	}
	.home .testimonialSection .testimonials .imageLeft .testimonialContent, .home .testimonialSection .testimonials .imageRight .testimonialContent, .testimonialSection .testimonials .imageLeft .testimonialContent, .testimonialSection .testimonials .imageRight .testimonialContent {
		width: 96%;
		display: block;
		vertical-align: middle;
		margin: 0 auto;
	}
	.home .testimonialSection .testimonials .imageRight .nameAndReference, .page-id-189 .testimonialSection .testimonials .imageRight .nameAndReference, .testimonialSection .testimonials .imageRight .nameAndReference {
		text-align: left;
		max-width: 430px;
		float: none;
	}
	.home .secondaryBuyItNowSection .buyItNowContent .amazonBtn, .page-id-189 .secondaryBuyItNowSection .buyItNowContent .amazonBtn, .home .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn, .page-id-189 .secondaryBuyItNowSection .buyItNowContent .barnesNobleBtn {
		padding: 1% 2%;
		color: #fff;
		text-decoration: none;
		text-indent: -9999px;
		display: block;
		height: 64px;
		width: 211px;
		vertical-align: middle;
		text-align: center;
		margin: 0 auto;
	}
	.home .secondaryBuyItNowSection .buyItNowContent p.playfair.italic.blackText, .page-id-189 .secondaryBuyItNowSection .buyItNowContent p.playfair.italic.blackText {
		display: block;
		vertical-align: middle;
		margin: 0 4% !important:;
		text-align: center;
	}
	.clientResults .clientTestimonials .imgQuote .clientContent {
		width: 96%;
		display: block;
		vertical-align: middle;
	}
	.clientResults .clientTestimonials .quoteBg .clientImage {
		display: block;
		vertical-align: middle;
		height: 200px;
		width: 160px;
		margin: 2% auto;
		padding: 162px 0 0;
		text-align: center;
		background-repeat: no-repeat;
		font-size: 18px;
		background-position: center top;
		font-family: "Source Sans Pro", serif;
		font-weight: 400;
	}
	.home .tooBusySection .boneBrothLeft, .page-id-189 .tooBusySection .boneBrothLeft {
		background: url('images/boneBrothLeftBG.jpg');
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 326px;
		display: block;
		vertical-align: top;
		float: none;
	}
	.home .tooBusySection .boneBrothRight, .page-id-189 .tooBusySection .boneBrothRight {
		display: table;
		vertical-align: top;
		background-image: url('images/boneBrothRightDrKellyAnn.png');
		background-repeat: no-repeat;
		background-position: 412px 16px;
		background-color: #6b2730;
		min-height: 326px;
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.home .tooBusySection .boneBrothRight h2, .page-id-189 .tooBusySection .boneBrothRight h2 {
		font-size: 70px;
		font-weight: 400;
		line-height: 72px;
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}
	.home .tooBusySection .innerPageWrap, .page-id-189 .tooBusySection .innerPageWrap {
		width: 96%;
		margin: 0 auto;
	}
	.page-template-resourcesPage .site-content article p {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 22px;
		max-width: 500px;
		margin: 0 auto;
		line-height: 27px;
		padding: 0 2%;
	}
	.main-navigation li {
		float: left;
		position: relative;
		margin: 0px 2%;
		text-align: center;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Source Sans Pro', serif;
	}
	.menu-header-menu-container {
		max-width: 700px;
		margin: 0px auto;
		overflow: hidden;
		padding: 0px 0px 20px;
		text-align: center;
	}

	.page-template-resourcesPage .resourcePost {
		max-width: 100%;
		margin: 4% 6%;
		text-align: center;
	}
	.site-header .site-description::before, .site-header .site-description::after {
		content: none;
		height: 1px;
		vertical-align: middle;
		display: inline-block;
		background-color: #6B2730;
		width: 50px;
		margin: 0px 10px;
	}
	.page-template-mealPlanLP .main-navigation {
	    padding: 0 4%;
	}
	.page-template-mealPlanLP .videoSection .videoCopy {
	    max-width: 90%;
	    display: block;
	    vertical-align: middle;
	    padding: 0;
	    margin: 2% auto;
	}
	.page-template-mealPlanLP .orderStepSection .orderSteps li {
	    display: block;
	    width: 90%;
	    vertical-align: top;
	    text-align: left;
	    margin: 0 auto;
	}
	.page-template-mealPlanLP .footerSection .orderToday {
	    display: inline-block;
	    vertical-align: top;
	    max-width: 90%;
	    background: transparent;
	    background-repeat: no-repeat;
	    background-position: 84% center;
	}
	.page-template-mealPlanLP .footerSection .orderToday .buyBtn {
	    width: 270px;
	    background: #000;
	    text-decoration: none;
	    padding: 10px 2% 0;
	    border: 2px solid #ad3f4e;
	    display: inline-block;
	    vertical-align: top;
	    min-height: 52px;
	    margin: 0 auto 8px;
	}
}

/*--------------------------------------------------------------
# Rockstar Edits
--------------------------------------------------------------*/
.Squiggly_Arrow {
	position:absolute;
	left:67%;
}
form.gpoll_enabled {
    padding-left: 7%;
}
.gform_wrapper {
    width: 100% !important;
    margin: 0 auto !important;
}
@media only screen and (min-width: 2560px) and (max-width: 3500px) {
   form.gpoll_enabled {
      padding-left: 19%;
   }
}


