/*
	Theme Name:  Robb Wolf 2014
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


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

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

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


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

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

*, *:before, *:after {
  box-sizing: inherit;
}

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

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

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


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

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

body {
	background-color: #fff;
	color: #1d1d1d;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #38b6a3;
	text-decoration: none;
}

a:hover {
	color: #2f9f8e;
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

i.icon {
	display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 36px;
}

h2.entry-title {
	font-size: 30px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

.gray,
.grey {
	color: #767676;
	text-transform: uppercase;
}

h1.gray,
h1.grey {
	font-size: 40px;
}

/* Content Extras
--------------------------------------------- */

p.intro {
	font-size: 20px;
}

blockquote {
	background: transparent;
	border-top: 3px solid #38b6a3;
	border-bottom: 3px solid #38b6a3;
	margin: 0 0 28px;
	padding: 22px 0;
}

blockquote p {
	color: #38b6a3;
	font-size: 30px;
	line-height: 1.3em;
	text-align: center;
}

blockquote p:last-of-type {
	margin: 0;
}

.pull-quote {
	background: #38b6a3;
	color: #fff;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	float: left;
	padding: 30px 20px;
	text-align: center;
	width: 300px;
	margin: 0 40px 40px 0;
}

.pull-quote.right {
	float: right;
	margin: 0 0 40px 40px;
}

.pull-quote.tweet i {
	display: block;
	text-align: center;
	font-size: 40px;
	opacity: .4;
	line-height: 1;
}

.pull-quote.tweet .twitter-share-button {
	padding-left: 20px;
}


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

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

img {
	height: auto;
	max-width: 100%;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	color: #b0b0b0;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #38b6a3;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 7px 10px 0;
	min-width: 165px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

.button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #2f9f8e;
	color: #fff;
	text-decoration: none;
}

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

.button.button-green {
	background-color: #74a228;
}

.button.button-green:hover {
	background-color: #638c20;
}

.button.button-orange {
	background-color: #ff8d30;
}

.button.button-orange:hover {
	background-color: #d57c34;
}

.button.button-black {
	background-color: #1d1d1d;
}

.button.button-black:hover {
	background-color: #313131;
}

.button.button-pink {
	background-color: #ef8e8e;
}

.button.button-pink:hover {
	background-color: #d28484;
}

.button.button-gray {
	background-color: #c5c5c5;
}

.button.button-gray:hover {
	background-color: #b1b1b1;
}

.button.button-bordered {
	border: 3px solid #38b6a3;
	background-color: #fff;
	color: #38b6a3
}

.button.button-bordered:hover {
	border-color: #2f9f8e;
	background-color: #fff;
	color: #2f9f8e;
}

.button.button-block {
	display: block;
	border-radius: 0;
	text-align: center;
}

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

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

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

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

.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

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

img.rounded {
	border-radius: 50%;
}

img.bordered {
	border: 1px solid #ccc;
}


/* Column Classes
 *
 * Width: 660px
 * Gutter: 20px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 22.727272727273%;
}

.three-fourths {
	width: 74.242424242424%;
}

.one-fifth {
	width: 17.575757575758%;
}

.two-fifths {
	width: 38.181818181818%;
}

.three-fifths {
	width: 58.787878787879%;
}

.four-fifths {
	width: 79.393939393939%;
}

.one-sixth {
	width: 14.141414141414%;
}

.five-sixths {
	width: 82.828282828283%;
}

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



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

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

.wrap {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
}

.full-width-content .site-inner .wrap,
.page-template-landing-php .hero-image .wrap,
.sales-guarantee .wrap {
	max-width: 700px;
}


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

/* Content */

.content {
	float: right;
	width: 66%; /* 660/1000 */
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 23.5%; /* 235/1000 */
}

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

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

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

.title-area {
	float: left;
	padding-top: 18px;
	width: 476px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo.png) no-repeat;
	background-size: 474px 40px;
	display: block;
	height: 40px;
	text-indent: -9999em;
	width: 476px;
}

.header-widget-area {
	float: right;
	text-align: right;
	max-width: 975px;
}

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

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

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #74a228;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .menu-item:first-child > a {
	margin-left: 0;
}

.genesis-nav-menu > .menu-item:last-child > a {
	margin-right: 0;
}



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

.nav-primary {
	padding-top: 6px;
	text-align: center;
}

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

.nav-primary .genesis-nav-menu a {
	border-bottom: 7px solid #fff;
	color: #404040;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 45px 30px 0;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .menu-item:hover > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #38b6a3;
	border-bottom-color: #d7f0ed;
}

.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-item:hover > a {
	color: #38b6a3;
	border-bottom-color: #38b6a3;
}

.nav-primary .genesis-nav-menu .menu-item.search i {
	border-bottom: 7px solid #fff;
	margin: 15px 0 0 15px;
	font-size: 18px;
	line-height: 33px;
	display: block;
}

.nav-primary .genesis-nav-menu .menu-item.search i:hover {
	border-bottom-color: #d7f0ed;
	color: #38b6a3;
	cursor: pointer;
}

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

.nav-secondary {
	padding-top: 30px;
}

.nav-secondary .genesis-nav-menu a {
	color: #a1a1a1;
	margin: 0 16px;
	font-size: 14px;
}


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

.site-inner {
	border-top: 2px solid #e7e7e7;
	padding-top: 58px;
}

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

.entry {
	margin-bottom: 40px;
}

.entry-content {
  overflow: hidden;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content .gform_wrapper .gform_footer input.button,
.entry-content .gform_wrapper .gform_footer input[type=submit] {
	font-size: 20px;
}

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

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

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

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .more {
	text-transform: uppercase;
	font-size: 14px;
}

.entry-meta {
	letter-spacing: .1em;
}

.entry-meta .entry-author {
	font-style: italic;
}

.entry-meta .entry-author a {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #1d1d1d;
}

.entry-meta .divider {
	padding: 0 15px;
}

.entry-meta .entry-comments-link a {
	color: #1d1d1d;
	font-style: italic;
}

.entry-meta .entry-comments-link .number {
	font-style: normal;
}


/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #373737;
	cursor: pointer;
	display: inline-block;
	padding: 7px 15px 7px 14px;
	margin-bottom: 4px;
}

.pagination li a:hover {
	background: #e8e8e8;
	text-decoration: none;
}

.pagination li.active a {
	background: #38b6a3;
	border-color: #258a7b;
	color: #fff;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 22px;
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
}

.author-box .avatar {
	border-radius: 50%;
	margin: 0 25px 0 0;
}

.author-box-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

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

#search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba( 255, 255, 255, .9 );
	padding-top: 110px;
	text-align: center;
}

#search-overlay p {
	color: #404040;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	margin: 0;
	text-transform: uppercase;
}

.search-form {
	background: #fff;
	border: 2px solid #dfdfdf;
	border-radius: 3px;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	position: relative;
}

.search-form input[type="search"] {
	border: none;
	font-size: 24px;
	color: #404040;
	padding: 25px 65px 15px 25px;
	line-height: 1;
	text-align: left;
	width: 100%;
}

.search-form input[type="submit"] {
	background: transparent url(images/icon-search.png) no-repeat center center;
	background-size: 24px 24px;
	width: 63px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	min-width: 0;
}

#search-overlay .close-search {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 24px;
	color: #b0b0b0;
	cursor: pointer;
}

.admin-bar #search-overlay .close-search {
	top: 54px;
}


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

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

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
	font-size: 36px;
	text-transform: uppercase;
}

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

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

.comment-list li {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	margin-top: 20px;
	padding: 22px;
	position: relative;
}

.comment-reply-link {
	position: absolute;
	top: 22px;
	right: 22px;
	text-transform: uppercase;
	font-size: 14px;
}

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

.comment-list li li {
	border: none;
}

.comment-list li li .avatar {
	max-width: 90px;
}

.comment.bypostauthor > article .avatar {
	border: 4px solid #ebac39;
}

.comment-author,
.comment-author a {
	color: #2d2d2d;
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.comment-meta a {
	color: #2d2d2d;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.comment-author .says {
	display: none;
}

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

.bypostauthor {
}

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

.comment-form {
	padding-top: 20px;
}

.comment-form label {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-form .form-submit {
	text-align: center;
}

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

.sidebar .widget {
	border: 1px solid #dedede;
	margin-bottom: 24px;
	padding: 15px;
	text-align: center;
}

.sidebar .widget p {
	margin-bottom: 14px;
}

.sidebar .widget p:last-child {
	margin: 0;
}

/* Subpages and Social Widget
--------------------------------------------- */

.widget_subpages li,
.be-social-widget li {
	border-top: 1px solid #dedede;
	list-style-type: none;
	font-weight: 700;
	padding: 5px 0;
}

.widget_subpages ul li:first-child,
.be-social-widget ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_subpages ul li:last-child,
.be-social-widget ul li:last-child {
	padding-bottom: 0;
}

.be-social-widget h4 {
	color: #767676;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.be-social-widget li a {
	color: #252525;
	line-height: 22px;
}

.be-social-widget li .icon {
	font-size: 22px;
	vertical-align: middle;
	margin-right: 5px;
}

.be-social-widget li a .icon-facebook-square { color: #3d5a98; }
.be-social-widget li a .icon-twitter { color: #09b0ed;}
.be-social-widget li a .icon-youtube-play { color: #cb212a;}
.be-social-widget li a .icon-google-plus { color: #dd4c39}
.be-social-widget li a .icon-email-envelope { color: #a3a3a3;}

/* Opt In Widget
--------------------------------------------- */

.widget.be-optin-widget {
	background: #334947 url(images/optin-bg.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	padding-bottom: 240px;
}

.widget.be-optin-widget h4 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.widget.be-optin-widget input[type="email"] {
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
}
.widget.be-optin-widget select {
	height: 42px;
	margin-bottom: 10px;
}

.widget.be-optin-widget .no-spam {
	color: #dbe0df;
	font-size: 14px;
}

/* Image Widget
--------------------------------------------- */

.widget.widget_simpleimage {
	padding: 0;
}

.widget.widget_simpleimage img {
	display: block;
	width: 100%;
}

/* Testimonial Widget
--------------------------------------------- */

.widget.be-testimonial-widget p {
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
}

.widget.be-testimonial-widget p .icon {
	color: #ef8e8e;
	font-size: 52px;
}

.widget.be-testimonial-widget p.byline {
	color: #a4a4a4;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget.be-testimonial-widget .button {
	margin: 0 -15px -15px;
}


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

.footer-widgets {
	background: #404040;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 50px 0;
}

.footer-widgets .widget-area {
	float: left;
}

.footer-widgets .footer-widgets-1 {
	width: 45.5%;
	margin-right: 5.5%;
}

.footer-widgets .footer-widgets-2 {
	width: 15%;
}

.footer-widgets .footer-widgets-3 {
	width: 32%;
	margin-left: 2%;
}

.footer-widgets h4 {
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
}

.footer-widgets a,
.footer-widgets li a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}

.footer-widgets a:hover,
.footer-widgets li a {
	text-decoration: none;
}

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

.site-footer {
	background: #303030;
	font-size: 14px;
	line-height: 24px;
	padding: 18px 0;
}

.site-footer p {
	color: #939393;
	margin: 0;
}

.site-footer a {
	color: #939393;
	text-decoration: underline;
}

.site-footer a:hover,
.site-footer .socials a {
	text-decoration: none;
}

.site-footer .socials {
	float: right;
	font-size: 22px;
}

.site-footer .socials i:hover {
	color: #f5f5f5;
}

/* Blog Archive
---------------------------------------------------------------------------------------------------- */

h1.archive-title {
	margin-bottom: 20px;
}
.blog-archive .above-cat {
	color: #c0c0c0;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0;
}

.blog-archive .entry,
.search-results .entry {
	border-bottom: 1px solid #ccc;
}

/* Search Results
---------------------------------------------------------------------------------------------------- */

.search-intro {
	text-align: center;
	margin-bottom: 40px;
}

.search-intro .search-form {
	margin-bottom: 40px;
}

.search-intro p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.search-results .pagination {
	text-align: center;
}

/* Single Post
---------------------------------------------------------------------------------------------------- */

.hero-image {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.hero-content {
	background: linear-gradient(to bottom,  rgba( 0, 0, 0, 0) 0%, rgba( 0, 0, 0, .8) 100%); /* W3C */
	padding: 200px 0 30px;
}

.hero-image h1 {
	color: #fff;
}

.hero-image .entry-meta,
.hero-image .entry-meta a {
	color: #c0c0c0;
}

.single-post .entry-meta {
	margin: 0;
}

.share-filled {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	line-height: 20px;
	padding: 15px 0 12px;
}

.share-filled .label {
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 20px;
	vertical-align: top;
}

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

.entry-footer .categories .label {
	font-weight: 700;
	text-transform: uppercase;
}

.entry-footer .categories a {
	font-weight: 700;
}

.after-post-product {
	background: #74a228;
	border: 1px solid #dedede;
	color: #fff;
	padding: 24px;
	overflow: hidden;
	width: 100%;
}

.after-post-product h3 {
	font-size: 30px;
	color: #fff;
}

.after-post-product p:last-child,
.after-post-product .right p:last-child {
	margin: 0;
}

.after-post-product .left {
	float: left;
	width: 23.692810458%;
}

.after-post-product .right {
	float: left;
	padding-left: 24px;
	width: 76.307189542%;
}

.bottom-bar.opt-in {
  display: none; /*Hide until 5 seconds as determined by jquery-cookie.js*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4298b3;
  background: rgba(235,172,57,.95);
  padding: 10px 30px;
  color: #fff;
}
.bottom-bar.opt-in p {
  float: left;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 0;
  line-height: 1.2;
}
.bottom-bar.opt-in input,
.bottom-bar.opt-in select {
  float: left;
  width: 21.5%;
  margin-right: 1%;
}
.bottom-bar.opt-in li:first-child {
  margin-bottom: 0;
}
.bottom-bar.opt-in .qc_box_container input, .bottom-bar.opt-in .qc_box_container select {
  color: #000;
  padding: 8px;
  margin-bottom: 0;
}
.bottom-bar.opt-in select {
  height: 42px;
}
.bottom-bar.opt-in input::-webkit-input-placeholder {color: #222;}
.bottom-bar.opt-in input::-moz-placeholder {color: #222;}
.bottom-bar.opt-in input::-moz-placeholder {color: #222;}
.bottom-bar.opt-in input::-ms-input-placeholder {color: #222;}

.bottom-bar.opt-in input[type="submit"] {
  width: 18%;
  margin-top: 0px;
  padding: 8px 30px;
  font-size: 20px;
  color: #fff;
  background: #2e2e2e;
}
.bottom-bar.opt-in input[type="submit"]:hover {
  background: #000;
}
.bottom-bar.opt-in .no-spam {
  font-size: 12px;
  opacity: .7;
}
.bottom-bar.opt-in a.close {
  color: #fff;
  color: rgba(255,255,255,.5);
  position: absolute;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.bottom-bar.opt-in a.close:hover {
  color: #fff;
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

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

.team-listing .team-member {
	padding-bottom: 50px;
}

.team-listing .left {
	float: left;
	padding-top: 8px;
	width: 22.727272727%;
}

.team-listing .right {
	float: left;
	padding-left: 20px;
	width: 77.272727273%;
}

.team-listing p {
	margin-bottom: 15px;
}

.team-listing p.link {
	margin: 0;
}

.team-listing p.link.icon:before {
	margin-right: 8px;
	vertical-align: baseline;
}

/* Press
---------------------------------------------------------------------------------------------------- */

.media-section .image {
	margin: 0;
	position: relative;
}

.media-section .image .icon {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, .75 );
}

/* Landing
---------------------------------------------------------------------------------------------------- */

.page-template-landing-php .hero-image .wrap {
	text-align: center;
}

.landing-posts .one-half {
	border: 1px solid #dbdbdb;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
}

.landing-posts h4 {
	font-size: 26px;
	margin-bottom: 5px;
}

.landing-posts .one-half p:last-child {
	margin: 0;
}

.landing-cta {
	background: #74a228;
	color: #fff;
	padding: 60px 0;
}

.landing-cta .wrap {
	max-width: 830px;
	text-align: center;
}

.landing-cta h2 {
	color: #fff;
	font-size: 40px;
}

.landing-cta p {
	font-size: 20px;
}

.landing-cta p:last-child {
	margin: 0;
}

/* Landing (Alternate)
---------------------------------------------------------------------------------------------------- */
.page-template-landing-alt .title-area {
	padding-bottom: 18px;
	float: none;
	margin: 0 auto;
}
.page-template-landing-alt .header-widget-area {
	display: none; /*Hide mobile menu*/
}
.page-template-landing-alt .wrap {
	max-width: 1100px;
}
.page-template-landing-alt .hero-content {
	background: #404040;
	color: #fff;
	padding-top: 40px;
}
.page-template-landing-alt .hero-content h1,
.page-template-landing-alt .hero-content h2,
.page-template-landing-alt .hero-content h3,
.page-template-landing-alt .hero-content h4,
.page-template-landing-alt .hero-content h5,
.page-template-landing-alt .hero-content h6 {
	color: #fff;
}
.page-template-landing-alt .hero-content .download-preview {
	max-width: 170px;
	margin-top: 1em;
}
.page-template-landing-alt .site-inner {
	border-top: none;
}
.page-template-landing-alt aside.cta {
  background: #38B6A3;
  border-radius: 3px;
  padding: 1em;
  /*margin-bottom: -3em;*/
}
.page-template-landing-alt aside.cta .gform_wrapper {
	margin: 0;
}
.page-template-landing-alt aside.cta .gform_wrapper label {
	display: none;
}
.page-template-landing-alt aside.cta .gform_footer {
  text-align: center;
  margin-top: 0;
}
.page-template-landing-alt aside.cta input {
	padding: 10px;
	margin-bottom: 10px;
}
.page-template-landing-alt aside.cta .gform_wrapper .top_label input.large,
.page-template-landing-alt aside.cta .gform_wrapper .top_label select.large {
	width: 100%;
}
.page-template-landing-alt aside.cta input[type="submit"] {
	background: #F4650F;
	font-size: 20px;
	padding: 15px 20px;
}
.page-template-landing-alt aside.cta .gform_confirmation_wrapper {
	background: #72A240;
	text-align: center;
	padding: 1em;
	border-radius: 3px;
}
@media only screen and (min-width: 767px) {
	.page-template-landing-alt .hero-content h1 {
		font-size: 60px;
	}
	.page-template-landing-alt .hero-content .download-preview {
		margin-right: 1em;
		border: 1px solid rgba(0,0,0,.1);
		-moz-transform: rotate(8deg);
		-webkit-transform: rotate(8deg);
		-o-transform: rotate(8deg);
		-ms-transform: rotate(8deg);
		transform: rotate(8deg);
	}
}

/* Podcast
---------------------------------------------------------------------------------------------------- */

.podcast-summary {
	border: 1px solid #dbdbdb;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
	padding: 18px;
}

.podcast-summary .one-half p:last-child,
.podcast-summary .subscribe {
	margin: 0;
}

.podcast-summary .one-half > img {
	display: block;
	float: right;
}

.podcast-summary .button {
	min-width: 110px;
	padding-top: 11px;
	padding-bottom: 6px;
}

.podcast-summary .button i {
	font-size: 28px;
	line-height: 1;
	vertical-align: middle;
}

.featured-podcasts {
	padding-bottom: 20px;
}

.featured-podcasts .one-half {
	background: #f4f4f4;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.featured-podcasts h2 {
	font-size: 26px;
	margin-bottom: 5px;
}

.recent-podcasts h3 {
	margin-bottom: 20px;
}

.recent-podcasts .entry {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* Shop
---------------------------------------------------------------------------------------------------- */

.shop-books .book {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.shop-books .left {
	float: left;
	width: 35.606060606%;
}

.shop-books .right {
	float: left;
	padding-left: 20px;
	width: 64.393939394%;
}

.shop-books .book p:last-child,
.shop-books .book .right p:last-child {
	margin: 0;
}

.shop-recs h3 {
	text-align: center;
	padding-bottom: 20px;
}

.shop-books img,
.shop-recs .item img {
	display: block;
	border: 1px solid #dbdbdb;
}

.shop-recs {
	margin: 0 -10px;
	text-align: center;
}

.shop-recs .item {
	display: inline-block;
	width: 30.303030303%;
	margin: 0 1.515151515% 20px;
}

/* Sales
---------------------------------------------------------------------------------------------------- */

.page-template-sales-php .hero-content {
	padding-top: 100px;
}

.page-template-sales-php .hero-image h1 {
	text-align: center;
	font-size: 60px;
}

.page-template-sales-php .entry-content .wp-post-image {
	border: 1px solid #efefef;
}

.sale-features .feature {
	position: relative;
	padding: 0 0 24px 105px;
	min-height: 70px;
}

h2.sales-heading {
	padding-bottom: 70px;
	text-align: center;
}

.sale-features .feature .icon {
	position: absolute;
	top: 0;
	left: 20px;
	color: #ff8d30;
	font-size: 70px;
	line-height: 1;
}

.sales-guarantee {
	background: #ff8d30;
	color: #fff;
	padding: 90px 0 30px;
	position: relative;
}

.sales-guarantee h1,
.sales-guarantee h2,
.sales-guarantee h3,
.sales-guarantee h4,
.sales-guarantee h5,
.sales-guarantee h6 {
	color: #fff;
}

.sales-guarantee .sales-button {
	margin: 0;
	text-align: center;
	position: absolute;
	top: -31px;
	left: 50%;
	margin: 0 0 0 -82px;
}

.sales-guarantee .sales-button .button {
	border: 6px solid #fff;
}

.sales-guarantee .guarantee-content {
	padding-right: 170px;
	background: url(images/img-moneyback@2x.png) no-repeat right top;
	background-size: 150px 174px;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home-header .wrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

.home-optin {
	background: #2e3635 url(images/robb-wolf-optin.jpg) no-repeat right center;
	background-size: cover;
	float: left;
	min-height: 510px;
	width: 64.083333333%;
	padding: 60px 0;
}

.home-optin .box-content {
	color: #fff;
	max-width: 400px;
	float: left;
	margin: 0 0 0 160px;
}

.home-optin h2 {
	color: #fff;
	font-size: 80px;
}

.home-optin input[type="email"], .optin select {
	margin-bottom: 10px;
	color: #222;
}
.home-optin select, .optin select {
	margin-bottom: 10px;
	height: 45px;
	color: #222;
}

.home-optin .no-spam {
	margin: 0;
	font-size: 12px;
	opacity: .7;
}

.home-header-right {
	float: left;
	width: 35.916666667%;
}

.home-podcast {
	background: #ebac39;
}

.home-header-right,
.home-testimonial {
	background: #38b6a3;
}

.home-podcast .box-content,
.home-testimonial .box-content {
	color: #fff;
	padding: 20px;
	text-align: center;
	max-width: 360px;
}

.home-podcast p,
.home-testimonial p {
	margin: 0;
}

.home-podcast .icon,
.home-testimonial .icon {
	font-size: 48px;
	color: #fff;
	opacity: .5;
	line-height: 1;
}

.home-podcast h3 {
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-podcast .divider {
	height: 1px;
	width: 100%;
	background: #f5d69c;
}

.home-podcast .bottom {
	position: relative;
	padding-right: 116px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
}

.home-podcast .bottom .button {
	font-size: 18px;
	min-width: 108px;
	padding: 4px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
}

.home-testimonial p {
	font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 1.22;
}

.home-testimonial p.byline {
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.home .site-inner {
	padding-top: 30px;
}

.home.full-width-content .site-inner .wrap {
	max-width: 1040px;
}

.home-logos {
	padding-bottom: 50px;
	text-align: center;
}

.home-blog {
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
}

.home-blog h6 {
	text-align: center;
	margin-bottom: 30px;
}

.home-blog .one-third {
	border: 1px solid #dbdbdb;
	margin-bottom: 35px;
}

.home-blog .entry-image {
	display: block;
	border-bottom: 1px solid #dbdbdb;
}

.home-blog .entry-image img {
	display: block;
}

.home-blog .entry-content {
	padding: 20px;
	text-align: center;
	margin: 0;
}

.home-blog .entry-content .more {
	display: block;
}

.home-blog .entry-content p:last-child {
	margin: 0;
}

.home-categories .wrap {
	padding: 0;
	max-width: 1200px;
}

.home-categories .box {
	background-color: #38b6a3;
	background-size: cover;
	color: #fff;
	display: block;
	float: left;
	height: 300px;
	position: relative;
	width: 25%;
}

.home-categories .box-content {
	padding: 28px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home-categories .box h3 {
	color: #fff;
	font-size: 54px;
	line-height: 1;
	text-transform: uppercase;
}

.home-categories .box h5 {
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.16;
	text-transform: uppercase;
}


.home-categories .box p {
	margin: 0;
}

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

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

	.mobile-show {
		display: none;
	}
}

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

	.nav-primary .genesis-nav-menu a {
		margin: 25px 16px 0;
	}

	.widget.be-optin-widget {
		padding-bottom: 200px;
	}

	.home-optin .box-content {
		padding-left: 20px;
	}
}

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

	.nav-primary .genesis-nav-menu a {
		margin: 15px 10px 0;
		font-size: 18px;
	}

	.nav-primary .genesis-nav-menu .menu-item.search i {
		font-size: 18px;
	}

	.home-testimonial p {
		font-size: 24px;
	}

	.home-podcast h3 {
		font-size: 18px;
	}

	.home-podcast .bottom,
	.home-podcast p {
		font-size: 14px;
	}
  .bottom-bar.opt-in p {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.5em;
  }
  .bottom-bar.opt-in input[type="email"],
  .bottom-bar.opt-in select {
    float: left;
    width: 33%;
  }
  .bottom-bar.opt-in .no-spam {
  	clear: both;
  }

}

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

	.home-categories .box {
		width: 50%;
	}

}

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

	.title-area {
		width: 440px;
	}

	.site-title a {
		width: 440px;
		height: 37px;
		background-size: 440px 37px;
	}

	.home-optin,
	.home-header-right {
		float: none;
		width: 100%;
	}

	.home-podcast,
	.home-testimonial {
		float: left;
		width: 50%;
	}

}

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

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.after-post-product .left,
	.after-post-product .right,
	.team-listing .left,
	.team-listing .right,
	.shop-books .left,
	.shop-books .right,
	.shop-recs .item {
		margin: 0;
		width: 100%;
	}

	.mobile-hide {
		display: none;
	}

	.title-area {
		width: 235px;
		padding: 16px 0;
	}

	.site-title a {
		background: url(images/logo-mobile.png) no-repeat;
		background-size: 235px 53px;
		width: 235px;
		height: 53px;
	}

	.content {
		float: none;
	}

	.sidebar-primary {
		max-width: 282px;
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}

	h1,
	.page-template-sales-php .hero-image h1 {
		font-size: 40px;
	}

	.entry-content ol,
	.entry-content ul {
		margin-left: 20px;
	}

	.entry-meta .divider {
		padding: 0 5px;
	}

	.share-filled .label {
		display: block;
	}

	.pull-quote,
	.pull-quote.right {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 300px;
	}

	.after-post-product,
	.blog-archive .above-cat,
	h1.archive-title {
		text-align: center;
	}

	.after-post-product .right,
	.team-listing .right,
	.shop-books .right {
		padding-left: 0;
	}

	.shop-books img,
	.shop-recs .item img {
		margin: 0 auto 20px;
		display: block;
		float: none;
		text-align: center;
	}

	.comment .avatar {
		width: 60px;
		height: 60px;
	}

	.search-form input[type="search"] {
		font-size: 18px;
		padding: 13px 45px 7px 10px;
	}

	.search-form input[type="submit"] {
		width: 42px;
		height: 42px;
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		padding-bottom: 30px;
	}

	.footer-widgets-1 img.alignleft {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

	.footer-widgets .widget_nav_menu li {
		float: left;
		width: 50%;
	}

	.site-footer {
		text-align: center;
	}

	.site-footer .socials {
		float: none;
		display: block;
		padding-bottom: 15px;
	}

	.home-blog .one-third {
		max-width: 384px;
		margin: 0 auto 20px;
		float: none;
	}

	.blog-archive .entry img.alignright,
	.search-results .entry img.alignright {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}

	.page-template-sales-php .entry-content .wp-post-image {
		max-width: 135px;
	}

	.page-template-sales-php .entry-content h4 img.alignright {
		max-width: 150px;
	}

	.sales-guarantee {
		padding-top: 60px;
	}

	.sales-guarantee .guarantee-content {
		padding: 200px 0 0;
		background: url(images/img-moneyback@2x.png) no-repeat center top;
		background-size: 150px 174px;
	}

	/* Mobile Menu */

	.site-container.mobile-menu-active {
		right: 16em;
		position: relative;
	}

	.mobile-menu-toggle {
		font-size: 24px;
		line-height: 1;
		display: block;
		padding: 28px 20px;
		margin-right: -20px;
	}

	.mobile-menu-active .mobile-menu-toggle {
		background: #3b3b3b;
		color: #fff;
	}

	.mobile-menu-toggle i {
		cursor: pointer;
	}

	.mobile-menu {
		background: #3b3b3b;
		color: #fff;
		display: none;
		position: absolute;
		top: 0;
		width: 16em;
		right: -16em;
		height: 100%;
	}

	.mobile-menu-active .mobile-menu {
		display: block;
	}

	.mobile-menu .search-form {
		padding: 20px;
		background: transparent;
		border: none;
	}

	.mobile-menu .search-form input[type="search"] {
		font-size: 16px;
	}

	.mobile-menu .search-form input[type="submit"] {
		top: 20px;
		right: 20px;
		background-size: 17px 17px;
	}

	.mobile-primary {
		padding: 0 20px 20px;
	}

	.mobile-primary .genesis-nav-menu .menu-item,
	.mobile-secondary .genesis-nav-menu .menu-item {
		float: none;
		display: block;
	}

	.mobile-primary .genesis-nav-menu .menu-item.search {
		display: none;
	}

	.mobile-primary .genesis-nav-menu a {
		display: block;
		color: #fff;
		font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 24px;
		text-transform: uppercase;
	}

	.mobile-secondary {
		border-top: 1px solid #4f4f4f;
		padding: 20px;
	}

	.mobile-secondary .genesis-nav-menu a {
		display: block;
		color: #fff;
		font-size: 16px;
		margin-bottom: 10px;
	}
}

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

	.home-podcast,
	.home-testimonial {
		float: none;
		width: 100%;
	}

	.home-podcast .box-content,
	.home-testimonial .box-content {
		margin: 0 auto;
	}

	.home-optin {
		background: #2e3635 url(images/optin-mobile.jpg) no-repeat center bottom;
		background-size: 100% auto;
		padding: 30px 20px 255px;
	}

	.home-optin .box-content {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.home-optin h2 {
		font-size: 58px;
	}

	.home-podcast .bottom {
		padding: 20px;
		text-align: center;
	}

	.home-podcast .bottom p {
		margin-bottom: 20px;
	}

	.home-podcast .bottom .button {
		position: relative;
		top: auto;
		right: auto;

	}
  .bottom-bar.opt-in input[type="email"],
  .bottom-bar.opt-in select {
    width: 100%;
    margin-bottom: 5px;
  }
  .bottom-bar a.close {
  	top: 10px;
  }
}

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

	.home-categories .box {
		width: 100%;
	}

	.sale-features .feature .icon {
		font-size: 50px;
		left: 0;
	}

	.sale-features .feature {
		padding-left: 60px;
	}
}
