/*
Theme Name: Eric Spoto
Theme URI: http://ryanfait.com/
Description: 
Version: 1.0
Author: Ryan Fait
Author URI: http://ryanfait.com/
Tags: 

*/


* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -400px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 400px; /* .push must be the same height as .footer */
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


html {
	background: url(images/backdrop-html.jpg) fixed 0 0;
}
body {
	font: 0.9em arial,sans-serif;
	min-width: 320px;
}
header, footer, nav, aside, section, article {
	display: block;
}
article {
	overflow: hidden;
}
.container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 280px;
	background: url(images/nav-backdrop.png) repeat-x 0 140px;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 433px;
	height: 403px;
	background: url(images/logo-3.png) no-repeat 0 0;
	text-indent: -5000em;
	z-index: 9999;
}
.logo a {
	width: 370px;
	height: 130px;
	margin: 25px 0 0 31px;
	display: block;
}
#header nav {
	position: absolute;
	left: 360px;
	top: 149px;
	z-index: 99999;
}
#header nav li {
	font: 400 1.1em/30px 'Lato',sans-serif;
	text-shadow: 1px 1px 0 #fff;
	display: inline-block;
}
#header nav li a {
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 10px;
	color: #000;
	text-decoration: none;
	background: url(images/nav-backdrop-hover.png) no-repeat 100% 0;
	display: inline-block;
}
#header nav li a:hover {
	background-position: 100% 100%;
}
.membershipbox {
	position: absolute;
	left: 100%;
	top: 15px;
	width: 455px;
	height: 90px;
	margin: 0 0 0 -524px;
	padding: 9px 34px 19px;
	background: url(images/membership-backdrop-2.png) no-repeat;
}
.membershipbox p {
	padding: 3px 0 8px;
	font: 1.2em 'Archivo Black', sans-serif;
}
.membershipbox a {
	color: #444;
	text-decoration: none;
}
.membershipbox p span {
	float: right;
}
.membershipbox li a {
	text-decoration: underline;
}
.wdlogin li {
	margin: 0;
	padding: 0;
}
.wduser, .wdpass {
	width: 45%;
	float: left;
}
.wdsubmit {
	width: 40px;
	float: right;
}
.wdlogin input {
	width: 90% !important;
	height: 30px;
	padding: 5px !important;
	line-height: 30px;
	font-size: 110% !important;
	display: block;
}
.wdsubmit input {
	width: 40px !important;
	height: 40px;
	padding: 0 !important;
}
#header .social {
	position: absolute;
	left: 100%;
	top: 218px;
	width: 150px;
	margin: 0 0 0 -170px;
}
#header .social li {
	width: 40px;
	margin: 0 0 0 10px;
	text-indent: -5000em;
	float: left;
}
#header .social li a {
	width: 40px;
	height: 40px;
	background: url(images/social-fb.png) no-repeat;
	display: block;
	float: left;
}
#header .social li.twitter a {
	background-image: url(images/social-tw.png);
}
#header .social li.instagram a {
	background-image: url(images/so-in.png);
}



#content {
	background: url(images/content-backdrop.png) repeat-y 100% 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.contentwrapper {
	background: url(images/content-wrapper-backdrop.jpg) repeat-x 0 0;
	overflow: hidden;
}
.content {
	position: relative;
	width: 580px;
	padding: 40px 0 40px 20px;
	text-shadow: 1px 1px 0 #eee;
	float: left;
	z-index: 99999;
}
article {
	overflow: hidden;
}
.sidebar {
	position: relative;
	top: 20px;
	width: 330px;
	padding: 20px;
	color: #999;
	background: #444 url(images/sidebar-gr-backdrop.jpg) repeat-x 0 0;
	float: right;
}
.sidebar h2 {
	font: 1.4em 'Archivo Black', sans-serif;
	text-transform: uppercase;
}
.sidebar a {
	color: #fff;
}
footer {
	margin: 0 auto;
}
footer p {
	padding: 1em 0 0;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}
footer a {
	color: #666;
}
footer .container {
	padding: 40px 0 100px;
	background: #000;
}


h1, h2, h3, h4, h5 {
	padding: 0 0 0.4em;
}
h1 {
	padding: 0 0 1em;
	text-align: right;
	color: #d9464c;
	font: 1.3em 'Archivo Black',sans-serif;
	text-transform: uppercase;
}
.content h2, .content h3 {
	color: #444;
	font: 1.2em 'Archivo Black', sans-serif;
}
p, ul {
	padding: 0 0 1em;
}
.content p, .content li {
	font: 300 1.1em/1.6em 'Lato', sans-serif;
}
.sidebar li {
	padding: 0 0 1em;
}
.sidebar li li {
	padding: 0 0 0.2em;
}
.content a {
	color: #000;
}
a:hover {
	text-decoration: none;
}



.right, .alignright {
	text-align: right;
	float: right;
}
img.alignright {
	padding: 0 0 0.5em 1em;
}
.left, .alignleft {
	text-align: left;
	float: left;
}
img.alignleft {
	padding: 0 1em 0.5em 0;
}
.center, .aligncenter {
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea {
	width: 97%;
	padding: 1%;
	font-size: 1em;
	border: 1px solid #ccc;
	display: inline-block;
}
input[type="number"] {
	width: 50%;
}
#search-2 {
	overflow: hidden;
}
#search-2 label {
	display: none;
}
.sidebar input#s {
	width: 80%;
	height: 26px;
	padding: 0 1%;
	display: block;
	float: left;
}
.sidebar input[type="submit"] {
	width: 15%;
	height: 28px;
	padding: 1% 0;
	font-size: 0.8em;
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	float: right;
}
#rm_calc {
	width: 30%;
	float: none;
}
textarea {
	height: 160px;
}
input[type="submit"] {
	font-size: 1em;
}
.comment {
	padding: 0 0 2em;
}
a img {
	border: 0;
}
.wide-submit {
	width: 120px !important;
}



.half {
	width: 45%;
	padding: 0 5% 5% 0;
}
.price {
	width: 76px;
	height: 76px;
	color: #fff;
	line-height: 76px !important;
	font-size: 1.3em !important;
	font-family: 'Archivo Black', sans-serif !important;
	text-align: center;
	text-shadow: none;
	background: url(images/badge.png) no-repeat 0 0;
	float: left;
}
.signup a {
	margin: 1.5em 0 0;
	padding: 5px;
	font-weight: 700;
	color: #da474b;
	background: #fff;
	border: 2px dashed #aaa;
	border-radius: 5px;
	display: inline-block;
	float: right;
}
h3 {
	clear: both;
}
.content ol li {
	margin: 0 0 0 25px;
	padding: 0 0 0.5em;
	font-size: 0.9em;
	list-style: decimal;
}


.widget_recent_entries li, .widget_archive li {
	margin: 0 0 0 25px;
	font: 400 1.2em/1.5em Lato,sans-serif;
	list-style: square;
}
.package li {
	font-weight: 400;
}


.bx-wrapper .bx-viewport {
	max-height: 420px;
	background: #000 !important;
}
.bxslider img {
}
.slideshow {
	padding: 0 0 30px;
}
body.home .content p strong {
	font-weight: 300;
}

#menu-item-43 {
	display: none !important;
}
.visible-phone {
	display: none;
}
.hidden {
	display: none;
}

.postdate {
	position: relative;
	top: -12px;
	text-align: right;
	font-weight: bold;
}


.col {
	width: 48.5%;
	padding: 0;
	text-align: left;
}
.col h2 {
	height: 2.5em;
}
iframe {
	width: 100% !important;
	height: 280px !important;
}
#sidebarhidden {
	display: none;
}


/* Estra Wide*/

@media only screen 
and (min-width: 1500px) {
	.container {
		width: 1350px;
	}
	.content {
		width: 940px;
	}
	#header nav li a {
		padding: 10px 20px 10px 20px;
	}
}

/* Wide */

@media only screen 
and (min-width: 1224px)
and (max-width: 1499px) {
	.container {
		width: 1190px;
	}
	.content {
		width: 780px;
	}
	#header nav li a {
		padding: 10px 15px;
	}
}

/* DEFAULT EXTRA SETTINGS OVERRIDE FOR ONLY DEFAULT SIZE */

@media only screen
and (min-width: 991px)
and (max-width: 1223px) {
	h1 {
		width: 320px;
		padding-left: 260px;
	}
	#menu-item-22 {
		display: none !important;
	}
}

/* Tablet */

@media only screen 
and (max-width: 990px) {
	h1 {
		text-align: left;
	}
	.logo {
		width: 162px;
		height: 150px;
		overflow: hidden;
		background-position: 0 100%;
		z-index: 999999;
	}
	.logo a {
		width: 150px;
		height: 150px;
		margin: 0 0 0 5px;
	}
	#header nav {
		left: 0;
		text-align: center;
	}
	.container {
		width: 750px;
	}
	#content {
		background-position: 0 100%;
	}
	.content {
		width: 420px;
	}
	.sidebar {
		width: 250px;
	}
	#menu-item-22 {
		display: none !important;
	}

}


/* Mobile */

@media only screen 
and (max-width: 767px) {
	.container {
		width: 100%;
		float: none;
	}
	#header nav li {
		font-size: 92%;
	}
	#content {
		background: #fff;
	}
	#menu-item-18, #menu-item-19, #menu-item-25, #menu-item-127 {
		display: none !important;
	}
	#menu-item-43 {
		display: inline-block !important;
	}
	.membershipbox {
		display: none;
	}
	.sidebar {
		display: none;
	}
	.content {
		width: 90%;
	}
	.membershipphone {
		position: absolute;
		left: 100%;
		top: 20px;
		width: 110px;
		margin: 0 0 0 -170px;
		padding: 20px;
		background: #eee url(images/membership-backdrop.png) no-repeat 50% 50%;
	}
	.membershipphone a {
		color: #000;
	}
	.visible-phone {
		display: block;
	}
	#sidebarhidden {
		display: block;
	}
}


/* signup form hide elements */

#s2member-pro-paypal-checkout-form-custom-reg-field-height-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-height-divider-section,
#s2member-pro-paypal-checkout-form-custom-reg-field-weight-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-years-training-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-previous-training-program-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-current-supplements-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-average-calories-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-average-protein-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-average-sleep-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-bench-press-max-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-squat-max-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-deadlift-max-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-seated-shoulder-press-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-injuries-div,
#s2member-pro-paypal-checkout-form-custom-reg-field-goals-div {
	display: none;
}
div.s2member-pro-paypal-form-billing-method-section-title,
#s2member-pro-paypal-checkout-form-billing-address-section-title,
#s2member-pro-paypal-checkout-form-registration-section-title {
	background: none !important;
}

.s2member-pro-paypal-form-description-div {
	font: 1.5em 'Archivo Black',sans-serif !important;
}


.s2member-pro-paypal-checkout-card-type-maestro,
.s2member-pro-paypal-checkout-card-type-solo {
	display: none;
}

div#fancybox-overlay, #fancybox-wrap {
	z-index: 999999 !important;
}

.wpscst-table th {
	display: none;
}