@font-face {
	font-family: 'gotham_bookregular';
	src: url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-book-webfont.eot');
	src: url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-book-webfont.woff') format('woff'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-book-webfont.ttf') format('truetype'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-book-webfont.svg#gotham_bookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_mediumregular';
	src: url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-medium-webfont.eot');
	src: url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-medium-webfont.woff') format('woff'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-medium-webfont.ttf') format('truetype'), url('/wp-content/themes/genesis-jrobbins/fonts/ufonts.com_gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font-exo-medium, .font-exo-medium * {
 	font-family: 'gotham_mediumregular';
}

body {
	font-family: Raleway;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: 300;
	line-height: normal;
	color: #1c1c1c;
}
a, .genesis-nav-menu a {
	color: #122a00;
}
a:focus, a:active {
	outline: none;
}
a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #076e90;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.site-header {
	background-color: #fff;
	min-height: inherit;
	border-bottom: 5px solid #4da70c;
}
.site-header .wrap {
	padding: 30px 0;
}
.title-area {
	padding: 0;
	width: auto;
	margin-top: 5px;
}
.header-image .site-description {
	display: none;
	text-indent: -9999px;
}
.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 18px;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: 400;
}
.menu-btn a {
	border: 1px solid #ff7800;
	border-radius: 3px;
	color: #ff7800;
	font-family: work sans;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}
.site-header .widget-area {
	margin-top: 5px;
}
.vc_column-inner {
	margin: 0 auto;
	max-width: 1200px;
}
.vc_column-inner p {
	font-weight: 100;
}
/** Reusable Classes **/
.text-center { text-align: center; }

.imageless-thumb-box {
    max-height: 130px;
}
.imageless-thumb-box a.vc_gitem-link.vc-zone-link:hover,
.thumb-box a:hover {
    background: rgba(0,0,0,.1);
}
.title-only .vc-zone-link:hover {
    background: rgba(0,0,0,.1);
    border-radius: 3px;
}
.thumb-box {
    max-width: 300px;
    margin: 0 auto;
}
.thumb-box-resource {
    max-height: 225px;
}
.book-thumb { max-height: 175px; }

@media (min-width: 768px) {
    .thumb-box {
        max-height: 325px;
    }
    .thumb-box-resource {
	max-height: 225px;
    }
    .book-thumb { max-height: 125px; }
}

@media (min-width: 1200px) {
    .thumb-box {
        max-height: 310px;
    }
    .thumb-box-resource {
	max-height: 225px;
    }
}
.font-gotham-book, .font-gotham-book * {
	font-family: 'gotham_bookregular';
}
.font-gotham-medium, .font-gotham-medium * {
	font-family: 'gotham_mediumregular';
}
.text-orange, .text-orange * {
	color: #ff7800;
}

.book-info {
    float: right;
    width: 30%;
    margin-left: 5%;
}
input.book-amazon {
    padding: 0;
    border: 0;
}

.book-thumb:hover {
    background: #efefef;
}
.book-image {
    float: left;
    width: 15%;
}
.book-image img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

.book-title {
    float: left;
    width: 83%;
    margin-left: 2%;
}

/** Join Pop-Up **/
.pum-container.pum-responsive .img-real-food-guide {
    max-width: 90%;
    margin-top: 1.5em;
    margin-bottom: 10px;
}
.input_field {
    margin-bottom: 10px;
}
.btn-join,
.btn-join[type="submit"] {
    display: inline-block;
    background-color: #d67a01;
    color: #fff;
    border-radius: 5px;
    font-family: raleway;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 80px;
    text-decoration: none;
    max-width: 100%;
    min-width: 325px;
    text-align: center;
}
.btn-join[type="submit"] {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.btn-join:hover,
.btn-join:focus,
.btn-join:hover[type="submit"] {
    background-color: #BC6B01;
    color: #fff;
}
.btn-block {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.join-button-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.join-us-form {
    margin-bottom: 15px;
}
.disclaimer {
    font-size: 75%;
    text-align: center;
    margin-bottom: 0;
}
.vc_join_pop_up .gform_wrapper .gfield_label {
    display: none !important;
}
.vc_join_pop_up .gform_wrapper .top_label li.gfield.gf_left_half,
.vc_join_pop_up .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
    margin: 0;
    padding: 0;
}
.vc_join_pop_up .gform_wrapper .field_sublabel_below label {
    display: none !important;
}
.vc_join_pop_up .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    margin-bottom: 15px;
}
.vc_join_pop_up .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 15px;
}
.vc_join_pop_up .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}
.vc_join_pop_up .gform_wrapper .gform_footer .button {
    display: inline-block;
    background-color: #d67a01;
    color: #fff;
    border-radius: 5px;
    font-family: raleway;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 80px;
    text-decoration: none;
    max-width: 100%;
    min-width: 325px;
    text-align: center;
}
.vc_join_pop_up .gform_wrapper .gform_footer .button:hover {
    background-color: #BC6B01;
    color: #fff;
}


/* Single post */

.essb_counter {
	display: none !important;
}
.essb_t_nb::after {
	color: #fc6c21;
	content: "shares";
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
}
.essb_total_text {
	display: none;
}
.essb_t_nb {
	color: #fc6c21 !important;
	font-size: 44px !important;
	line-height: 1;
}
.essb_fixed.essb_links {
	left: 0;
	margin: 0 !important;
	width: 100% !important;
}
.essb_links .readers-count {
	color: #fc6c21;
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 13px 0 0 10px;
	position: static;
	vertical-align: top;
}
.essb_links .readers-count .readers {
	color: #fc6c21 !important;
	font-size: 11px !important;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
.essb_links_list {
	display: inline-block;
	vertical-align: top;
}
/* home */
.home-header {
	color: #fff;
	font-size: 22px;
}
.home-header .vc_custom_heading {
	background: rgba(0, 0, 0, 0) url("images/header-title.png") no-repeat scroll 50% 100%;
	color: #fff;
	display: block;
	font-size: 52px;
	font-weight: normal !important;
	margin-bottom: 25px;
	padding-bottom: 35px;
	text-align: center !important;
}
.home-header {
	background-repeat: no-repeat;
	background-size: cover;
}
.home-header .vc_column-inner {
	padding: 0 !important;
}
.home-section-2 .ebook-img img {
	display: block;
}
.home-section-2 h1 strong {
	color: #aa6b2a;
	font-weight: 700;
	font-size: 38px;
}
.home-section-2-form {
	padding: 20px 0;
}
.home-section-2-form label {
	display: none !important;
}
.home-section-2-form li {
	float: left !important;
	width: 50%;
	margin: 0;
	padding: 0;
	clear: none !important;
}
.home-section-2-form .gform_body {
	float: left !important;
	width: 80%;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}
.home-section-2-form .gform_footer {
	float: left !important;
	width: 20%;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}
.home-blog {
	padding: 30px 0 10px;
}
.home-blog .blue-heading {
	border: none !important;
}
.blue-heading-text {
	color: #076e90;
}
.readmore button {
	background-image: none !important;
	background-color: #fff !important;
	border-color: #076e90 !important;
	color: #076e90 !important;
	font-size: 21px !important;
	font-weight: 400;
	max-width: 100% !important;
	width: 100% !important;
}
.readmore button:hover {
	background-color: #076e90 !important;
	border-color: #076e90 !important;
	color: #fff !important;
}
.home-section-3 {
	color: #fff;
}
.home-section-3 .wpb_heading.wpb_gallery_heading {
	/*background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 90% top / auto 35px;*/
	color: #fff !important;
	margin-bottom: 45px;
	min-height: 50px;
	text-align: center;
}
.vc_images_carousel .vc_carousel-control .icon-prev::before, .vc_images_carousel .vc_carousel-control .icon-next::before {
	content: ""!important;
}
.icon-prev {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/prev-img.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain !important;
	height: 50px !important;
	width: 50px !important;
}
.icon-next {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/next-img.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain !important;
	height: 50px !important;
	width: 50px !important;
}
.home-section-4 {
	border-bottom: 10px solid #663500;
	border-top: 10px solid #663500;
}
.home-section-4 .wpb_single_image.vc_align_left {
	margin: 0;
	padding: 0;
}
.home-section-4 .vc_column-inner {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.home-section-4-content {
	padding-top: 40px;
}
.home-blog .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #1c3300;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: normal !important;
	max-height: 290px;
	padding: 25px;
}
.home-blog .vc_grid-container-wrapper .vc_custom_heading {
	color: #000;
	font-family: "Open Sans", sans-serif !important;
	font-size: 15px !important;
	font-weight: normal !important;
	max-height: 113px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.home-blog h4 {
	color: #fff;
	margin-bottom: 0;
}
.home-blog .vc_gitem-animated-block {
	float: left;
	max-width: 50%;
	width: 100%;
}
.home-blog vc_gitem-zone vc_gitem-zone-c {
	max-width: 50%;
	float: left;
	width: 100%;
}
.blue-heading {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/wp-content/uploads/2016/02/title-bg-1.png");
	background-origin: padding-box;
	background-position: 50% 70px;
	background-repeat: no-repeat;
	color: #076e90;
	font-size: 52px !important;
	font-weight: normal !important;
	padding-bottom: 70px;
	text-align: center !important;
	text-transform: uppercase;
}
.home-blog .vc_grid-item-mini.vc_clearfix {
	background: #1c3300;
}
.home-blog .vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
	background: transparent none repeat scroll 0 0 !important;
	border: 1px solid #076e90 !important;
	color: #076e90;
	margin-top: 10px!important;
	padding: 10px!important;
	width: 100%!important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.home-blog .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
	background-color: #1b3300;
	border-top-right-radius: 25px;
	display: block !important;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: -25px;
	min-height: 100px !important;
	padding: 14px 10px 14px 25px;
}
.home-blog .readmore.btn-blog a {
	background-color: #fff !important;
	background-image: url("images/moreicon.png");
	background-position: 100% 50% !important;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-color: transparent !important;
	color: #b8cfa0 !important;
	font-size: 21px !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 0 !important;
	padding-right: 60px;
	padding-top: 15px !important;
}
.home-blog .readmore.btn-blog a:hover {
	opacity: 0.7;
}
.home-blog .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.home-blog-item {
	margin-bottom: 0;
	padding-bottom: 0;
}
.home-section-2 .ebook-img.ebook-img2 img {
	margin-bottom: -25px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	max-width: 282px;
	padding-top: 0;
}
.home-blog .vc_pageable-load-more-btn {
	display: none;
}
/*end of home*/
.footer-widgets {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 3.5rem 0 1.5rem;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #080A0B), color-stop(1, #090B04) );
	background-image: -o-linear-gradient(bottom, #080A0B 0%, #090B04 100%);
	background-image: -moz-linear-gradient(bottom, #080A0B 0%, #090B04 100%);
	background-image: -webkit-linear-gradient(bottom, #080A0B 0%, #090B04 100%);
	background-image: -ms-linear-gradient(bottom, #080A0B 0%, #090B04 100%);
	background-image: linear-gradient(to bottom, #080A0B 0%, #090B04 100%);
}
.footer-widgets .widget-area {
	display: inline-block;
	float: none;
	margin: 0 0 20px;
	vertical-align: middle;
}
.footer-widgets .footer-widgets-1 {
	width: 100%;
	text-align: center;
}
.footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
	width: 37%;
}
.footer-widgets .menu {
	margin: 0;
	padding: 0;
}
.footer-widgets li {
	border-bottom: medium none;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 10px;
}
.footer-widgets .menu li a {
	color: #ffffff;
	text-decoration: none;
}
.footer-widgets .widget {
	margin-bottom: 20px;
}
.footer-widgets .social-links li {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    padding: 0;
}
.footer-widgets .social-links li:first-child {
    margin-left: 0;
}
.footer-widgets .social-links a {
    color: #fff;
    display: block;
    padding: 7px;
    border-radius: 5px;
    line-height: 0;
}
.footer-widgets .social-links a:hover {
    background-color: #1f3101;
    color: #fff;
}
.site-footer {
	background-color: #446e00;
	color: #446e00;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0;
	text-align: center;
}
.home-section-3 .vc_column-inner {
	padding-top: 0 !important;
}
.copy {
	color: #fff;
	float: left;
	max-width: 50%;
	width: 100%;
	text-align: left;
	line-height: 35px;
}
.socialmedia {
	float: left;
	max-width: 50%;
	text-align: right;
	width: 100%;
}
.socialmedia img {
	display: inline-block;
	height: auto;
	max-width: 35px;
}
.socialmedia img:hover {
	opacity: 0.7;
}
/*.blog .archive-description,
.archive .archive-description {
	display: none;
}*/
.archive-title {
	color: #fff;
	font-size: 46px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.archive-description {
	background-image: url("/wp-content/uploads/2016/02/title-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
	padding: 50px 20px;
}
.blog .entry-title a {
	color: #4da70c;
}
.entry-title {
	font-size: 3rem;
}
.blog #genesis-content .entry-title a {
    color: #484848;
    display: block;
    font-family: Exo;
    font-size: 3.5rem;
    margin: 0 0 20px;
    text-decoration: none;
	font-weight: bold;
}
.blog #genesis-content .entry-title a:hover, .blog #genesis-content .entry-title a:focus {
	text-decoration: none;
	outline: none;
	color: #111111;
}
.sidebar .widget {
	padding: 20px;
}
.sidebar .entry-header {
	margin-bottom: 20px;
}
.sidebar .entry-header a {
	text-decoration: none;
}
.sidebar .widget {
	border: 1px solid #cccccc;
}
.sidebar .book .gform_wrapper .top_label .gfield_label {
    	display: none;
}
.sidebar .book .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 12px 10px;	
}
.sidebar .book .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.widget-title {
	background-color: #4da70c;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: -1px;
	margin: -21px -21px 20px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.widget-wrap .entry-header .entry-title:first-child a {
	margin-bottom: 0;
}
.genesis-club-posts {
	padding-bottom: 0 !important;
}
.genesis-club-posts .entry-title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0 !important;
	margin-left: -20px;
	margin-right: -20px;
	padding: 15px 20px;
}
body .sidebar .genesis-club-posts.featured-content.widget {
	padding: 20px;
}
.genesis-club-posts .entry-title a {
	color: #000;
	font-size: 16px;
}
.genesis-club-posts .entry-header {
	margin-bottom: 0;
}
.blog .entry {
	padding: 0;
	border: 1px solid #ccc;
}
.blog .entry p {
	padding: 20px;
	margin-bottom: 0;
}
.blog .entry .entry-header .entry-title {
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}
.blog .entry .entry-header .entry-meta {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.blog .entry .entry-content {
	position: relative;
}
.blog .more-link {
	color: #4da70c;
	border: 1px solid #4da70c;
	display: block;
	font-weight: 400;
	margin-top: 57px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
}
.blog .more-link:hover {
	background-color: #4da70c;
	border: 1px solid #4da70c;
	color: #fff;
}
.entry-categories {
	display: inline-block;
}
.archive .entry-title a {
	color: #4da70c;
	text-decoration: none;
}
.archive .entry-title a:hover, .archive .entry-title a:focus {
	text-decoration: underline;
	outline: none;
}
.archive .entry {
	border: 1px solid #ccc;
	padding: 0;
}
.archive .entry p {
	padding: 20px;
}
.archive .entry .entry-header .entry-title {
	padding: 0 20px 0 20px;
	margin-bottom: 0;
}
.archive .entry .entry-header .entry-meta {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.archive-pagination li a {
	background-color: #446e00;
}
.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
	background-color: transparent;
	border: 1px solid #446e00;
	color: #446e00;
	text-decoration: none;
}
.archive .post-image, .blog .post-image {
	width: 806px;
}
.archive .entry .entry-content {
	position: relative;
}
.archive .more-link {
	color: #4da70c;
	border: 1px solid #4da70c;
	display: block;
	font-weight: 400;
	margin-top: 57px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
}
.archive .more-link:hover {
	background-color: #4da70c;
	border: 1px solid #4da70c;
	color: #fff;
}
.book {
	text-align: center;
}
.book img {
	margin-left: -30px;
	width: 250px;
}
.read-more {
	border: 1px solid #4da70c;
	color: #4da70c;
	display: inline-block;
	font-weight: 400;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.about-john-body { 
	background: #fff;
}
.about-john p {
	font-style: justify;
}
.about-john img {
	border-radius: 100px;
	display: block;
	width: 150px;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.testi-box {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.testi-box img {
	border-radius: 100px;
	width: 150px;
	border: 1px solid #ccc;
}
.testi-box p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}
.testi-box span {
	float: right;
	font-style: italic;
	font-weight: 400;
}
.clearfix {
	clear: both;
}
.beforefooterwidget-container {
	/*background-image: url("/wp-content/uploads/2016/09/soil-carrot-bg.jpg") !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -125px;
	min-height: 375px;
	padding: 125px 0 0;
	width: 100%;*/
	background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2017/06/bg-join.png) no-repeat scroll center top;
    	background-size: cover;
    	padding: 0;
}
.blog .before-footer-widget {
	display: block !important;
}
.blog-optin-left {
	float: left;
	width: 25%;
	text-align: center;
}
.blog-optin-right {
	width: 75%;
	float: left;
	padding: 150px 0 30px 20px;
}
.blog-optin h2 {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 3.6rem;
	font-weight: 500;
	margin: 0 0 35px;
	text-align: left;
}
.blog-optin h2 strong {
	color: #aa6b2a;
	font-size: 38px;
	font-weight: 700;
}
.blog-optin .gform_body {
	clear: none !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 100% !important;
}
body .blog-optin .gform_wrapper ul li.gfield {
    clear: none !important;
    display: inline-block;
    float: none !important;
    margin: 0 auto;
    max-width: 315px;
    text-align: center;
    width: 50%;
}
.blog-optin li .ginput_container {
	margin-top: 0 !important;
}
.blog-optin .gform_wrapper .top_label .gfield_label {
	display: none;
}
.blog-optin .gform_wrapper .hidden_label input.large, .blog-optin .gform_wrapper .hidden_label select.large, .blog-optin .gform_wrapper .top_label input.large, .blog-optin .gform_wrapper .top_label select.large {
	border: 1px solid #bbb;
	color: #b6b6b6;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 500;
	height: 47px;
	padding: 5px 15px !important;
	text-shadow: none;
	max-width: 275px;
}
.blog-optin .gform_wrapper .gform_footer input.button, .blog-optin .gform_wrapper .gform_footer input[type="image"], .blog-optin .gform_wrapper .gform_footer input[type="submit"] {
    background: #ff7800 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Work Sans;
    font-weight: bold;
    height: 47px;
    margin: 20px auto;
    max-width: 375px;
    padding: 10px 20px;
    text-shadow: none;
    width: 100%;
}
.blog-optin .gform_footer {
	clear: none !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
.book {
	font-weight: 500;
}
.widget .book .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	text-align: center;
}
.widget .book .gfield_label {
	display: none;
}
.widget .book li {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.widget .book li input {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 10px 5px;
	width: 100% !important;
}
.widget .book .gform_button.button {
	background: #f26d22 none repeat scroll 0 0;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 10px;
	width: 100%;
	margin: 5px 0 0;
}
#gform_2 .ginput_container {
	margin-bottom: 20px;
}
.essb_links.essb_template_metro-retina {
	margin: 10px 0 1em 20px !important;
}
.single .essb_links {
	margin-left: 0 !important;
}
.single .entry-header .entry-meta {
	margin-bottom: 10px;
}
.page .essb_links {
	display: none !important;
}
.footer-widgets .wrap {
	max-width: 1460px;
}
.footer-john-text {
	color: #fff;
	font-family: "gotham_bookregular";
	font-size: 7.4rem;
	margin: 0;
	text-align: center;
}
.footer-john-text > strong {
	font-family: "gotham_mediumregular";
	font-weight: normal;
}
.footer-sub-john-text {
	font-size: 15.58px;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-widgets-2 {
	text-align: center;
}
.no-happy-cows {
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 470px;
	padding: 16px 30px;
	width: 100%;
}
.no-happy-cows-content {
	float: left;
}
.no-happy-cows img {
	margin-bottom: 0;
}
.no-happy-cows h3 {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 3.7rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
}
.no-happy-cows h4 {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 2.5rem;
	text-align: center;
}
.btn-footer {
	border: 1px solid #ff7800;
	border-radius: 3px;
	color: #ff7800 !important;
	display: block;
	font-family: work sans;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	max-width: 242px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}



/** Single Post **/
.single .entry-title {
    color: #484848;
    display: block;
    font-family: Exo;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0 0 20px;
    text-decoration: none;
}

/**************************************** MEDIA QUERIES **********************************************/

/* 1025px to 1200px */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
html {
	font-size: 50.0%;
}
.footer-john-text {
	font-size: 5.4rem;
}
.no-happy-cows {
	max-width: 340px;
}
.no-happy-cows h3 {
	font-size: 2.5rem
}
}
/* 961px to 1024 */
@media screen and (min-width: 961px) and (max-width: 1024px) {
html {
	font-size: 50.0%
}
.footer-john-text {
	font-size: 5.4rem;
}
.no-happy-cows {
	max-width: 340px;
}
.no-happy-cows h3 {
	font-size: 2.5rem
}
}
/* 769px to 960px */ 
@media screen and (min-width: 769px) and (max-width: 960px) {
html {
	font-size: 50.0%;
}
}
/* 768px */
@media screen and (max-width: 768px) {
html {
	font-size: 50.0%;
}
.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2, .footer-widgets .footer-widgets-3 {
	width: 100%;
	display: block;
	float: none;
}
.hide-br-mobile br {
	display: none;
}
.footer-widgets .menu {
	text-align: center;
}
.no-happy-cows-content {
	float: none;
	margin: 0 auto;
}
body .blog-optin .gform_wrapper ul li.gfield {
	width: 100%;
}
}
/* 736px */
@media screen and (max-width: 736px) {
html {
	font-size: 50.0%;
}
}
 @media only screen and (min-width:668px) and (max-width:768px) {
.blog-optin .gform_body {
	width: 100%;
}
.blog-optin li {
	float: none;
	margin: 0 0 15px;
	width: 100%;
}
.blog-optin .gform_footer {
	margin: 0 0 30px !important;
	width: 100% !important;
}
.blog-optin h2 {
	text-align: center;
}
.blog-optin-left, .blog-optin-right {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.copy {
	line-height: 1.4;
	margin-bottom: 25px;
	max-width: 100%;
	text-align: center;
}
.socialmedia {
	max-width: 100%;
	text-align: center;
}
.home-header .wpb_wrapper {
	margin: 0 auto;
	width: 90%;
}
.title-area {
	margin-bottom: 15px;
	width: 100%;
}
.home-header .vc_custom_heading {
	margin-left: auto;
	margin-right: auto;
	width: 90% !important;
}
.home-header .vc_column-inner {
	padding: 25px 0 !important;
}
.home-header, .home .vc_custom_1454942612995 {
	background-size: auto 200% !important;
}
.home-section-2 .ebook-img img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home-section-2-form {
	margin: 0 auto;
	padding: 0 !important;
	width: 95% !important;
}
.home-section-2-form .gform_body {
	width: 100% !important;
}
.home-section-2-form .gform_footer {
	width: 100%;
	padding-bottom: 20px !important;
}
.home-section-2-form li {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.home-section-2 .vc_column-inner {
	display: block;
	width: 90% !important;
}
.home-section-2 .wpb_single_image img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.home-section-4-content {
	margin: 0 auto;
	width: 90% !important;
}
.home-blog .vc_gitem-animated-block {
	float: none;
	max-width: 100%;
	width: 100%;
}
.home-blog .vc_grid-container-wrapper .vc_custom_heading {
	max-height: inherit !important;
}
.home-blog .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
	max-height: inherit;
}
.ebook-img2 {
	display: block;
	float: none !important;
	margin: 0 auto;
	text-align: center;
	width: inherit !important;
}
.home-blog .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.home-blog-item {
	margin: 0 auto;
	max-width: 350px;
	padding-bottom: 0;
}
.blog-optin-left, .blog-optin-right {
	width: 100%;
	padding-left: 0 !important;
}
.blog-optin-left img {
	margin-left: -40px;
}
.blog-optin h2 {
	font-size: 3rem;
}
.blog-optin h2 strong {
	font-size: 30px;
}
}
 @media only screen and (min-width:481px) and (max-width:667px) {
.blog-optin .gform_body {
	width: 100%;
}
.blog-optin li {
	float: none;
	margin: 0 0 15px;
	width: 100%;
}
.blog-optin .gform_footer {
	margin: 0 0 30px !important;
	width: 100%;
}
.blog-optin h2 {
	text-align: center;
}
.blog-optin-left, .blog-optin-right {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.copy {
	line-height: 1.4;
	margin-bottom: 25px;
	max-width: 100%;
	text-align: center;
}
.socialmedia {
	max-width: 100%;
	text-align: center;
}
.home-header .wpb_wrapper {
	margin: 0 auto;
	width: 90%;
}
.title-area {
	margin-bottom: 15px;
	width: 100%;
}
.home-header .vc_custom_heading {
	margin-left: auto;
	margin-right: auto;
	width: 90% !important;
}
.home-header .vc_column-inner {
	padding: 25px 0 !important;
}
.home-header, .home .vc_custom_1454942612995 {
	background-size: auto 200% !important;
}
.home-section-2 .ebook-img img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home-section-2-form {
	margin: 0 auto;
	padding: 0 !important;
	width: 95% !important;
}
.home-section-2-form .gform_body {
	width: 100% !important;
}
.home-section-2-form .gform_footer {
	width: 100%;
	padding-bottom: 20px !important;
}
.home-section-2-form li {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.home-section-2 .vc_column-inner {
	display: block;
	width: 90% !important;
}
.home-section-2 .wpb_single_image img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.home-section-4-content {
	margin: 0 auto;
	width: 90% !important;
}
.home-blog .vc_gitem-animated-block {
	float: none;
	max-width: 100%;
	width: 100%;
}
.home-blog .vc_grid-container-wrapper .vc_custom_heading {
	max-height: inherit !important;
}
.home-blog .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
	max-height: inherit;
}
.ebook-img2 {
	display: block;
	float: none !important;
	margin: 0 auto;
	text-align: center;
	width: inherit !important;
}
.home-blog .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.home-blog-item {
	margin: 0 auto;
	max-width: 350px;
	padding-bottom: 0;
}
.blog-optin-left, .blog-optin-right {
	width: 100%;
	padding-left: 0 !important;
}
}
 @media only screen and (max-width:568px) {
.blog-optin .gform_body {
	width: 100%;
}
.blog-optin li {
	float: none;
	margin: 0 0 15px;
	width: 100%;
}
.blog-optin .gform_footer {
	margin: 0 0 30px !important;
	width: 100%;
}
.blog-optin h2 {
	text-align: center;
}
.blog-optin-left, .blog-optin-right {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.copy {
	line-height: 1.4;
	margin-bottom: 25px;
	max-width: 100%;
	text-align: center;
}
.socialmedia {
	max-width: 100%;
	text-align: center;
}
.home-header .wpb_wrapper {
	margin: 0 auto;
	width: 90%;
}
.title-area {
	margin-bottom: 15px;
	width: 100%;
}
.home-header .vc_custom_heading {
	margin-left: auto;
	margin-right: auto;
	width: 90% !important;
}
.home-header .vc_column-inner {
	padding: 25px 0 !important;
}
.home-header, .home .vc_custom_1454942612995 {
	background-size: auto 200% !important;
}
.home-section-2 .ebook-img img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home-section-2-form {
	margin: 0 auto;
	padding: 0 !important;
	width: 95% !important;
}
.home-section-2-form .gform_body {
	width: 100% !important;
}
.home-section-2-form .gform_footer {
	width: 100%;
	padding-bottom: 20px !important;
}
.home-section-2-form li {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.home-section-2 .vc_column-inner {
	display: block;
	width: 90% !important;
}
.home-section-2 .wpb_single_image img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.home-section-4-content {
	margin: 0 auto;
	width: 90% !important;
}
.home-blog .vc_gitem-animated-block {
	float: none;
	max-width: 100%;
	width: 100%;
}
.home-blog .vc_grid-container-wrapper .vc_custom_heading {
	max-height: inherit !important;
}
.home-blog .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
	max-height: inherit;
}
.ebook-img2 {
	display: block;
	float: none !important;
	margin: 0 auto;
	text-align: center;
	width: inherit !important;
}
.home-blog .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.home-blog-item {
	margin: 0 auto;
	max-width: 350px;
	padding-bottom: 0;
}
.blog-optin-left, .blog-optin-right {
	width: 100%;
	padding-left: 0 !important;
}
.blog-optin h2, .blog-optin h2 strong {
	font-size: 24px;
}
/*.vc_custom_heading, .archive-title {
	font-size: 28px !important;
}*/
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}
.blog .more-link {
	margin-top: 68px !important;
	padding: 5px 8px !important;
}
.entry-categories {
	font-size: 12px !important;
}
.widget-title {
	font-size: 2em !important;
}
.entry-title {
	font-size: 22px !important;
}
.blog-optin li input {
	min-height: 45px !important;
}
.blog-optin input[type="submit"] {
	min-height: 40px !important;
}
.footer-john-text {
	font-size: 40px;
}
.no-happy-cows img {
	display: block;
	float: none;
	margin: 0 auto;
}
.blog-optin-left img {
	margin-left: -40px;
}
}
 @media only screen and (max-width:320px) {
.blog-optin .gform_body {
	width: 100%;
}
.blog-optin li {
	float: none;
	margin: 0 0 15px;
	width: 100%;
}
.blog-optin .gform_footer {
	margin: 0 0 30px !important;
	width: 100%;
}
.blog-optin h2 {
	text-align: center;
}
.blog-optin-left, .blog-optin-right {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.copy {
	line-height: 1.4;
	margin-bottom: 25px;
	max-width: 100%;
	text-align: center;
}
.socialmedia {
	max-width: 100%;
	text-align: center;
}
.home-header .wpb_wrapper {
	margin: 0 auto;
	width: 90%;
}
.title-area {
	margin-bottom: 15px;
	width: 100%;
}
.home-header .vc_custom_heading {
	margin-left: auto;
	margin-right: auto;
	width: 90% !important;
}
.home-header .vc_column-inner {
	padding: 25px 0 !important;
}
.home-header, .home .vc_custom_1454942612995 {
	background-size: auto 200% !important;
}
.home-section-2 .ebook-img img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.home-section-2-form {
	margin: 0 auto;
	padding: 0 !important;
	width: 95% !important;
}
.home-section-2-form .gform_body {
	width: 100% !important;
}
.home-section-2-form .gform_footer {
	width: 100%;
	padding-bottom: 20px !important;
}
.home-section-2-form li {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.home-section-2 .vc_column-inner {
	display: block;
	width: 90% !important;
}
.home-section-2 .wpb_single_image img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.home-section-4-content {
	margin: 0 auto;
	width: 90% !important;
}
.home-blog .vc_gitem-animated-block {
	float: none;
	max-width: 100%;
	width: 100%;
}
.home-blog .vc_grid-container-wrapper .vc_custom_heading {
	max-height: inherit !important;
}
.home-blog .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
	max-height: inherit;
}
.ebook-img2 {
	display: block;
	float: none !important;
	margin: 0 auto;
	text-align: center;
	width: inherit !important;
}
.home-blog .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.home-blog-item {
	margin: 0 auto;
	max-width: 350px;
	padding-bottom: 0;
}
.blog-optin-left, .blog-optin-right {
	width: 100%;
	padding-left: 0 !important;
}
.blog-optin h2, .blog-optin h2 strong {
	font-size: 22px;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}
.blog .more-link {
	margin-top: 68px !important;
	padding: 5px 8px !important;
}
.entry-categories {
	font-size: 12px !important;
}
.widget-title {
	font-size: 2em !important;
}
.entry-title {
	font-size: 22px !important;
}
.blog-optin li input {
	min-height: 45px !important;
}
.blog-optin input[type="submit"] {
	min-height: 40px !important;
}
.blog .more-link {
	font-size: 12px;
}
}
