	/*
	Theme Name: AdamBraun.com
	Description: Theme for adambraun.com.
	Author: Matt Hodder
	Author URI: http://www.matthodder.com/
	Version: 1.0
	Template: genesis
*/


/* Table of Contents

	= Import Fonts
	= Defaults
	= Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	= Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Infinite Scroll
		- Column Classes
		- Miscellaneous
	= Menus
	= Headings
	= Lists
	= Post Navigation
	= Comments
	= Sidebars
		- Widgets
	= Footer
	= Forms & Buttons
		- Gravity Forms
	= Images & Captions
	= Page Templates
	= Subscribe Popup
	= Mobile Menu
	= Media Queries

*/


/*
= Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'TG';
    src: url('lib/fonts/trade-reg-webfont.eot');
    src: url('lib/fonts/trade-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/trade-reg-webfont.woff') format('woff'),
         url('lib/fonts/trade-reg-webfont.ttf') format('truetype'),
         url('lib/fonts/trade-reg-webfont.svg#tradegothic_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TG';
    src: url('lib/fonts/trade-bold2-webfont.eot');
    src: url('lib/fonts/trade-bold2-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/trade-bold2-webfont.woff') format('woff'),
         url('lib/fonts/trade-bold2-webfont.ttf') format('truetype'),
         url('lib/fonts/trade-bold2-webfont.svg#tradegothic_ltbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('lib/fonts/proxima_nova_light-webfont.eot');
    src: url('lib/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('lib/fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('lib/fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Proxima';
    src: url('lib/fonts/proxima_nova_reg-webfont.eot');
    src: url('lib/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/proxima_nova_reg-webfont.woff') format('woff'),
         url('lib/fonts/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('lib/fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: bold;
    font-style: normal;

}


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
	min-width: 980px \9; /*ie8*/
}

body,
input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
a:after,
button,
input[type="button"],
input[type="submit"],
.button {
	-moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mobile-menu .screen-reader-text {
	top: 0;
}


/*
= Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* - Font Color ----------- */

a:hover,
.comment-meta a,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.entry-title a:hover {
	color: #1e1e1e;
}

.entry-title a:hover,
a,
h2 a:hover,
.popular-posts li a:hover,
.widget_recent_entries li a:hover {
	color: #0894ff;
}

.entry-title a,
.popular-posts li a,
.widget_recent_entries li a,
blockquote cite,
.genesis-feature .entry-title a:hover,
.latest-articles .entry-title a:hover {
	color: #333332;
}

p.wp-caption-text,
#comments > h3,
.widget_recent_entries .post-date,
.entry-footer .entry-meta,
.form-allowed-tags,
blockquote::before,
blockquote p {
	color: #6D6E71;
}

.entry-date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.nav-secondary .genesis-nav-menu a,
input[type="button"],
input[type="submit"],
.comment-reply-link,
.comment-reply-link:hover,
.button,
.widget_categories .cat-item a,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
	color: #fff;
}

div.gform_wrapper .gfield_required,
.widgettitle,
.full-width-content h1.entry-title,
.sectiontitle {
	color: #e6481b;
}

.latest-articles .entry-title a,
.single-post .entry-title,
.genesis-feature .entry-title a,
blockquote,
blockquote p {
	color: #336699;
}

/* - Font Family ----------- */

body,
input,
textarea,
.author-box h1,
.widget_recent_entries .post-date,
blockquote cite {
	font-family: 'Proxima', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pagination a,
.popular-posts,
.widget_recent_entries,
.entry-date,
.comment-reply-link,
input[type="button"],
input[type="submit"],
.button,
.widget_categories .cat-item a,
.genesis-nav-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title,
blockquote,
blockquote p,
.gform_description,
#subscribe_form p,
.highlight p,
.book-whybuy ul,
.site-heading.book-unlock p,
div.mfp-title,
.backtotop,
.entry-comments-link a,
.post-nav a,
.corner-coupon p,
.about-video p {
	font-family: 'TG', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* - Font Size ----------- */

.full-width-content h1.entry-title,
.sectiontitle,
.site-title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

.button.xlarge,
.widgettitle,
h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

.button.large,
input.large[type="submit"],
.widget_categories .cat-item a,
.genesis-nav-menu a {
	font-size: 28px;
	font-size: 1.75rem;
}

.sidebar {
	font-size: 22px;
	font-size: 1.375rem;
}

.site-lead h3,
blockquote,
blockquote p,
.entry-title,
.entry-title a,
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-content,
h4,
.archive-title,
.taxonomy-description h1,
blockquote cite {
	font-size: 20px;
	font-size: 1.25rem;
}

.pagination a,
input,
select,
textarea,
input[type="button"],
input[type="submit"],
.button,
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

.comment-meta,
.genesis-nav-menu,
.wp-caption,
.site-footer p {
	font-size: 14px;
	font-size: 0.875rem;
}


/* - Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

.popular-posts,
.widget_recent_entries,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.entry-header .entry-meta .author,
.wp-caption,
.site-footer p,
.site-title,
blockquote,
blockquote p,
.about-video p {
	font-weight: bold;
}

.widgettitle,
.full-width-content h1.entry-title,
.sectiontitle,
.site-lead h3 {
	font-weight: normal;
}

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

a,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.archive-pagination li a,
.widgettitle a,
.site-title a {
	text-decoration: none;
}

.site-inner .content .entry-content a {
	text-decoration: underline;
}

.content em a, .site-inner .content .entry-content em a {
	color: #336699;
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px solid #0099FF;
}

.content em a:hover, .site-inner .content .entry-content em a:hover {
	color: #0099FF;
}

.pagination a,
.comment-meta,
.comment-reply-link,
.entry-date,
input[type="button"],
input[type="submit"],
.button,
.widget_categories .cat-item a,
.genesis-nav-menu a,
.entry-comments-link a {
	text-transform: uppercase;
}

blockquote cite {
	display: block;
	text-transform: none;
	margin-top: -8px;
}

pre {
	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	font-size: 16px;
	font-size: 1rem;
	overflow: auto;
}

.site-inner .content .entry-content h1 {
	color: #EF481B;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: normal;
}

.site-inner .content .entry-content h2,
.site-inner .content .entry-content h3 {
	color: #0091FF;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
}

.site-inner .content .entry-content h3 {
	color: #336699;
}

.site-inner .content .entry-content h4 {
	color: #333332;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.site-inner .content .entry-content h6 {
	font-weight: normal;
}

.site-lead h3,
.about-video p {
	font-style: italic;
}


/*
= Layout
---------------------------------------------------------------------------------------------------- */

/* - Structure ----------- */

.wrap {
	margin: 0 auto;
	width: 980px;
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding-top: 64px;
	padding-top: 4rem;
}

/* - 1152px CSS Grid ----------- */

.sidebar-primary {
	width: 26.530612244898%; /* 260 / 980 */
}

.content-sidebar .content,
.sidebar-content .content {
	width: 68.877551020408%; /* 675 / 980 */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.sidebar-secondary,
.title-area {
	float: left;
}

.sidebar-primary,
.sidebar-content .content,
.nav-primary {
	float: right;
}

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

.site-header {
	background: #232323;
	color: #fff;
	height: 78px;
}

.title-area {
	letter-spacing: 5px;
	text-transform: uppercase;
}

.site-header > .wrap {
	overflow: hidden;
	padding: 22px 0;
}

.title-area .site-title a {
	background: url(images/header.png) no-repeat;
	display: block;
	width: 311px;
	height: 33px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

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

.corner-coupon, .corner-coupon:nth-child(n) {
	display: block;
	width: 183px;
	height: 185px;
	background: url(images/bg-corner.png) top right no-repeat;
	right: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	position: absolute;
	text-align: right;
}

.corner-coupon p, .corner-coupon:nth-child(n) p {
	padding-left: 55px;
	text-transform: uppercase;
	font-size: 17px;
	padding-top: 10px;
	padding-right: 10px;
}

.corner-coupon a {
	color: #fff;
}

.corner-coupon a:hover {
	opacity: .75;
}

.corner-coupon a span, .corner-coupon:nth-child(n) a span {
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

	/* IE8 FIX */
	.corner-coupon { position: static \9; background-image: none \9; background-color: #eb471c \9; width: 100% \9; display: block \9; height: auto \9; text-align: center \9;  }
	.corner-coupon p a { display: block \9; width: 100% \9; height: auto \9; padding: 4px 0 12px 0 \9; }
	.corner-coupon a span { padding: 0 0 0 10px \9; display: inline-block \9; }

/* - Main Content ----------- */

.content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry,
.more-posts .post.entry {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #C8CACB;
}

.entry:last-child,
.page .post.entry:last-child,
.page article:last-child,
.more-posts .post.entry:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.more-posts .entry-content p:last-child {
	margin-bottom: 0;
}

.archive .entry .entry-content p:last-child {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	position: relative;
	padding-bottom: 0;
}

.page .entry {
	margin: 0;
}

.entry-content {
	clear: both;
	overflow: hidden;
	*overflow: visible; /*ie7*/
}

article .entry-content {
	clear: left;
	display: inline;
	overflow: hidden;
	*display: block; *clear: none; *overflow: visible; /*ie7*/
}

.page article .entry-content {
	overflow: visible;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p,
blockquote {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content blockquote p {
	margin: 16px 0;
	margin: 1rem 0;
}

.full-width-content h1.entry-title {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.read-more {
	clear: left;
	display: block;
	margin-top: 20px;
}

.site-inner .content .entry-content .read-more a {
	text-decoration: none;
}

.more-posts {
	margin-top: 40px;
	clear: both;
}


/* - Post Info & Meta ----------- */

.entry-date {
	background: #E6481B;
	float: left;
	width: 10%;
	height: 50px;
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
}

.entry-date .day {
	display: block;
	font-weight: normal;
}

.single-post .entry-header,
.genesis-feature .entry-header {
	float: left;
	padding-left: 2%;
	margin-left: 2%;
	border-left: 1px solid #C8CACB;
	min-height: 70px;
	width: 81%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

article.genesis-grid {
	overflow: hidden;
}

.genesis-feature .post-image {
	margin: 8px 0 32px 0;
	margin: .5rem 0 2rem;
}

.single-post .entry-title,
.genesis-feature .entry-title {
	border-bottom: 1px solid #C8CACB;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.genesis-feature {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.genesis-feature .archivetitle {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.entry-title {
	margin-bottom: 8px;
}

.entry-header .entry-meta, .article-header .entry-meta {
	clear: left;
	line-height: 1.5;
	font-size: 15px;
	font-size: .9375rem;
	margin-bottom: 8px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;;
}

.genesis-feature .entry-header .entry-meta,
.single-post .entry-header .entry-meta {
	color: #6D6E71;
	font-size: 20px;
}

.flare-position-bottom {
	position: relative;
	bottom: -64px;
	margin-top: -40px;
}

.flare-position-top {
	margin-bottom: -58px;
	top: -64px;
	position: relative;
}

body .flare-horizontal.enabletotal .flare-total {
	border-color: #C8CACB;
}

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

.readmore {
	clear: both;
	display: inline-block;
}

.post-nav {
	border-top: 1px solid #ccc;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
}

.post-nav a {
	color: #fff;
	text-transform: uppercase;
	background: #E6481B;
	display: block;
	float: right;
	padding: 0 20px 0 20px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin-right: 20px;
}

.post-nav .newer a {
	float: left;
	margin-right: 0;
	margin-left: 20px;
}

.post-nav .older a:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17px 0 17px 20px;
	border-color: transparent transparent transparent #E6481B;
	position: absolute;
	right: -20px;
	top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform: scaleY(1.01);
}


.post-nav .newer a:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17px 20px 17px 0;
	border-color: transparent #E6481B transparent transparent;
	position: absolute;
	left: -20px;
	top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform: scaleY(1.01);
}

.post-nav a:hover {
	background: #D13D20;
}

.post-nav .newer a:hover:after { border-color: transparent #D13D20 transparent transparent; }
.post-nav .older a:hover:after { border-color: transparent transparent transparent #D13D20; }

/* - Infinite Scroll ----------- */

#infscr-loading {
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 45%;
	background: #000;
	width: 160px;
	z-index: 999;
	text-align: center;
	opacity: .85;
	padding: 40px 20px;
	margin-left: -100px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

#infscr-loading img {
	margin-bottom: 10px;
}

.infinitescroll .pagination {
	display: none;
}

.mobile.infinitescroll .pagination {
	border-bottom: 1px solid #C8CACB;
	display: block;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	margin: 0 -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile.infinitescroll .pagination-next.alignright {
	float: none;
}

.mobile.infinitescroll .pagination a {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

/* - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%;
}

.one-third,
.two-sixths {
	width: 30.555555555%;
}

.four-sixths,
.two-thirds {
	width: 65.277777777%;
}

.one-fourth {
	width: 21.875%;
}

.three-fourths {
	width: 73.958333333%;
}

.one-fifth {
	width: 16.666666666%;
}

.two-fifths {
	width: 37.5%;
}

.three-fifths {
	width: 58.333333333%;
}

.four-fifths {
	width: 79.166666666%;
}

.one-sixth {
	width: 13.194444444%;
}

.five-sixths {
	width: 82.638888888%;
}

.one-third-border {
	width: 25%;
	float: left;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: 6%;
	margin-right: 6%;
	border: 1px solid #C8CACB;
	border-width: 0 1px;
}

.first {
	margin-left: 0;
}

.last {
	float: right;
	margin-left: 0;
}

.flare-button.last {
	float: none;
}

.one-third-border.first, .one-third-border.last {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.hr {
	height: 1px;
	width: 100%;
	background: #ddd;
	clear: both;
	margin: 40px 0;
	margin: 2.5rem 0;
	overflow: hidden;
	display: inline-block;
}

/* - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
= Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	z-index: 2;
	position: relative;
}

.nav-primary > .wrap {
	margin: 0;
	max-width: none;
}

.genesis-nav-menu {
	clear: both;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
	list-style: none;
}

.genesis-nav-menu li {
	display: inline-block;
	list-style-type: none !important;
	line-height: 1;
	*zoom: 1; *display: inline; /*ie7*/
}

.genesis-nav-menu a {
	display: inline-block;
	padding: 0;
	position: relative;
	margin: 0 24px;
	margin: 0 1.5rem;
	line-height: 33px;
	height: 33px;
}

.nav-primary .genesis-nav-menu li:last-child > a,
.nav-secondary .genesis-nav-menu li:last-child > a {
	margin-right: 0;
}

.nav-primary .genesis-nav-menu li:first-child > a,
.nav-secondary .genesis-nav-menu li:first-child > a {
	margin-left: 0;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.genesis-nav-menu li.right {
	display: none;
}

.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #0894FF;
	display: inline-block;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	width: auto;
	margin: 32px 0;
	margin: 2rem 0;
}

.nav-social .genesis-nav-menu {
	overflow: visible;
}

.nav-social .genesis-nav-menu a {
	background: url(images/spr-social.png) no-repeat top left;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	font-size: 16px;
	font-size: 1rem;
	padding: 0;
	margin: 0 5px 0 5px;
	opacity: 1;
	position: static;
	color: #000;
}

.nav-social .genesis-nav-menu li a:hover {
	opacity: .65;
}

.nav-social .genesis-nav-menu .facebook a { background-position: 0 0; }
.nav-social .genesis-nav-menu .twitter a { background-position: 0 -40px; }
.nav-social .genesis-nav-menu .instagram a { background-position: 0 -80px; }
.nav-social .genesis-nav-menu .linkedin a { background-position: 0 -120px; }
.nav-social .genesis-nav-menu .googleplus a { background-position: 0 -160px; }
.nav-social .genesis-nav-menu .email a { background-position: 0 -200px; }

.nav-primary .genesis-nav-menu li a, .nav-secondary .genesis-nav-menu li a { *border-bottom: 1px solid #232323; padding-bottom: 3px; }
.nav-primary .genesis-nav-menu .current-menu-item a, .genesis-nav-menu li a:hover { *border-bottom: 1px solid #E6481B; }
.nav-primary .genesis-nav-menu li a::after, .nav-secondary .genesis-nav-menu li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #E6481B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
	-moz-transition: opacity 0.5s, -moz-transform 0.4s;
	transition: opacity 0.5s, transform 0.4s;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	height: 1px;
}

.nav-primary .genesis-nav-menu li a:hover::after,
.nav-primary .genesis-nav-menu li a:focus::after,
.nav-primary .genesis-nav-menu .current-menu-item a::after,
.nav-secondary .genesis-nav-menu li a:hover::after,
.nav-secondary .genesis-nav-menu li a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
}
.nav-social li a, .nav-social li a:hover { border: none; }


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

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	display: none;
}

.archivetitle {
	border: 1px solid #C8CACB;
	border-width: 1px 0;
	padding: 12px 0;
	padding: .75rem 0;
	margin-bottom: 72px;
	margin-bottom: 4.5rem;
}


/*
= Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


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

#comments > h3 {
	border-top: 1px solid #c9cbca;
	border-bottom: 1px solid #c9cbca;
	margin: 32px 0 48px 0;
	margin: 2rem 0 3rem 0;
	padding: 10px 0;
}

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
.entry-comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 100%;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.comment-form-author {
	clear: both;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

.comment-notes {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-style: italic;
}

.comment-respond label {
	display: block;
}

.comment-list li,
.ping-list li,
.comment-list > #respond {
	list-style-type: none;
	margin-bottom: 42px;
	margin-bottom: 2.625rem;
	padding-bottom: 42px;
	padding-bottom: 2.625rem;
}

.comment-list > #respond {
	border-bottom: 1px solid #D6D7D8;
}

.comment-header {
	overflow: hidden;
}

.comment-author {
	font-weight: bold;
}

.comment {
	border-bottom: 1px solid #D6D7D8;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

.comment:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment.depth-1 > .children {
	background: #ebebed;
	margin-left: 60px;
	margin-top: 48px;
	padding: 24px;
	padding: 1.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment > .children {
	margin-top: 48px;
	margin-left: 50px;
}

.comment #commentform {
	padding-bottom: 20px;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

.entry-comments .archive-pagination {
	margin-top: 32px;
	margin-top: 2rem;
}

.comment-reply-link {
	display: inline-block;
}

#form-allowed-tags {
	display: none;
}


/*
= Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.25;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 64px;
	margin-bottom: 4rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


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

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

.sidebar .widget_categories .cat-item a {
	display: block;
	width: auto;
	text-align: center;
}

.sidebar.widget-area .popular-posts li,
.sidebar.widget-area .widget_recent_entries li {
	border-bottom: 1px solid #c8cacb;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	font-size: 22px;
	font-size: 1.375rem;
}

.sidebar.widget-area .popular-posts li:last-child,
.sidebar.widget-area .widget_recent_entries li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-weight: bold;
	font-size: 15px;
	font-size: .9375rem;
	letter-spacing: normal;
	margin-top: 8px;
	margin-top: .5rem;
}

.widget_search {
	margin-top: -32px;
	margin-top: -2rem;
}

.widget_search input[type="submit"] {
	float: right;
	margin-top: 16px;
}

.content .search-form {
	margin-top: -15px;
}

.search-form input {
	margin: 10px 0;
}

.lead-widget {
	background: #232323;
	color: #fff;
	padding: 24px 24px;
	padding: 1.5rem 1.5rem;
	text-align: center;
}

.lead-widget h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

.lead-widget input {
	margin: 4px 0;
}

.lead-widget .submit {
	margin-top: 12px;
}

.social-widget {
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom: -8px;site-head
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}


/*
= Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #232323;
	clear: both;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
	text-align: center;
}

.backtotop {
	background: url(images/icon-arrowu.png) no-repeat top;
	color: #fff;
	width: 56px;
	padding-top: 28px;
	opacity: .7;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 15px;
	float: right;
	margin: 40px 40px 0;
	display: none;
}

.backtotop:hover {
	opacity: 1;
	color: #fff;
}


/*
= Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
textarea {
	background-color: #fff;
	border: 1px solid #C8CACB;
	padding: 7px 16px;
	width: 100%;
	font-weight: bold;
	-webkit-appearance:none;
	border-radius: 0;
}

.pagination a,
.entry-comments-link a,
.comment-reply-link,
input[type="button"],
input[type="submit"],
.button,
.button.alt,
.button.alt2,
.widget_categories .cat-item a {
	color: #fff;
	background-color: #e6481b;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 11px 18px 10px 18px;
	width: auto;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;
}

.site-inner .content .entry-content a.button {
	text-decoration: none;
}

.entry-comments-link a,
.comment-reply-link,
.button.alt,
.widget_categories .cat-item a,
.form-submit #submit,
.site-contact .gform_footer .gform_button {
	background-color: #336699;
}

.button.alt2 {
	color: #232323;
	background-color: #f5b106;
}

.widget_categories .cat-item a {
	padding: 9px 10px 8px 10px;
}

.pagination a:hover,
input:hover[type="button"],
input:hover[type="submit"],
.button:hover {
	color: #FFF;
	background-color: #D13D20;
}

.site-contact .gform_footer .gform_button:hover,
.entry-comments-link a:hover,
.comment-reply-link:hover,
.button.alt:hover,
.widget_categories .cat-item a:hover,
.form-submit #submit:hover {
	color: #fff;
	background: #2D587C;
}

.button.alt2:hover {
	background: #333332;
}

.button.large {
	padding: 14px 18px 13px 18px;
}

.button.xlarge {
	padding: 24px 30px;
}

.entry-comments-link a {
	z-index: 9;
	position: relative;
	display: inline;
}

.donate {
	background: none;
	border: 3px solid #e6481b;
	color: 	#58595b;
	padding: 8px 15px 7px 15px;
}

.donate.large {
	padding: 11px 15px 10px;
}

.donate:hover {
	border-color: #D13D20;
	background: none;
	color: #58595b;
}

.post-lead {
	background: #404041;
    border-radius: 5px;
	padding: 48px 24px;
    padding: 2.5rem 1.5rem;
	margin-bottom: 40px;
	margin-bottom: 3rem;
	color: #fff;
}

.post-lead h3 {
	color: #0099ff;
	line-height: 38px;
	font-size: 28px;
	font-weight: normal;
}

.post-lead h3 span {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

.post-lead p {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.25rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 8px 0 0;
	margin: .5rem 0 0;
}

div.gform_wrapper textarea, div.gform_wrapper input[type="text"], div.gform_wrapper input[type="url"], div.gform_wrapper input[type="email"], div.gform_wrapper input[type="tel"], div.gform_wrapper input[type="number"], div.gform_wrapper input[type="password"] {
	font-size: 16px;
	font-size: 1rem;
}

body .gform_wrapper { margin: 0; }


/*
= Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
	width: auto;
}

img {
	height: auto;
}

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

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	text-align: center;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

img.post-image.alignright {
	float: right;
}

.wp-caption {
	background: #f1f1f1;
	padding-top: 5px;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 16px;
	margin-top: 1rem;
	font-style: italic;
}

.entry-content iframe {
	max-width: 100%;
}


/*
= Page Templates
---------------------------------------------------------------------------------------------------- */

.no-inner .site-inner {
	display: none;
	height: 0;
}

/* - Heading Area ----------- */

.site-heading {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	max-height: 850px;
}

.site-heading .wrap {
	max-width: none;
	width: auto;
	padding: 0;
}

.site-heading img {
	display: block;
	margin: 0 auto;
	margin-bottom: -1px;
	width: 100%;
	max-width: none;
}

.site-heading.speaking {
	background: #000;
}

.site-heading.book-unlock { min-height: 500px; max-height: none; }
.site-heading.book { min-height: 440px; max-height: none; }
.book-unlock {
	background: url(images/banner-bookunlock.jpg) no-repeat center left #fff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	/* IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/banner-bookunlock.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner-bookunlock.jpg', sizingMethod='scale')";
}

.book-template .book-unlock {
	background-position: center center;
}

.book-unlock .wrap, .book .wrap {
	max-width: 980px;
	text-align: left;
}

.site-heading-blog {
	text-align: center;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.site-heading-blog .wrap {
	border-bottom: 1px solid #c8cacb;
}

.site-lead {
	background: #232323;
	color: #fff;
	padding: 16px 0;
	padding: 1rem 0;
	overflow: hidden;
}

.site-lead .form-area {
	width: 70%;
	float: left;
}

.site-lead .form-area .name, .site-lead .form-area .email, .post-lead .form-area .name, .post-lead .form-area .email {
	width: 33%;
	float: left;
}

.site-lead .form-area .email, .post-lead .form-area .email {
	margin-right: 20px;
}

.site-lead .submit, .post-lead .submit {
	padding: 7px 18px 7px;
}

.site-lead .social-area {
	padding-top: 10px;
	float: right;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
}

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

.cite {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.homepage-template .site-container > section {
	padding: 20px 0;
	padding: 1.25rem 0;
}

.book-lead .quotes {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.book-lead blockquote {
	clear: right;
	overflow: hidden;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.book-lead blockquote p {
	line-height: 1.4;
	color: #333332;
}

.book-lead img.alignleft {
	margin-right: 0;
}

.homepage-template .latest-articles {
	border-top: 1px solid #C8CACB;
}

.latest-articles .post-image {
	margin: 12px 0;
}

.view_video {
    background: url(images/graphic-plvideo.png) no-repeat center;
    display: block;
    height: 200px;
    left: 50%;
    margin-left: -100px;
	margin-top: -100px;
    opacity: 0.8;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 200px;
}

.view_video:hover {
	opacity: 1;
}

.sectiontitle,
.full-width-content h1.entry-title  {
	text-align: center;
}

.latest-articles article {
	margin-top: 48px;
	margin-bottom: 50px;
}

/* - About Page ----------- */

.site-quote {
	background: url(images/bg-quotesection.png) repeat-x top #f5f5f5;
}

.site-quote blockquote  {
	margin-top: 32px;
	margin-bottom: 32px;
}

.site-quote blockquote p {
	color: #E6481B;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.3;
	padding-top: 10px;
}

.site-quote blockquote cite {
	line-height: 1.25;
}

.about-content .content {
	text-align: left;
}

.recent-press h3,
.speaking-featured h3 {
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #0091FF;
	margin-top: 16px;
	padding-top: 36px;
	border-top: 1px solid #C8CACB;
}

.speaking-featured h3  {
	border: none;
	padding-top: 0;
}

.video {
	position: relative;
}

.about-video .video {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	position: relative;
	max-width: 69%;
}

.recent-press {
	text-align: center;
}

.recent-press .press {
	display: inline-block;
}

.recent-press a {
	opacity: .7;
}

.recent-press a:hover {
	opacity: 1;
}

.recent-press a img, .buynow a img {
	-moz-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.recent-press a:hover img, .buynow a:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.site-contact .wrap,
.site-contact .gform_wrapper .gform_heading,
.site-contact .gform_footer,
.validation_error {
	text-align: center;
}

#gforms_confirmation_message {
	font-size: 20px;
	font-size: 1.25rem;
	background: #F5B106;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 32px;
}

.validation_error {
	font-style: italic;
}

.site-contact {
	padding: 80px 0 40px;
}

.site-contact .gform_wrapper {
	padding: 0 10%;
	margin-bottom: 10px;
}

.site-contact p.clear {
	margin-bottom: 0;
}

div.gform_wrapper span.gform_description {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1;
}

div.gform_wrapper .gform_footer input.gform_button {
	font-size: 24px;
	font-size: 1.5rem;
}

.about-content {
	padding: 64px 0 0 0;
}

.about-content .wrap > h2 {
	color: #0099FF;
	font-size: 44px;
	font-size: 2.75rem;
}

.about-content .nav-social {
	margin-top: 20px;
	width: auto;
}

.about-content .nav-social li {
	margin: 0;
}

.about-video {
	background: #58595b;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 64px 0;
	padding: 4rem 0;
}

.about-video .wrap {
	color: #F6B105;
	overflow: hidden;
}

.about-template .speaking-videos {
	padding: 32px 0 0 0 ;
	padding: 2rem 0 0 0;
}

/* - Speaking Page ----------- */

.speaking-contact {
	padding: 64px 0;
	padding: 4rem 0;
}

.speaking-contact .sectiontitle {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.speaking-contact blockquote {
	text-align: right;
	font-style: italic;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.speaking-contact blockquote p {
	margin-bottom: 8px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-size: 26px;
}

.speaking-contact blockquote cite {
	color: #336699;
}

.speaking-contact .wrap .first h5 {
	color: #333332;
	margin-top: 24px;
	line-height: 1.5;
}

.speaking-contact .gform_wrapper textarea.large {
	height: 120px;
}

.speaking-contact .gform_wrapper .gform_footer {
	text-align: right;
}

.speaking-contact .gform_wrapper .gform_heading, div.gform_wrapper form li#field_1_1 {
	margin: 0;
}

.speaking-quote blockquote {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-right: 170px;
	padding-top: 8px;
	padding-top: .5rem;
	clear: both;
	overflow: hidden;
	position: relative;
}

.speaking-quote blockquote img {
	margin-bottom: 0;
    margin-top: -75px;
    position: absolute;
    right: 0;
    top: 50%;
}

.speaking-quote .blockquote cite {
	margin-top: -4px;
}

.speaking-featured {
	background: url(images/bg-featured.png) repeat-x center #d2d1d1
}

.speaking-videos {
	padding: 64px 0 40px 0;
	padding: 4rem 0 2.5rem 0;
}

.speaking-videos .clear { margin: 0; }

.speaking-quote {
	padding: 32px 0 28px 0;
	padding: 2rem 0 1.75rem 0;
	border-top: 1px solid #C8CACB;
}

.speaking-quote blockquote p {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.25;
}

.speaking-featured {
	padding: 24px 0;
}

.speaking-featured .wrap {
	padding: 0;
}

.speaking-featured h3 {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.speaking-videos .one-half {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.speaking-videos h4,
.speaking-contact h4,
div.gform_wrapper span.gform_description,
.speaking-contact .first h5  {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 24px;
}

.site-contact div.gform_wrapper span.gform_description {
	font-size: 30px;
	font-size: 1.875rem;
}

/* - Book Page ----------- */

.site-heading.book {
	background: url(images/banner-book_alt.jpg) no-repeat center;
	padding: 30px 0;

	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	/* IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/banner-book_alt.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner-book_alt.jpg', sizingMethod='scale')";
}
.book .order img { width: auto; margin: 0 !important; }
.book-column { float: right; width: 65%; position: relative; text-align: center; color: #fff; text-shadow: 0 0 8px #5C5B5B; }
.book-column .sectiontitle { color: #fff; font-size: 64px; font-size: 4rem; line-height: 1; }
.book-column h4 { font-size: 28px; font-size: 1.75rem; margin: 20px 0 25px; font-weight: normal; }
.book-column .quote { padding: 20px 20px 10px 20px; border: 2px solid #fff; border-width: 2px 0; margin-bottom: 40px; margin-top: 40px; }
.book-column h5 { font-size: 20px; font-size: 1.25rem; line-height: 1.5; margin-bottom: 10px; text-transform: uppercase; }
.book-column .learn-more { padding: 8px; margin-top: 40px; }
.book-column .learn-more h5 { margin: 0; }
.book-column .button { background: #336699; padding: 20px 10px; margin: 0 3px; }
.book-column .button:hover { background: #103457; }
.highlight-red { margin-bottom: 20px; margin-bottom: 1.25rem; font-size: 20px; font-size: 1.25rem; background-color: #D50930; color: #FFFFFF; line-height: 1.7rem; opacity: 0.8; padding: 10px 45px 8px; display: inline-block;  }

.feature {
	background: #336699;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 60px 40px;
	text-transform: uppercase;
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.feature p {
	margin: 8px 0;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
}

.feature:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 48px 0 48px;
	border-color: #336699 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	bottom: -26px;
	-webkit-transform:rotate(360deg);
	-moz-transform: scaleY(1.01);
  	-moz-transform-origin: top;
}

.book-intro {
	border-top: 1px solid #C8CACB;
	padding: 64px 0 16px 0;
	padding: 4rem 0 1rem 0;
}

.book-intro .sectiontitle {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.5;
}

.book-intro .proceeds  {
	font-weight: bold;
	text-transform: uppercase;
}

.book-intro .buynow {
	margin-top: 64px;
	margin-top: 4rem;
}

.book-intro .reviews {
	clear: both;
	overflow: hidden;
}

.book-intro .clear {
	margin: 32px 0 48px;
	margin: 2rem 0 3rem 0;
}

.buynow img {
	margin: 0 5px;
}

.buynow a:hover {
	opacity: .65;
}

.book-whybuy .gumroad.clear {
	padding-top: 24px;
	padding-top: 1.5rem;
}

body .gumroad-button {
	padding: 14px 20px 14px 45px !important;
	background-position: 20px 49% !important;
	color: #555 !important;
	font-size: 16px !important;
}

.book-template .book-unlock {
	padding: 100px 0 60px 0;
}

.book-unlock h3 {
	font-size: 28px;
	font-size: 1.75rem;
	text-transform: uppercase;
	line-height: 2;
}

.book-unlock .one-half.first {
	width: 55%;
}

.book-unlock .one-half.last {
	width: 40%;
}

.highlight {
	background: #E6481B;
	color: #fff;
	padding: 5px 15px;
}

.book-unlock h3 .highlight {
	clear: both;
	line-height: 1.5;
}

.book-unlock input {
	margin-bottom: 15px;
}

.book-unlock .gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

.book-unlock div.gform_wrapper li, .book-unlock div.gform_wrapper form li {
	margin-top: 0;
}

.book-unlock .gform_wrapper input[type="text"], .book-unlock .gform_wrapper input[type="url"], .book-unlock .gform_wrapper input[type="email"], .book-unlock .gform_wrapper input[type="tel"], .book-unlock .gform_wrapper input[type="number"], .book-unlock .gform_wrapper input[type="password"] {
	padding: 7px 16px;
	font-size: 1.125rem;
}

.book-unlock .extras {
	max-width: 	460px;
	margin-top: 140px;
}

.book-unlock .extras .button {
	margin: 9px 5px;
	width: 160px;
	text-align: center;
	padding: 15px 18px 14px;
}

.book-perks {
	padding: 64px 0;
	padding: 4rem 0;
}

.book-perks .buynow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	float: right;
}

.bannertitle {
	background: #E6481B;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	line-height: 60px;
	height: 60px;
	position: relative;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.book-perks .bannertitle {
	font-size: 24px;
	font-size: 1.5rem;
}

.bannertitle:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 25px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform: scaleY(1.1);
}

.bannertitle:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 25px 30px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform:rotate(360deg);
	-moz-transform: scaleY(1.1);
}

.perk {
	border: 2px solid #C8CACB;
	padding: 20px 150px 16px 20px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}

.perk-box {
	color: #fff;
	background: #336596;
	float: left;
	width: 100px;
	height: 90px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-right: 28px;
	text-align: center;
}

.perk-box em {
	display: block;
	font-weight: normal;
	font-style: normal;
}

.perk h3 {
	font-size: 28px;
	color: #336696;
	margin-bottom: 5px;
}

.perk p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	color: #333332;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.book-reviews {
	background: #333332;
	color: #fff;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}

.book-reviews > h2 {
	background: #E6481B;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.book-reviews blockquote {
	border-bottom: 1px solid #fff;
	padding-bottom: 64px;
	padding-bottom: 4rem;
	margin-bottom: 64px;
	margin-bottom: 4rem;
	overflow: hidden;
}

.book-reviews blockquote:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.book-reviews blockquote p {
	color: #E6481B;
	text-transform: none;
}

.book-reviews blockquote cite {
	color: #fff;
}

.book-whybuy {
	padding: 64px 0 56px 0;
	padding: 4rem 0 3.5rem 0;
}

.book-whybuy iframe {
	display: block;
	margin: 0 auto;
}

.book-whybuy .wrap > h2 {
	border: 1px solid #C8CACB;
	border-width: 1px 0;
	padding: 16px 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.book-whybuy ul li {
	font-size: 24px;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-left: 4px;
}

.book-whybuy .clear {
	padding-top: 40px;
	padding-top: 2.5rem;
	margin-bottom: 0;
}

/* - Book Unlock Page (Behind the Book) ----------- */

.site-heading.book-unlock .wrap {
	padding-top: 200px;
}

.site-heading.book-unlock .sectiontitle {
	text-align: left;
	font-size: 54px;
	font-size: 3.375rem;
	margin-bottom: 10px;
}

.site-heading.book-unlock p {
	color: #58595B;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.site-heading.book-unlock p .button {
	font-weight: normal;
}

.book-journey {
	padding: 80px 0;
	padding: 5rem 0;
}

.book-journey p {
	margin: 0;
}

.book-photos {
	background: #333332;
	padding: 64px 0;
	padding: 4rem 0;
}

.book-photos .wrap {
	width: auto;
	padding: 0;
}

.gallery li, .entry-content ul.gallery li {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.gallery li a:hover, .journey-gallery a:hover {
	opacity: .6;
	cursor: zoom-in;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
}

.gallery li .image-wrap {
	padding: 10px;
	background: #fff;
	display: inline-block;
}

.gallery li .image-wrap a {
	display: block;
	line-height: 0;
	font-size: 0;
}

.book-photos .gallery {
	text-align: center;
	margin: 56px 0 40px;
	margin: 3.5rem 0 2.5rem;
}

.book-photos .sectiontitle {
	color: #0091ff;
	font-weight: bold;
	margin: 0;
	font-size: 48px;
	font-size: 3rem;
}

.mfp-counter {
	display: none;
}

div.mfp-title {
	text-align: center;
	padding-top: 16px;
	padding-right: 0;
	font-size: 22px;
}

.mfp-gallery .mfp-title a {
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	background: #222;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	background-repeat: no-repeat;
}

.mfp-gallery .mfp-title a.download {
	padding-left: 34px;
	background-image: url(images/icon-download.png);
	background-position: 10px 54%;
}

.mfp-gallery .mfp-title a.facebook {
	padding-left: 34px;
	background-image: url(images/icon-facebook.png);
	background-position: 10px 54%;
	background-color: #2D609B;
}

.mfp-gallery .mfp-title a.twitter {
	padding-left: 34px;
	background-image: url(images/icon-twitter.png);
	background-position: 10px 54%;
	background-color: #00C3F3;
}

.mfp-gallery .mfp-title a.gplus {
	padding-left: 35px;
	background-image: url(images/icon-gplus.png);
	background-position: 10px 54%;
	background-color: #dd4b39;
}

.mfp-gallery .mfp-title a:hover {
	background-color: #0091ff;
}

.mfp-arrow:after, .mfp-arrow:before {
	display: none !important;
}

button.mfp-arrow-left {
	background: url(images/icon-arrowl.png) no-repeat top !important;
	left: 40px;
	height: 78px;
}

button.mfp-arrow-right {
	background: url(images/icon-arrowr.png) no-repeat top !important;
	right: 40px;
	height: 78px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	background-position: bottom !important;
}

.bannertitle.alt {
	background: #336699;
	font-size: 55px;
	font-size: 3.4375rem;
	height: 80px;
	line-height: 80px;
}

.bannertitle.alt:after {
	border-width: 40px 0 40px 30px;
}

.bannertitle.alt:before {
	border-width: 40px 30px 40px 0;
}

.book-videos {
	border: 1px solid #C8CACB;
	border-width: 0 0 1px 0;
	padding: 16px 0 64px 0;
	padding: 1rem 0 4rem 0;
}

.book-videos .sectiontitle {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	border-bottom: 1px solid #C8CACB;
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.book-videos .featured-video  {
	float: left;
	line-height: 0;
	width: 70%
}

.book-videos .featured-video iframe #cnnCVP1 {
}

.book-videos .view_video {
	background-size: 70px 69px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.book-videos .video-list {
	float: right;
	width: 26%;
	margin: 0;
}

.book-videos .video-list li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.book-videos .video-list li img {
	line-height: 0;
	width: 100%;
}

.book-gift {
	padding: 64px 0;
	padding: 4rem 0;
	border-bottom: 1px solid #C8CACB;
}

.book-gift .button {
	margin: 20px;
}

.book-gift .clear {
	margin: 0;
}


/*
= Subscribe Popup
---------------------------------------------------------------------------------------------------- */

.form-popup {
	display: block;
    padding: 40px 30px;
    text-align: center;
    max-width: 300px;
    margin: 40px auto;
    position: relative;
	cursor: default;
}

#subscribe_form {
	color: #fff;
	background: url(images/bg-popup1.jpg) no-repeat bottom center #000;
	width: 800px;
	max-width: none;
	height: 555px;
	padding: 0;
	border: 0;
	text-align: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#subscribe_form .container {
	padding: 45px 60px;
}

#subscribe_form h2 {
	font-size: 24px;
	margin-bottom: 20px;
	max-width: 450px;
	color: #f6e900;
}

#subscribe_form h3 {
	color: #E6481B;
	font-size: 22px;
	margin: 0 0 10px 0;
}

#subscribe_form p {
	font-weight: bold;
	color: #E6481B;
	font-size: 16px;
	width: 300px;
	margin-bottom: 20px;
}

#subscribe_form ul li {
	background: url("images/icon-listdot.png") no-repeat left;
	padding: 0 0 0 16px;
	margin-top: 15px;
	list-style: none;
	font-size: 20px;
}

#subscribe_form form {
	clear: both;
	width: 400px;
	margin-top: 32px;
}

#subscribe_form input {
	width: 199px;
}

#subscribe_form input.email, #subscribe_form input[type="text"], #subscribe_form input[type="email"] {
	border: 1px solid #a3a3a2;
	font-size: 18px;
	float: left;
}

#subscribe_form input[type="submit"], #subscribe_form .submit {
	font-size: 16px;
	padding: 8px 0;
	width: 100%;
	margin: 16px 0 0 0;
}

#subscribe_form .mfp-close {
	color: #fff;
}

body .mfp-slide.mfp-ready.mfp-bg {
	opacity: 0.9;
}

.mfp-bg {
	background: #404041 !important;
}


/*
= Unlock Popup
---------------------------------------------------------------------------------------------------- */

#unlock_form {
	color: #fff;
	background: #232323;
	padding: 0;
	border: 0;
	text-align: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	width: 500px;
	max-width: 500px;
}

#unlock_form .container {
	padding: 50px 40px 55px 40px;
}

#unlock_form input {
	width: 100%;
	margin-top: 16px;
	margin-top: 1rem;
}

#unlock_form p {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}

#status.loading {
	background: url(images/ajax-loader.gif) no-repeat center;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-bottom: 16px;
}

#status p {
	margin-bottom: 16px;
	color: #ff0000;
	text-transform: uppercase;
}

#status.success p {
	color: #0091FF;
}


/*
= Mobile Menu
---------------------------------------------------------------------------------------------------- */

.mobile-menu {
	background: none;
	color: #888;
	cursor: pointer;
	display: none;
	height: 25px;
	width: 41px;
	opacity: .75;
	position: absolute;
	right: 20px;
	margin-top: 4px;
}
.mobile-menu:hover, .mobile-menu.active {
	opacity: 1;
}
.mobile-menu, .mobile-menu:hover, .mobile-menu:active {
	background: url(images/icon-menu.png) no-repeat;
	background-size: 41px 25px;
	border: none;
}
.nav-primary.active {
	display: block !important;
}

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

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

	.corner-coupon, .corner-coupon:nth-child(n) { transform: scale(.75); -ms-transform: scale(.75); -webkit-transform: scale(.75);  -o-transform: scale(.75);  -moz-transform: scale(.75);  transform-origin: top right; -ms-transform-origin: top right; -webkit-transform-origin: top right; -moz-transform-origin: top right; -webkit-transform-origin: top right;  }

}

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

	.corner-coupon, .corner-coupon:nth-child(n) { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);  -o-transform: scale(1);  -moz-transform: scale(1); position: static; background: #eb471c; width: 100%; display: block; height: auto; text-align: center;  }
	.corner-coupon p, .corner-coupon:nth-child(n) p { padding: 0 10px; font-size: 16px; }
	.corner-coupon p a, .corner-coupon:nth-child(n) p a { display: block; width: 100%; height: auto; padding: 16px 0; padding: 1rem 0; }
	.corner-coupon a span, .corner-coupon:nth-child(n) a span { padding: 0 0 0 10px; display: inline-block; }

}

/* - Desktops, laptops and iPads (landscape) ----------- */

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

	.wrap { max-width: 980px; width: auto; }
	.wrap, .site-header > .wrap, .site-footer .wrap, .site-heading.book-unlock .wrap, .site-heading.book .wrap  { padding-left: 20px; padding-right: 20px; }
	.book-whybuy iframe { margin-left: -2%; margin-right: -2%; width: 104%; max-width: none; }

	.book-column .button { margin: 5px; }
	.site-heading.book { padding: 30px 0; }

}

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

	body { min-width: 0; }

	/* Nav */
	.genesis-nav-menu a { font-size: 20px; font-size: 1.25rem; margin-right: 16px; }

	/* Book Page */
	.book-perks .bannertitle { font-size: 18px; }

	/* Behind the Book */
	.site-heading.book-unlock .wrap { padding-top: 150px }
	.site-heading.book-unlock { min-height: 400px; }

	/* Home Page */
	.book-lead img.alignright { width: 100px; margin-lft: 16px; margin-left: 1rem; }
	.book-lead img.alignleft { width: 390px; }
	.book-lead blockquote p { font-size: 24px; font-size: 1.5rem; }
	.book-lead .quotes { padding: 0; }

}

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

	/* Popup */
	#subscribe_form { max-width: 425px; width: auto; height: auto; background:url("images/bg-popup2.jpg") #000 bottom right no-repeat; }
	#subscribe_form .container { padding: 30px 30px 120px 30px; }
	#subscribe_form form { margin: 24px auto 0 auto; width: 100%; }
	#subscribe_form input.email, #subscribe_form input[type="text"], #subscribe_form input[type="email"] { width: 100%; float: none; }
	#subscribe_form input.email, #subscribe_form input[type="email"], #subscribe_form input[type="submit"], #subscribe_form .submit { margin-top: 10px; }
	#subscribe_form h2 { font-size: 20px; padding-right: 120px; margin-bottom: 10px; }
	#subscribe_form p { margin-bottom: 20px; padding-right: 110px; width: auto; }
	#subscribe_form ul { padding-right: 110px; }
	#subscribe_form ul li { margin-top: 10px; font-size: 16px; }

	#unlock_form { max-width: 500px; width: auto; }

	/* Mobile Menu */
	.mobile-menu { display: block; }
	.nav-primary { background: #232323; position: absolute; top: 76px; right: 0; width: 200px; display: none; padding-bottom: 0; max-height: 480px; overflow: auto; z-index: 99; padding-top: 1px; }
	.nav-primary a:hover, .nav-primary .current-menu-item a {  background: #333; }
	.site-header .nav-primary .wrap { margin: 0 20px; }
	.site-header .genesis-nav-menu { float: none; }
	.nav-primary .genesis-nav-menu li { line-height: normal; height: auto; float: none; display: inline; }
	.nav-primary .genesis-nav-menu li a { margin: 0; padding: 20px 0; padding: 1.25rem 0; display: block; border: none; width: 100% !important; text-align: center; font-size: 24px; border: none !important; }
	.genesis-nav-menu li ul { display: none; }
	.genesis-nav-menu li ul ul, .genesis-nav-menu li ul ul ul, .genesis-nav-menu li ul ul ul ul { margin: 0; }

	.nav-primary .genesis-nav-menu li a::after, .nav-secondary .genesis-nav-menu li a::after { display: none; }

	.post-lead .form-area .name, .post-lead .form-area .email { width: 98%; display: block; float: none; margin: 16px 0; }

}

/* - iPads (portrait) ----------- */

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

	.site-inner, .title-area, .site-container .sidebar, .site-container .content, .site-container .content-sidebar-wrap, .site-container .sidebar-secondary { width: 100%; }
	.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds, .book-unlock .one-half.first, .book-unlock .one-half.last, .one-third-border { margin: 0; width: 100%; }
	.genesis-nav-menu li, .sidebar-primary,  .sidebar-content .content, .nav-primary { float: none; }

	/* Posts */
	.site-inner { padding: 40px 0; padding: 2.5rem 0; }
	.wp-caption { padding-top: 0; }
	.wp-caption img { width: 100%; }
	img.alignright, .wp-caption.alignright, img.alignleft , .wp-caption.alignleft { max-width: 60%; }
	.single-post .entry-header, .genesis-feature .entry-header, .genesis-feature .post-image { margin-bottom: 16px; margin-bottom: 1rem; }
	.flare-horizontal .flare-button.first:before { content: ""; }

	.entry:last-child, .page .post.entry:last-child, .page article:last-child { border-bottom: 1px solid #C8CACB; margin-bottom: 40px; margin-bottom: 2.5rem; padding-bottom: 40px; padding-bottom: 2.5rem; }

	.comment > .children { margin-left: 30px; }

	/* Sidebar */
	.sidebar { display: inline-block; }

	/* Footer */
	.backtotop { display: block; }

	/* About Page */
	.site-quote blockquote p { font-size: 20px; font-size: 1.25rem; }
	.about-content { padding: 24px 0 0; padding: 1.5rem 0 0; }
	.about-content .content { padding-bottom: 0; }
	.about-content .wrap > h2 { text-align: center; }
	.about-content .social-area { text-align: center; }
	.about-video .video { clear: both; width: auto; max-width: none; float: none; margin: 0 auto 20px auto; }
	.about-video .video img { width: 100%; }
	.about-video .video-content { text-align: center; }
	.about-video { padding: 40px 0 32px 0; padding: 2.5rem 0 2rem 0;  }
	.site-contact { padding-top: 40px; padding-top: 2.5rem; }

	/* Home Page */
	.one-third-border, .latest-articles article, .one-third-border.first, .one-third-border.last { padding: 0; border: none; margin-bottom: 0; margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #C8CACB; }
	.latest-articles .clear { padding-top: 40px; }
	.latest-articles .post-image { float: right; margin: 0 0 20px 20px;  max-width: 50%;}
	.latest-articles .entry-title { margin-bottom: 24px; }
	.book-lead img.alignleft { clear: both; float: none; margin: 10px auto 0 auto; display: block; }

	/* Book Page */
	.book-intro { padding: 32px 0; padding: 2rem 0; }
	.book-intro .sectiontitle br { display: none;  }
	.feature { padding: 32px 24px; padding: 2rem 1.5rem; }
	.book-unlock .wrap{ text-align: center; }
	.book-unlock h3 .highlight { display: block; clear: both; }
	.book-unlock .extras { margin-top: 0; }
	.perk { padding: 20px; }
	.perk .perk-box { display: block; width: 100%; padding: 0; margin: 0 0 16px 0; margin: 0 0 1rem 0; height: auto; }
	.perk .perk-box .inner { padding: 16px; padding: 1rem; }
	.perk .perk-box em { display: inline; }
	.book-perks { padding: 2rem 0; padding: 32px 0; }
	.book-perks .buynow { position: static; }
	.book-perks .bannertitle { height: auto; line-height: 1.5; padding: 24px; padding: 1.5rem; }
	.book-perks .bannertitle:before, .book-perks .bannertitle:after { display: none; }

	.book-column { width: 100%; }
	.site-heading.book { background-position: right center; }

	/* Speaking Page */
	.speaking-contact { padding: 40px 0; padding: 2.5rem 0; }
	.speaking-featured .wrap { padding: 0 5px; }
	.speaking-featured { padding-top: 12px; padding-top: .75rem; background-size: 100% 100%; }
	.speaking-videos { padding: 32px 0; padding: 2rem 0; }
	.speaking-videos .one-half { margin-bottom: 32px; margin-bottom: 2rem; }
	.speaking-contact .sectiontitle { margin-bottom: 32px; margin-bottom: 2rem; }

	/* Behind the Book */
	.site-heading.book-unlock .wrap { padding-top: 30px; text-align: center; padding-bottom: 20px; }
	.site-heading.book-unlock .sectiontitle { text-align: center; }
	.site-heading.book-unlock { min-height: 0;   }
	.site-heading.book-unlock a.button { margin: 10px !important; }
	.bannertitle.alt { font-size: 40px; font-size: 2.5rem;  }
	.book-gift, .book-photos { padding: 32px 0; padding: 2rem 0; }
	.gallery li .image-wrap { max-width: 80%; }
	.book-videos .featured-video { float: none; width: auto; margin-bottom: 32px; }
	.book-videos .video-list { float: none; width: auto; }
	.book-videos .video-list li { width: 48%; float: left; }
	.book-videos .video-list li:last-child { float: right; }

	/* Site Lead */
	.site-lead { padding: 16px 0; padding: 1rem 0; }
	.site-lead .form-area, .site-lead .social-area { clear: both; width: 100%; float: none; }
	.site-lead .form-area .name, .site-lead .form-area .email { width: 34%; margin: 0; }
	.site-lead .submit { width: 30%; float: right; }
	.site-lead .social-area { padding-top: 14px; transform: none; -ms-transform: none;  -webkit-transform: none;  -o-transform: none;  -moz-transform: none;  }

	.post-lead { text-align: center; }

}

/* - iPhones (portrait and landscape) ----------- */

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

	html { font-size: 81.25%; /* 13px base */ }
	.wrap, .site-header > .wrap, .site-footer .wrap { padding-left: 10px; padding-right: 10px; }
	.site-heading img { margin: 0 0 -1px -15%; width: 130%; }

	.corner-coupon p, .corner-coupon:nth-child(n) p { font-size: 15px; font-size: .9375rem; }

	img.cite { max-width: 100px; margin-top: 16px; }

	/* Posts */
	.entry-date { width: 15%; }
	.single-post .entry-header, .genesis-feature .entry-header { width: 70%; }
	body .flare-horizontal.countloaded .flare-total, body .flare-horizontal .flare-total { display: none !important; }
	body .flare-horizontal.enabletotal { min-height: 40px; }
	.flare-position-top { top: -45px; margin-bottom: -42px; }
	.flare-position-bottom { bottom: -56px; }


	/* Home Page */
	.view_video { width: 100px; height: 100px; background-size: 58px 59px; margin-left: -50px; margin-top: -50px; }
	.latest-articles .post-image { float: none; margin: 0 0 20px 0; clear: both; max-width: 100%; }
	.latest-articles article, .latest-articles .one-third-border.first, .latest-articles .one-third-border.last { max-width: 310px; margin-left: auto; margin-right: auto; float: none; }

	/* Book Page */
	.book-intro img { margin-top: 10px; margin-bottom: 10px; }

	/* Behind the Book */
	.bannertitle.alt { font-size: 28px; font-size: 1.75rem;  }
	button.mfp-arrow-right { right: 5px; }
	button.mfp-arrow-left { left: 5px; }
	.book-videos .view_video { background-size: 58px 59px; }

	/* Header */
	.title-area .site-title a { background: url(images/header@2x.png) no-repeat; background-size: 225px 24px; width: 225px; height: 24px; }
	.mobile-menu { margin-top: 0; right: 10px; }
	.site-header { height: 68px; }
	.nav-primary { top: 67px; }

	/* Site Lead */
	.site-lead .form-area .name, .site-lead .form-area .email { width: 28%; padding-left: 3px; padding-right: 3px; }
	.site-lead .form-area .name { width: 24%; }
	.site-lead .form-area .email { width: 34%; }
	.site-lead .submit { width: 40%; }
	.site-lead h3 { font-size: 20px; }

	/* Footer */
	.backtotop { margin: 30px auto 0 auto; float: none; }
	.nav-secondary .genesis-nav-menu li { width: 100%; text-align: center; }
	.nav-secondary .genesis-nav-menu a { display: block; margin: 0; margin: 10px 0; font-size: 24px; border: none !important; }
	.nav-secondary .genesis-nav-menu a:hover { border: none !important; }
	.genesis-nav-menu.menu-social a { margin-bottom: 15px; margin: 0 3px 15px 3px; }

	/* Pop Up */
	#subscribe_form { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); background-position: right top;  margin-top: 10px;  }
	#subscribe_form .container { padding: 20px 25px 20px }
	#subscribe_form h2, #subscribe_form p { padding: 0; }
	#subscribe_form h3 { font-size: 22px; color: #fff; }
	#subscribe_form input[type="submit"], #subscribe_form .submit { font-size: 13px; }

}
