/*
	Theme Name:  Zach Herbert
	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 v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

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

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


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

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

body {
	background-color: #fff;
	color: #131313;
	font-family: 'notosans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
}

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: #ca0202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
	line-height: 1.6;
}

p:empty {
  display: none;
}


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 {
	border: none;
	border-top: 1px solid #131313;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

blockquote {
	border: 3px solid #c9c9c9;
	padding: 30px 50px;
	margin-bottom: 25px;
}

blockquote p,
.entry-content blockquote p {
	font-family: 'clearfacefs', sans-serif;
	font-size: 22px;
	line-height: 1.45; /* 32/22 */
	margin: 0px 0px 0px 0px;
}

blockquote.line {
	background: #fff;
	border: none;
	border-left: 7px solid #ca0202;
	padding: 30px 30px 15px;
}

.entry-content blockquote p {
	font-size: 18px;
	line-height: 1.77; /* 32/18 */
}

blockquote.line p {
	font-size: 14px;
	font-style: normal;
	line-height: 1.5; /* 32/18 */
	margin: 0px 0px 12px 0px;
}

blockquote.line p {
	font-style: normal;
}

blockquote.grey {
	background: #c9c9c9;
	border: none;
	padding: 15px;
}

blockquote.grey p,
.entry-content blockquote.grey p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.69; /* 22/13 */
}

blockquote.grey strong {
	color: #ca0202;
	font-weight: normal;
}

.red,
h2.entry-title a .red {
	color: #ca0202;
}

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

.float-right {
	float: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2.entry-title a {
	color: #131313;
	font-family: 'tradegothic', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}

h2.entry-title a:hover {
	text-decoration: none;
}

h2 {
	font-family: 'clearfacefs', sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-family: 'clearfacefs', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

h4 {
	font-family: 'tradegothic', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

h5,
h6 {
	font-family: 'tradegothic', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}


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

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

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

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

input[type="checkbox"], input[type="radio"] {
	width:initial;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	color: #131313;
	font-family: 'clearfacefs', sans-serif;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #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,
::-webkit-input-placeholder {
	color: #969696;
	opacity: 1;
}

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

.mp-form-label label ,
.mp_wrapper .mepr-payment-method .mepr-payment-method-label-text, 
.mp_wrapper .mepr-payment-method input{
	display: block;
	float: left;
	font-family: 'notosans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0;
}

.mp-form-label input {
	background-color: #fff !important;
	border: 1px solid #c0c0c0 !important;
	color: #131313;
	font-family: 'clearfacefs', sans-serif;
	font-style: italic;
	font-size: 14px;
	padding: 10px !important;
	width: 100%;
}

.mepr_price label {
	font-family: 'notosans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0;
}

.mp_wrapper .mepr_payment_method {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.validation_error, .acp-error,
.mepr-form input.invalid,
.mepr-form select.invalid,
.mepr-form textarea.invalid,
.mepr-form label.mepr-checkbox-field.invalid,
.mepr-form div.mepr-checkboxes-field.invalid,
.mepr-form div.mepr-radios-field.invalid  { /* Error/confirmation Message  */
	margin-top: 15px;
	display: block;
	font-size:12px !important;
	background: #fff !important;
	border: 2px solid #ca0202 !important;
	border-left: 7px solid #ca0202 !important;
	padding: 10px !important;
}

.validation_error {
	margin-bottom: 25px;
}

.validation_message,
.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error {
	color: #ca0202 !important;
	font-family: 'clearfacefs', sans-serif;
	font-style: italic;
	font-size: 14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover,
.entry-content .premise-checkout-wrap .input-submit {
	background: #000 url(images/red-dirt.jpg);
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'tradegothic', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	padding: 15px 30px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background: #fff url(images/content-bg.jpg);
	color: #000;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large,
.gform_wrapper input[type="submit"] {
	font-size: 22px;
	padding: 25px 65px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

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

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

.gform_wrapper {
	margin-bottom: 26px;
}

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

.gform_wrapper li,
.entry-content .gform_wrapper li {
	list-style-type: none;
	padding-bottom: 25px;
}

.gform_wrapper label {
	font-family: 'notosans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.gfield_checkbox input {
	width:initial;
	
}

.gfield_checkbox label {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

/* 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-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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 {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	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 {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	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 {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	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 {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

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

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	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 {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	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 {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	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;
}


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

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

.site-header .wrap,
.site-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1208px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
}

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

/* Content */

.content {
	float: right;
	width: 63.34208224%; /* 724/1143 */
}

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 34.995625547%; /* 400/1143 */
}

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

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

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

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

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

.avatar {
	float: left;
}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

#site-header-top {
	background: url(images/header-line.jpg) repeat-x;
	height: 3px;
	width: 100%;
}

.site-header {
	background: url(images/header-bg.jpg);
	position: relative;
	padding: 18px 0 58px;
	-webkit-box-shadow:  0px 4px 4px 2px rgba(10, 10, 10, .5);
	        box-shadow:  0px 4px 4px 2px rgba(10, 10, 10, .5);
}

.site-header .wrap { position: relative; }

.header-widget-area {
	text-align: right;
	padding-right: 60px;
	position: relative;
	z-index: 7;
}

.site-title {
	text-align: center;
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	z-index: 6;
	max-width: 1208px;
	margin: 0 auto;
}

.site-title a {
	background: url(images/logo.png) no-repeat;
	display: inline-block;
	text-indent: -9999em;
	width: 210px;
	height: 210px;
	margin-left: -5px;
}

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

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

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

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	position: relative;
}

.genesis-nav-menu a .red {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	font-family: 'tradegothic', sans-serif;
	font-size: 22px;
	padding: 0 0 3px;
	margin: 0 25px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 1px solid #4c4c4c;
	left: -9999px;
	padding-top: 13px;
	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: 212px;
	z-index: 99;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(10, 10, 10, .2);
	box-shadow: 3px 3px 4px 0px rgba(10, 10, 10, .2);
}

.genesis-nav-menu .sub-menu .indicator {
	background: url(images/subnav-arrow.png) no-repeat;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto -1px;
	position: relative;
	z-index: 9;
}

.genesis-nav-menu .sub-menu li {
	background: url(images/subnav-line.jpg) repeat-x;
	padding-top: 2px;
}

.genesis-nav-menu .sub-menu a {
	background: #ca0202 url(images/subnav-bg.jpg);
	border: 1px solid #4c4c4c;
	border-bottom-width: 0;
    font-family: 'clearfacefs';
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	padding: 10px 13px;
	position: relative;
	width: 212px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item a {
	background: #ca0202;
	text-decoration: none;
}

.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 > .first > a {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

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

.genesis-nav-menu.menu-primary > .menu-item:hover > a,
.genesis-nav-menu.menu-primary > .current-menu-ancestor > a,
.genesis-nav-menu.menu-primary > .current-menu-item > a {
	border-bottom: 3px solid #ca0202;
	text-decoration: none;
	padding-bottom: 0;
}


.menu-header-left-container,
.menu-header-right-container {
	float: left;
	width: 50%;
	position: relative;
	z-index: 7;
}

.menu-header-left-container {
	padding-left: 40px;
	padding-right: 105px;
}

.menu-header-right-container {
	padding-left: 145px;
	padding-right: 10px;
}

.menu-header-right-container .genesis-nav-menu .menu-item {
	/* float: right; */
}

.menu-header-right-container .genesis-nav-menu > .menu-item > a {
	margin: 0 40px;
}

.genesis-nav-menu.menu-primary > li,
.genesis-nav-menu.menu-primary .menu-item:hover {
	position: relative;
}

.genesis-nav-menu.menu-primary .sub-menu,
.genesis-nav-menu.menu-primary .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -106px;
}

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

.genesis-nav-menu.menu-secondary {
	background: url(images/secondary-nav-line.png) repeat-x;
	padding: 20px 0;
	text-align: center;
}

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

.genesis-nav-menu.menu-secondary > .menu-item > a {
	font-size: 38px;
	line-height: 1;
	margin: 0 60px 0 80px;
	text-decoration: none;
}

.genesis-nav-menu.menu-secondary .sub-menu {
	padding-top: 0;
	margin-left: 38px;
}

.genesis-nav-menu.menu-secondary .sub-menu .indicator {
	margin: 0 0 -1px 14px;
}

.genesis-nav-menu.menu-secondary .sub-menu a {
	font-family: 'tradegothic', sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
}

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

body {
	background: url(images/site-bg.jpg);
}

.site-container {
	padding-top: 50px;
}

.site-inner {
	-webkit-box-shadow:  0px 0px 8px 6px rgba(10, 10, 10, .5);
	        box-shadow:  0px 0px 8px 6px rgba(10, 10, 10, .5);
}

.content-sidebar-wrap {
	background: #131313;
	border: 1px solid #545454;
	padding: 11px;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}


/* Breadcrumbs
--------------------------------------------- */

.breadcrumb {
	color: #c9c9c9;
	font-family: 'notosans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.breadcrumb .red {
	color: #c9c9c9;
}

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

.entry {
	background: #fff url(images/content-bg.jpg);
	padding: 24px;
}

.comment-fine-print,
.comment-fine-print p {
	background: #fff url(images/content-bg.jpg);
	font-family: 'clearfacefs', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 12px;
}

.comment-fine-print p {
	position: relative;
    top: -10px;
}

.entry-bottom {
	background: #131313 url(images/content-bottom.png) repeat-x center top;
	height: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.featured-image {
	margin: -24px -24px 10px;
}

.featured-image img {
	width: 100%;
	display: block;
}

.post-info .comment-button,
.post-info .fb-like,
.post-info iframe {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.post-info .comment-button:hover,
.post-info .fb-like:hover,
.post-info iframe:hover {
	cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.post-info iframe {
/*	width:100px !important; */
}

.entry-header {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 10px;
	text-align: center;
}

h1.entry-title {
	margin: 12px; 
}

.page h1.entry-title {
	font-size: 60px;
	text-transform: uppercase;
}

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

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

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

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

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

.entry-content ol.styled li,
.entry-content ul.styled li {
	color: #ca0202;
	line-height: 1.6;
	margin-bottom: 7px;	
}

.entry-content ol.styled li > span,
.entry-content ul.styled li > span {
	color: #131313;
}

.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 {
	list-style: none;
}

.entry-content .search-form {
	width: 50%;
}

.leftbox {
	float: left; 
	width: 48%; 
	display: block;
	margin:20px 0px;
}

.rightbox {
	float: right; 
	width: 48%; 
	display: block;
	margin:20px 0px;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.post-info {
	padding-bottom: 16px;
}

.post-info .entry-author {
	color: #373434;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-info .right {
	float: right;
}

.post-info .comment-button {
	margin-right: 10px;
	display: inline-block;
}

.post-info .fb-like {
	margin-right: 4px;
	display: inline-block;
}

.post-info .comment-link {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
	color: #666;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 18px;
	height: 20px;
	padding: 1px 4px;
}

.post-info .comment-link:hover {
	text-decoration: none;
	background: #f5f5f5;
	border: 1px solid #aaa;
}

.post-info .comment-number:hover {
	text-decoration: none;
}

.post-info .comment-number {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
	color: #000;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 18px;
	margin-left: 6px;
	min-width: 15px;
	padding: 1px 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.post-info .comment-number .pluginCountButtonNub {
	height: 0;
	left: -10px;
	position: relative;
	top: 2px;
	width: 5px;
	z-index: 2;
}

.pluginCountButtonNub s, .pluginCountButtonNub i {
	border-color: transparent #D7D7D7 transparent;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	display: block;
	position: relative;
	top: 1px;
}

.pluginCountButtonNub i {
	border-right-color: #fff;
	left: 2px;
	top: -7px;
}

.post-meta {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 100%;
}

.post-meta .entry-tags {
	color: #969696;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-meta .entry-tags span {
	padding-right: 20px;
}

.entry-footer p {
	margin: 0;
}

.entry-footer .float-right {
	font-family: 'tradegothic', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.entry-footer .float-right a {
	color: #131313;
}

.entry-footer .float-right .divider {
	padding: 0 25px;
}

.entry-footer .float-right .st_sharethis_custom:hover {
	cursor: pointer;
	text-decoration: underline;
}

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

.pagination {
	border: 1px solid #545454;
	overflow: hidden;
	width: 100%;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}

.pagination li {
	border-right: 1px solid #545454;
	display: block;
	float: left;
}

.pagination li.pagination-omission,
.pagination li a {
	color: #bfbfbf;
	display: block;
	font-family: 'tradegothic', sans-serif;
	font-size: 18px;
	line-height: 59px;
	width: 63px;
	text-align: center;
}

.pagination li:hover,
.pagination li.active {
	color: #fff;
	background: #676767; /* Old browsers */
	background: -moz-linear-gradient(top,  #676767 0%, #393939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#393939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #676767 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #676767 0%,#393939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #676767 0%,#393939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #676767 0%,#393939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#393939',GradientType=0 ); /* IE6-9 */
}

.pagination li:hover a,
.pagination li.active a {
	color: #fff;
	text-decoration: none;
}

.pagination .pagination-previous,
.pagination .pagination-next { padding-top: 5px; height: 59px; }
.pagination .pagination-next { border-left: 1px solid #545454; border-right: 0; float: right;}

/* Comments Pagination
--------------------------------------------- */
.comment-wrap {
	background: #333;
	padding: 7px;
	margin-bottom: 35px;
}

.comment-nav {
	border: 1px solid #545454;
	overflow: hidden;
	width: 100%;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
	background: #333;
}

.comment-nav p {
	margin:0;
}
	
.comment-nav .page-numbers {
	border-right: 1px solid #545454;
	color: #bfbfbf;
	display: inline-block;
	font-family: 'tradegothic', sans-serif;
	font-size: 16px;
    line-height: 33px;
    width: 34px;
    height: 34px;
	text-align: center;
	float: left;
}

.comment-nav .prev {
	border-left: 1px solid #545454; 
	border-right: 0; 
}
	
.comment-nav .next {
	border-left: 1px solid #545454; 
	border-right: 0; 
	float: right;
}

.comment-nav a.page-numbers:hover,
.comment-nav span.page-numbers.current {
	color: #fff;
	background: #676767; /* Old browsers */
	background: -moz-linear-gradient(top,  #676767 0%, #393939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#393939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #676767 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #676767 0%,#393939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #676767 0%,#393939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #676767 0%,#393939 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#393939',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.more-comments {
	margin-top: 20px;
}

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

blockquote.disclosure {
	margin: 30px 0;
	padding-bottom: 0;
}

blockquote.disclosure p {
	padding-bottom: 15px;
}

blockquote.comment-note {
	border-left: 0;
	border-right: 0;
	margin: 0 -24px 30px;
}

blockquote.comment-note p {
	font-family: 'notosans', sans-serif;
	font-size: 14px;
}

.entry-comments > h3 {
	font-size: 60px;
	font-family: 'tradegothic', sans-serif;
	text-transform: uppercase;
}

.comment-respond {
	margin-top: 10px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	font-family: 'notosans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-form-cookies-consent {
	display:none;
}

.subscribe-label {
	font-weight: normal !important;
	text-transform: none !important;
}

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

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

.entry-comments article {
	border-top: 1px solid #c9c9c9;
	padding: 28px 0 20px 55px;
	position: relative;
}

.comment-header span {
	font-weight: bold;
}

.comment-header p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.comment-list .children {
	padding-left: 55px;
}

.comment .avatar {
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 0;
	width: 36px;
	height: 36px;
}

.comment-meta,
.comment-meta a,
.comment-reply-link {
	color: #968d8d;
	font-size: 12px;
	font-weight: bold;
}

.comment-content {
	padding: 5px 3px 0;
	font-size: 13px;
}

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

.bypostauthor > article {
	background: #fff;
	border-left: 7px solid #ca0202;
}

.comment.bypostauthor > article .avatar {
	left: 10px;
}

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

/* Members See More
--------------------------------------------- */

.members-see-more {
	width: 673px;
	height: 142px;
	overflow: hidden;
	position: relative;
}

.members-see-more .icon {
	background: url(images/member-icon.png) no-repeat;
	width: 143px;
	height: 121px;
	position: absolute;
	top: 10px;
	left: 0;
}

.members-see-more .left {
	background: url(images/members-left.jpg);
	width: 496px;
	height: 142px;
	float: left;
	padding: 15px 25px 25px 150px;
}

.members-see-more .right {
	background: url(images/members-right.jpg);
	width: 177px;
	height: 142px;
	float: right;
	padding: 35px 0 0;
	text-align: center;
}

.members-see-more .left p,
.members-see-more .left h3,
.members-see-more .right p {
	color: #fff;
	font-family: 'tradegothic', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

.members-see-more .left h3 { font-size: 30px; margin-bottom:11px;}
.members-see-more .left p { font-size: 15px; line-height: 1.16; margin-top:10px; }
.members-see-more .left a { 
	color: #fff; 
	font-size: 16px;
	display: inline-block;
	background: #ca0202;
	border: 2px solid #000;
	padding: 5px 10px 3px;
}

.members-see-more .left a:hover {
	background: #000;
	text-decoration: none;
}

.members-see-more .right p { color: #fff; font-size: 20px;}

.members-see-more .right a {
	background: transparent;
	border: 3px solid #ca0202;
	color: #fff; 
	display: inline-block;
	font-size: 18px;
	padding: 13px 33px;
	margin-top: 10px;
}

.members-see-more .right a:hover {
	background: #ca0202;
	text-decoration: none;
}

/* Email Updates
--------------------------------------------- */

.email-updates {
	background: #131313;
	padding: 18px 15px 10px;
}

.email-updates h3 {
	color: #fff;
	float: left;
	font-family: 'tradegothic', sans-serif;
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}

.email-updates .email-form-wrapper {
	background: url(images/content-bg.jpg) 30px 40px;
	float: right;
	padding: 3px;
	max-width: 397px;
}

.email-updates .af-form-wrapper {
	position: relative;
	padding-right: 110px;
}

.email-updates input[type="email"] {
	background: #131313 url(images/email-icon.png) no-repeat 14px center;
	border: none;
	color: #fff;
	font-size: 14px;
	padding-left: 40px;
}

.email-updates input[type="submit"] {
	background: #fff url(images/red-dirt.jpg);
	padding: 10px 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.entry .email-updates input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

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

.sidebar .widget {
	background: url(images/widget-divider.png) repeat-x center bottom;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.sidebar .widget:last-child {
	background: transparent;
	margin-bottom: 0;
}

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

.sidebar .widget h4 {
	color: #fff;
	font-size: 26px;
	text-align: center;
}


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

/* Ebook Widget
--------------------------------------------- */

.mobile-ebook-placeholder, .widget_ebook,
.sidebar .widget_ebook {
	text-align: center;
	padding: 10px 0 10px;
}

.widget_ebook .ebook-image {
	background: url(images/widget-divider.png) repeat-x center bottom;
	padding-bottom: 10px;
}

.widget_ebook .title {
	color: #fff;
	font-family: 'tradegothic', sans-serif;
	font-size: 72px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.widget_ebook .subtitle {
	color: #fff1d0;
	font-family: 'clearfacefs', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.widget_ebook .ebook-description p {
	color: #fff;
	font-family: 'clearfacefs', sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.widget_ebook .button {
	display: block;
	font-size: 34px;
	padding: 13px 0;
	text-align: center;
}

.widget_ebook .btn-open,
.widget_ebook .btn-close {
	background: url(images/circle-with-arrow.png) no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0 8px;
}

.widget_ebook .button:hover .btn-open,
.widget_ebook .button:hover .btn-close {
	background-position: left bottom;
}

.widget_ebook .btn-close {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* Testimonials Widget
--------------------------------------------- */

.widget_testimonial .widget-wrap {
	background: url(images/slider-bg.jpg);
	padding: 30px;
}

.sidebar .widget.widget_testimonial h4 {
	text-align: left;
}

.widget_testimonial .testimonial {
	background: url(images/quote.png) no-repeat left 5px;
	padding: 0 0 30px 20px;
}

.widget_testimonial .testimonial p {
	color: #fff;
	font-family: 'clearfacefs', sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.widget_testimonial .testimonial p em {
	font-size: 19px;
	font-style:normal;
}

.widget_testimonial .quote-close {
	background: url(images/quote.png) no-repeat left center;
	width: 22px;
	height: 14px;
	display: inline-block;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.widget_testimonial .title {
	color: #fff;
	font-family: 'tradegothic', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0;
	position: relative;
	z-index: 6;
}

.widget_testimonial .title .subtitle {
	color: #eee6d2;
	display: block;
	font-size: 14px;
}

/* Email Updates
--------------------------------------------- */

.widget_email .email-form-wrapper {
	background: #000 url(images/site-bg.jpg);
	padding: 3px;
}

.widget_email .widget-wrap:after,
.email-updates:after {
	content:"New Articles and Episodes, News and Promotions";
	display: block;
	padding:12px 0px 0px;
	font-size: 10px;
    color: white;
    text-align: center;	
}

.af-form-wrapper {
	position: relative;
	padding-right: 110px;
}

.widget_email input[type="email"] {
	background: #131313 url(images/email-icon.png) no-repeat 14px center;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 13px 10px 12px 40px;
}

.widget_email input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 30px;
}

.af-form-wrapper label.error {
	background: #f00 url(images/red-dirt.jpg);
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -25px;
	z-index: 999;
}

/* Back to Top
---------------------------------------------------------------------------------------------------- */

.back-to-top {
	background: #131313;
	border: 1px solid #545454;;
	border-top-width: 0;
	overflow: hidden;
	padding: 10px 40px;
	text-align: right;
	width: 100%;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}

.back-to-top a {
	color: #bfbfbf;
	font-family: 'clearfacefs', sans-serif;
	font-size: 14px;
	font-style: italic;	
	font-weight: bold;
}

.back-to-top a:hover {
	color: #fff;
	text-decoration: none;
}

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

.footer-widgets {
	background-color: #131313;
	border: 1px solid #545454;
	border-top-width: 0;
	clear: both;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}

.footer-widgets .widget-area {
	float: left;
	padding: 0 15px 15px;
	min-height: 327px;
}

.footer-widgets .widget {
	padding-top: 35px;
}

.footer-widgets .footer-widgets-1 {
	border-right: 1px solid #545454;
	width: 35.273972603%; /* 412/1168 */
}

.footer-widgets .footer-widgets-2 {
	border-right: 1px solid #545454;
	width: 30.993150685%; /* 362/1168 */
}

.footer-widgets .footer-widgets-3 {
	width: 33.732876712%; /* 394/1168 */
}

.footer-widgets,
.footer-widgets h3,
.footer-widgets h4
.footer-widgets p,
.footer-widgets li,
.footer-widgets a {
	color: #bfbfbf;
}

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

.footer-widgets h3 {
	font-family: 'tradegothic', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.footer-widgets h4 {
	font-size: 18px;
}

.footer-widgets p,
.footer-widgets li {
	font-size: 12px;
}

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

.footer-widgets-1 .widget {
	position: relative;
	padding-left: 150px;
}

.footer-widgets-1 .widget img {
	position: absolute;
	top: 36px;
	left: 0;
}

.footer-widgets a.more-arrow {
	color: #fff;
	font-family: 'tradegothic', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.footer-widgets .search-form {
	position: relative;
	padding-right: 106px;
}

.footer-widgets .search-form input[type="search"] {
	background: #393636;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 13px 10px;
}

.footer-widgets .search-form input[type="submit"] {
	background: #393636;
	border-left: 1px solid #615e5e;
	color: #bfbfbf;
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px 30px 14px;
}

.footer-widgets .search-form input[type="submit"]:hover {
	color: #fff;
}

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

.site-footer {
	background: #393636;
	border: 1px solid #545454;
	border-top-width: 0;
	padding: 15px 35px;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}

.site-footer p {
	margin: 0;
}

.site-footer,
.site-footer p,
.site-footer a {
	color: #bfbfbf;
	font-size: 12px;
}

.site-footer em {
	font-style: normal;
	padding: 0 15px;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

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

h1.archive-title {
	color: #fff;
}

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

.page-template-template-landing-php .site-header,
.memberpressproduct-template-template-landing-php .site-header {
	padding-bottom: 20px;
}

.page-template-template-landing-php .site-title a,
.memberpressproduct-template-template-landing-php .site-title a {
	width: 154px;
	height: 154px;
	background-size: cover;
}

.page-template-template-landing-php .site-container,
.memberpressproduct-template-template-landing-php .site-container {
	padding-top: 70px;
}

.page-template-template-landing-php .content-sidebar-wrap,
.memberpressproduct-template-template-landing-php .content-sidebar-wrap {
	border-bottom-width: 0;
	padding: 0;
}

.page-template-template-landing-php .entry-bottom,
.memberpressproduct-template-template-landing-php .entry-bottom {
	background: transparent url(images/content-bottom.png) repeat-x center top;
	margin-bottom: 40px;
}

.page-template-template-landing-php .back-to-top,
.memberpressproduct-template-template-landing-php .back-to-top {
	border-top-width: 1px;
}

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

.home-rotator {
	position: relative;
}

.home-rotator .slides a {
	z-index: 10;
}

.home-banner {
	border: 1px solid #545454;
	color: #fff;
	margin-bottom: 11px;
	overflow: hidden;
	width: 100%;
	-webkit-border-image:url(images/border.jpg) 1 1 repeat;
	-o-border-image:url(images/border.jpg) 1 1 repeat;
	border-image:url(images/border.jpg) 1 1 repeat;
}

.home-banner .col {
	border-right: 1px solid #545454;
	float: left;
	text-align:center;
	width: 25%;
	line-height: 1;
}

.home-banner .col-1 {
	font-family: 'tradegothic', sans-serif;
	font-size: 38px;
	padding: 15px;
	text-transform: uppercase;
	width: 26%;
}

.home-banner .col-2 {
	font-family: 'clearfacefs', sans-serif;
	font-size: 16px;
	font-style: italic;
	padding: 26px 0;
}

.home-banner .col-3 {
	font-family: 'tradegothic', sans-serif;
	font-size: 20px;
	line-height: 28px;
	padding: 6px 0 0;
	text-transform: uppercase;
}

.home-banner .col-3 em {
	background: url(images/home-banner-lines.png) no-repeat left center;
	clear: both;
	display: inline-block;
	font-family: 'mission-script', sans-serif;
	font-style: normal;
	font-size: 24px;
	padding-left: 160px;
	text-transform: none;
}

.home-banner .col-4 {
	border-right: 0;
	width: 24%;
}

.home-banner .col-4 a {
	background: #000 url(images/red-dirt.jpg);
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'tradegothic', sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 68px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

.home-banner .col-4 a:hover {
	background: #fff url(images/content-bg.jpg);
	color: #000;
	text-decoration: none;
}

/* Podcast
---------------------------------------------------------------------------------------------------- */
.wp-playlist-single .wp-playlist-tracks,
.wp-playlist-single .wp-playlist-current-item,
.wp-playlist-singleAS .wp-playlist-tracks,
.wp-playlist-singleAS .wp-playlist-current-item {
	display:none !important;
}

.wp-playlist-single, 
.wp-playlist-singleAS {
	border: none !important;
	padding: 0px !important;
}

.wp-playlist-singleAS {
	margin: 12px 0 34px !important;
}

#LatestEpisode + p {
    margin: 0;
}

.EpisodePlayer {
	display: block;
	border: 1px solid #c9c9c9;
	border-left: 5px solid #ca0202;
	background: white;
    padding: 10px 10px 0 10px;
	margin: 0 0 18px 0;
}

.GreatestHitsPlayer {
	display: block;
	border: 1px solid #c9c9c9;
	border-left: 5px solid #ca0202;
	background: white;
    padding: 10px;
	margin: 0 0 15px 15px;
}

.GreatestHitsPlayer h4, .EpisodePlayer h4 {
    font-size: 20px !important;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 9px !important;
	padding-bottom: 4px !important;
}

.GreatestHitsPlayer p {
	margin: 0px !important;
}

.wp-playlist-multi {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.wp-playlist-multi .wp-playlist-current-item .wp-playlist-item-title {
	font-family: 'tradegothic', sans-serif;
    font-size: 16px !important;
}

.wp-playlist-multi .wp-playlist-current-item .wp-playlist-item-album {
    white-space: normal; !important;
}

.wp-playlist-multi .wp-playlist-item-title,
.wp-playlist-multi .wp-playlist-item-meta, 
.wp-playlist-multi .wp-playlist-item-length {
    font-size: 12px !important;
}

.wp-playlist-multi .wp-playlist-item-length {
	top: 3px;
}
.powerpress_links_mp3 {
	font-size: 12px !important;
	font-weight: 600 !important;
	margin: 6px 0 6px !important; 
}

.powerpress_subscribe_links {
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important; 
}

.powerpress_links_mp3 a, 
.powerpress_subscribe_links a {
	font-weight: normal;
}

.pp-sub-widget-custom  div.pp-sub-h, .pp-sub-widget-custom  p.pp-sub-m-p {
	color: #000 !important;
}
.pp-sub-widget-custom h2.pp-sub-t {
	font-family: 'tradegothic', sans-serif;
	font-style: normal;
}
.pp-sub-widget-custom .pp-sub-btns a {
	background: #000 url(images/red-dirt.jpg) !important;
}
.pp-sub-widget-custom .pp-sub-btns a:hover {
	background: #000 !important;
}
.itunes-art {
	width: 100% !important;
	height: auto !important;
	max-width: 290px !important;
	padding: 0;
	margin: 0 20px 25px 0;
	float: left;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.itunes-art-sm {
	width: 100% !important;
	height: auto !important;
	max-width: 240px !important;
	padding: 0;
	margin: 0 20px 25px 0;
	float: left;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.show-desc {
	font-family: 'clearfacefs', sans-serif;
    font-size: 16px;
    padding: 5px 0;
}
.show-desc-closer {
	font-family: 'notosans', sans-serif;
	font-size: 14px;
}
.show-desc p {
	margin-bottom: 12px;
}

a[target=itunes_store] {
    width: 110px !important;
}

#LeaveReview ~ p {
	margin-top: 15px !important;
}

/* Recent Posts Widget Extended
---------------------------------------------------------------------------------------------------- */
#Latest.rpwe-block li {
	border: none;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}
#Archive.rpwe-block ul {
	margin-left: 17px !important;
}
#Archive.rpwe-block li {
	border: none;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	list-style-type: disc !important;
}
#Archive.rpwe-block .rpwe-title a {
    color: #131313 !important;
    font-family: 'tradegothic', sans-serif;
    font-size: 16px !important;
}
#Archive.rpwe-block .rpwe-title a:hover {
	color: #ca0202 !important;
	text-decoration: none !important;
}

.rpwe-block ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.rpwe-block li {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	list-style-type: none !important;
}
.rpwe-block a {
	display: inline;
	text-decoration: none;
}
.rpwe-block a:hover {
	display: inline;
	text-decoration: underline;
}
.rpwe-title {
    font-family: 'tradegothic', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0;
}
.rpwe-thumb {
	margin: 2px 10px 2px 0;
}
.rpwe-summary {
	font-size: 13px;
}
.rpwe-summary .more-link{
	float:right;
	font-size: 12px;
}
.rpwe-time {
	color: #bbb;
	font-size: 11px;
}
.rpwe-alignleft {
	display: inline;
	float: left;
}
.rpwe-alignright {
	display: inline;
	float: right;
}
.rpwe-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Arconix FAQ Plugin
---------------------------------------------------------------------------------------------------- */
.arconix-faq-title,
.arconix-faq-accordion-title {
    color: #131313 !important;
    font-family: 'notosans', sans-serif !important;
    font-size: 14px !important;
	font-weight: bold !important;
}


.arconix-faq-content,
.arconix-faq-accordion-content {
	color: #131313 !important;
    font-family: 'notosans', sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.arconix-faq-content a,
.arconix-faq-accordion-content a {
	color: #ca0202 !important;
	text-decoration: none !important;
}

.arconix-faq-content a:hover,
.arconix-faq-accordion-content a:hover {
	text-decoration: underline !important;
}

.ui-accordion-header {
	margin-top: 20px !important;
}

.arconix-faq-term-faq {
	display: none !important;
}

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

.mobile-menu-button,
.mobile-menu-indicator {
	display: none;
}

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

		.site-title a {
                background: url(images/logo@2x.png) no-repeat left;
                background-size: 210px 210px;
        }

}

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

	.site-container {
		padding-top: 110px;
	}
	
	.home-rotator .t-l,
	.home-rotator .t-r,
	.home-rotator .b-l,
	.home-rotator .b-r,
	.header-widget-area,
	.home-banner .col-3,
	.sidebar .widget_socials,
	.footer-widgets-1 .widget img,
	.home-rotator .flex-direction-nav {
		display: none;
	}
	
	.site-header {
		min-height: 125px;
	}
	
	.site-header .wrap {
		position: relative;
	}
	
	.content,
	.sidebar-primary {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.sidebar {
		padding-top: 20px;
	}
	
	.sidebar .widget {
		background: transparent;
		padding-bottom: 0;
	}
	
	.sidebar .widget.widget_email { padding-bottom: 10px; overflow: hidden; width: 100%; margin-bottom: 10px;}
	
	.sidebar .widget_email h4 {
		display: inline;
		float: left;
		padding-top: 10px;
		width: 28.011204482%; /* 220/714 */
	}
	
	.widget_email .email-form-wrapper {
		float: right;
		width: 69.18767507%;
	}
	
	.footer-widgets-1 .widget {
		padding-left: 0;
	}
	
	.footer-widgets .footer-widgets-2 { width: 36.085365854%; /* 270/738 */}
	.footer-widgets .footer-widgets-3 { width: 28.184281843%; /* 208/738 */}
	.footer-widgets .search-form { padding-right: 66px;}
	.footer-widgets .search-form input[type="submit"] { padding: 13px 20px 14px; }
	.site-footer { padding: 15px;}
	.site-footer .one-half { width: 52%;}
	.site-footer .one-half.first { width: 44.717948718%;}
		
	/* Primary Mobile Menu */
	
	.mobile-menu-button {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 18px;
		z-index: 99;
	}

	.mobile-menu-button::hover,
	.mobile-menu-button::active,
	.mobile-menu-button::selection {
		background: #ca0202;
		color: #fff;
		opacity: 1;
	}
	
	.header-menus {
		background: url(images/submenu-bg.jpg);
		display: none;
		padding: 5px 0;
		width: 200px;
		position: absolute;
		top: 65px;
		right: 18px;
		z-index: 99;
		-webkit-box-shadow: 0px 0px 4px 3px rgba(10, 10, 10, .3);
		box-shadow: 0px 0px 4px 3px rgba(10, 10, 10, .3);
	}
	
	.header-menus.mobile-menu-active {
		display: block;
	}
	
	.header-menus .mobile-menu-indicator {
		background: url(images/subnav-arrow.png) no-repeat;
		display: block;
		width: 8px;
		height: 8px;
		margin: -12px 15px 0 0;
		float: right;
	}
	
	.menu-header-left-container,
	.menu-header-right-container {
		padding: 0;
		width: 100%;
		float: none;
	}
	
	.header-menus .genesis-nav-menu .menu-item {
		float: none;
		display: block;
	}
	
	.header-menus .genesis-nav-menu > .menu-item > a {
		font-size: 18px;
		padding: 4px 0 3px 8px;
		margin: 0;
	}
	
	.header-menus .genesis-nav-menu .sub-menu {
		background: rgba(13, 13, 13, 0.35);
		border-bottom: 0;
		left: auto;
		padding-top: 5px;
		opacity: 1;
		position: relative;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-menus .genesis-nav-menu .sub-menu { display:block !important; opacity: 1 !important;  }

	.touch-device .genesis-nav-menu .sub-menu { display:none; }
	.touch-device .genesis-nav-menu .menu-item:hover .sub-menu{ display:block; }


	.genesis-nav-menu.menu-primary .sub-menu, 
	.genesis-nav-menu.menu-primary .menu-item:hover > .sub-menu {
		left: auto;
		margin-left: 0;
	}
	
	.header-menus .genesis-nav-menu .sub-menu .indicator {
		display: none;
	}

	.header-menus .menu-primary .menu-item-has-children > a:before { display: none; }
	
	.header-menus .genesis-nav-menu.menu-primary > .menu-item > a,
	.header-menus .genesis-nav-menu.menu-primary .menu-item.menu-item-has-children > a {
		margin: 0;
		padding-bottom: 3px;
	}
	
	.header-menus .genesis-nav-menu .sub-menu li {
		background: transparent;
		padding-top: 0;
	}
	
	.header-menus .genesis-nav-menu .sub-menu a {
		background: transparent;
		border: 0;
		font-size: 13px;
		padding: 8px 18px;
		width: 100%;
	}
	
	.header-menus .genesis-nav-menu .sub-menu a:hover,
	.header-menus .genesis-nav-menu .sub-menu .current-menu-item a {
		background: transparent;
		color: #fff;
	}
	
	.header-menus .genesis-nav-menu.menu-primary > .menu-item:hover > a,
	.header-menus .genesis-nav-menu.menu-primary > .current-menu-ancestor > a,
	.header-menus .genesis-nav-menu.menu-primary > .current-menu-item > a {
		border-bottom: none;
	}

	/* Secondary Menu */
	.genesis-nav-menu.menu-secondary > .menu-item > a {
		font-size: 32px;
	}
	
	.genesis-nav-menu .sub-menu.sub-menu-active {
		left: auto;
		opacity: 1;
	}
	
	.nav-secondary .menu-secondary .menu-item-has-children > a:before {
		top: 0;
	}


	/* Home */ 

	.home-banner .col-1,
	.home-banner .col-2 {
		width: 38%;
	}
	
	.home-banner .col-1 {
		font-size: 32px;
		padding: 18px 15px;
	}
	
	.home .flex-control-nav {
		display: block;
	}
	
	.home .content-sidebar-wrap {
		padding-top: 44px;
	}
	
	.widget_ebook {
		width: 100%;
		overflow: hidden;
	}
	
	.widget_ebook .ebook-image {
		background: transparent;
		float: left;
		width: 41.304347826%; /* 304/736 */
	}
	
	.widget_ebook .ebook-right {
		background: url(images/widget-divider.png) repeat-x center bottom;
		float: right;
		padding-bottom: 10px;
		width: 55.97826087%; /* 412/736 */
	}
	
	.widget_ebook .ebook-right .title {
		background: url(images/widget-divider.png) repeat-x center top;
		padding-top: 30px;
		font-size: 70px;
	}
	
	.page-template-template-landing-php .site-header,
	.memberpressproduct-template-template-landing-php .site-header {
		min-height: 0;
	}	

	.page-template-template-landing-php .site-header .site-title,
	.memberpressproduct-template-template-landing-php .site-title {
		top: -18px;
	}
}


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

	.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 {
		margin: 0;
		width: 100%;
	}
	
	.site-container {
		padding-top: 100px;
	}
	
	.genesis-nav-menu.menu-secondary > .menu-item {
		background: url(images/secondary-nav-line.png) repeat-x;
		display: block;
		width: 250px;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.genesis-nav-menu.menu-secondary {
		background: transparent;
		padding: 0px 0px 6px 0px;
	}
	
	.members-see-more .icon,
	.home-banner .col-2,
	.entry-footer .st_sharethis_custom,
	.entry-footer .divider {
		display: none;
	}
	
	.home-banner .col-1,
	.home-banner .col-4 {
		width: 50%;
	}
	
	.home-banner .col-1,
	.home-banner .col-4 a {
		font-size: 20px;
		line-height: 68px;
		padding: 0;
	}
	
	.widget_ebook .ebook-image,
	.widget_ebook .ebook-right,
	.widget_email .email-form-wrapper,
	.site-footer .one-half,
	.site-footer .one-half.first {
		float: none;
		width: 100%;
	}
	
	.site-footer {
		text-align: center;
	}
	
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3 {
		border: none;
		border-bottom: 1px solid #545454;
		float: none;
		min-height: 0;
		width: 100%;
	}
	
	.sidebar .widget_email h4 {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
	}
	
	/* Secondary Navigation */
	.genesis-nav-menu.menu-secondary .sub-menu {
		border-bottom: 0;
		left: auto;
		padding-top: 0;
		display: none;
		position: relative;
		width: 100%;
		z-index: 20;
		-webkit-box-shadow: 0 0 0 0 rgba(10, 10, 10, 0);
		box-shadow: 0 0 0 0 rgba(10, 10, 10, 0);
	}
	.genesis-nav-menu.menu-secondary .sub-menu .indicator {
		display: none;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu li {
		background: transparent;
		display: list-item;
		float: none;
		padding-top: 0;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu a {
		background: transparent;
		border: 0;
		font-family: 'clearfacefs', sans-serif;
		font-size: 14px;
		text-transform: none;
		font-style: italic;
		padding: 5px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item a {
		background: transparent;
		color: #ca0202;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu .sub-menu.sub-menu-active {
		display: block;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu {
		margin-left: 0;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu .indicator {
		display: none;
	}
	
	.members-see-more,
	.members-see-more .left,
	.members-see-more .right {
		width: 100%;
		height: auto;
		max-width: 496px;
	}
	
	.members-see-more .left {
		padding: 25px 15px;
	}
	
	.members-see-more .left h3 {
		font-size: 24px;
	}
	
	.members-see-more .right {
		padding: 10px;
	}
	
	.members-see-more .right p {
		display: inline;
		margin: 0 10px;
	}
	
	.leftbox {
		float: none !important; 
		width: 100% !important; 
		margin-top:46px !important;
	}

	.rightbox {
		float: none !important; 
		width: 100% !important; 
		margin-bottom:46px !important;
	}
	
	.GreatestHitsPlayer {
		margin: 0 !important;
	}
	
	.show-desc {
		font-size: 14px;
	}
	
	.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu { display:none; opacity: 0; }
	.nav-secondary .genesis-nav-menu.menu-secondary .sub-menu.visible { display:block; opacity: 1; } 
	
	.comment-list .children { padding-left: 20px;}
	.text-right { text-align: center;}
	.af-form-wrapper label.error {bottom: auto; top: 40px;}
	.sidebar .widget.widget_email,.sidebar-primary { overflow:visible;}
	.widget_ebook .ebook-right .title { font-size: 72px;}
	
	.sidebar .widget:first-child { margin-top: 30px;}
}

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

	.site-container {
		padding: 100px 0 0;
	}
	
	.widget_ebook .btn-open, 
	.widget_ebook .btn-close { 
		display: none; 
	}
	
	.home-banner .col-1, 
	.home-banner .col-4 { 
		width: 50%;
	}
	
	.widget_ebook .title {
		font-size: 52px;
	}
	
	.entry-comments > h3 { 
		font-size: 40px;
	}
	
	.button.button-large,
.gform_wrapper input[type="submit"] {
	padding: 25px 60px;
}
	
	h1, 
	.page h1.entry-title,
	h2.entry-title a,
	.email-updates h3,
	.sidebar .widget.widget_testimonial h4,
	.widget_ebook .button { 
		font-size: 24px;
	}
	
	h2 { 
		font-size: 18px;
	}
	
	blockquote {
		padding: 10px;
		margin: 0 0 20px;
	}
	
	.site-footer em { 
		padding: 0 3px;
	}
	
	.header-menus {
		top: 45px;
	}
	
	.itunes-art, .itunes-art-sm {
		max-width: 330px !important;
	}
	
}

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

	.pagination .pagination-previous,
	.pagination .pagination-next,
	.pagination li.pagination-omission,
	.pagination li a {
		font-size: 16px;
		line-height: 38px;
		height: 38px;
		width: 32px;
		text-align: center;
	}
	
	.pagination .pagination-previous,
	.pagination .pagination-next {
		width: 38px;
		text-align: center;
		
	}
	
	.pagination .pagination-previous a:before, 
	.pagination .pagination-next a:before {
		font-size: 16px;
		line-height: 16px;
		padding: 2px 1px 2px 3px;
		margin: 0;
	}
	
	.widget_ebook .ebook-right .title {
		font-size: 52px;
	}
	
	.post-info .entry-author {
		display:none;
	}

	.post-info .right {
		float:none;
	}
}

.fb-like { width: 79px !important; }
.fb-like > span,
.fb-like iframe { width: 480px !important; height: 20px !important; top:-5px;}


/* Memberpress Group Page Styles */


.mepr-price-menu.custom {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center !important;
}
.mepr-price-menu.custom .mepr-price-boxes {
    padding: 0;
    margin: 0 auto !important;
    width: 100%;
    margin-left: 0;
}
.mepr-price-menu.custom .mepr-price-box {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
}
.mepr-price-menu.custom .mepr-price-box .mepr-most-popular {
    padding: 0px 0;
}
.mepr-price-menu.custom .mepr-price-box.highlighted {
    background-color: #ffffff;
	margin:-10px;
    z-index: 1;
	border: 1px solid #ca0202;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(10, 10, 10, .15);
		box-shadow: 0px 0px 4px 3px rgba(75, 10, 10, .15);
}
.mepr-price-menu.custom .mepr-price-box.highlighted .mepr-most-popular {
    width: 100%;
	padding: 5px;
    color: white;
    background-color: #ca0202;
    font-family: 'tradegothic', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.mepr-price-menu.custom .mepr-price-box .mepr-most-popular {
    background-color: #c9c9c9;
    color: transparent;
}
.mepr-price-menu.custom .mepr-price-box-head,.mepr-price-menu.custom .mepr-price-box-benefits,.mepr-price-menu.custom .mepr-price-box-foot {
    margin: 0 15px;
}
.mepr-price-menu.custom .mepr-price-box-benefits {
    padding: 5px 0;
    text-align: left;
    color: #131313;
    font-family: 'notosans', sans-serif;
    font-size: 13px;
}
.mepr-price-menu.custom .mepr-price-boxes {
    display: flex;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-1-col .mepr-price-box {
    width: 100%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-2-col .mepr-price-box {
    width: 47%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-3-col .mepr-price-box {
    width: 30%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-4-col .mepr-price-box {
    width: 22.5%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-5-col .mepr-price-box {
    width: 18%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-6-col .mepr-price-box {
    width: 14.5%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-7-col .mepr-price-box {
    width: 12%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-8-col .mepr-price-box {
    width: 11%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-9-col .mepr-price-box {
    width: 9%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-boxes.mepr-10-col .mepr-price-box {
    width: 8%;
    flex: 1;
}
.mepr-price-menu.custom .mepr-price-box-title {
    font-family: 'tradegothic', sans-serif;
    font-size: 26px;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}
.mepr-price-menu.custom .mepr-price-box-price {
    margin: 0;
    padding-bottom: 30px;
	color: #131313;
	font-family: 'clearfacefs', sans-serif;
    font-size: 26px;
    font-weight: bold;
}
.mepr-price-menu.custom .mepr-price-box-heading {
    margin: 0;
    margin-bottom: 10px;
    padding-top: 35px;
    padding-bottom: 10px;
    color: #131313;
    font-family: 'notosans', sans-serif;
}
.mepr-price-menu.custom .mepr-price-box-price .mepr-custom-price {
    line-height: 60px !important;
}
.mepr-price-menu.custom .mepr-price-box-price .mepr-custom-price .mepr-sign {
    vertical-align: 22px !important;
    font-size: 24px !important;
    line-height: 60px !important;
}
.mepr-price-menu.custom .mepr-price-box-price .mepr-custom-price .mepr-price {
    font-size: 60px !important;
}
.mepr-price-menu.custom .mepr-price-box-price .mepr-custom-price .mepr-term {
    font-size: 18px !important;
}
.mepr-price-menu.custom .mepr-price-box-head {
    padding: 30px 0px 30px 0;
}
.mepr-price-menu.custom .mepr-price-box-benefits .mepr-price-box-benefits-list {
    margin: 0 20px;
}
.mepr-price-menu.custom .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
    margin: 0;
    padding: 5px 0;
	border-bottom: 1px solid #c9c9c9;
}
.mepr-price-menu.custom .mepr-price-box-footer {
    margin: 20px 15px;
}
.mepr-price-menu.custom .mepr-price-box-button {
    display: block;
    text-transform: uppercase;
}
.mepr-price-menu.custom .mepr-price-box.highlighted .mepr-price-box-button a {
}
.mepr-price-menu.custom .mepr-price-box-button a {
    display: inline-block;
    margin: 10px 0;
    background: #000 url(images/red-dirt.jpg);
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'tradegothic', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    width: auto;
    -webkit-appearance: none;
}
.mepr-price-menu.custom .mepr-price-box-button a:hover {
    text-decoration: none;
	background: #000;
	color: #fff;
}
.mepr-price-menu.custom .mepr-price-box .mepr-price-box-button a.mepr-disabled {
    cursor: default;
}
.mepr-price-menu.custom .mepr-price-box .mepr-price-box-button a.mepr-disabled:hover {
}
@media all and (max-width: 1200px) {
    .mepr-price-menu.custom .mepr-price-box-heading {
    font-size: 90%;
}
.mepr-price-menu.custom .mepr-price-box-benefits {
    font-size: 80%;
}
}
@media all and (max-width: 1023px) {
    .mepr-price-menu.custom .mepr-price-box-benefits .mepr-price-box-benefits-list {
    margin: 0 15px;
}
}


@media all and (max-width: 650px) {
    .mepr-price-menu.custom .mepr-price-boxes {
    display: block;
}
.mepr-price-menu.custom .mepr-price-box.highlighted {
	margin:0px;
	border-left: 1px solid #ca0202 !important;
}
.mepr-price-menu.custom .mepr-price-boxes .mepr-price-box-heading {
    font-size: 120%;
}
.mepr-price-menu.custom .mepr-price-boxes .mepr-price-box-benefits {
    font-size: 100%;
}
.mepr-price-menu.custom .mepr-price-boxes .mepr-price-box {
    display: block;
    width: 100% !important;
    margin-bottom: 40px;
    border-left: 2px solid #c9c9c9;
}
.mepr-price-menu.custom .mepr-price-boxes .mepr-price-box .mepr-price-box-head {
    text-align: left;
}
.mepr-price-menu.custom .mepr-price-box-benefits {
    font-size: 90%;
}
.mepr-price-menu.custom .mepr-price-box-benefits .mepr-price-box-benefits-list {
    margin: 0 10px;
}
}

.mepr-price-menu.custom {

}

.mepr-price-menu.custom .mepr-price-box {
    border-top: 1px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
	padding-bottom: 15px;
}
.mepr-price-menu.custom .mepr-price-boxes .mepr-price-box:first-child {
    border-left: 2px solid #c9c9c9;
}
.mepr-price-menu.custom .mepr-price-box-heading,.mepr-price-menu.custom.clean .mepr-price-box-benefits {
    border-top: 1px solid #c9c9c9;
}
.mepr-price-menu.custom .mepr-price-box.highlighted .mepr-price-box-heading,.mepr-price-menu.custom.clean .mepr-price-box.highlighted .mepr-price-box-benefits {
    background-color: #fff;
}