/*
Theme Name: FLUXX-ROMWOD
Theme URI: http://fluxx.agency	
Author: DesignFluxx, LLC
Author URI: http://fluxx.agency
Description: ROMWOD
Version: 1.0
*/

@font-face{
	font-family:'Glyphicons Halflings';
	src:url(fonts/glyphicons-halflings-regular.eot);
	src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
	url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),
	url(fonts/glyphicons-halflings-regular.woff) format('woff'),
	url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),
	url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

html{
	height: 100%; position: relative; z-index: 1;
	background: #1c1c1e;
	background: -moz-linear-gradient(left,  #1c1c1e 0%, #3c3c3e 100%);
	background: -webkit-linear-gradient(left,  #1c1c1e 0%,#3c3c3e 100%);
	background: linear-gradient(to right,  #1c1c1e 0%,#3c3c3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1e', endColorstr='#3c3c3e',GradientType=1 );
	overflow-x: hidden;
	overflow-y: scroll !important; 
	-webkit-overflow-scrolling: touch;
}


#wrapper{
	max-width: 100%; 
	height: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
} 



.container{max-width: 100%}

input[type="submit"]{-webkit-appearance: none}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #555;
	min-height: 100vh !important;
	background-size: cover !important; 
	height: auto;
	/* IMGIX */
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	overflow-x: hidden;
}

body.page{background-color: #1c1c1c}


.exo{font-family: 'exo', sans-serif;}
strong{font-weight: bold}
em, i{font-style: italic}
.alignleft{float: left; margin-right: 2em; margin-bottom: 1em}
.alignright{float: right; margin-left: 2em; margin-bottom: 1em}
.aligncenter{display: block; margin: 1.5em auto;}
.clear{clear: both} 
a{text-decoration: none}
.fineprint{color: #666; font-size: 12px; display: block; margin-top: 10px; opacity: 0.75}
.center{margin-lefT: auto; margin-right: auto; display: block; text-align: center}
.relative_anchor{position: relative}
.upper{text-transform: uppercase}
.half{width: 50%; float: left;}
.enclose{border: 8px solid #fff; box-shadow: 0 3px 1px rgba(0,0,0,.1); }

.general h2{
	font-size: 60px;
	font-weight: 100!important;
	letter-spacing: -1px;
	color: #444;
	font-family: 'proxima-nova', sans-serif;
	display: block;
	margin: 1em auto .35em auto;
	text-align: center;
	border-bottom: 1px dotted #eee;
	padding-bottom: .5em
}

.general h3{
	font-size: 26px;
	font-weight: 100!important;
	letter-spacing: 0px;
	color: #999;
	font-family: 'proxima-nova', sans-serif;
	display: block;
	margin: 1em auto 1.25em auto!important;
	line-height: 1.3em;
	text-align: center;
}

.general p{line-height: 1.6em!important}

#opener{
	width: 100%; 
	background: #0b0b0b url(https://boost.romwod.com/core/uploads/openerbg2.jpg) center top no-repeat;
	background-size: cover;
	height: 810px;
	display: block; 
	overflow: hidden;
	position: relative;
}



.page #opener{
	height: 600px;
	overflow: hidden
}

#header{
	width: 90%; 
	height: 150px;
	margin: 50px auto;
	clear: both
}

#header #logo{float: left;}

#nav{
	float: right; margin-top: 19px;
}

#nav a{
	font-family: 'exo', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	text-decoration: none
}

#nav ul{float: right; margin-right: 25px;}
#nav li{float: left; margin: 0 18px}
#nav ul li a:hover{color: #ffb300}

#nav #accountbtns{float: right}

.btn-o{
	padding: 15px 30px;
	border: 1px solid #fff;
	transition: background .3s;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	text-decoration: none !important
}

.btn-o-small{padding: 12px 33px;}

.btn-o .tooltip{
	background: #0b0b0b;
	opacity: 0.8;
	border-radius: 4px;
	display: inline-block;
	color: #fff; 
	padding: 12px 14px;
	bottom: -50px; 
	right: 0px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: none; width: auto;
	font-weight: 500;
	position: absolute;
	font-size: 13px; width: 130px; 
	display: none;
}

#accountbtns .btn-o{width: 121px; padding: 8px 0px;	position: relative; top: -12px; font-family: 'refrigerator-deluxe', sans-serif !important; font-size: 15px; letter-spacing: 0.05em; font-weight: 500 !important}

.btn-yellow-o{
	color: #fff!important;
	border-color: #ffb300;
	background: #ffb300
}

.btn-black-o{
	color: #333!important;
	border-color: #333
}

.btn-yellow-s{background: #ffb300; border-color: #ffb300; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.5);}



.btn-yellow-o:hover{
	color: #fff!important;
	border-color: #ffb300;
	background: #ffb300;
	color: #fff!important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.btn-light-o{
	border-color: #333
}

.btn-light-o:hover{
	background: #333;
	color: #fff!important;
}

#nav #accountbtns .btn-light-o{margin-right: 8px;}

.slideContent{
	width: 80%; 
	position: absolute;
	top: 300px;
	margin-left: -40%; 
	left: 50%;
	height: 300px;
	display: block;
}

.slideContent .relative_anchor{
	width: 100%; 
	height: 300px;
	position: relative
}

#watchtour{
	position: absolute;
	left: 50%; 
	margin-left: -113px;
	top: 40%;
	margin-top: -50px;
	opacity: 0.75;
}

#watchtour:hover{opacity: 1; transition: opacity .4s;}

#fullscreenTour{
	position: absolute;
	top: 0px; left: 0;
	width: 100%; 
	height: 700px;
	z-index: 999;
	display: block;
	background: #0b0b0b;
	opacity: 1;
	display: none;
}

#fullscreenTour iframe{width: 100%; height: 100%}

#closeTour{
	color: #999; text-align: center; height: 45px; line-height: 45px; display: block; width: 100%; font-family: 'exo', sans-serif; text-transform: uppercase; font-size: 13px; font-weight: bold;  background: #212528
}

#closeTour:hover{color: #ffb300}

.module{
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
}

.inner{width: 75%; margin: 0 auto}

.module-dark{background: #000; color: #fff;}

.one-third{
	width: 28%; 
	float: left; 
	margin-right: 8%;
}

.module-dark p{color: #858585}

.one-third:nth-child(3n){margin-right: 0px;}

h3{
	font-family: 'exo', sans-serif;
	font-size: 32px;
	font-weight: bold;
}

.module h3{text-transform: uppercase; margin-top: 0px;}

.one-third p{
	font-size: 15px; 
	line-height: 1.5em;
	display: block;
	margin-top: 10px;
	max-width: 300px
}

sup{font-size: 0.6em; position: relative; top: -.6em; font-style: italic}



#frontendControls.stuck{
	width: 100%; height: 66px; background: #0b0b0b;
	position: fixed!important; left: 0; top: -100px; opacity: 0.98; z-index: 9999

}
#watchtoursticky{display: none;}

#frontendControls.stuck #logo{height: 40px; overflow: hidden; top: 14px; position: relative; left: 1.5%}
#frontendControls.stuck #logo img{width: 110px; height: auto}
#frontendControls.stuck #nav{position: relative; top: 6px!important; margin-right: 2%;}
#frontendControls.stuck #nav ul li{margin: 0px!important;}
#frontendControls.stuck #nav ul li a{padding: 24px 1.3em; font-weight: 500; margin: 0px!important; letter-spacing: 0.05em; transition: background .3s; font-family: 'refrigerator-deluxe', sans-serif !important; font-size: 15px; position: relative; top: -3px}

#frontendControls.stuck #nav ul li a:hover{}
#frontendControls.stuck #watchtoursticky{display: inline-block; color: #777;  font-style: italic; font-size: 14px; font-weight: 600; border: 1px solid #333; border-radius: 100px; padding: 10px 17px; margin-top: 15px; position: absolute;}
#frontendControls.stuck #watchtoursticky:hover{color: #fff; border-color: #fff; opacity: 0.75}


#intro-summary{clear: both; float: right; font-size: 15px; color: #b0b0b0; font-family: 'exo', sans-serif; margin-top: 15px; display: block; opacity: 0.8}
#frontendControls.stuck #intro-summary{display: none;}

.intro_case1{font-size: 72px; display: block; font-weight: bold; text-transform: uppercase; color: #faaf00; line-height: 1em}
.intro_case2{font-size: 42px; display: block; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 1em}
.intro_case3{font-size: 86px; display: block; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 1em}

#serviceIntro{
	background: #fff url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/serviceintrobg.jpg) left top no-repeat;
	padding: 120px 0;
	background-size: 100%
}

#serviceIntro .col-block .one-third{
	border: 2px solid #f7f7f7;
	padding: 2em;
	border-radius: 3px;
}

h1,h2,h3,h4,h5.h6{
	font-family: 'exo', sans-serif;
	display: block;
	font-weight: 600
}

h2{
	font-size: 32px;
	color: #0b0b0b;
}

h4{
	font-size: 24px;
	color: #0b0b0b;
}



p.overview{
	color: #858585;
	display: block;
	margin: 15px 0px;
	line-height: 32px;
	font-weight: 300;
	font-size: 20px;
}

.inner-medium{
	width: 70%;
	margin: 0 auto;
}

.inner-80{width: 80%; margin: 0 auto}
.inner-90{width: 90%; margin: 0 auto}
.inner-95{width: 95%; margin: 0 auto}


.devices-preview{
	margin-top: 65px;
	display: block;
}

.col-block{
	padding: 100px 0px;
	position: relative
}

#watching-hero{
	position: absolute;
	right: 0; bottom: -2%;
	z-index: 9
}

#featureOverview{
	min-height: 1000px;
	display: block;
	background: #fff url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/colorgrid.jpg) left top no-repeat;
	background-size: 105% auto;
	position: relative;
	margin-bottom: 0px

}

#featureOverview #colorgrid-lefthero{
	position: absolute;
	left: -4%; top: -5%;
}

#featureOverview #colorgrid-righthero{
	position: absolute;
	right: -4%; bottom: 8%;
}

#featureOverviewContent{
	width: 40%; 
	position: absolute;
	left: 55%; 
	margin-left: -20%; 
	top: 50%; 
	margin-top: -250px;
	height: 500px;
	text-align: left;
}

#featureOverviewContent .feature-bow{
	background: #fff; 
	color: #000;
	font-family: 'exo', sans-serif;
	font-weight: 700;
	font-size: 42px; 
	margin-right: 1em;
	text-transform: uppercase;
	display: inline-block;
	padding: .25em .5em;
}

#featureOverviewContent .feature-yob{
	background: #000; 
	color: #fab40b;
	font-family: 'exo', sans-serif;
	font-weight: 700;
	font-size: 36px; 
	text-transform: uppercase;
	display: inline-block;
	padding: .25em .5em;
}

#featureOverviewContent p{
	display: block;
	width: 84%;
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 1em;
}


#athleteSpotlight{
	width: 100%; min-height: 900px;
	background: url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/spotlight-chris.jpg) left no-repeat;
	background-size: cover;
	position: relative
}

#athleteSpotlightContent{
	width: 25%; 
	min-height: 840px;
	left: 10%; 
	top: 20%; 
	position: absolute;
	display: block; 
}

#athleteSpotlightContent img{
	width: 100%; 
	max-width: 100%;
	height: auto
}

#athleteSpotlightStats{
	width: 100%; 
	height: 80px;
	padding: 20px 0px 40px 0;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#athleteSpotlightStats .statswrap{
	width: 55%; float: right; 
	margin-right: 5%;
	display: block;
}

#athleteSpotlightStats .statswrap .one-third{
	border-right: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#athleteSpotlightStats .statswrap .one-third:nth-child(3n){
	border: none
}

.stat_value{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	float: none;
	display: block;
	font-family: 'exo', sans-serif;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.stat_label{
	font-size: 16px;
	font-family: 'proxima-nova', sans-serif;
	color: #6c6a6a;
	padding: 0px;
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
	
}

#athleteSpotlight h3, #userRavings h3{
	color: #fab40b;
	font-size: 42px;
	line-height: 48px;
}

#athleteSpotlight .athlete-name{
	color: #fff;
	text-transform: uppercase;
	font-family: 'exo', sans-serif; 
	font-size: 32px;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	margin-top: 35px;
}

#athleteSpotlight .athlete-summary{
	line-height: 20px;
	font-size: 14px;
	display: block;
	font-weight: 600;
	color: #858585;
}

#athleteSpotlight .view-profile-link{
	font-family: 'exo', sans-serif; 
	font-size: 18px;
	color: #999;
	font-weight: 700;
	padding: 10px 0px;
	display: inline-block;
	margin: 26px 0px 50px 0;
	background: url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/right-arrow-light.png) 90% center no-repeat;
	padding-right: 40px;
}

#athleteSpotlight .view-profile-link:hover{
	color: #fff
}

#userRavings{
	width: 100%; 
	height: 728px;
	background: url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/userravingsbg.jpg) left top no-repeat;
	background-size: cover;
}

#userRavings .half{
	height: 100%;
	display: block;
}

#userRavings .half .inner{
	width: 60%
}



#userRavings .half:last-child{
	background: rgba(255,255,255,0.7); height: 728px;
}

#userRavings h3{
	color: #000;
	margin-top: 160px;
}

.userRaveThumb{
	width: 75px;
	height: 75px;
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block; 
	transition: opacity 0.3s;
	cursor: pointer
}

.userRaveThumb img{
	opacity: 0.6;
}

.userRaveThumb img:hover{opacity: 1}

.userRaveThumb .selected{
	opacity: 1!important;
}



#userRaveThumbs{
	width: 80%;
	margin-top: 50px;
}

#theRave{
	width: 70%; margin: 200px auto 0 auto;
	position: relative;
}


#theRave .raveSum{
	font-family: 'exo', sans-serif; 
	font-size: 32px; 
	font-weight: 500;
	color: #111;
	display: block; margin-bottom: 45px; 
}

#theRave .theravecontent{
	font-size: 16px;
	color: #777;
	line-height: 1.54em; 
	
}

#theRave em{
	font-size: 18px;
	font-weight: 200;
	font-family: 'exo', sans-serif; 
	display: block; 
	margin-top: 60px; 
	color: #757575;
}

#theRave em strong{
	color: #111; font-weight: 500;
}

#userRavings .quotations{
	position: absolute;
	top: 50%; 
	left: 50%; 
	width: 55px; height: 45px;
	margin-left: -27px;
	border-radius: 0px; 
	margin-top: -23px;
}




.btn-solid-yellow{
	padding: 16px 70px;
	color: #000000;
	background: #fab610;
	border-bottom: 4px solid #a17200;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 auto;
	display: inline-block;
	clear: both;
	font-family: 'exo', sans-serif;
	font-weight: 700
}

#get-started .fineprint{margin-top: 20px;}

/*
#footer{padding: 60px 60px 20px 60px; box-sizing: border-box; color: #555; background: #f9f9f9; font-size: 13px;}
#footerlogo, #footer ul{float: left;}
#footer ul{margin-left: 50px;}
#footer ul li{float: left; margin-right: 26px; color: #555}
#footerlogo{position: relative; top: -20px;} 
#footer ul li a{color: #555; position: relative; top: -4px}
#footer .copyright{float: right; position: relative; top: -13px; }
*/
.page #frontendControls, .page .slideContent{z-index: 5; position: relative}
.page .slideContent #subpageTitle{top: -50%; position: relative}
#subpageOverlay{width: 100%; height: 100%; position: absolute; background: rgba(0,0,0,0.75); top: 0; left: 0; z-index: 1}




/*  Page UI  */

#navigation-v{
	width: 6%;
	float: left;
	background: #1c1c1c;
	display: block;
	min-height: 100vh;
	text-align: center;
	position: fixed; top: 0; left: 0;
	z-index: 999!important
}

#navigation-v #emblem{padding: 1.5em 0 2.5em 0;}

#nav-v li{position: relative; }

#nav-v .navtip{
	position: absolute; 
	left: 90%; 
	height: 42px; 
	opacity: 0; 
	background: rgba(240,240,240,0.95); 
	box-shadow: 0 0 3px rgba(0,0,0,0.3); 
	padding: 0 20px; 
	top: 50%; 
	margin-top: -22px; 
	border-radius: 50px; 
	line-height: 42px; 
	font-weight: 700; 
	color: #222; 
	font-size: 13px; 
	min-width: 140px; 
	display: inline-block; 
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; 
	display: none;
	text-decoration: none;
}

#nav-v li a{
	padding: 1.5em 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important
	
}

#nav-v li a:hover{background: #171717; border-left: 3px solid #ffb300;}

#nav-v li a:hover img{position: relative; left: -1px;}

#nav-v li img {width: 36px;}

#contentStream, #memberswrap{
	width: 77%;
	z-index: 101;
	position: relative; left: 6%;
	background: #fff;
	display: block;
	min-height: 800px;
}

#sidebar-r{
	width: 17%;
	position: fixed;
	top: 0px;
	right: 0;
	float: right;
	background: #f2f2f2;
	display: block;
	height: 100vh !important;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(10,10,10,0.2);
  z-index: 900;
}

#meta-block{
	width: 100%; 
	height: auto;
	background: #2c2c2e url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/workouts-hero.jpg) center top no-repeat;
	background-size:  cover;
	overflow: hidden;
	position: relative;
}

#meta-block #search{
	width: 100%;
	height: 100%; 
	display: none; 
	background: rgba(40,40,40,.98); 
	position: absolute;
	left: 0; top: 0;
}

#meta-block #search input{
	border: none;
	background: transparent;
	font-size: 32px; 
	line-height: 56px;
	margin-top: 59px;
	padding-left: 5%;
	outline: none;
	color: #fff;
	width: 80%;
}

#meta-block h1{
	font-family: 'exo', sans-serif;
	color: #fff;
	font-size: 28px;
	margin: 0 0 0 5%;
	padding: 2.6em 0
}

#filter-controls{
	width: 100%; 
	background: #ffb300;
	height: 75px;
	display: block; 
}

#filtersToggle{
	height: 75px;
	margin-top: 0px;
	font-size: 15px;
	padding: 0 30px;
	display: inline-block;
	float: left; 
	margin-left: 2.5%;
	line-height: 75px;
	font-weight: bold;
	color: #222;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	text-decoration: none
}

#filtersToggle:hover, #filtersToggle.selected{background: #ECA600; padding-top: 0px;}



#filtersToggle img{position: relative; top: 0px; margin-right: 10px; height: 22px; width; auto;}

#searchToggle{
	float: right;
	margin-right: 2.5%;
	height: 100%; 
	padding: 0 20px;
	line-height: 86px;
	opacity: 0.6
}

#searchToggle img{position: relative; top: -7px; width: 28px !important; opacity: 0.6 }

#searchToggle.selected{	opacity: 1;}


#searchToggle:hover{opacity: 1}

#filtersPane{
	height: auto;
	background: #f9f9f9;
	display: none;
	width: 100%;
	color: #777;
	font-size: 18px;
}

@media (min-width: 993px){ .filterspane-quickstart{display: block !important} }

#userAvatar{float: left; background: #292e32}

#userMeta{
	background: #2c2c2e;
	height: 75px;
	position: relative;
	overflow: hidden
}

#userData{
	float: left;
	color: #fff;
	padding: 0 1.4em;
	height: 75px;
}

#userData .username{
	font-family: 'exo', sans-serif;
	color: #fff; 
	text-transform: ;
	font-size: 13px; 
	display: block;
	font-weight: 600;
	margin-bottom: .4em;
	margin-top: 1.75em;
	line-height: 10px
}

#userData .dashlink{
	font-family: 'exo', sans-serif;
	color: #fff; 
	opacity: 0.4;
	text-transform: capitalize;
	font-size: 13px; 
	font-weight: 600;
	display: block;
	
}

#toggleUserMenu{
	float: right;
	background: #252527;
	display: block;
	padding: 1em .875em;
	position: absolute;
	opacity: 1;
	bottom: 0; right: 0; 
	-webkit-transition: all .4s ease-in-out;
}

#toggleUserMenu:hover, #toggleUserMenu.selected{opacity: 1;}

#toggleUserMenu img{-webkit-transition: all .2s ease-in-out;}
#toggleUserMenu.selected img{-webkit-transform: rotate(180deg)}

#toggleUserMenu_m{
	float: right;
	display: block;
	position: absolute;
	opacity: 0.75;
	width: 40px; height: 66px;
	bottom: 0; right: -2px; 
	-webkit-transition: all .4s ease-in-out;
}

#toggleUserMenu_m:hover, #toggleUserMenu_m.selected{opacity: 1;}

#toggleUserMenu_m img{-webkit-transition: all .2s ease-in-out;}
#toggleUserMenu_m.selected img{-webkit-transform: rotate(180deg)}

#userMenu{padding: 1em 0}

#userMenu, #userMenu_m_nav, #userMenu_m_accountnav{
	clear: both;
	background: #252527;
	display: none;
}

#userMenu li a{
	padding: 0px 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	color: #fff;
	opacity: 1;
	line-height: 48px;
	font-weight: 600;
	transition: all .1s ease-in-out;
	text-decoration: none;
	font-size: 0.9em
}

#userMenu_m_nav li a, #userMenu_m_accountnav li a, #nav #userMenu_m_nav li a, #nav #userMenu_m_accountnav li a{
	padding: 0px 0px 0px 4em!important;
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	display: block;
	width: 100%!important;
	color: #fff!important;
	opacity: 0.67;
	line-height: 48px!important;
	border-bottom: 0px solid #1f2326!important;
	transition: all .1s ease-in-out;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,0.19);
	text-indent: 0%!important;
	text-align: left !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
}


#userMenu li a img, #userMenu_m_nav li a img, #userMenu_m_accountnav li a img{
	padding-right: 1.25em;
	position: relative; top: 0px;
}

#userMenu li a:hover, #userMenu_m_nav li a:hover, #userMenu_m_accountnav li a:hover{background: #1c1c1e; opacity: 1}

#userMenu_m_nav{padding: 2em 0}
#userMenu_m_accountnav{padding: 1em 0}

#userMenu_m_nav li a, #userMenu_m_accountnav li a{
	font-weight: 600; 
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

#userMenu_m_accountnav{background: #1c1c1e}
#userMenu_m_nav{background: #2c2c2e}


#timeline{
	padding: 3em 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.timeline-event{
	width: 70%; 
	margin-left: 25%;
	position: relative;
	padding-bottom: 50px;
	line-height: 1.25em;
	cursor: pointer
}


#timeline .timeline-event:last-child .event-follower{display: none;}

.timeline-event .event-glyph{
	position: absolute;
	top: 0px; left: -47px;
	padding: 10px 12px;
	background: #212528;
	border-radius: 100px;
	text-align: center;
	z-index: 100;
}

.timeline-event .event-follower{
	width: 4px; height: 100%; 
	background: #ffb300;
	display: block;
	position: absolute;
	top: 20px; left: -31px; 
}

.event-name, .event-name p{
	color: #1e2123;
	font-size: 12px;
	font-weight: 500;
	font-family: 'open sans', sans-serif;
	opacity: 0.65
}

.timeline-event:hover .event-name p{opacity: 1 !important}

.event-post-date{
	color: #9c9a9a;
	display: block;
	opacity: 0.75;
	font-size: 11px;
	font-weight: 600;
	font-family: 'exo', sans-serif;	
	margin-top: 1em;
}

#videoGrid{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3em;
	background: #f1f1f1;
	min-height: 95vh
}

.video-block{padding-left: 7px; padding-right: 7px; margin-bottom: 1em;}

.video-block-inner{
	width: 100%; 
	margin: 0 auto; 
	border: none;
	margin-bottom: 0;
	transition: all .2s ease-in-out;
	position: relative
}

/* .page-template-template-favorites-php .video-block{height: 330px} */

/* .video-block .video-block-inner:hover{box-shadow: 0 0 9px rgba(0,0,0,0.15);} */

/* .video-block:nth-child(4n){margin-right: 0px;} */

.video-block .video-thumb-block{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative
}

.video-block .video-thumb-block .video-thumb{width: 100%;  height: auto; display: block}
.video-block .video-thumb-block .thumb-link{display: block}

.video-block .video-thumb-block a.playbtn{width: auto; height: auto; z-index: 10; position: absolute; left: 50%; top: 55%; opacity: 0; margin-left: -30px; margin-top: -19px; min-height: none !important}

.playbtn img {height: auto; width: 61px;}

@media(min-width: 1300px){
	.video-block .video-thumb-block a.playbtn{margin-left: -40px; margin-top: -25px;}
	.playbtn img {height: auto; width: 80px;}
}

@media(min-width: 1800px){
	.video-block .video-thumb-block a.playbtn{margin-left: -50px; margin-top: -32px;}
	.playbtn img {height: auto; width: 100px;}
}

.video-block .video-duration{
	position: absolute;
	bottom: 10px; left: 10px;
}

.video-block .admin-edit a{
	position: absolute;
	right: 8px;	bottom: 74.5%;
	background: rgba(0,0,0,0.5);
	padding: 7px 10px; 
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	transition: all .2s ease-in-out;
	z-index: 99
}

.video-block .admin-edit a:hover{background: rgba(0,0,0,0.9)}


.video-block .video-duration .duration{
	background: rgba(0,0,0,0.7);
	padding: 3px 6px; 
/* 	border-radius: 5px; */
	font-size: .85em;
	margin-right: 5px;
	float: left;
	color: #fff;
}

.video-block .video-duration .short-duration{
}

.video-block .video-meta-block{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	min-height: 165px;
}

#videoGrid .video-block .video-meta-block{
	background: #f9f9f9}

.video-block .video-name{
	font-size: 16px;
	font-family: 'exo', sans-serif;
	max-height: 26px; overflow: hidden;
	display: block
}

.video-description{
	font-size: 12px;
	color: #888;
	line-height: 1.3em;
	display: block;
	margin: 1em 0;
	max-height: 46px; 
	overflow: hidden
}

.video-tags ul{overflow: hidden; max-height: 37px; margin-bottom: 0px}

.video-tags ul li{
	float: left;
	padding: 2px 5px;
	border-radius: 2px;
	background: #01B6ED;
	color: #fff; font-size: 9px; margin: 0 3px 3px 0;
	display: none;
	line-height: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.wodvideo .video-tags ul li{
	max-height: 20px;
	overflow: hidden
}

.video-tags ul li:nth-child(1),.video-tags ul li:nth-child(2),.video-tags ul li:nth-child(3){display: block;}
.wodvideo .video-tags ul li:nth-child(1),.wodvideo .video-tags ul li:nth-child(2),.wodvideo .video-tags ul li:nth-child(3), .wodvideo .video-tags ul li:nth-child(4), .wodvideo .video-tags ul li:nth-child(5){display: block!important;}


.copyright-sidebar{
	color: #aaa;
	padding: 2em 0em;
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	border-top: 1px dotted #ddd;
}

#block404{
	background: #111;
	width: 100%; 
	text-align: center;
	padding: 10% 0;
	color: #fff;
	height: 100%; 
	display: block;
}

#block404 h2{
	font-size:6em;
	letter-spacing: -2px;
	color: #222;
	margin: .25em 0
}

#block404 span{
	margin-top: 0em;
	margin-bottom: 2em;
	display: block;
	font-size: 18px;
	font-weight: 100;
}

#block404 .btn-o:hover{opacity: 0.5}

#pricingWrap{margin-top: 70px;}

#priceTable{
	width: 80%; 
	height: 250px;
	overflow: hidden;
	margin: 40px auto 100px auto; 
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	border-radius: 4px;
	border: 0px solid #eee;
	overflow: hidden;
}

#priceTable .planName{
	background: #333;
	color: #fff;
	padding: 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: block;
}

#priceTable .planName span{
	display: block;
	font-size: 28px;
}

#priceTable .planName em{
	display: block;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0px;
}

#priceTable .planName p{
	display: block;
	font-size: 14px;
	color: #bbb
}

.planFeatures ul li{
	display: block;
	padding: 20px 0px;
	border-bottom: 1px solid #eee; 
	text-indent: 70px;
	font-size: 14px;
	background: url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/pricecheck.png) 30px center no-repeat;
}



.planPrice{text-align: center; padding: 30px 0px; border-left: 1px solid #eee; background: #f9f9f9}
.planButton{display: none;}

.planPrice strong{
	font-weight: 600; color: #222;
}

.planPrice span.price{
	font-size: 32px;
	font-weight: 100; 
	letter-spacing: -1px;
	color: #888;
	padding-top: 10px!important;
	display: block
}

.planPrice small{color: #999; margin-top: 10px; display: block}

.planPrice em{
	font-size: 14px;
	font-weight: 100; 
	display: block; 
	font-style: normal;
	padding-top: 10px;
	color: #aaa;
	font-weight: 500;
}

.planPrice .btn{
	display: block;
	margin: 0px auto 0 auto;
	padding: 12px 16px;
	width: 50%; 
}



.planName, .planFeatures, .planPrice{
	height: 250px; float: left; width: 33.2%
}

#page-title-full{
	display: block;
	color: #fff;
	font-size: 48px; 
	text-align: center;
	font-weight: 300;
	margin-top: 0px;
}

#wodJumpTo{
	width: 90%; 
	margin: 1em auto;
	height: 100px;
	font-size: 18px;
	overflow: hidden
}

#wodJumpTo a, #wodJumpTo .divider, #wodJumpTo strong{float: left; line-height: 30px; margin: 35px 10px; font-size: 15px}
#wodJumpTo .divider{color: #ccc;}
#wodJumpTo a{color: #333; text-decoration: underline; transition: all .1s ease-in-out}
#wodJumpTo a:hover{color: #999}
#wodJumpTo strong{margin-right: 1em}
.jumptoinner{display: table; margin: 0 auto}


.wodblock .video-name a{text-decoration: none; opacity: 0.85}
.wodblock .video-name a:hover{opacity: 1}
.wodblock .video-description{max-height: 100%; font-size: 12px;}
.wodblock{background: #f3f3f3; padding: 30px 0; border: none}
.wodblock.today{background: #ffb300 !important; border-top: 1px solid #BE8C0F !important; border-bottom: 1px solid #BE8C0F !important}
.wodblock.today .wodmeta, .wodblock.today p em, .wodblock.today .video-description, .wodblock.today .video-name a{color: #fff !important}
.wodblock.today .video-name a{font-weight: bold; font-size: 20px;}
.wodblock .video-name a{font-weight: 600; }
.wodvideo .video-block .video-thumb-block img{max-width: 640px;}

.wodblock.today .wodmeta strong{color: #594410}

.wodblock .video-tags ul{max-height: 100%;}

.wodblock:nth-child(even){background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #fff;}
.wodmeta{
	width: 20%; float: left; margin-left: 5%; margin-right: 2%;
	font-size: 14px; color: #555; line-height: 1.2em; color: #777; font-weight: 600;
	font-family: 'exo', sans-serif
}



.wodmeta strong{
	font-size: 18px; display: block;
	margin-bottom: 1em; color: #222;
	margin-top: 1.2em;
	font-family: 'exo', sans-serif
}

.wodmeta p:last-child{font-family: sans-serif}

.wodmeta em{
	color: #bbb; 
	font-size: 14px; 
	font-style: italic;
	margin-top: 1em;
	display: block;
	line-height: 1.2em;
	font-weight: 500;
	
}

.wodvideo{
	width: 67%; margin: 0; overflow: hidden;
}

.wodvideo .video-block{
	float: none!important; width: 100%!important; margin: 0!important; padding: 1em!important; border-radius: 5px; overflow: hidden; border: none; background: none!important; height: auto!important
}

.wodvideo .video-block .video-thumb-block{
	width: 40%; float: left;
}

.wodvideo .video-block .video-thumb-block img{width: 100%; height: auto; }

.wodvideo .video-meta-block{
	width: 55%; float: left; margin-left: 2%; padding: 0 0 0 1em
}

#woddateinfo{position: absolute; right: 5%; top: 0px; }

#wodtodaysdate{
	font-weight: 600; color: #333; line-height: 70px; text-align: right; display: block; font-size: 13px; opacity: 0.75
}

#whatstoday{min-width: 200px;}

#whatstoday:hover{text-decoration: underline}

#todaysdateis{display: none; min-width: 200px}

#woddateinfo{cursor: default; min-width: 200px; display: block;}

.searchandfilter{overflow: hidden; padding: 2em 4em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.searchandfilter ul{width: 100%; padding-right: 0.5em; }
.searchandfilter ul li{width: 20%; float: left; padding: 0; margin: 0}
.searchandfilter ul li ul{}
.searchandfilter ul li h4{line-height: 1em; text-align: left; font-size: 18px; font-family: 'Open Sans', sans-serif}
.searchandfilter ul li ul li{
    width: 100%!important;
    max-height: 41px;
    float: none;
    display: block;
    line-height: 1em;
    text-align: left;
    position: relative;
    left: -5px;
    color: #5c5c5e;
    background: #fff;
    margin: 0px;
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0.5em .45em 0.5em;
    font-weight: 700;
    border-right: 1px solid #efefef;
    border-left: 25px solid #eee;
    transition: all .2s ease-in-out
}

#filtersPane .searchandfilter ul li ul li.selected{border-left-color: #ffb300 !important; background: rgba(255,255,255,0.025)}
#filtersPane .searchandfilter ul li ul li label{pointer-events: none; font-size: 13px !important; color: #5c5c5e}
.searchandfilter div ul li:nth-child(2){width: 40%;}


.searchandfilter div ul li:nth-child(2) ul li{width: 50%!important; float: left;}
.searchandfilter input[type="submit"]{
	background: transparent; padding: .8em 0em; font-weight: 700; font-size: 16px; color: #202020; width: 100%; 
	border: 3px solid #ddd; letter-spacing: -0.05em; margin-top: 3em; transition: all .2s ease-in-out
}
.searchandfilter input[type="submit"]:hover{border-color: #aaa; cursor: pointer}

#resetFilters{float: none; color: #999; font-style: italic; padding: 0; text-align: center; display: block; margin-top: 1em; font-size: 14px;}

#watch{
	background: #2c2c2e center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative
}

#watch-overlay{
	background: #000; 
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	height: 100%;
	opacity: 0
}

.watch-inner{
	margin: 0 auto; 
  width: 100%;
  height: auto;
  position: relative;
}


#watch iframe{width: 100%; }

#videoFormatPrompt{text-align: center; padding: 200px 0px;}

@media (max-width: 640px){
	#videoFormatPrompt{padding: 100px 0;}
	#videoFormatPrompt span{font-size: 24px !important}
	#videoFormatPrompt a{margin: 10px auto 0 auto !important}
}
@media (max-width: 992px){
	.cancel-subscription,a[href="/members/member/payment-history"]{display: none !important}
}

#videoFormatPrompt span{
	color: #fff;
	font-size: 36px;
	display: block;
	font-weight: 100
}

#videoFormatPrompt a{
	padding: 1.25em 2em;
	margin: 2em .5em;
	background: #3a3a3e;
	color: #999;
	border-radius: 4px;
	display: inline-block;
	transition: background .2s;
}

#videoFormatPrompt a:hover{
	background: #1ab7ea; color: #fff;
}

#workout-description p{padding: 2em 0; width: 90%; margin: 0 auto; line-height: 1.4em; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	f
}

h3#comments{display: none;}

#workout-comments{
	width: 100%; margin: 0 auto;
}

.commentlist{width: 100%; margin: 0 auto; clear: both}

.commentlist li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0px;
	padding: 2em 3em 2em 5em;
}

.commentlist li .comment-meta a{display: none;}

.commentlist .comment{overflow: hidden}

.commentlist .comment p{font-size: 14px; color: #2e2626; line-height: 1.35em; width: 90%; float: right; clear: both}
.commentlist .comment p a{color: #ffb300; font-weight: 600}


.comment-author{width: 90%; float: right; margin-bottom: 1em; margin-top: .45em}
.comment-author .says{font-style: italic; color: #6d6d6d;}

.comment-reply-link{
	background: #e6eaea; color: #666; text-decoration: none; border-radius: 5px; padding: 8px 15px; float: right; font-size: 14px; font-weight: 600; clear: both; 
}

.comment .fn .url{color: #2e2626; font-weight: bold; text-decoration: none}
.commentlist .comment{position: relative}

.comment .avatar{width: 67px; height: 67px; position: absolute; left: 5%; top: 40px;}
.commentlist a{color: #555}
#cancel-comment-reply-link{font-size: 14px; padding: .6em 0; display: block;}
.comment-body{overflow: hidden; margin-bottom: 1em}

ul.children .depth-2, ul.children .depth-3{width: 100%!important; margin: 0!important; float: right!important; padding-right: 0!important; }

.commentlist ul.children{background: #fcfcfc!important; overflow: hidden; border-radius: 5px;}
.commentlist ul.children li{border: none; width: 100%; margin: 0; border-top: 1px solid #eee; margin-top: 1em!important; border-left: 3px solid #9bb3c5; padding: 2em 3em 2em 5em;}
.commentlist ul.children li .comment-reply-link{font-size: 13px; padding: 5px 10px; opacity: 0.5; display: none;}

.commentlist ul.children li ul.children li{display: none;}

.commentlist .comment{border-bottom: 1px solid #eee}

#respond{background: #fbfbfb; padding: 80px 0; overflow: hidden; width: 100%; border-top: 1px solid #eee}

#respond h3, #respond #cancel-comment-reply, #respond #commentform{width: 90%; margin: 0 auto; font-size: 2em}

#respond a{color: #333}
.comment .fn{font-weight: 700}

#respond #commentform p{font-size: 14px; padding: .75em 0; color: #777;}
#respond #commentform a{font-size: 14px; padding: .75em 0; color: #777;}

#respond #commentform textarea{width: 100%; border: 1px solid #ddd; background: #fff; border-radius: 4px; font-size: 18px; height: 180px; color: #555; line-height: 1.3em; padding: 1em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none;}
#respond #commentform textarea:focus{border-color: #777}
#respond #commentform #submit{width: 100%; color: #fff; text-transform: uppercase; background: #212528; border: none;  border-radius: 0px; font-size: 1em; padding: 1.25em 0em; margin: 0!important; outline: none; position: relative; top: 5px; opacity: 0.8; font-weight: 700; transition: all .3s; cursor: pointer}
#respond #commentform #submit:hover{opacity: 1}

#fav{float: right; padding: 0 3em 0 0; width: auto!important; display: block; }
#fav a, #fav span{color: #fff; font-size: 14px!important; width: auto!important; min-width: 290px!important; display: block!important; text-align: right; width: auto!important}
#fav a{opacity: 0.4; transition: all .3s; min-width: 290px!important; display: block!important; text-align: right; width: auto!important} #fav a:hover{opacity: 1}

.wp-pagenavi{float: right;}
.wp-pagenavi span, .wp-pagenavi a{padding: 1em 1.5em!important; background: #fff}
.wp-pagenavi a{color: #333}
.wp-pagenavi .current{border-color: #ffb300!important; background: ; color: #ffb300}
.wp-pagenavi{padding: 30px 0!important; display: block!important; clear: both;}
@media only screen and (max-width: 320px) {
  .wp-pagenavi .pages {display:none;}
} 
#default-page-title, .am-body-content h1{
	width: 100%; 
	color: #fff; 
	text-indent: 0%; 
	font-size: 20px;
	padding: 0 !important;
	font-weight: 500;
	margin: 0px;
}

.am-body-content h1{
	padding: 24px 0 23px 0
}

#memberswrap #meta-block h1{background:  none!important; padding: 0!important; font-size: 28px!important; text-indent: 0!important; margin-top: 85px;}

#page_wrap p{
	display: block;
	margin: 1em 0;
	color: #555!important;
	line-height: 1.4em;
}

.gform_wrapper input[type="text"],.gform_wrapper textarea{
	border-radius: 3px; 
	padding: 10px!important;
	border: 1px solid #ddd;
	font-size: 18px!important;
	color: #676767;
}

.gform_wrapper select{font-size: 20px!important; background: #fff; border-color: #ddd; }

.gform_wrapper input:focus, .gform_wrapper textarea:focus{border-color: #bbb; box-shadow: 0 0 3px rgba(0,0,0,0.1); background: #f9f9f9}
@media only screen and (max-width: 320px) {.gform_wrapper .top_label textarea#input_1_3 {width: 94.2%} .gform_wrapper .top_label input#_1_2, .gform_wrapper .top_label input#_1_4, .gform_wraper .top_label input#_1_1 {width: 94.2%;} } 

.gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin: 0!important; }


.gform_wrapper .button{
	padding: 1em 2em; background: #f9f9f9; border-radius: 100px; border: 1px solid #ddd; cursor: pointer; transition: background .2s;
}

.gform_wrapper .button:hover{
	background: #555; color: #fff; 
}

#memberswrap{width: ; background: #fff;}

#memberswrap > div:first-of-type, #members-payment-history #memberswrap > div:nth-child(2){padding: 0!important}

.am-body-content{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
}

.am-info{border-radius: 0px!important; text-indent: 0%; padding: 1em!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}

.am-body-content{
	width: 100%;
	margin: 0 auto;
}

.am-body-content a{
	font-weight: 700
}

#memberLoginWrap a{color: #999!important; margin-left: 10px;}

input:-webkit-autofill {
    color: #fff !important;
}

.am-body-content h2{
	font-size: 18px;
	margin-bottom: 15px;
}

.am-tabs{
	margin-bottom: 0px;
}

.am-body-content a{
	color: #777;
}

.am-layout-two-coll{
	background: transparent!important;
	border: none!important;
	-webkit-box-shadow: 0 0 0 #000!important;
	-moz-box-shadow: 0 0 0 #000!important;
	box-shadow: 0 0 0 #000!important;

}

.am-form form{
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
	background: transparent!important;
	border: none!important;
	-webkit-box-shadow: none!important; 
	-moz-box-shadow: none!important; 
	box-shadow: none!important; 
}

.am-form form .row{border: none!important;}

.am-form form input{color: #333!important}

.am-form form legend{
	background: transparent!important;
	border-radius: 0px!important;
	margin-bottom: 10px!important;
	color: #555!important;
	text-shadow: none!important;
	border: none!important;

	
}

#forgotPass{display: none;}
#lostpasslink{margin-top: 20px; text-align: right; display: block; text-align: center; }


/* //d1vimwva7rgn5z.cloudfront.net/core/uploads/loginbgnoah.jpg */
#memberLoginWrap{
	background: #2c2c2e ;
	padding: 150px 0 0 0;
	min-height: 100vh !important;
	background-size: cover!important
}

@media (max-width: 1025px){
	#memberLoginWrap {
    padding-top: 23px;
    min-height: 100vh !important;;
    background-position: right top !important;
	  background-size: cover!important
	}
}

#members-login h1{text-align: center; display: none}

#memberLoginWrap .am-signup-link{
	background: rgba(0,0,0,0.05);
	display: none; 
	padding: 15px 0; border-radius: 3px; 
	margin: 0 auto!important; 
	width: 50%; 
	max-width: 400px;
	color: #fff
}

#memberLogin{
	width: 60%; 
	max-width: 400px;
	margin: 0px auto 0 auto;
	background: rgba(255,255,255,0)!important;
	padding: 0px; border: 0px solid #eee!important;
}

/* ..am-layout-two-coll{overflow: visible !important} */

#memberLogin input[type="text"], #memberLogin input[type="password"]{
	border: none;
	padding: 20px;
	margin: 0!important;
	background: #fff!important;
	border-radius: 0px!important;
	font-size: 16px;
}

#memberLogin input[type="submit"]{
	padding: 20px!important;
	height: 60px!important;
	line-height: 20px!important;
	background: #ffb300;
	width: 100%; border-radius: 0!important;
	color: #fff!important; 
	border: none;
	margin-top: 0px!important; 
	-webkit-appearance: none;
	font-size: 16px;
	text-shadow: none; font-weight: 600;
}

#memberLogin input[type="submit"]:hover{background: #ffb500;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

#page_wrap{
	width: 100%; 
	margin: 0 auto;
	padding: 2% 5% 5% 5%!important; 
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
	min-height: 76vh;
}

#page_wrap a{color: #555; text-decoration: underline; font-weight: 500;}

.amember input{border-radius: 0px; font-size: 16px;}

.am-tabs, .am-user-identity-block{
	margin: 0!important;
	padding: 0!important;
	border-radius: 0!important;
}

.am-tabs li, .am-tabs li a{
	margin: 0!important;
	border-radius: 0px!important;
	height: 100%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}

.am-tabs-wrapper{background: #ffb300;}
ul.am-tabs{height: auto; padding-left: 1.5% !important; background: transparent; box-shadow: none}

ul.am-tabs li a{height: 54px; line-height: 54px; background: transparent; text-shadow: none !important; color: #fff; border-right: 1px solid #D79700 !important; padding: 0 1.25em !important; font-size: 14px !important}

.am-tabs li.active > a, .am-tabs li.normal > a:hover{background: #EAA400!important;}

.am-user-identity-block{
	padding: 1em 0!important;
	height: auto!important;
	text-align: center;
	display: none
}

.am-tabs .has-children > ul {
  background: #fff !important;
  border-radius: 0px !important;
  border: 1px solid #eee !important;
  min-width: 200px;
  overflow: hidden;
  border-top: none !important;
  z-index: 99999999999999999999;
 }
 
 .am-tabs .has-children > ul a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #555 !important;
  border-right: none !important;
  border-bottom: 1px solid #eee !important;
}

 .am-tabs .has-children > ul li.active a{color: #555 !important; background: #f9f9f9 !important}


.am-tabs .has-children > ul a:hover{background: #f9f9f9 !important}

 
 

.am-layout-two-coll{padding: 3em 4%;
		border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.am-info{text-align: center;}

.amember .element input[type="submit"]{
	border-radius: 3px;
	background: #f9f9f9;
	font-weight: 600;
	font-size: 14px;
	text-shadow: none !important;
	padding: .75em 3em;
	margin-top: 1em
}

.am-form{padding: 3em 0}

/* #am-block-payments{line-height: 1.5em; padding: 3em 4%} */

#member-main-links ul li a{padding: .25em 0; display: block;}
#member-main-links ul li a:hover{color: #122122}

#affwrap{width: 90%; margin: 3em auto}

.am-tabs span.arrow{margin-top: 15px!important; margin-left: 10px!important}

#members-signup #memberswrap, #members-login #memberswrap, #members-welcome-back #memberswrap{width: 100%!important; left: 0px; margin-left: 0px; min-height: 0px; position: static}

#members-member #footer, #members-aff #footer, #members-profile #footer, #members-stats #footer, #members-payout-info #footer, #members-payment-history #footer, #members-thanks #footer, #members-index #footer, .page-template-past-wods #footer, .page-template-past-wods #footer-subscribe, .page-template-past-wods #get-started, .page-template-template-dashboard #footer, .page-template-template-favorites #get-started, .page-template-template-paths #footer{display: none!important}


#thanks_orderref{overflow: hidden; position: relative}
#thanks_orderref span{display: block; }
#thanks_orderref span:first-of-type{font-size: 24px}

.ultrabtn{width: auto; padding: 1em 2em; text-align: center; background: #fbba09; color: #000!important; display: inline-block; font-size: 24px; border-radius: 3px; margin-top: 0em; margin-bottom: 1em; position: absolute; right: 0; top: 0; opacity: 0.9}

.ultrabtn:hover{opacity: 1}

.presignup{
	text-align: center;
}

#presignup h2{color: #fff}

#presignup{background: url(https://boost.romwod.com/core/uploads/presignupbg.jpg) center center no-repeat; padding: 130px 0px 180px 0; background-size: cover;}
.presignup h2{padding: 0px 0 30px 0; text-shadow: 0 1px 1px rgba(0,0,0,.5);}
.presignup input[type="text"]{width: 350px; font-size: 20px; padding: 1.25em 1.4em; margin-bottom: 40px; border-radius: 4px; border: 1px solid #999;}
.presignup input[type="text"]:focus{box-shadow: 0 5px 5px rgba(0,0,0,0.5); outline: none}

#yourAssoc{width: 100%; text-align: center; padding: 1em 0; display: block; background: #fbba09}
#yourAssoc a{color: #54400c; font-weight: 500; font-style: italic; text-decoration:underline; font-size: 13px; margin-left: 5px;}
#norefer_link{color: #fff; font-size: 24px; border-bottom: 1px solid #fff; padding-bottom: 5px; display: inline-block; transition: all .15s ease-in-out; font-weight: 600}
#norefer_link:hover{color: #222; border-color: #222; font-weight: 600}

#select-athlete-box{background: #fff}

#athlete-select-wrap, #box-select-wrap{
	width: 90%; margin: 0 auto; padding: 3em 0;
	overflow: hidden
}

.athlete-select-label, .box-select-label{
	width: 15%; float: left; 
}

.athlete-select-label strong, .box-select-label strong{font-size: 32px; display: block; margin-top: 3em}
.athlete-select-label a, .box-select-label a{font-size: 18px; display: block; margin-top: .5em; color: #999; font-style: italic}


.athlete-select-grid, .box-select-grid{
	width: 80%; float: right; 
}

.athlete-select-grid .an-athlete, .box-select-grid .a-box{
	width: 18%;
	margin-right: 2%;
	float: left; 
	overflow: hidden;
	position: relative;
	margin-bottom: 1.5em;
}


.athlete-select-grid .an-athlete:hover a.name, .box-select-grid .a-box:hover a.name{color: #fff; background: #fbba09; text-shadow: 0 1px 1px rgba(0,0,0,0.5);}


.athlete-select-grid .an-athlete img, .box-select-grid .a-box img{max-width: 100%; height: auto}
.athlete-select-grid .an-athlete a.name, .box-select-grid .a-box a.name{font-size: 13px; width: 100%; display: block; text-align: center; line-height: 1em; background: #2c2c2e; color: #fff; position: absolute; bottom: 0px;  font-weight: 600; transition: all .2s ease-in-out; cursor: pointer; padding: 1em .25em; box-sizing: border-box;}

#box-select-container{background: #f2f2f2; padding-top: 2em}

.single-wod .playbtn{display: none!important}

h4.widget-title{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 1em; padding-bottom: .5em;
	border-bottom: 1px solid #ddd;
}

.sidebar-widget{padding: 2.5em 1.5em; }

#inthisworkout{
	overflow-y: scroll;
	max-height: 65vh}

ul#inthisworkout li{
	display: block;
	color: #fff;
	background: #1ab7ea;
	padding: 0.6em 1em;
  margin-bottom: .25em;
	border-radius: 0px;
	font-weight: 600;
	opacity: 0; position: relative; top: -15px;
	font-size: 12px !important;
}

ul#inthisworkout li:nth-child(even){background: #22a8d4}

@media (max-width: 800px){
	ul#inthisworkout li{
		width: 50%;
		float: left;
	}
	ul#inthisworkout li:nth-child(even){background: #19abdc}
}



.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs{background: transparent!important}
.rsUni .rsBullet{width: 12px!important; height: 12px!important; cursor: pointer}
.rsUni .rsBullet span{background: #fff!important; width: 12px!important; height: 12px!important}
.rsUni .rsNavSelected span{background: #000!important}

#featureOverviewContent .rsBullets{text-align: left!important; margin-top: 10px;}

.post-edit-link{color: #999; margin-top: 2em; display: block}

#selectpath{
	background: #eee;
	padding: 1em 0 2.5em 0;
	text-align: left
}

.uititle{
	display: block;
	text-align: center;
	margin: 1.5em 0;
	font-size: 22px;
}


.dashpath{
	position: relative;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
	display: inline-block;
	float: left;
	padding: 0 !important
}

.dashpath-inner{width: 100%; 
	margin: 0 auto;
	background: #1c1c1e;}
	
@media(min-width: 1240px){ .dashpath-inner{width: 98% !important} } 

/* @media (min-width: 1920px){.dashpath{margin: 0 1% 0 0 !important}  #selectpath .inner-90{width: 95%}} */
@media (max-width: 1240px){.dashpath{width: 47.9%; margin-bottom: 1em} .dashpath:nth-child(even){float: right; margin-right: 0px;}}
@media (mix-width: 1241px){#selectpath{text-align: center} }

@media(max-width: 700px){ .dashpath{width: 100% !important; max-width: 100% !important;} }

.dashpath:hover .dashpath-label{border-color: #ffb300;}
.dashpath p{max-width: 90%; margin: 0 auto; display: block; opacity: 0.7; font-size: 12px; position: relative; top: -3px;}

.dashpath img{width: 100%; height: auto; cursor: pointer}

.dashpath.last{margin: 0}

.dashpath-label{
	width: 100%; 
	padding: 1em 0;
	background: #1c1c1e;
	display: block;
	text-align: center;
	color: #fff;
	z-index: 999;
	border-top: 6px solid #2c2c2e;
	transition: all .4s ease-in-out;
}

.dashpath-label a{text-decoration: none; color: #fff}
.dashpath:hover .dashpath-label a{text-decoration: none; color: #ffb300}


.dashpath-label strong{font-size: 18px; display: block; margin-bottom: 0em; font-family: 'exo', sans-serif; font-weight: 600}

.hoverLink{width: 100%; height: 265px;
	background: rgba(255,179,0,0.7);
	position: absolute;
	top: 0; left: 0;
	text-align: center;
	font-weight: bold; 
	text-transform: capitalize;
	line-height: 200px;
	color: #fff; 
	font-size: 15px;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.hoverLink a{color: #ffb300; border: 1px solid #fff; padding: .75em 1.4em; transition: all .2s ease-in-out; background: #fff; border-radius: 2px; text-decoration: none; border-radius: 3px;}
.hoverLink a:hover{color: #555; border: 1px solid #eee!important; box-shadow: 0 0 25px rgba(0,0,0,0.4);}


.dashpath:hover .hoverLink{opacity: 1 }

#mobileMenuToggle{width: 32px; height: 30px; display: none; position: absolute; top: -4px; right: 20px; z-index: 99999; cursor: pointer;}
#mobileMenuToggle span{width: 100%; height: 4px; display: block; margin-bottom: 5px; background: #fff;  -webkit-transition: background .2s ease-in-out}
#mobileMenuToggle:hover span{background: #fab40b }
	#page_wrap.general img{max-width: 100%; height: auto;}

#navigation-v #mobileMenuToggle{top: 22px; display: none; right: 20px}

#navigation-v #userMeta{display: none;}

h2.slim{font-size: 60px;
font-weight: 100!important;
letter-spacing: -1px;
color: #444;
font-family: 'proxima-nova', sans-serif;
display: block;
margin: 1em auto .35em auto; 
text-align: center;
border-bottom: 1px dotted #eee;
padding-bottom: .5em;}

#whyaff{background: #fff; padding: 2.5em 5% 0 5%; font-size: 16px;}
#whyafflink{background: #f7f7f7; padding: 1.5em 5%;  text-align: center; color: #444; display: block; border: 1px solid #eee; text-decoration: underline; border-bottom: 2px solid #eee; cursor: pointer; position: relative}

#noreferlink{
	background: #555; padding: 1.5em 5%;  text-align: center; color: #fff; display: block; border: 0px solid #eee; text-decoration: underline; border-bottom: 2px solid #eee; cursor: pointer; position: absolute; top: 0; right: 0; font-weight: 600; 
}

#noreferlink:hover{background: #333}

#whyaff h2.slim{margin-top: 0px; font-size: 48px}

#whyaff p{line-height: 1.5em; color: #555; background: #eee; padding: 2em; display: none;}

.profile-left-panel{
	width: 27%; float: left; min-height: 600px;
}

.profile-left-panel .profile-photo{
	width: 100%; display: block; height: 400px; overflow: hidden
}

.profile-left-panel .profile-photo img, .profile-right-panel .profile-landscape-photo img{width: 100%; height: auto}

.profile-left-panel .profile-photo img{height: 100%!important; width: auto!important}

.profile-left-panel .profile-fast-facts{
	width: 100%; display: block; height: 200px;
}


.profile-right-panel{
	width: 73%; float: left; height: auto
}

.profile-right-panel .profile-meta{
	width: 100%; min-height: 210px;
}

.profile-right-panel .profile-social-links{
	width: 100%; height: 40px; background: #fff;
}

.profile-right-panel .profile-social-links .socialicon{
	width: 33.3%; height: 70px; float: left; display: inline-block;
	background: #ffb300; text-align: center;
}

.profile-right-panel .profile-social-links .socialicon span{
	opacity: 0.75; display: none
}

.profile-right-panel .profile-social-links .socialicon


.profile-right-panel .profile-social-links .socialicon img{position: relative; top: 0px; margin-right: 10px; opacity: 0.75}

.profile-right-panel .profile-social-links .socialicon{line-height: 70px; color: #fff; font-weight: 500; }


.profile-right-panel .profile-social-links .socialicon:nth-child(2){
	background: #eea804
}

.profile-right-panel .profile-social-links .socialicon:nth-child(3){
	background: #df9d01
}





.profile-right-panel .profile-landscape-photo{
	width: 100%; height: auto; overflow: hidden
}

.profile-right-panel .profile-meta{
	padding: 5%; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee
}

.profile-right-panel .profile-name{
	font-size: 42px; 
	font-family: 'exo', sans-serif;
	font-weight: bold;
}

.profile-right-panel .profile-meta p{
	display: block;
	margin: 10px 0;
	line-height: 1.5em;
	color: #555;
	font-size: 14px
}

.profile-headline{
	background: #121212;
	color: #fff;
	display: block;
	padding: 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	text-indent: 30px
}

.fast-facts-list{
	padding: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	font-size: 24px;
	font-style: italic;
	font-weight: 100;
	color: #999;
	font-family: 'exo', sans-serif;
	line-height: 1.3em;
	text-align: center
}

.fast-facts-list li{display: none;}


#profile-qa p{
	line-height: 1.5em;
	display: block;
	padding: 2em 2.5%;
	border-bottom: 1px solid #eee;
}

#profile-qa p:nth-child(even){background: #f9f9f9}

#profile-qa .pad{}

#athlete_stats li{
	background: #eaeaea;
	display: block;
	margin-bottom: .25em;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 4px;
	color: #666; opacity: 0;
	position: relative; left: 30px;
	font-size: 14px
}

#athlete_stats li strong, #athlete_stats li b{
	background: #5b666e;
	color: #fff;
	padding: 0 1em;
	display: inline-block;
	margin-bottom: .25em;
	margin-right: 1em;
	line-height: 36px;
	height: 36px;
}

#recent_competitions li{
	display: block;
	margin-bottom: .25em;
	overflow: hidden;
	border-radius: 4px;
	color: #444;
	padding: .5em 0;
	font-size: 14px;
	position: relative
}

#recent_competitions li strong{
	background: #3c3c3e;
	color: #fff;
	border-radius: 5px;
	width: 32px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	font-family: 'exo', sans-serif;
	position: absolute; top: 2px; right: 0;
}

#selectThisAff{display: none}

.mobile_only{display: none!important;}


.dashboard_label{width: 300px; position: absolute; left: 50%; top: 0px; font-weight: 700; color: #333; line-height: 60px; text-align: center; display: block; font-size: 16px; margin-left: -150px;}

#search-field{font-family: 'exo', sans-serif;}

.page-contact #page_wrap{background: url('https://boost.romwod.com/core/uploads/contactbg2.jpg') center top no-repeat; background-size: cover }
.page-contact .gform_wrapper input, .page-contact .gform_wrapper textarea, .page-contact .gform_wrapper select{opacity: 0.99}

#clearbtn{
	padding: 5px 10px; font-size: 13px; 
	background: #eee; 
	color: #555;
	border-radius: 4px; 
	display: inline-block;
	float: right;
}

body#members-index #memberLoginForm{margin-top: -200px!important}

.am-tabs a{border: none!important}

#login-notification{background: #ffb300; padding: 1em 0; text-align: center; font-weight: 600; display: none}
#login-notification span{display: block; font-size: 12px; font-weight: 500; opacity: 0.5; padding-top: 6px;}
#login-notification a{text-decoration: underline; color: #000}

/* #am-block-active-subscriptions{padding: 5%} */

.am-active-invoice{padding: 1.5em!important; border: none !important}
.am-active-invoice-product-list{margin-top: 1em; background: #eee; border-radius: 5px; padding: 1em; display: inline-block; list-style: none; margin-left: 0!important}
.am-active-invoice-product-list li{list-style-type: none!important; margin: 0;}

.am-block h3{font-size: 18px; margin-bottom: .5em;}

#fieldset-agreement{padding: 0 10%; margin: 0 auto; line-height: 1.1em}
#fieldset-agreement em{font-size: 14px!important; font-weight: 600!important}

#poweredby{width: 100px; display: block; margin: 0em auto 3em auto; opacity: 0.5}

#faq dd{display: none;
		padding: 1em 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #5c5c5e !important
}

#faq dl{
	width: 100%; 
	margin: 0.5em 0;
	background: #fff;
	border: 0px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	opacity: 0.875;
	transition: opacity 0.3s;
}

#faq dl:hover{opacity: 1;}


#faq dt{font-weight: 500; color: #777; background: #f9f9f9;
		padding: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#faq .selected{opacity:1}

#faq .selected dt{background: #2c2c2e; color: #fff}

#logo img {
	width: 170px;
	opacity: .95;
}


.panel-subscribe-maintenance{
	width: 600px;
	max-width: 100%; 
	margin: 2em auto;
	display: block;
	background: #fff;
	border: 1px solid #eee; 
	box-sizing: border-box;
	color: #555 !important
}

.panel-subscribe-maintenance .within{
	padding: 2em;
}

.panel-subscribe-maintenance h3{
	font-weight: bold !important;
	margin-bottom: .6em !important
}

.panel-subscribe-maintenance input{
	width: 100%; 
	font-size: 18px; 
	padding: 10px; 
	color: #555;
	box-sizing: border-box;
}

.panel-subscribe-maintenance label{
	font-weight: 600 
}

.panel-subscribe-maintenance button[type="submit"]{
	display: block; 
	color: #fff;
	width: 100%; 
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: #ffb300;
	line-height: 55px; 
	text-align: center
}

.page-id-735 #default-page-title{text-align: center !important; text-indent: 0% !important;}

.page-id-735 #page_wrap{background: #f9f9f9 !important}
.page-id-735 #footer{background: #fff !important}
.page-id-735 .panel-subscribe-maintenance p.subtext{
  text-align: center !important;
  width: 80%;
  margin: .5em auto 1em auto !important;
}

.page-id-735 .panel-subscribe-maintenance p.mstart{
  text-align: center !important;
  width: 300px !important;
  margin: 0 auto !important;
  background: none; padding: 0px 0px; 
  display: block !important;
  font-weight: bold;
}

.panel-subscribe-maintenance .footnote{
	width: 100%;
	line-height: 50px;
	background: #eee;
	color: #999;
	text-align: center;
}

.page-id-735 hr{opacity: 0.2; margin-bottom: 1em}

#member-main-links-head, #member-main-subscriptions-head, #member-main-unsubscribe-head{font-size: 16px !important; margin: .35em 0 !important}

#footer-subscribe{background: #3c3c3e; padding: 50px 0; overflow: hidden}

#footer-subscribe .footer-sub-label{
	width: 25%; float: left; position: relative
}

#footer-subscribe h3{font-size: 18px; color: #fff; float: left; width: 60%; line-height: 1.4em; margin: 0}

#footer-subscribe .footer-sub-label img{position: absolute; top: 0; right: 5%}

#footer-subscribe form{
	width: 70%; float: right;
	position: relative
}

#footer-subscribe .inner{width: 65%; max-width: 960px;}



#footer-subscribe input{
	width: 35%;
	font-size: 14px;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	margin-right: 2%
	
}

#footer-subscribe button{
	width: 25%;
	font-size: 14px;
	font-weight: bold;
	color: #fff; 
	background: #FAB610;
	padding: 6px 8px;
	line-height: 26px;
	box-sizing: border-box;
	border: none;
	position: absolute;
	top: 0; right: 0;
}

#footer-subscribe button:hover{opacity: 0.9}

@media screen and (max-width: 1350px){ #footer-subscribe .inner{width: 90%;} }
@media screen and (max-width:900px){
	 #footer-subscribe .footer-sub-label, #footer-subscribe form{width: 100% !important; clear: both} 
	 #footer-subscribe .footer-sub-label img{display: none} 
	 #footer-subscribe .footer-sub-label h3{width: 100%; text-align: center; margin-bottom: 1em}
}
@media (max-width: 540px){
	#footer-subscribe input, #footer-subscribe button{width: 100%; margin: 0%; float: none; position: static; margin-top: 5px}
	#footer-subscribe button{margin-top: 10px !important}
}



.video-meta-block .wpfp-link{color: #333; text-align: center; position: relative; top: 5px; border-radius: 100px; width: 100%; background: #f9f9f9; border: 1px solid #ddd; padding: .5em 1em; margin-top: .5em; text-transform: capitalize; display: inline-block; transition: all .1s ease-in-out; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 

.video-meta-block .wpfp-link:hover{background: #1c1c1e; color: #fff; }

#myFavorites h1{
	font-size: 18px; text-indent: 5%; background: #212528; height: 75px; color: #fff; line-height: 75px; display: block; overflow: hidden
}

#myFavorites #page_wrap{padding: 5%!important; background: #f9f9f9!important; min-height: 100vh; 
    height: auto;
    overflow: hidden;}

#myFavorites .video-thumb-block img{width: 100%; height: auto}

#myFavorites .video-block{margin-bottom: 1em}

.workout-title, .page-title{font-size: 16px; text-indent: 5%; background: #2c2c2e; height: 75px; color: #fff; line-height: 75px; display: block; overflow: hidden; margin: 0px;}

.btn{font-family: 'exo', sans-serif; text-transform: uppercase; font-weight: 700; outline: none}


.searchandfilter label{font-weight: 500; padding-left: 5px; font-size: 13px; }
.searchandfilter  input[type="checkbox"]{margin-right: 7px; display: none}



#searchToggle .search-svg {width: 28px;}
#members-wodbox #footer{display: none!important}		
#members-cc #footer{display:none}
form .comment{font-size: 13px; color: #777; line-height: 1.4em; padding: 5px 0}
#cc{padding: 0 10%} .am-receipt{width: 90%; margin: 2em auto 0 auto}


/* Profile Form */
form#profile{width: 90%; margin: 0 auto;}
form#profile .row{margin: 0px; padding-bottom: 1em !important}
form#profile .row .element-title{width: 100%; background: transparent; padding: 0px !important; float: none !important; text-align: left}
form#profile .row .element{width: 100%; background: transparent; padding: 0px !important; margin: 0 !important; float: none;}
form#profile .row label, form#profile .row .comment{margin: 0 !important; padding: 0 !important;}
form#profile .row .comment br{display: none !important;}

#am-block-payments table thead, #aff-report thead{
	font-weight: 700;
  background: #3c3c3e;
  color: #fff;
}


#members-cc #navigation-v, #members-cc #sidebar-r{display: none !important}
#members-cc #memberswrap{width: 100% !important; left: 0px !important}
#members-signup #nav, #members-signup #footer{display: none !important}
#members-signup #frontendControls.stuck #logo a{pointer-events: none !important}
#members-signup .am-info{display: none !important}
#members-signup #frontendControls, #members-signup #opener{display: none !important}

.am-aff-banner-preview-preview-conteiner img{max-width: 100%; height: auto;}
.am-aff-banner-preview{padding: 0px !important}
.am-aff-banner-preview-info{width: 40% !important}
.am-aff-banner-preview-preview{width: 60% !important}

@media (max-width: 800px){
	.am-aff-banner-preview-info, .am-aff-banner-preview-preview{width: 100% !important}
}


#memberLogin form .row{margin: 0 !important}


.gform_wrapper{display: block !important}
#gform_wrapper_4 ul li.gfield{
	  padding: 2em 0;
  border-bottom: 1px solid #eee;
}

#field_4_1{padding-top: 0px !important}

.am-info{display: none !important}

#stepFollower{
	font-style: normal; 
	font-weight: 600; 
	font-size: 13px; 
/* 	background: #2c2c2e;  */
	position: fixed; 
	top: 0px; 
	right: 0px;
	padding-top: 0em; 
	text-align: center; 
	opacity: 1;
	background: rgba(255,255,255,0);
	padding: 10px;
}

#stepFollower .row{max-width: 620px; margin: 0 auto}

#stepFollower .step{
	border-bottom: 2px solid #444; 
/* 	background: rgba(0,0,0,0.1); */
	position: relative;
	top: -35px;
}



#stepFollower .step.current{
	border-bottom-color: #ffb300; 
/* 	background: rgba(0,0,0,0.25) !important;  */
	color: #ccc;
}

#stepFollower .step .bubble-outline{
	background: #444;
	border-radius: 100px; 
	position: relative; 
	top: 44px; width: 18px; 
	height: 18px; display: inline-block;
	position: absolute
}

#stepFollower .step.current .bubble-outline{
	background: #ffb300; 
}

#stepFollower .step .bubble-button{
	width: 8px; 
	height: 8px; 
	background: #777; 
	border-radius: 100px; 
	display: block; 
	margin: auto; 
	position: relative; 
	top: 5px;
}

#stepFollower .step.current .bubble-button{background: #fff}

#stepFollower .step .step_label{
	color: #565656;  
	position: relative; 
	top: 55px;
	line-height: 42px;
	transition: all .2s ease-in-out;
	cursor: default;
	font-size: 13px; 
	font-weight: 500
}




#stepFollower .step.current .step_label{
	color: #bbb; font-weight: 600
}



#stepFollower .step.current{
	
}



/* Feedback Form */

#feedback-widget{text-align: center; font-size: 14px; background: #3c3c3e; padding: 9px 0 14px 0; color: #fff; position: relative}
#feedback-widget-thanks{text-align: center; font-size: 16px; background: #5cb85c; padding: 10px 0 10px 0; color: #fff; border-top: 1px solid #4cae4c; border-bottom: 1px solid #4cae4c}
#closeFeedback{font-size: 16px; position: absolute; top: 15px; right: 2.5%; color: #999; text-decoration: none; padding: 4px 10px; border-radius: 100px; background: #333}
@media (max-width: 1024px){ #feedback-widget-wrap{display: none !important}}
#feedback-widget label{display: none}
#feedback-widget #input_5_1{ border-radius: 2px; margin-left: 0px; outline: none; background: #555; width: 300px; height: 28px; border: none; padding: 3px 10px }
#feedback-widget #gform_submit_button_5{border-radius: 2px; margin-left: 0px; outline: none; background: #333; width: 120px; height: 28px; border: none; padding: 3px 10px; font-weight: 600; font-size: 12px;}

#feedback-widget #gform_submit_button_5:hover, #closeFeedback:hover{background: #ffb300; color: #fff;}

#feedback-widget .gform_footer{clear: none !important; width: 150px; float: none; display: inline-block; margin: 0 !important; padding: 0px !important}
#feedback-widget #field_5_1{width: 200px; display: inline-block; clear: none; float: none; margin-right: 1em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; margin-left: 0px !important}
#feedback-widget #field_5_1 input{width: 100% !important; color: #fff; font-size: 14px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; }
#feedback-widget #field_5_1 input:focus{background: #676767}

#feedback-widget .gform_body{width: 200px; display: inline-block; float: none;}
#feedback-widget .gform_body{width: 200px; display: inline-block; float: none;}
#feedback-widget .gform_wrapper{display: inline-block !important; margin: 0 !important; padding-left: 10px; }

.force-hide{display: none !important}

.wpfp-link.remove-parent{color: #fff !important; text-decoration: none !important; font-weight: 500 !important; font-size: 13px !important; text-transform: capitalize; color: #fff; color: #fff !important; border-radius: 5px; padding: 3px 5px; opacity: 0.75}

.wpfp-link.remove-parent:hover{opacity: 1}

.past-wod{color: #555; display: block; padding: 2em 0; border-bottom: 1px solid #eee; font-size: 1.35em; font-weight: 600; background: #f9f9f9; text-align: center}

.past-wod:hover{background: #fff; text-decoration: none; color: #1c1c1e}

.tooltip{font-weight: bold}

.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}


.upgrade-subscription-popup label{
   padding: 1em;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 10px;
}

.am-popup{
  background-color: white;
  border: solid 2px #eee !important;
  border-radius: 3px !important;
  padding: 2em !important;
  box-shadow: 0 0 0px 10000px rgba(30,30,32,0.75);
}

.am-popup .alert-info{margin-bottom: 10px}

.am-popup .am-product-title{
	font-size: 1.15em;
  padding-left: 0.5em;
}

.am-popup .am-product-terms{
	display: block;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding-top: 0.75em;
  margin-top: 0.75em;
}

.am-popup .am-product-description{
  font-weight: 500 !important;
  font-style: normal;
  font-size: 1em;
}

.am-product-desc{font-weight: 500}

.upgrade-subscription-yes, 
.upgrade-subscription-no{
	border-radius: 2px !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	padding: 15px 32px !important;
	outline: none;
	opacity: 0.8 !important
}

.upgrade-subscription-yes:hover, 
.upgrade-subscription-no:hover{opacity: 1 !important}

.upgrade-subscription-yes{
	background: #ffb300 !important;
	border: 1px solid #e7aa1a !important;
	color: #fff !important;
	margin-top: 0.5em;
}

.upgrade-subscription-no{
	background: #f9f9f9 !important;
	border: 1px solid #eee !important;
	color: #888 !important;
}

.ajax-link:after, .local-link:after{border: none !important}

#member-subscriptions li{
	padding: 1.5em;
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
  font-size: 0.9em;
}

#member-subscriptions li strong{display: block}

#member-subscriptions .subscription-manage-buttons{
	  position: absolute;
    top: 21px;
    right: 20px;
}

@media (max-width: 540px){
	.am-signup-form #_qf_page-0_next-0{
		background: #ffb300 !important
	}
	
	#member-subscriptions .subscription-manage-buttons{position: relative; left: -13px; right: 0px; top: 0px; margin-top: 1em}
	.past-wod{font-size: 1em}
} 

#favorites-remove-link{text-align: center; color: #777}
#favorites-remove-link a.wpfp-link{position: absolute; bottom: 0px; left: 0px; display: block; width: 100%; font-weight: bold !important; background: #ccc; text-align: center; padding: 7px 0; border-radius: 0px !important; opacity: 1 !important}
#favorites-remove-link a.wpfp-link:hover{color: #fff !important; background: #555 !important}

.page-id-43 #page_wrap .wpfp-link[href="?wpfpaction=clear"]{padding: 1em; background: #fff; text-decoration: none !important; border: 1px solid #eee; margin-bottom: 1em; border-radius: 3px; display: none !important; font-weight: bold !important; text-transform: capitalize }

.page-id-43 #fav{display: none}

.comment-author-romwod{
	background: #FFECBF !important;
  border: 1px solid #FFD571 !important;
}

.comment-author-romwod .comment-reply-link{
	background: #ffb300;
  color: #fff;
}

.comment-meta a{display: inline-block !important; color: #999}
.comment-meta{    position: absolute;
  top: 19px;
  right: 3.5%;
  font-size: 11px;
  color: #999 !important;
}
.depth-2 .comment-meta{  
  right: 0%;
}

/* About v2 */

.about-container{padding-top: 32.5vh}

p#about-romwod{
	-webkit-box-shadow: 10px 0 0 rgba(255,179,0,0.89), -10px 0 0 rgba(255,179,0,0.89); -moz-box-shadow: 10px 0 0 rgba(255,179,0,0.89), -10px 0 0 rgba(255,179,0,0.89); box-shadow: 10px 0 0 rgba(255,179,0,0.89), -10px 0 0 rgba(255,179,0,0.89); color: #fff !important; background: rgba(255,179,0,0.89); padding: 3px 0; line-height: 1.4em; display: inline !important;  box-decoration-break: clone; font-family: 'refrigerator-deluxe', sans-serif; font-size: 2.2em;}

.about-bio{margin-top: 3em}
.about-bio p{line-height: 1.75em}
.about-bio .container-fluid{padding: 4em ; border: 1px solid #eee; background: #fff; border-top: 4px solid #ffb300}
.about-bio .container-fluid strong{font-size: 1.2em; display: block; margin-bottom: .4em}

.about-container .row{width: 100%; max-width: 1200px !important; margin: 0 auto !important}

@media (max-width: 991px){
	.about-bio .container-fluid{padding: 2em !important}
	.about-container{padding-top: 2em; margin-top: 0px}
	p#about-romwod{ }
}


#continue_path_link a{
	color: #fff !important; 
	display: block;
	width: 100%; 
	margin: 1em auto 0 auto;
	background: #ffb300;
	border-radius: 4px;
	text-align: center;
	padding: 1em 0;
	font-weight: 600;
	font-size: 11px
}

#path-continue{background: #fff}

.am-reuse-card-confirmation{font-size: 1em !important; padding: 1em 3em; text-align: center }
.am-reuse-card-confirmation .am-receipt{max-width: 100% !important; width: 100% !important; text-align: left}
.am-reuse-card-confirmation .tb-btn{border-radius: 3px !important; border: none !important; background: #eee !important; color: #333 !important; text-shadow: none !important; padding: 0.5em 2em !important; opacity: 0.8; margin-top: 1em !important}
.am-reuse-card-confirmation .tb-btn-primary{border-radius: 3px !important; border: none !important; background: #ffb300 !important; color: #fff !important; text-shadow: none !important; padding: 0.5em 2em !important; opacity: 0.8}
.am-reuse-card-confirmation .tb-btn:hover{opacity: 1 !important}

#member-main-links li a[href="https://romwod.com/members/payment/authorize-cim/update"]{display: none !important}

#gform_1 label{color: #fff !important}
.contact-details {font-size: 0.9em; color: #fff !important; padding: 1em; background: rgba(0,0,0,0.1);}

#contactWrap{
	margin-top: 5em;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, #contactForm input{width: 100% !important; max-width: none !important}
.gform_wrapper textarea.medium{width: 100% !important}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	width: 100%; 
	background: #ffb300; 
	border: none; 
	color: #fff; 
	border-radius: 3px; 
	
}

.page-id-728 #footer-subscribe{display: none !important}

.tax-path .playbtn{display: none !important}

#pathsGrid{padding: 2em 0}
#pathsGrid .path{margin-bottom: 1em; padding: 0 5px}
#pathsGrid .path .container-fluid{position: relative; overflow: hidden; padding: 0px; border-radius: 0px; max-width: 500px}
#pathsGrid .path .container-fluid img{width: 100%; height: auto}
#pathsGrid .path .start-path{
	width: 50%; margin-left: -25%; top: 50%; margin-top: -27px; color: #fff; background: #ffb300; border-radius: 0px;
	position: absolute; opacity: 0; left: 50%; text-align: center; line-height: 54px; text-decoration: none; font-weight: 600; font-family: 'refrigerator-deluxe', sans-serif; text-transform: uppercase; box-shadow: 0 0 0 1000px rgba(40,40,43,0.7); transition: all .4s ease-in-out;
}
#pathsGrid .path:hover .start-path{opacity: 1}

#footer{padding: 3em 0; background: #f9f9f9}

#footer #footer-menu{margin-left: 0em; min-height: 40px}

#footer #footer-menu li{
	display: inline-block; 
	padding: 0 1em
}

@media (max-width: 991px){#footer #footer-menu li:first-child{padding-left: 0px;}}

#footer #footer-menu li a{color: #999; font-size: 12px; position: relative; top: 12px}

#footer .container-fluid{max-width: 94% !important}

#footer #copyright{
	color: #999;
	position: relative;
	top: 3px;
	min-height: 40px;
	font-size: 12px
}
 


#get-started{
	background: url(https://boost.romwod.com/core/uploads/getstartedbg3.jpg) center top no-repeat;
	background-size: cover; 
}

#get-started .container{
	padding: 15vh 0;
	color: #fff; 
}

#get-started h2{
	font-family: "refrigerator-deluxe", sans-serif !important;
	text-transform: uppercase;
	font-size: 4em;
	letter-spacing: 0.035em;
	color: #fff;
}

#get-started .btn{
	border-radius: 0px; 
	padding: 0.5em 2em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "refrigerator-deluxe", sans-serif !important;
	font-size: 1.5em;
	margin-bottom: 1em;
	border-radius: 3px
}

#get-started p{font-size: 0.9em; color: #999; }

@media (max-width: 991px){
	#frontendControls.stuck #logo{left: 5%;}
}

#mobile-nav-menu{
	position: fixed;
	top: 66px; left: 0;
	height: 100vh;
	background: #1c1c1e;
	background: -moz-linear-gradient(top,  #1c1c1e 0%, #3c3c3e 100%);
	background: -webkit-linear-gradient(top,  #1c1c1e 0%,#3c3c3e 100%);
	background: linear-gradient(to bottom,  #1c1c1e 0%,#3c3c3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1e', endColorstr='#3c3c3e',GradientType=0 );

	width: 100%; 
	display: none;
	z-index: 999999999999999
}

#mobile-nav-menu ul {padding: 7.5vh 0}

#mobile-nav-menu ul li{
	display: block;
	text-align: center;
	padding: 1.1em 0
}

#mobile-nav-menu ul li a{
	font-family: 'refrigerator-deluxe', sans-serif; 
	font-size: 1.55em;
	color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all .2s;
  padding: 0em !important;
  cursor: pointer;
}

#mobile-nav-menu ul li a:hover,
#mobile-nav-menu ul li a:active,
#mobile-nav-menu ul li a:focus{text-decoration: none; color: #ffb300}

#static-buttons{
	width: 100%; 
	position: fixed;
	bottom: 0; left: 0;
	display: none;
	z-index: 999999999999999999999;
	display: none;
	opacity: 0.95
}

#static-buttons a{
	width: 50%; 
	display: inline-block;
	padding: 0.6em 0;
	text-align: center;
	font-weight: 600;
	font-family: 'refrigerator-deluxe', sans-serif; 
	text-transform: uppercase;
	font-size: 18px
}

#static-buttons a:first-child{color: #777; background: #eee}
#static-buttons a:last-child{color: #fff; background: #ffb300}

@media (max-width: 767px){
	.single-path-listing .wodmeta{display: none !important}
}

.page-id-728 .page-title{display: none !important}

.am-aff-banner-preview-info textarea{
	background: #2c2c2e; color: #fff; display: block !important; margin-top: 0px !important; outline: none !important; padding: 1em !important
}

.am-aff-banner-preview-info textarea:focus{background: #4c4c4e !important}

.am-aff-banner-preview-info-conteiner .local-link{display: none;}
.am-aff-banner-preview{padding: 1em !important}
.am-aff-banner-preview .am-aff-banner-preview-info-details{margin: 0px !important}
#menu-aff-keywords{display: none !important}

.page-id-1288 #get-started,
.page-id-1288 #footer{display: none !important}

.page-id-1288 #page_wrap{min-height: 100vh}

.gfield_html, .gfield_description{color: #ffb300;}

#field_1_6, #field_1_7, #field_1_8{background: rgba(255,255,255,0.1); padding: 1em 2em 2em 1.25em}

#field_1_9{color: #999; font-weight: 300; font-size: 1.25em; padding: 1em 0;}

#field_1_8{margin-bottom: 1em}

#leftConsole{
	padding: 0px; width: 80px; text-align: center; position: fixed; top: 0; left: 0; z-index: 999; background: #1c1c1e; height: 100%; height: 100vh
}

#leftConsole #romwod-emblem{margin-bottom: 0.5em; padding: 16.5px 0; background: #242428}
#leftConsole #romwod-emblem:hover{background: #29292e}

#rightConsole{width: 250px; background: #f9f9f9; padding: 0px; position: fixed; top: 0; right: 0; height: 100%; height: 100vh; z-index: 999; }
#centerConsole{min-height: 100%; min-height: 100vh;background: #fff;}

#members-login #centerConsole{padding: 0 !important; background: transparent !important}
#members-login #leftConsole, #members-login #rightConsole{display: none !important}

#memberLogin input{outline: none; background: #f9f9f9}


#todayswod{
	background: #3c3c3e;
	background: -moz-linear-gradient(top,  #3c3c3e 0%, #1c1c1e 100%);
	background: -webkit-linear-gradient(top,  #3c3c3e 0%,#1c1c1e 100%);
	background: linear-gradient(to bottom,  #3c3c3e 0%,#1c1c1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3e', endColorstr='#1c1c1e',GradientType=0 );	
	max-width: 100%; margin: 0 auto;
	padding: 2em 2em 3em 2em
}

#todayswod .thumb-block{}
#todayswod .video-meta-block{}
#todayswod .video-meta-contents{padding: 2em}
#todayswod .video-block{width: 100% !important; padding: 0 !important;}
#todayswod .video-block-inner{width: 100% !important;}
#todayswod .video-name a{font-weight: 600}
#todayswod .twtitle{max-width: 270px; padding: 1em 0em; font-weight: 600; color: #fff; margin: 0; font-size: 1em; display: block !important; margin: 0 auto}

#horizontalNav{
	width: 100%; 
	padding: .65em 2em;
	position: fixed;
	top: 0; left: 0;
	background: rgba(20,20,24,0.375);
	z-index: 9999;
	-webkit-animation-delay: 0.25s;
	transition: all .3s
}

#horizontalNav:hover{background: rgba(20,20,24,0.85);}

#horizontalNav ul{margin: 0; padding: 0; text-align: right}

#horizontalNav ul li{
	display: inline-block;
	padding: 0px; margin: 0px
}

#horizontalNav ul li a{
	font-family: "refrigerator-deluxe", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 0 1.15em; 
	line-height: 42px;
	font-size: 1.05em;
  letter-spacing: 0.05em;
	text-decoration: none;
}

#horizontalNav ul li a:hover{color: #ffb500}
#horizontalNav ul li a.btn{padding: 5px 2em; line-height: 24px; margin-left: 0.5em; position: relative; top: -2px; border-radius: 0px;}
#horizontalNav ul li a.btn-default{background: rgba(255,255,255,0); border-color: #777; margin-left: 2em}
#horizontalNav ul li a.btn-default:hover{background: rgba(255,255,255,1); border-color: #fff; color: #777}
#horizontalNav ul li a.btn-primary:hover{background: #ffc400; color: #fff}

@media (max-width: 991px){
	#horizontalNav ul li a{font-size: 1em; padding: 0 0.9em;}
	#fullwidth-layout{padding-top: 75px !important}
}

#fullwidth-layout{
	max-width: 90%; 
	width: 1920px;
	margin: 0 auto;
	padding: 120px 0 15vh 0;
}
@media (min-width: 1200px){ #fullwidth-layout{max-width: 80%} }

#availablePlans .memberplan ul li{
	background: url(https://boost.romwod.com/core/themes/FLUXX-ROMWOD/images/pricecheck.png) 20px center no-repeat;
	background-size: 12px auto !important;
	padding: 0.9em 2em 0.9em 3.5em !important;
	font-size: 13px;
	text-align: left;
	border-color: #eee
}

#availablePlans .memberplan ul li:hover{background-color: #f9f9f9}

#availablePlans .memberplan ul li .glyphicon{color: #bbb; float: right; position: relative; top: 2px;}
#availablePlans .memberplan ul li:hover .glyphicon{color: #777}


@media (min-width: 993px){ #availablePlans{max-width: 960px; margin: 0 auto} }
@media (max-width: 991px){ #availablePlans{max-width: 100%; margin: 0 auto} }
#availablePlans .memberplan{padding: 0 1em}
#availablePlans .plan-subdetails{padding: 1.5em 2em !important}
#availablePlans .plan-subdetails em{font-size: 1.35em; font-style: normal; font-weight: 300}
#availablePlans .plan-subdetails em .glyphicon{opacity: 0.35; position: relative; top: 2px; margin-right: 5px; }
#availablePlans .plan-subdetails p{font-size: 0.95em; opacity: 0.7; margin-top: 5px;}

#availablePlans .panel-body .lead{margin-bottom: 0px}

#availablePlans .memberplan .panel-heading{background: #3c3c3e; border-radius: 0px; padding: 0}
#availablePlans .memberplan .panel-heading h4{background: #2c2c2e; padding: 0.85em 0; color: #fff; font-size: 1.55em; font-weight: 600; font-family: "refrigerator-deluxe", sans-serif; text-transform: uppercase; letter-spacing: 0.05em}
#availablePlans .memberplan .panel-primary{border: none; border-radius: 0px;}
#availablePlans .memberplan .panel-primary .panel-footer{padding: 1.5em 3em}
#availablePlans .memberplan .panel-primary .panel-footer a.btn{padding: 0.6em 0; font-size: 1.5em; border-radius: 0px; font-family: "refrigerator-deluxe", sans-serif;}
#availablePlans .memberplan .panel-primary .panel-footer small{color: #bbb; margin-top: 10px; display: block; font-size: 10px;}
#availablePlans .memberplan .plan-price{font-family: "refrigerator-deluxe", sans-serif; font-size: 2em; font-weight: 600; text-transform: uppercase;}
#availablePlans .memberplan .plan-price em{font-family: "refrigerator-deluxe", sans-serif; font-size: 0.8em; font-weight: 500; text-transform: none; color: #ccc; font-style: normal;}

#editorContent h1,
#editorContent h2{color: #fff; border-bottom: 1px solid #ffb300; padding-bottom: 0.5em; margin-bottom: 1em}

@media(max-width: 991px){
	#leftConsole, #rightConsole, #horizontalNav{display: none !important}
	#centerConsole{width: 100% !important; margin: 0 !important; padding: 0px !important}
	body{padding-top: 54px;}
	.zEWidget-launcher{display: none !important}
}

@media (max-width: 1024px){
	#rightConsole{display: none;}
	#centerConsole{width: 100%; padding-right: 0px;}
	#userMeta{width: 153px; position: absolute; top: 0; right: 0; display: block !important; z-index: 9999999999; height: 75px; background: #3c3c3e}
	#userMenu{width: 250px; position: absolute; top: 75px; right: 0; z-index: 9999999999; background: #2c2c2e}
	#userMenu{padding: 1em;}
	#userMenu li a{border: none !important; padding: 1em 2em; font-weight: 600; line-height: 1em; font-size: 13px}
	.searchandfilter{padding: 2em 2em !important}
	.searchandfilter ul li ul li{padding: 7px;}
	.searchandfilter ul li ul li label{font-size: 0.75em;}
	
	#userAvatar{background: #3c3c3e}
	#userAvatar img{width: 40px !important; height: 40px !important;border-radius: 100px;overflow: hidden;margin: 18px 0 0 18px !important;display: block;}
	#toggleUserMenu{display: inline-block; height: 75px !important; /* bottom: auto; */ /* top: 0; */ padding: 0px; width: 50%; text-align: center; clear: none; line-height: 75px !important; background: #2c2c2e}

}
.new-video-label{color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.05em; background: #ffb300; padding: 1px 4px; /*border-radius: 5px;*/ position: absolute; top: 10px; left: 10px; z-index: 100}
.latest-workouts-label{font-size: 18px; text-indent: 5%; border: none; padding-bottom: 1em; display: block; clear: both; width: 100%; margin: 1em auto 0 auto;}


/* V2 Mobile UI */
@media (max-width: 991px){
	#userMeta{display: none !important}
	.new-video-label{font-size: 10px; padding: 2px 3px;}
	.video-block{padding: 0 2px; width: 49.5%;}
	.video-block:nth-child(even){float: right}
	
	.video-block .video-duration .duration { padding: 2px 4px; font-size: 10px;}
	.video-description{font-size: 11px;}
	.latest-workouts-label, .default-label{font-size: 14px; text-indent: 0px; text-align: center}
	#videoGrid{padding: 1em !important}
	#filter-controls, .workout-title{display: none}
	#centerConsoleContent .alert{display: none;}
	.video-block .video-name{font-size: 15px;}
	ul#inthisworkout{margin: 0; padding: 0}
	ul#inthisworkout li{border-radius: 0px; margin: 0; border-bottom: 1px solid #19B2E4; max-height: 42px; overflow: hidden}
	#meta-block h1, #memberswrap #meta-block h1{text-align: center}
	#members-login #mobile-ui-logo{display: none !important}
	#meta-block{background: #1c1c1e !important}
}

.default-label{font-size: 16px; text-indent: 5%; border-bottom: 1px solid #eee; padding-bottom: 1em; display: block; clear: both; width: 100%; margin: 1em auto 0 auto;}

#mobile-nav-ui{
	width: 100%; 
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
	background: #1c1c1e;
	height: 54px;
	overflow: hidden
}

#mobile-nav-ui.slip-in-active{left: -70% !important}

.mobile-nav-ui-title{
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	line-height: 48px;
	margin: 0; padding: 0;
	font-family: "refrigerator-deluxe", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#mobile-ui-logo{width: 32px; height: auto; padding-top: 10px; float: left}

#mobile-nav-ui-logo,
#mobile-nav-ui-title,
#mobile-burger-patty{padding: 0px; text-align: center}

#mobile-burger-patty{padding-top: 18px; padding-bottom: 11px; float: left; margin-right: 13px;}

#mobile-burger-patty .patty{
	width: 23px;
	height: 3px;
	margin-bottom: 4px;
	background: #ffb300;
	display: block;
	text-rendering: optimizeLegibility
}

#mobile-ui-nav-toggle{padding-right: 0px;}

#mobile-nav-slip{
	width: 80vw;
	height: 100vh;
	background: #3c3c3e;
	background: -moz-linear-gradient(top,  #3c3c3e 0%, #1c1c1e 100%);
	background: -webkit-linear-gradient(top,  #3c3c3e 0%,#1c1c1e 100%);
	background: linear-gradient(to bottom,  #3c3c3e 0%,#1c1c1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3e', endColorstr='#1c1c1e',GradientType=0 );
	position: fixed !important;
	left: -40vw; top: 0vh !important;
	z-index: 1;
	display: none;
	overflow: auto;
	box-shadow: inset -6px 0px 15px rgba(0,0,0,0.35);
	opacity: 0;
	padding-bottom: 150px
}

#mobile-nav-slip ul li{
	width: 100%; 
	padding: 0.6em 2em;
}

#mobile-nav-slip ul li a{
	color: #fff;
	font-family: "refrigerator-deluxe", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.15em
}

#mobile-nav-slip ul li.btn-li{padding: 0.5em 2em}
#mobile-nav-slip ul li a.btn{border-radius: 0px; width: 100%;}
#mobile-nav-slip ul li a.btn-default{background: none}

@media(max-height: 550px){
	#mobile-nav-slip ul li{padding: 0.65em 2em}
	#mobile-nav-slip ul li a{font-size: 1.1em}

}

/*
#mobile-nav-slip ul li:nth-child(1){background: rgba(20,20,20,0.1);}
#mobile-nav-slip ul li:nth-child(2){background: rgba(20,20,20,0.15);}
#mobile-nav-slip ul li:nth-child(3){background: rgba(20,20,20,0.2);}
#mobile-nav-slip ul li:nth-child(4){background: rgba(20,20,20,0.25);}
#mobile-nav-slip ul li:nth-child(5){background: rgba(20,20,20,0.3);}
#mobile-nav-slip ul li:nth-child(6){background: rgba(20,20,20,0.35);}
*/

#mobile-user-data{
	padding: 1em 2em 0 2em; 
}

#mobile-user-data #mobile-user-avatar{
	width: 48px; height: auto; border-radius: 100px; overflow: hidden;
	border: 3px solid rgba(0,0,0,0.2);
}

#mobile-nav-slip.slip-in{right: 0;}

#mobile-ui-nav-toggle,
#mobile-nav-search{width: 50%; float: left; padding-left: 1em; padding-right: 0.5em}
#mobile-nav-ui-title{width: 60%; float: left;}

#mobile-nav-search{float: right; color: #fff; text-align: right; font-size: 1.5em; opacity: 0.7; padding-top: 14px; padding-right: 1em}
#mobile-nav-search:hover, #mobile-nav-search:active{opacity: 1}

@media(max-width: 991px){
	#filter-controls{display: none}
	#filtersPane-mobile{width: 80vw; position: fixed; top: 0px; right: -40vw; z-index: 1; background: #3c3c3e !important; height: 100%; overflow: auto; display: none; padding-bottom: 30%;
		background: #3c3c3e;
		background: -moz-linear-gradient(top,  #3c3c3e 0%, #1c1c1e 100%);
		background: -webkit-linear-gradient(top,  #3c3c3e 0%,#1c1c1e 100%);
		background: linear-gradient(to bottom,  #3c3c3e 0%,#1c1c1e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3e', endColorstr='#1c1c1e',GradientType=0 );
		box-shadow: inset 6px 0px 15px rgba(0,0,0,0.35);
		opacity: 0
	}
	#filtersPane-mobile h4{color: #fff; margin: 2em 10% 1em 10%; padding-bottom: 0.3em; font-size: 1.2em; font-family: "refrigerator-deluxe", sans-serif; text-transform: uppercase;letter-spacing: 0.05em; border-bottom: 1px solid #ffb300}
	#filtersPane-mobile .searchandfilter, #filtersPane-mobile .searchandfilter ul{padding: 0 !important}
	#filtersPane-mobile .searchandfilter ul li ul li{left: 0px !important;  border: none; border-left: 30px solid #5c5c5e; padding: .85em .5em}
	#filtersPane-mobile .searchandfilter ul li ul li.selected{border-left-color: #ffb300 !important; background: rgba(255,255,255,0.05)}
	#filtersPane-mobile .searchandfilter ul li ul li input{visibility: hidden;}
	#filtersPane-mobile .searchandfilter label{font-weight: 600; margin: 0px; pointer-events: none; font-size: 13px; color: #fff}
	#filtersPane-mobile .searchandfilter input[type="submit"]{margin: 0px; position: fixed; bottom: 0; right: 0; width: 80%; background: #ffb300; color: #fff; border: none; outline: none; border-radius: 0px;}
	#filtersPane-mobile .searchandfilter div ul li ul li {width: 100%!important;float: left !important;clear: none !important; background: transparent;}
	#filtersPane-mobile .searchandfilter div ul li ul{background: transparent; border-radius: 0px; overflow: hidden; margin: 0 10%; box-sizing: border-box; width: 80%;}
	.uititle{display: none}
	#filtersPane-mobile .searchandfilter ul li{width: 100%; }
	#resetFilters{border: 1px solid #5c5c5e; margin: 1em 10%; padding: 1em 0}
	#resetFilters:hover{background: #5c5c5e; text-decoration: none; color: #fff}
	#default-page-title, .am-body-content h1{padding: 2em 0 !important}
	ul.am-tabs{padding-left: 0 !important}
	.am-tabs .has-children > ul{position: static}
	#members-signup .am-signup{max-width: 90%; margin: 0 auto}
	.mobile-user-data{float: left; width: 60%; margin: 0.35em 0 0 1em; color: #999; font-size: 11px;}
	#mobile-user-avatar{float: left;}
	#videoGrid{padding-bottom: 8em !important}
	#intercom-container .intercom-launcher-button{bottom: 60px !important; background-size: 18px 18px !important; width: 40px !important; height: 40px !important; display: none !important}
	#centerConsole{padding-bottom: 4em !important}
}

#mobile-search form{width: 100%; height: 54px; position: relative}
#mobile-search #mobile-search-submit{background: #6c6c6e; position: absolute; top: 0; right: 0; height: 54px; padding: 0 1em; color: #fff; line-height: 54px;}
#mobile-search #mobile-search-submit:hover{background: #7c7c7e;}


#mobile-search input{
	width: 100%;
	border: none;
	background: rgba(255,255,255,0.1);
	padding: 1em;
	font-size: 1.3em;
	outline: none;
	margin-bottom: 0.5em;
	color: #fff;
	height: 54px;
}

#mobile-search input:focus{background: rgba(255,255,255,0.15); box-shadow: 0 0 25px rgba(0,0,0,0.35); z-index: 9999}

@media(max-width: 800px){
	.wodvideo .video-block .video-thumb-block{width: 100%; float: none}
	.wodvideo .video-meta-block { width: 100%; float: none; margin-left: 0px; padding: 2em 0 0 1em;}
	.wodvideo .video-block .video-thumb-block img{max-width: 100%}
	.wodmeta{margin: 0; padding: 0em 7%}
	.am-tabs-wrapper{display: none !important}
	#am-title-block{background: #2c2c2e; text-align: center}
	.wp-pagenavi{padding: 0 !important; width: 100%; }
	.wp-pagenavi .larger,.wp-pagenavi .extend, .wp-pagenavi .page, .wp-pagenavi .last{display: none;}
	.wp-pagenavi .pages{display: block; margin: 0 !important; text-align: center; border-bottom: none}
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current{width: 33.333% !important; display: inline-block; float: left; margin: 0; text-align: center; padding: 1em !important}
	.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover{background: #3c3c3e; border-color: #3c3c3e; color: #fff;}
	.wp-pagenavi .previouspostslink{border-right: none;}
	.wp-pagenavi .nextpostslink{border-left: none;}
	.wp-pagenavi .first{display: none !important}
	.wp-pagenavi.first-page .nextpostslink, .wp-pagenavi.first-page .current{width: 50% !important}
}

@media (max-width: 540px){
	.video-block .video-thumb-block a.playbtn{width: 40px; height: 40px; margin-left: -20px; margin-top: -20px;}
	.video-block .video-thumb-block a.playbtn img{width: 40px; height: 40px;}
	#clearbtn{font-size: 11px;}
	#members-login, #memberLoginWrap{background: #3c3c3e !important}
}


#am-title-block{background: #2c2c2e; text-align: center;}

#am-title-block h1{padding: 2.8em 0 !important; margin-top: 0px !important; font-size: 2em}

#mobile-nav-links{padding-top: 0.6em}

#mobile-basenav{
	width: 100%; 
	position: fixed; left: 0; bottom: 0;
	z-index: 9999999;
	padding: 0; 
	margin: 0; 
	padding: 0em 0;
	background: #1c1c1e;
}
#mobile-basenav ul{border-radius: 100px; margin: 0; width: 90%; margin: 0 auto;}
#mobile-basenav li{display: block; float: left; width: 33.3%; text-align: center; margin: 0; }
#mobile-basenav li a{border-bottom: 5px solid #1c1c1e; display: block; width: 100%; padding: 0; line-height: 60px;}
#mobile-basenav li a:hover{border-bottom: 5px solid #6c6c6e !important; background: #2c2c2e}
#mobile-basenav li a:focus,#mobile-basenav li a:active{background: #2c2c2e}

#mobile-basenav li a.current{border-bottom: 5px solid #ffb300 !important}
#mobile-basenav li a img{position: relative}

.inthisworkout-label, .single-workout-label{
	font-size: 16px; text-indent: 5%; padding: 1em 0; display: block; clear: both; width: 100%; margin: 0em auto 0 auto; background: #2c2c2e; color: #fff
}

@media(max-width: 769px){
	.inthisworkout-label, .single-workout-label{font-size: 14px;}

}

@media (min-height: 800px){
	#mobile-basenav li a{line-height: 64px;}
}

/* .am-body-content select, .am-body-content textarea, .am-body-content input[type=text], .am-body-content input[type=password]{border-radius: 0px !important; padding: 1em; border-color: #ddd; margin-bottom: 5px;} */
.am-body-content a.button, .am-body-content input[type=button], .am-body-content input[type=submit]{border-radius: 0px; background: #ffb300; color: #fff !important; font-weight: 600; padding: 1em 2.5em; border: none; text-shadow: none; outline: none; opacity: 0.95}

.am-body-content a.button:hover, .am-body-content input[type=button]:hover, .am-body-content input[type=submit]:hover{opacity: 1; background: #ffb300; text-shadow: none}
.am-form .row:first-child .element-title:first-child{border-radius: 0px !important}
.am-form div.element-title label{margin-bottom: 0px !important}

.label-danger[style="font-size: 14px; width: 90% !important; display: block; margin: 0 auto"]{display: none !important}


#userMenu .btn{border-radius: 0px; width: 80%; margin: 0 auto; padding: 1em 0; line-height: 1em}

#userMenu .btn-default{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin: 1em auto 0.5em auto;
}

#userMenu .btn-default:hover{background: #fff !important; color: #3c3c3e !important}

#userMenu .btn-primary{
	background: #ffb300;
	color: #fff;
	margin: 0 auto 1em auto
}

#userMenu .btn-primary:hover{background: #ffba0b !important}

.anim-delay-1{-webkit-animation-delay: .8s !important; animation-delay: .8s !important}

#fullwidth-layout-wrapper{min-height: 100vh}
.page-id-1288{background-size: 120% auto !important}

#members-login .am-form fieldset legend{text-indent: 0px !important}

.btn{border-radius: 0px;}


/* Dashboard v2 */

#page-title-v2{
	width: 100%;
	text-align: center;
	margin: 0;
	background: #ffb300;
	display: block;
}

#page-title-v2 h1{
	font-family: 'refrigerator-deluxe', sans-serif;
	line-height: 75px;
	color: #674800;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase
}

#user-dashboard-welcome{
	width: 100%;
	background: #3c3c3e;
	overflow: hidden;
	padding: 100px 0;
/* 	background: url(https://boost.romwod.com/core/uploads/dash-bg-morning.jpg) center center no-repeat; */
	background-size: cover;
	position: relative 
}

#user-dashboard-welcome .soften-background{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; background: red; z-index: 0;
	background: #1c1c1e;
	background: -moz-linear-gradient(left,  rgba(28,28,30,1) 0%, rgba(60,60,62,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(28,28,30,1) 0%,rgba(60,60,62,1) 100%);
	background: linear-gradient(to right,  rgba(28,28,30,1) 0%,rgba(60,60,62,1) 100%);	
	opacity: 1
}

.user-dashboard-welcome-inner{width: 90%; margin: 0 auto; z-index: 1; position: relative; max-width: 1200px}

.todays-wod-block{
	background: #1c1c1e;
	background: -moz-linear-gradient(left,  rgba(28,28,30,0.8) 0%, rgba(60,60,62,.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(28,28,30,0.8) 0%,rgba(60,60,62,.8) 100%);
	background: linear-gradient(to right,  rgba(28,28,30,0.8) 0%,rgba(60,60,62,.8) 100%);	
	display: none;
	-webkit-animation-delay: .8s
}

.todays-wod-block:first-of-type{display: block;}

.todays-wod-block row{margin: 0px; padding: 0px}
.todays-wod-block .todays-wod-thumb{background: rgba(0,0,0,0.15); padding: 3em 4em !important}
.todays-wod-block .todays-wod-thumb, .todays-wod-block .todays-wod-meta{padding: 0px}
.todays-wod-block .todays-wod-meta{padding: 4em 5em 4em 5em}

@media(max-width: 1400px){ .todays-wod-block .todays-wod-thumb{padding: 2.5em !important} }

@media (max-width: 1200px) and (min-width: 993px){ 
	.todays-wod-block .todays-wod-meta,
	.todays-wod-block .todays-wod-thumb{width: 100%}
}

.todays-wod-thumb-enclose{position: relative;}
.todays-wod-thumb-enclose .video-duration{color: #fff; font-size: 1em; padding: 4px 8px; background: rgba(0,0,0,0.5); position: absolute; bottom: 2%; left: 3%}

.todays-wod-thumb-enclose .play-todays-wod{width: 100px; height: auto; left: 50%; top: 50%; position: absolute; margin: -32px 0 0 -50px; outline: none; opacity: 0.8; transition: opacity .3s}

.todays-wod-thumb-enclose:hover .play-todays-wod{opacity: 1}

.todays-wod-meta .video-meta-contents .tw-video-name{
	color: #fff !important; font-size: 1.65em; font-family: 'exo', sans-serif;
}

.todays-wod-meta .video-tags ul{max-height: none;}
.todays-wod-meta .video-tags ul li{background: rgba(255,255,255,0.1); color: #fff; font-size: 0.8em; padding: 5px 10px; border-radius: 1000px; display: inline-block}
.todays-wod-meta .video-description{color: #fff; line-height: 1.5em; max-height: none; font-size: 0.9em}

#user-welcome-meta{display: block; margin-bottom: 3.5em}
#todays-wod-label, #todays-date-wod{
	font-family: 'refrigerator-deluxe', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.05em	
}

@media(max-width: 540px){ 
	#user-welcome-meta{margin-bottom: 2em}
	#user-welcome-msg{font-size: 1.75em !important;}
	#user-dashboard-welcome{padding: 40px 0;}
	#todays-wod-label, #todays-wod-date{text-align: center !important} 
	.todays-wod-block .todays-wod-thumb{padding: 0em !important}
	.todays-wod-block .todays-wod-meta{padding: 2em}
	#user-dashboard-welcome, #fullwidth-layout-wrapper{background: #2c2c2e !important}
	#page-title-v2{background: #1c1c1e;}
	#page-title-v2 h1{color: #fff}
}

#todays-wod-date{text-align: right}

#todays-wod-label .underline-decor, #todays-wod-date .underline-decor{
	width: 22px; height: 2px; display: block
}

#todays-wod-label{padding-right: 0px;}
#todays-wod-date{padding-left: 0px;}

#todays-wod-label .underline-decor{background: #ffb300; margin-top: 6px}
#todays-wod-date .underline-decor{background: #ffb300; margin: 6px 0 0 auto}

.dash-backdrop{background: #eee; width: 100%;}

.dash-backdrop .container{max-width: 94%;}

#user-welcome-msg{
	font-family: 'refrigerator-deluxe', sans-serif;
	color: #fff;
	font-size: 2.25em;
	line-height: 1em;
	display: block; 
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.015em
}

#dash-options{padding: 2em 0}
#dash-options .dash-option{padding-left: .5%; padding-right: .5%;}

.dash-option-inner{
	background: #fff;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-bottom: 3px solid #eee;
	transition: border-color .5s;
	position: relative
}

#dash-options .dash-option .dash-option-meta{padding: 2.5em 3.5em}
#dash-options .dash-option .dash-option-meta a{text-decoration: none}
#dash-options .dash-option .dash-option-meta h3{
	font-family: 'refrigerator-deluxe', sans-serif;
	text-transform: uppercase;
	color: #474749;
	font-size: 1.75em;
	letter-spacing: 0.02em;
	margin: 0
}

#dash-options .dash-option .dash-option-meta p{
	font-size: 0.9em;
	margin: 0;
	color: #999
}

.dash-option-thumb{overflow: hidden; max-width: 100%}
.dash-option-thumb a{display: block; width: 100%; height: auto}
.dash-option-thumb img{transition: all .5s; }
.dash-option-thumb:hover img{
	transform: scale(1.05)
}

.dash-option:hover .dash-option-inner{border-color: #ffb300}

.page-template-template-dashboard-v2 #centerConsole{background: #eee}

/*
#user-dashboard-welcome.morning-bg{background-image: url('https://boost.romwod.com/core/uploads/dash-bg-morning.jpg')!important; }
#user-dashboard-welcome.afternoon-bg{background-image: url('https://boost.romwod.com/core/uploads/dash-bg-afternoon.jpg')!important; }
#user-dashboard-welcome.evening-bg{background-image: url('https://boost.romwod.com/core/uploads/dash-bg-evening.jpg')!important; }
*/

div.errors ul, ul.error, ul.errors,
#memberLoginWrap .am-coll-content, #memberLoginWrap .am-layout-two-coll{border-radius: 0px !important}

#members-sendpass #centerConsole{text-align: center;}
#members-sendpass #centerConsole .am-body-content{padding: 3em 5em; font-size: 1.5em; background: #f9f9f9; max-width: 80%; width: 800px; margin: 5em auto; border-top: 3px solid #ffb500}

/* Quickstart */

#dash-quickstart{background: #fff; padding: 0em;}
#dash-quickstart .quickstart-label h4,
#dash-quickstart .quickstart-targetarea h6,
#dash-quickstart .quickstart-duration h6{
	font-family: 'refrigerator-deluxe', sans-serif;
	text-transform: uppercase;
	color: #474749;
	font-size: 1.5em;
	letter-spacing: 0.02em;
	margin: 0;
	font-weight: 600
}

#dash-quickstart .quickstart-label{text-align: center; background: #f9f7f7; box-shadow: inset -3px 0px 5px rgba(0,0,0,0.01)}
#dash-quickstart .quickstart-label h4{line-height: 120px;}

#dash-quickstart .quickstart-targetarea h6,
#dash-quickstart .quickstart-duration h6{font-size: 0.9em; color: #525254; font-weight: 500; opacity: 0.7; margin-bottom: 6px; }

#dash-quickstart .quickstart-targetarea{padding: 2em .5em 2em 2em}
#dash-quickstart .quickstart-duration{padding: 2em 2em 2em .5em}

@media (max-width: 992px){
	#dash-quickstart .quickstart-targetarea{padding: 2em 2em 0em 2em}
	#dash-quickstart .quickstart-duration{padding: 2em}	
	#dash-quickstart .quickstart-label h4{line-height: 3em}
	#dash-options .dash-option .dash-option-meta h3{font-size: 1.4em}
	#dash-options .dash-option .dash-option-meta{padding: 2em; position: absolute; left: 0; bottom: 0; background: #fff; z-index: 2; width: 100%;}
	#dash-options .dash-option-inner{border: none !important} 
}

#dash-quickstart select{
	width: 100%; 
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px !important;
	padding: 0 2em;
	display: block;
	outline: none;
	background: #f5f4f4;
	border: none; 
	height: 50px;
	font-family: 'refrigerator-deluxe', sans-serif;
	color: #999;
	font-size: 1.2em
}


.quickstart-select-ui{
	width: 100%; 
	height: 50px;
	position: relative
}

.quickstart-select-ui .glyphicon{
	position: absolute; top: 0; right: 0;
	background: #838284;
	font-size: 0.8em; 
	padding: 0; width: 54px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	pointer-events: none
}


/* Social Icons Sidebar */
.sidebar-icon-list {
  display: block;
  clear: both;
  width: 60%;
  margin: 12px auto;
  padding-bottom: 24px;
  padding-top: 8px;
}

.sidebar-icon-list li {
  width: 33.333%;
  text-align: center;
  list-style: none;
  float: left;
  display: inline-block;
  height: auto;
}

img.sidebar-icon {
  width: 16px;
  height: auto;
  opacity: 0.3;
}

.sidebar-icon-list li a:hover img {
	opacity: .4;
}
.copyright-sidebar {clear: both;}

#search-field-v2{
	width: 100%;
  padding: 1em 0em;
  font-size: 1.75em;
  font-family: 'refrigerator-deluxe', sans-serif;
  text-transform: uppercase;
  border: none;
  background: none;
  outline: none;
}

#searchBarv2{
  width: 100%;
  margin: 0 auto;
  background: #eee;
}
#searchBarv2 form{width: 90%; margin: 0 auto}

.alert{border: none !important}

#meta-block h1, #memberswrap #meta-block h1{font-family: 'refrigerator-deluxe', sans-serif; text-transform: uppercase}

.page-id-1474 #fullwidth-layout-wrapper{background-image: none !important}

#members-login #userMeta{display: none !important}

#refAffiliate{z-index: 999999; display: block; position: fixed; top: 0; left: 0}

#cvcmodal .modal-dialog{z-index: 99999}

#workout-comments .navigation:first-of-type{display: none !important}
#workout-comments .navigation{clear: both; display: block; padding: 1em 5% 0 5% ; margin: 0 auto; background: #fcfcfc; overflow: hidden }
#workout-comments .navigation a{
	color: #6c6c6e;
	background: #eee;
	font-size: 12px;
	padding: 1em 2em;
	font-weight: 600; 
	display: inline-block;
	text-decoration: none !important
}

#workout-comments .navigation a:hover{background: #5c5c5e; color: #fff}

#member-main-links a[href="https://romwod.com/members/aff/aff/enable-aff"]{display: none !important}

.wodblock .video-description{max-height: 120px; overflow: hidden;}

.modal-backdrop{display: none !important}
.modal{z-index: 9999999999 !important}
.modal-dialog{box-shadow: 0 0 0 10000px rgba(30,30,33,0.8) !important;}
