/** CUSTOM CSS **/



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {

	height: 100%;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	background-color:#fff;
	line-height:1;
	margin:0;
	color:#444445;
}

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	 font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}

h1{
	font-family: 'proxima_novaextrabold';
	font-size: 40px;
	color:#fff;
	letter-spacing: 2px;
}

a{
	 font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
	color:#DB0000;
}

.animated{
	opacity: 0;
}

a:active,
a:hover {
  outline: 0;
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

p{
	margin-bottom:15px;
	color:#555555;
	 font-family: 'proxima_nova_rgregular';

	font-size:18px;
	font-weight: normal;
	line-height:1.4; 
	
}

ul{
	padding: 0;
    margin: 0;
    font-size:18px;
 	 font-family: 'proxima_nova_rgregular';
	font-weight: normal;
   line-height:1.4; 
   color:#555555;
}

ul li{
	font-size:18px;
 	 font-family: 'proxima_nova_rgregular';
	font-weight: normal;
   line-height:1.4; 
   color:#555555;
}

.clearfix:before, .clearfix:after{
	display: table;
    content: " ";
}

.clearfix:after{
	clear:both;
}

*:before, *:after{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-hidden{
	display:none;
}
.col{
	float:left;
	position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
	float:left;
	position: relative;
    min-height: 1px;
}

.col-1{
	width: 8.33333333%;
}
.col-2{
	width: 16.66666667%;
}

.col-3{
	width: 25%;
}

.col-4{
	width: 33.33333333%;
}

.col-5{
	width: 41.66666667%
}

.col-6{
    width: 50%;
}

.col-7{
	width: 58.33333333%;
}

.col-8{
	width: 66.66666667%;
}

.col-9{
    width: 75%;
}

.col-10{
	width: 83.33333333%;
}
.col-11{
    width: 91.66666667%;
}
.col-12{
    width: 100%;
}
.col{
	float:left;
	position: relative;
    min-height: 1px;
}
.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

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

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

.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

img.alignnone, .alignnone{
	margin-bottom: 0;
}


.padding-reset{
	padding:0;
}


.row-reset{
	margin:0;
}

.margin-reset{
	margin:0;
}

.cst-color{
	color:#DB0000;
}
.txt-bold{
	font-weight: bold;
}

.txt-regular{
	font-weight: normal;
}

.wrap-center{
	margin-left:auto;
	margin-right:auto;
}


.wrap{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	max-width: 1170px;
	padding-left: 10px;
	padding-right: 10px;
}


.full-wrap{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;

}

.hide{
	display: none;
}
.visible{
	display: block;
}

/* SCROLL TOP */

.scroll-up{
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 45px;
    background-color: #DB0000;
    line-height: 45px;
    opacity: 1;


}

.scroll-up:hover{
	opacity: 1;
	 color:#fff;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.home-icon a span{
	display:none;
}

.home-icon a{
	color:#fff;
	padding-left: 0 !important;

}

.home-icon a:before{
	font-family: FontAwesome;
   	content: "\f015";
   	display: inline-block;
   	vertical-align: middle;
}

.search-icon span{
	display:none;
	
}

.search-icon a{
	padding-right: 0 !important;
	cursor: pointer;
	
}

.search-icon a:before{
	font-family: FontAwesome;
	content: "\f002";
	display: inline-block;
	vertical-align: top;
}

#header-search {
    position: absolute;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    display: none;
    left: 0px;
    top: 30px;
    z-index: 3;
 }


#execphp-2 form input {
    padding: 0 15px !important;
    font-size: 24px;
    font-weight: 300;
    height:70px;
}

#icon-close {
    position: absolute;
    right: 17px;
    top: -10px;
    z-index: 999;
    bottom: 0px;
    margin: auto;
    color: #727272;
    height: 29px;
    font-size: 29px;
    cursor: pointer;
 }

.primary-btn{
	display: inline-block;
	text-align: center;
	text-transform: uppercase; 
	background-color: #DB0000;
	color:#fff;
	font-size: 20px;
	font-family: 'proxima_novabold';
	cursor: pointer;
	padding:20px 30px;
	border:solid 1px #DB0000;
	letter-spacing: 2px;
}


.primary-btn:hover{
	background-color: #fff;
	color:#DB0000;
}

.secondary-btn{
	display: inline-block;
	text-align: center;
	text-transform: uppercase; 
	background-color:transparent;
	color:#D30000;
	font-size: 20px;
	font-family: 'proxima_novasemibold';
	cursor: pointer;
	padding:18px 30px;
	border:solid 2px #D30000;
	letter-spacing: 1px;
}

.white-btn{
	background-color: #fff;
	border:solid 1px #fff;
	color:#DB0000;
}
.white-btn:hover{
	background-color: #DB0000;
	border:solid 1px #DB0000;
	color:#fff;
}

.xtra-bold{
	font-family: 'proxima_novaextrabold';
}

/** -------------------- HEADER ----------------------------- **/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.mobile-menu-section .widget{
	margin-bottom: 0;
}
.top-header{
	position: absolute;
	width: 100%;
	z-index: 2;
}

.top-header .call-us{
	float: right;
	width: 62%;
	padding-top: 4px;
}


.top-header .call-us ul{
	float:left;
}

.home .top-header ul, .top-header ul{
	display: none;
}



.top-header .call-us ul li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
}

.top-header .call-us ul li a{
	color:#fff;
	font-size: 16px;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
}

.top-header .call-us ul li a:hover{
	color: #D30000;
}

.top-header .call-us p{
	text-align: right;
}

.top-header .call-us p a{
	font-family: 'proxima_novabold';
	color:#fff;
	font-size: 15px;
}

.top-header .call-us .fa{
	padding-left: 5px;
	padding-right: 5px;
}

 .top-header .call-us .custom{
	color:#DB0000;
}

.mobile-menu-section{
	margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.toggle-wrap{
	
	clear: none;
    display: none;
    margin: 0 auto;
    width: 50px;
    float: none;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 80px;
    

      
}

#toggle-nav{
	    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width: 50px;
}

#toggle-nav span{
	background: #fff none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 0 auto 5px auto;
    width: auto;
}

#mobile-menu-section, .mobile-menu-wrap{
	display: none;
}

.less-site-inner .site-inner{
	display: none;
}
.site-header{
	position: absolute;
    width: 100%;
	background-color: transparent;
    box-shadow: none;
    z-index: 1;
    padding: 0;
}

.default-page .site-header{
	background:url('./images/MOTIV8-TRAINING-HEADER-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 160px;
    position: relative;
}

.default-full-page .site-header{
	background:url('./images/MOTIV8-TRAINING-HEADER-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 160px;
    position: relative;
}

.wp-custom-logo .title-area{
	padding-top: 30px;
}

.header-widget-area{
	float:right;
	padding-top: 10px;
}

.header-widget-area .widget{
	margin-bottom:0;
}




.genesis-nav-menu{
	padding-top: 65px;
}
.genesis-nav-menu li{
	margin-bottom: 0 !important;
	 vertical-align: middle;
}

.genesis-nav-menu a{
	color:#fff !important;
	font-family: 'proxima_novabold';
	font-size:14px !important;
	padding: 0 8px;
	margin: 0;
	text-transform: uppercase;
	outline:none;
}

.genesis-nav-menu a:hover{
	color:#DB0000 !important;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color:#DB0000 !important;
}

.bg-page{
	background:url('./images/MOTIV8-TRAINING-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
  
}
 
.bg-page .title-area a, .learn-page .title-area a, .weekly-podcast-page .title-area a,  .thank-page .title-area a   {
	background:url('./images/logo-2.png');
	background-position:top center;
    background-repeat: no-repeat;
    
    width: 216px;
    position: relative;
    height: 168px;
     display: block;
}

.bg-page .title-area .custom-logo, .learn-page .title-area .custom-logo, .weekly-podcast-page .title-area .custom-logo, .thank-page .title-area .custom-logo{
	display: none;
}
.weekly-podcast-page, .thank-page{
	background:url('./images/PODCAST-WEEKLY-OFFER-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
 }



.bg-page .banner-section{
	padding-top: 230px;
}

.bg-page .banner-section h1{
	font-size: 46px;
	color:#fff;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 80px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.front-page .banner-section{
	background:url('./images/MOTIV8-TRAINING-BANNER.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 786px;
    position: relative;
    padding-top: 290px;
    
}

.banner-section .mobile-view{
	display: none;
}

.front-page .banner-section .banner-content{
	position: relative;
	z-index: 1;
}

.front-page .banner-section .banner-content h1{
	font-family: 'proxima_novaextrabold';
	font-size: 44px;
	line-height: 1.18;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-style: italic;

}
.front-page .banner-section .banner-content ul li{
	display: inline-block;
}
.front-page .banner-section .banner-content .primary-btn{
	letter-spacing: 2px;
}

.front-page .banner-section .banner-content .btn-1{
	width: 360px;
	
}
.front-page .banner-section .banner-content .btn-2{
	width: 338px;
}

.front-page .banner-section .video-content{
	position: absolute;
	right: 70px;
	bottom:100px;
	z-index: 2;
}
.front-page .banner-section .video-content a{
	outline: none;
}
.row-fitness{
	margin-top: 145px;
	position: relative;
    z-index: 1;
}
.row-fitness .context{
	float:left;
	padding-left: 20px;
}
.row-fitness .context h3{
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_novasemibold';
}
.row-fitness .context h2{
	color:#fff;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'proxima_novaextrabold';
}
.row-fitness .button-area{
	float:left;
	margin-left: 25px;
}
.row-fitness .button-area a.primary-btn{
	font-size: 17px;
	font-family: 'proxima_novasemibold';
	padding: 16px 20px;
	width: 230px;
	letter-spacing: 1px;
}

.slick-slider{
	margin-bottom: 0;
}
/** -------------------- FRONTPAGE ----------------------------- **/
.home h2{
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 35px;
	color:#000;
	letter-spacing: 1px;
}

.single-testimonial-section{
	background:url('./images/MOTIV8-TRAINING-TESTIMONIAL-BG.png');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1100px;
    position: relative;
    margin-top: -300px;
}

.single-testimonial-section .context{
	max-width: 550px;
	width: 100%;
	float: right;
	margin-top: 460px;
}
.slick-initialized .slick-slide{
	outline: none;
}
.easy_t_single_testimonial blockquote.easy_testimonial{
	padding: 0;
	margin:0;
}
blockquote.easy_testimonial p{
	font-style: normal;
	margin-bottom: 30px;
}
blockquote.easy_testimonial .wp-post-image{
	border-radius: 50%;
	margin: 0 12px 0 0;
}
blockquote.easy_testimonial .testimonial_author{
	padding-top: 12px;
}
.easy_testimonial cite span.testimonial-client{
	color:#000;
	font-size: 17px;
	font-family: 'proxima_novabold';
	font-style: normal !important;
}
.easy_testimonial cite span.date{
	display: none !important;
}
.single-testimonial-section .slick-prev{
	left:unset !important;
	right: 50px !important;
	z-index: 2 !important;
}
.single-testimonial-section .slick-next{
	right:15px !important;
}
.single-testimonial-section .slick-next:before{
	
}
.single-testimonial-section .slick-prev:before{
	
}


.what-we-offer-section{
	margin-top:-165px;
}

.what-we-offer-section .heading h2{
	margin-bottom: 70px;
}
.what-we-offer-section ul{
	text-align: center;
	max-width: 1150px;
	float: none;
    margin: 0px auto;
}

.what-we-offer-section ul li{
	display: inline-block;
	
	width: 32%;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
	position: relative;
	cursor: pointer;

}

.what-we-offer-section .offer{
	position: relative;
	max-height: 280px;
	background: #DB0000;

}





.what-we-offer-section .offer h3{
	color:#fff;
	text-transform: uppercase;
	font-size: 23px;
	font-family: 'proxima_novaextrabold';
	position: absolute;
	bottom:30px;
	 left: 50%;
 	 margin-left: -20%;
 	 z-index: 2;
 	 letter-spacing: 2px;
}


.what-we-offer-section .offer img{
	opacity: .2;
}

.what-we-offer-section ul li:hover .offer{
	
}

.what-we-offer-section ul li:hover .info{
	display: block;
}

.what-we-offer-section ul li.offer-2:hover .info{
	margin-left: -25%;
}
.what-we-offer-section ul li.offer-3:hover .info{
	right: 50%;
}
.what-we-offer-section .info{
	position: absolute;
	width: 434px;
	display: none;
	margin-top: -28px;
	z-index: 3;
	top:0;

}

.what-we-offer-section .info .featured{
	position: absolute;
	z-index: 1;
	margin-top: 12px;
}
.what-we-offer-section .info .details{
	background-color: #DB0000;
	color:#fff;
	text-align: left;
	padding: 35px 20px 30px;
	max-width: 246px;
	width: 100%;
	z-index: 3;
	position: relative;
	float: right;
    margin-right: -190px;
    min-height: 376px;

}

.what-we-offer-section .info .details h2{
	font-size: 30px;
	color:#fff;
	font-family: 'proxima_novaextrabold';
	line-height: 1;
	position: relative;

	
}
.what-we-offer-section .info .details h2:before{
	content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 80px;
    left: 0;
    bottom: -18px;
}

.what-we-offer-section .info .details p{
	font-size: 16px;
	color:#fff;
	line-height: 1.25;
}


.what-we-offer-section .info .details a.btn{
	background-color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'proxima_novasemibold';
	padding: 15px 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom:30px;

}
.about-training-section{
	background:url('./images/MOTIV8-TRAINING-ABOUT-TRAINING-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1128px;
    position: relative;
}

.about-training-section .context{
	max-width: 500px;
	width: 100%;
	padding-left: 25px;
	padding-top: 570px;
}
.about-training-section .context h2{
	color:#fff;
	margin-bottom: 20px;
}
.about-training-section .context p{
	color:#fff;
	margin-bottom: 40px;
	line-height: 26px;
} 
.about-training-section .context p:last-child{
	margin-bottom:0;
}
.about-training-section .context a.btn{
	min-height: 60px;
	line-height: 60px;
	max-width: 320px;
	width: 100%;
	padding: 0 45px;
	text-align: center;
}
.choose-us-section{
	background:url('./images/MOTIV8-TRAINING-CHOOSE-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 931px;
    position: relative;
	margin-top:-1px;
}
.choose-us-section .context{
	float:right;
	max-width: 575px;
	width: 100%;
	margin-right: 40px;
	padding-top: 210px;
}

.choose-us-section .context h2{
	color:#fff;
	margin-bottom: 40px;
}
.choose-us-section .context p{
	color:#fff;
	margin-bottom: 50px;
	line-height: 26px;
} 
.choose-us-section .context a.btn{
	min-height: 60px;
	line-height: 60px;
	max-width: 275px;
	width: 100%;
	padding: 0 45px;
	text-align: center;
}

.front-page .testimonial-section{
	background:url('./images/MOTIV8-TRAINING-TESTIMONIAL-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 818px;
    position: relative;
}

.front-page .testimonial-section .rows{
	margin-top: -120px;
}

.testimonial-section .wrap{
	max-width: 1250px;
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
}

.testimonial-section .heading h2{
	color:#fff;
	margin-bottom: 80px;
}

.testimonial-section .slick-slide{
	padding-left: 12px;
	padding-right: 12px;
}

.testimonial-section .easy_t_single_testimonial blockquote.easy_testimonial{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    min-height: 460px;
    text-align: center;
    padding: 50px 30px 30px;
     border: 1px solid rgba(84,110,122,0.15);
}
.testimonial-section .testimonial_body{
	min-height: 210px;
	max-height: 210px;
	overflow: hidden;
	margin-bottom: 30px;
}
.testimonial-section blockquote.easy_testimonial p{
	font-size: 17px;
	margin-bottom: 25px;
}

.testimonial-section .easy_testimonial_image_wrapper{
	display: block;
    width: 100%;
    text-align: center;
	margin-bottom:10px;

}

.testimonial-section blockquote.easy_testimonial .wp-post-image{
	float:none;
	margin:0;
	display: inline-block;
}

.testimonial-section blockquote.easy_testimonial .testimonial_author{
	    text-align: center
}

.testimonial-section .easy_testimonial cite span.stars{
	display: inline-block !important;
}

.testimonial-section .view-more{
	padding-top:65px;
}
.testimonial-section .view-more a{
	max-width: 394px;
	width: 100%;
	    letter-spacing: 3px;
}
.testimonial-section .view-more p{
	margin-bottom: 0 !important;
}

.custom-testimonial .testimonials{
	max-width: 760px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.testimonial-section .testimonial{
	background-color: #fff;
   
    text-align: center;
    padding: 50px 60px 30px;
    //border: 1px solid rgba(84,110,122,0.15);
   

}

.testimonial-section .testimonial .profile img{
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 10px;
}
.testimonial-section .testimonial .name{
	color:#000000;
	font-size: 17px;
	font-family: 'proxima_novaextrabold';
}
.slick-prev:before, .slick-next:before{
	content:'';
}

.slick-prev{
	width: 22px;
	height: 40px;
	background: url('./images/arrow-prev.png') top left no-repeat;
	left: -50px;
}

.slick-prev:hover{
	background: url('./images/arrow-prev.png') top left no-repeat;
}

.slick-next{
	width: 22px;
	height: 40px;
	background: url('./images/arrow-next.png') top right no-repeat;
	right:-50px;
}

.slick-next:hover{
	background: url('./images/arrow-next.png') top right no-repeat;
}

.leadin-section{
	margin-top: -60px;
	padding-bottom: 170px;
}
.leadin-section .leadins{
	margin-left:-12px;
	margin-right: -12px;
	text-align: center;
}

.leadin-section .col-box{
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #DB0000;
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    max-width: 364px;
    width: 100%;
    text-align: left;
    position: relative;
    vertical-align: top;    
	min-height:445px;
}

.leadin-section .col-box-1{
	background:url('./images/LEAN-IN-BG-1.jpg');
}
.leadin-section .col-box-2{
	background:url('./images/LEAN-IN-BG-2.jpg');
}
.leadin-section .col-box-3{
	background:url('./images/LEAN-IN-BG-3.jpg');
	background-position: top right;
	background-size: cover;
}
.leadin-section .col-box .context{
	padding: 40px 35px 45px;
	
	min-height: 346px;
}

.leadin-section .col-box h3{
	font-family: 'proxima_novaextrabold';
	font-size: 22px;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.leadin-section .col-box h3:before{
	content: '';
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 80px;
	left:0;
	bottom:0;
	
}
.leadin-section .col-box h4{
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
}

.leadin-section .col-box .context p{
	color:#fff;
	font-size: 20px;
	margin-bottom: 0;
}

.leadin-section .col-box .context a.btn{
	max-width: 180px;
	width: 100%;
	font-family: 'proxima_novasemibold';
	font-size: 17px;
	padding: 0;
	min-height: 47px;
	line-height: 47px;
	position: absolute;
	bottom:20px;
	border:solid 1px #fff;
}
.leadin-section .col-box .context a.btn:hover{
	
}

.leadin-section .col-box:nth-child(2) a.btn{
	max-width: 205px;
	width: 100%;
}
.podcast-section{
	padding-bottom: 130px;
}
.podcast-section h2{
	margin-bottom: 50px;
}
.podcast-section .podcasts{
	margin-left:-24px;
	margin-right: -24px;
	text-align:center;
}

.podcast-section .col-box{
	background-color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    display: inline-block;
    max-width: 334px;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    position: relative;
}

.podcast-section .col-box .context{
	padding:30px;
	min-height: 298px;
	position: relative;
}
.podcast-section .col-box .context .podcast-title{
	height: 56px;
	margin-bottom: 15px;
	display: table;
    width: 100%;
}
.podcast-section .col-box .context h3{
	color:#333333;
	font-size: 23px;
	font-family: 'proxima_novabold';
	display: table-cell;
    vertical-align: middle;
}
.podcast-section .col-box .context p{
	margin-bottom: 30px;
}
.podcast-section .col-box .context a.btn{
	color:#D30000;
	font-size: 20px;
	font-family: 'proxima_novasemibold';
	letter-spacing: 2px;

}


.podcast-section .col-box .featured .cat{
    position: absolute;
    padding: 10px 15px;
    background-color: #333333;
    margin-top: 10px;
    margin-left: 10px;
    right: 10px;
}
.podcast-section .col-box .featured h4{
	font-size: 15px;
    font-family: 'proxima_novabold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.podcast-section .view-more{
	padding-top: 55px;
}
.podcast-section .view-more a{
	max-width: 364px;
    width: 100%;
	letter-spacing: 4px;
}
.weekly-podcast-page .main-section{
	padding-top: 260px;
}
.weekly-podcast-page .main-section h1{
	margin-bottom: 60px;
}

.weekly-podcast-page .love-podcast-section{
	margin-top: 115px;
}

.thank-page .main-section{
	padding-top: 260px;
}
.thank-page .main-section h1{
	font-size: 50px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	letter-spacing: 2px;

}
.thank-page .main-section h2{
	font-size: 26px;
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.thank-page .main-section p{
	font-size: 18px;
	font-family: 'proxima_nova_rgregular';
	color:#BBBBBB;
	margin-bottom: 60px;
}
.thank-page .main-section .video-context{
	max-width: 760px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
.thank-page .main-section .video-context iframe{
	
	background-color: #fff;
    padding: 5px;
}
.thank-page .main-section .video-context .embed-responsive{
	margin-bottom: 65px;
}
.thank-page .main-section .video-context a.btn{
	letter-spacing: 2px;
}
.thank-page .podcast-section{
	padding-top: 160px;
	padding-bottom: 70px;
}

.thank-page .podcast-section  h2{
	color:#000000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.thank-page .podcast-section .rows{
	margin-left: -24px;
    margin-right: -24px;
    text-align: center;
}

.thank-page .podcast-section .col-box{
	 background-color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    display: inline-block;
    max-width: 334px;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
  
}

.thank-page .podcast-section .col-box .featured{
	position: relative;
}

.thank-page .podcast-section .col-box .featured .cat{
	position: absolute;
    padding: 10px 15px;
    background-color: #333333;
    margin-top: 10px;
    margin-left: 10px;
    right: 10px;
}
.thank-page .podcast-section .col-box .featured h4{
	font-size: 15px;
    font-family: 'proxima_novabold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.thank-page .podcast-section .col-box .context{
	padding: 30px;
    min-height: 298px;
    position: relative;
}

.thank-page .podcast-section .col-box .context .title{
	height: 56px;
    margin-bottom: 12px;
    display: table;
    width: 100%;
}
.thank-page .podcast-section .col-box .context h3 {
    color: #333333;
    font-size: 23px;
    font-family: 'proxima_novabold';
    display: table-cell;
    vertical-align: middle;
}
.thank-page .podcast-section .col-box .context p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
}

.thank-page .podcast-section .col-box .context a.more {
    color: #D30000;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.affiliated-section{
	padding: 45px 0 120px;
}
.affiliated-section ul{
	max-width:1040px;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
.affiliated-section ul li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 30px;
}
/*
.affiliated-section ul li:first-child{
	margin-left: 0;
}

.affiliated-section ul li:last-child{
	margin-right: 0;
}
*/
.affiliated-section h3{
	color:#000000;
	font-size: 30px;
	font-family: 'proxima_novaextrabold';
	text-align:center;
	width: 100%;
	margin-bottom:20px;
}

.home .performance-section{
	background:url('./images/MOTIV8-TRAINING-PERFORMANCE-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 324px;

}
.performance-section{
	background:url('./images/MOTIV8-TRAINING-PERFORMANCE-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;

}
.performance-section h2{
	margin-bottom: 30px;
	color:#000000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	line-height: 40px;
	font-style: italic;
	letter-spacing: 2px;
}
.performance-section ul li{
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.performance-section ul li a.primary-btn{
	padding: 16px 30px;
	letter-spacing: 2px;
}

.instagram-section{
	padding-top: 55px;
}
.instagram-section h2{
	color:#000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.service-page .banner-section{
	margin-bottom: 100px;
}
.service-page .banner-section h1{
	margin-bottom: 30px;
}
.service-page .banner-section p{
	color:#fff;
	margin-bottom: 0;
}
.service-page .services-section{
	padding-bottom: 100px;
}
.service-page .services-section .rows{
	margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}
.service-page .services-section .col-box{
	background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    max-width: 334px;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    margin-bottom: 55px;
}
.service-page .services-section .context{
	padding: 25px 35px 35px; 
	min-height: 294px;
}
.service-page .services-section .context h3{
	font-size: 26px;
	font-family: 'proxima_novabold';
	margin-bottom: 12px;
	color:#333333;
	min-height: 64px;
	max-height: 64px;
	overflow: hidden;
	margin-bottom: 24px;
}
.service-page .services-section .context p{
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 15px;

}
.service-page .services-section .context .price{
	margin-bottom: 28px;
}
.service-page .services-section .context .price span{
	color:#DB0000;
	font-size: 26px;
	font-family: 'proxima_novabold';
}
.service-page .services-section .context a.secondary-btn{
	max-width: 100%;
	width: 100%;
}
.service-page .services-section .context a.secondary-btn:hover{
	background: #D30000;
	color:#fff;
}
.service-page .testimonial-section{
	padding-bottom: 110px;
}
.service-page .testimonial-section h2{
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	color:#000000;
}

.loop-main-section{
	overflow: hidden;
	 padding-bottom: 130px;
}
.loop-main-section .heading-title h1{
	color:#000000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	margin-bottom: 60px;
}
.loop-main-section .loop-rows{
	margin-left: -23px;
    margin-right: -23px;
    text-align: center;
}

.loop-main-section .col-box{
	background-color: #fff;
    margin-left: 23px;
    margin-right: 23px;
    display: inline-block;
    max-width: 334px;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    margin-bottom: 55px;
}
.loop-main-section .col-box .featured{
	position: relative;
}
.loop-main-section .col-box .featured .month{
	position: absolute;
   	text-align: center;
    background-color: #DB0000;
    padding: 18px 12px;
    text-transform: uppercase;
    color:#fff;
    right: 0;
}

.loop-main-section .col-box .featured .month h4{
	font-family: 'proxima_novabold';
    font-size: 20px;

}

.loop-main-section .col-box .context{
	padding: 30px 30px 50px;
	min-height: 230px;
}
.loop-main-section .col-box .context h3{
	color:#333333;
	font-size: 23px;
	font-family: 'proxima_novabold';
	line-height: 1;
	margin-bottom: 15px;
}

.loop-main-section .col-box .context p{
	font-size: 16px;
}

.loop-main-section .col-box .context a.btn{
	color:#D30000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'proxima_novasemibold';
	
}
.webinar-page  .loop-main-section .col-box .context{
	position: relative;
}
.webinar-page .loop-main-section .col-box .context a.btn{
	position: absolute;
	bottom: 40px;
	left:50%;
	margin-left: -25%;
}

.single-webinar-page{
	background: url(./images/MOTIV8-TRAINING-BG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}


.single-webinar-page .top-header{
	display: none;
}

.single-webinar-page .section .rows{
	position: relative;
}
.single-webinar-page .banner-section{
	margin-bottom: 170px;
}
.single-webinar-page .banner-section h1{
	margin-bottom: 40px;
}
.single-webinar-page .banner-section h2{
	color:#fff;
	font-size: 35px;
	font-family: 'proxima_novasemibold';
	margin-bottom: 40px;
}

.single-webinar-page .banner-section ul{
	max-width: 670px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #fff;
	padding: 30px 0 70px;
	border-bottom: transparent;
	position:relative;
}
.single-webinar-page .banner-section ul:before{
	content:'';
	position:absolute;
	background-color:#fff;
	width:20%;
	height:1px;
	bottom: 0;
    left: 0;
}
.single-webinar-page .banner-section ul:after{
	content:'';
	position:absolute;
	background-color:#fff;
	width:20%;
	height:1px;
	bottom: 0;
    right: 0;
}
.single-webinar-page .banner-section ul li{
	display: inline-block;
	width: 48%;
	color:#fff;
	font-size: 17px;
}
.single-webinar-page .banner-section ul li img{
	margin-top:-8px;
	margin-right: 5px;
}
.single-webinar-page .banner-section a.btn{
	max-width: 360px;
	width: 100%;
	padding: 18px 0;
	margin-top:-30px;
	letter-spacing: 2px;
	position:relative;
}


.single-webinar-page .register-section{
	background-color:#DB0000;
	padding-top:80px;
	padding-bottom:80px;
	
}
.single-webinar-page .register-section h2{
	
	font-family: 'proxima_novaextrabold';
	font-size:40px;
	color:#fff;
	margin-bottom:30px;
}
.single-webinar-page .register-section h3{
	color:#fff;
	font-size: 35px;
	font-family: 'proxima_novasemibold';
	margin-bottom: 40px;
}

.single-webinar-page .register-section ul{
	max-width: 670px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #fff;
	padding: 30px 0 70px;
	border-bottom: transparent;
	position:relative;
}
.single-webinar-page .register-section ul:before{
	content:'';
	position:absolute;
	background-color:#fff;
	width:20%;
	height:1px;
	bottom: 0;
    left: 0;
}
.single-webinar-page .register-section ul:after{
	content:'';
	position:absolute;
	background-color:#fff;
	width:20%;
	height:1px;
	bottom: 0;
    right: 0;
}
.single-webinar-page .register-section ul li{
	display: inline-block;
	width: 48%;
	color:#fff;
	font-size: 17px;
}
.single-webinar-page .register-section ul li img{
	margin-top:-8px;
	margin-right: 5px;
}
.single-webinar-page .register-section a.btn{
	max-width: 360px;
	width: 100%;
	padding: 18px 0;
	margin-top:-30px;
	letter-spacing: 2px;
	position:relative;
	background-color:#fff;
	color:#DB0000;
}
.content-left-image-section .featured{
	position: absolute;
	z-index: 1;
	top:0;
}
.single-webinar-page .content-with-image .featured{
	    background-color: #fff;
    padding: 10px;
    margin-top: -62px;
}
.single-webinar-page .content-with-image .content-wrap{
	padding: 70px 50px;
	box-shadow: 0 0 30px 0 rgba(84,110,122,0.15);
}
.single-webinar-page .content-with-image h2{
	color: #000;
    font-size: 30px;
   font-family: 'proxima_novaextrabold';
    margin-bottom: 25px;
    line-height: 1;
    text-transform: uppercase;
}
.single-webinar-page .content-with-image ul li{
	    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.single-webinar-page .content-with-image ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #DB0000;
    font-size: 25px;
    position: absolute;
    left: 0;
}

.single-webinar-page .section .content-wrap .context{
	max-width: 535px;
	width: 100%;
}



.content-left-image-section{
	margin-bottom: 130px;
}

.content-left-image-section .content-wrap{
	background-color: #fff;
	max-width: 1010px;
	width: 100%;
	float:right;
} 

.content-left-image-section .content-wrap .context{
	float:right;
}

.content-right-image-section{
	margin-bottom: 130px;
}
.content-right-image-section .content-wrap{
	background-color: #fff;
	max-width: 1010px;
} 

.content-right-image-section .featured{
	position: absolute;
	right: 0;
	z-index: 1;
	top:0;
}
/** -------------------- INNER PAGES ----------------------------- **/

.archive-description .entry-title, .archive-title, .author-box-title{
	  color: #000;
	  font-size: 35px;
}

.full-width-content .site-inner{
	max-width: 100%;
	padding: 100px 0 0 0;
}

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

.default-page .site-inner{
	max-width: 1170px;
	padding-left: 10px;
    padding-right: 10px;
}
.program-page .program-section h2{
	color:#000000;
	font-size: 26px;
	font-family: 'proxima_novabold';
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.program-page .program-section p{
	line-height: 1.55;
	margin-bottom: 28px;
	color:#333;
}

.program-page .program-section a.btn{
	max-width: 328px;
	width: 100%;
	padding: 18px 30px;
}
.program-page .program-section ul li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	color:#333;
}
.program-page .program-section ul li:before{
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #DB0000;
	font-size: 25px;
	position: absolute;
	left: 0;
	top:-5px;
}
.program-page .program-section ul li ul{
	padding-top: 15px;
}
.program-page .program-section ul li ul li{
	margin-bottom: 12px;
}
.program-page .program-section ul li ul li:before{
	content:"";
}

.program-page .program-section h3{
	color:#000;
	line-height: 28px;
	font-size: 26px;
	font-family: 'proxima_novabold';
	margin-bottom: 25px;
}
.program-section-1{
	padding-top: 110px;
}

.program-section-1 h1{
	color:#000000;
	font-size: 46px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	margin-bottom: 80px;
	letter-spacing: 2px;
}
.program-section-1 h2{
	font-size: 30px;
	text-transform: uppercase;
	color:#000000;
	letter-spacing: 2px;
}
.program-section-1 .featured{
	background-color: #fff;
	padding: 12px;
	float:left;
	max-width:526px;
	width: 46%;
	position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.program-section-1 .context{
	float:right;
	max-width: 568px;
	margin-top:40px;
}

.career-development-page .program-section-1 .context{
	margin-top: 5px;
}
.career-development-page .program-section-1 .context a.btn{
	max-width: 250px;
	width: 100%;
	padding: 18px 30px;
}
.program-section-1 .context h3{
	color:#555555;
	font-size: 20px;
	font-family: 'proxima_novabold';
	line-height: 1.4;
	margin-bottom: 30px;
}
.program-section-2{
	background:url('./images/MOTIV8-TRAINING-PROGRAM-SECTION-2.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 963px;
    position: relative;
    padding-top: 210px;
    padding-bottom: 200px;
}
.program-section-2 .col-wrap{
	padding-bottom: 65px;
}
.career-development-page .program-section-2{
	padding-top: 180px;
	

}

.program-section-2 .col-wrap{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.program-section-2  .row-1{
	padding-bottom: 40px;
}
.program-section-2 .context{
	max-width: 540px;
	width: 50%;
	float:left;

}
.program-section-2 .context p{
	line-height: 1.3;

}

.program-section-2 .row-1 .context{
	
	padding-top: 70px;
	margin-left: 70px;
}

.program-section-2  .context h2{
	margin-bottom: 25px;
}


.program-section-2 .featured{
	float: right;
	background-color: #fff;
	padding: 10px;
	margin-top: -62px;
}
.career-development-page .program-section-2 .featured{
	margin-top: -50px;
}
.program-section-2 .row-2 .context{
	
	float:right;
	margin-right: 60px;
	margin-top: 60px;
}

.program-section-2 .row-2 .featured	{
	
	margin-top: 0;
	position: absolute;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);

}


 .program-section-3{
 	background:url('./images/MOTIV8-TRAINING-PROGRAM-SECTION-2.jpg');
	background-position:top 300px center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 963px;
    position: relative;
    padding-bottom: 150px;
 }


.career-development-page .program-section-3{
	padding-bottom: 180px;
}

.program-section-3 .col-wrap{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15)
}

.career-development-page .program-section-3 .rows{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15)
}
.career-development-page .program-section-3 .row-1{
	margin-bottom: 185px;
}
.career-development-page .program-section-3 .row-2{
	padding-bottom: 75px;
}
.career-development-page .program-section-3 .row-2 .context{
	padding-top:85px;
	margin-right: 50px;
	margin-top: 0;
}
.program-section-3 .row-1{
	padding-bottom: 70px;
}
.program-section-3 .context{
	max-width: 540px;
	width: 50%;
	float:left;
}

.program-section-3 .row-1 .context{
	padding-top: 75px;
    margin-left: 70px;
}
.program-section-3 .featured {
    float: right;
    background-color: #fff;
    padding: 10px;
    margin-top: -62px;
}
.program-section-3 .row-2{
	padding-bottom: 20px;
}
.program-section-3 .row-2 .featured{
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    margin-top: 0;
    position: absolute;

}
.career-development-page .program-section-3 .row-2 .featured{
	margin-top: -40px;
}


.program-section-3 .row-2 .context{
	float: right;
    margin-right: 45px;
    margin-top: 15px;
    max-width: 544px;
   	width:100%;	
}
.program-section-3 .row-2 .context ul{
	margin-bottom: 40px;
}
.program-section-3 .row-2 .context a{
	max-width: 250px;
	width: 100%;
	padding: 18px 30px;
}


.program-section-4{
	background:url('./images/MOTIV8-TRAINING-PROGRAM-SECTION-2.jpg');
	background-position:top 300px center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 963px;
    position: relative;
    padding-bottom: 165px;
}



.program-section-4 .col-wrap{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
	padding-bottom: 50px;
}

.program-section-4  .row-1{
	padding-bottom: 40px;
}
.program-section-4 .context{
	max-width: 540px;
	width: 50%;
	float:left;

}
.program-section-4 .context p{
	line-height: 1.44;

}

.program-section-4 .row-1 .context{
	
	padding-top: 60px;
	margin-left: 70px;
}

.program-section-4  .context h2{
	margin-bottom: 25px;
}


.program-section-4 .featured{
	float: right;
	background-color: #fff;
	padding: 10px;
	margin-top: -50px;
}

.program-section-4 .row-2 .featured {
    
    margin-top: 0;
    position: absolute;
}

.program-section-4 .row-2 .context{
	float: right;
    margin-right: 60px;
    margin-top: 20px;
}
.program-section-4 .row-2 .context ul{
	margin-bottom: 35px;
}
.program-section-4 .row-2 .context a.btn{
	max-width: 260px;
	width: 100%;
	padding: 18px 30px;
}
.athletic-performance-page .testimonial-section{
	background-image:none;
	min-height: 1px;
	padding-top: 115px;
	padding-bottom: 130px;
}


.athletic-performance-page .testimonial-section .rows{
	margin-top: 0;
}

.athletic-performance-page .testimonial-section .heading h2{
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	color:#000000;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.athletic-performance-page .testimonial-section .testimonial_body p{
	line-height: 23px;
}
.athletic-performance-page .testimonial-section .view-more a{
	letter-spacing: 3px;
	max-width: 400px;
	width: 100%;
}

.mottiv8-management-section{
	padding-top: 140px;
	padding-bottom: 120px;
	overflow: hidden;
}
.mottiv8-management-section .rows{
	background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    padding:90px 70px 80px;
}
.mottiv8-management-section .context{
	max-width: 512px;
	width: 100%;
}
.mottiv8-management-section .context h2{

}
.mottiv8-management-section .featured{
	position: absolute;
	bottom:-120px;
	right:-135px;
}

.program-page .instagram-section{
	display: none;
}

.athlete-porgram-section{
	background-color: #DB0000;
	padding-top: 80px;
	padding-bottom: 90px;
}
.athlete-porgram-section .context h2{
	color:#fff;
	font-size: 40px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 40px;
	text-transform: uppercase;
}

.athlete-porgram-section .context ul li{
	display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    max-width: 340px;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.athlete-porgram-section .context ul li:before{
	content: "";
}
.athlete-porgram-section .context a.btn{
	max-width: 546px;
	width: 100%;
	padding:18px 20px;
	letter-spacing: 2px;
}
.career-development-page .athlete-porgram-section .context a.btn{
	max-width: 340px;
}
.athlete-porgram-section .context a.btn:hover{
	border:solid 1px #fff;
}

.career-development-page .testimonial-section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.career-development-page .testimonial-section h2{
	font-family: 'proxima_novaextrabold';
	font-size: 35px;
	margin-bottom: 45px;
}
.contact-page .main-section{
	margin-bottom: 50px;
}
.contact-page .main-section h1{
	color:#000000;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 30px;
}
.contact-page .main-section p{
	color:#606060;
	margin-bottom: 0;
}
.contact-section{
	position: relative;
	z-index: 1;
}
.contact-section .rows{
	background-color: #fff;
	box-shadow: 0 5px 40px 0 rgba(84,110,122,0.15);
	padding: 10px;
}

.contact-section .contat-information{
	float:left;
	max-width: 480px;
	width:100%;
	background-color: #F9F9F9;
	padding: 55px 60px  55px 40px;
}
.contact-section .contat-information .phone{
	margin-bottom: 50px;
}
.contact-section .contat-information .phone a{

	color:#DB0000;
	font-size: 30px;
	font-family: 'proxima_novasemibold';
}

.contact-section .contat-information .address{
	margin-bottom: 50px;
}

.contact-section .contat-information .social-media{
	margin-bottom: 45px;
}
.contact-section .contat-information h3{
	color:#000000;
	font-size: 15px;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
	margin-bottom: 10px;

}
.contact-section .contat-information p{
	color:#606060;
	font-size: 18px;
	line-height: 22px;
	font-family: 'proxima_novasemibold';
}
.contact-section .contat-information .social-media ul li{
	    display: inline-block;
}
.contact-section .contat-information .social-media ul li a{
	    color: #999999;
}
.contact-section .contat-information .social-media ul li .fa{
	    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #999999;
    color: #999999;
    text-align: center;
    line-height: 34px;
}

.contact-section .contat-information .podcast-button a.btn{
	max-width: 370px;
    width: 100%;

}
.contact-section .contact-form{
	float:left;
	max-width: 580px;
	width: 100%;
	margin-left: 40px;
	padding-top: 40px;

}

.contact-section .contact-form .gform_wrapper  .gfield_label{
	color:#000;
	font-size: 15px;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
}

.contact-section .contact-form .gform_wrapper .gform_fields{
	margin-left: -7px;
	margin-right: -7px;
}



.contact-section .contact-form .gform_wrapper .gform_fields .gfield.half{
	float:left;
	width: 50%;
	
}
.contact-section .contact-form .gform_wrapper .gform_fields .gfield{
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 20px;
}

.contact-section .contact-form .gform_wrapper input[type="text"]{
	padding-top: 0;
	padding-bottom: 0;
	min-height: 45px;
	line-height: 45px;
	border:solid 1px #B7B7B7;
	color:#B7B7B7;
	font-size: 16px;
}
.contact-section .contact-form .gform_wrapper textarea{
	border:solid 1px #B7B7B7;
	color:#B7B7B7;
	font-size: 16px;
	max-height: 120px;
}
.contact-section .contact-form .gform_wrapper .gform_button{
	background-color: #DB0000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'proxima_novabold';
	letter-spacing: 2px;
	padding: 0;
	min-height: 60px;
	line-height: 60px;
	max-width: 236px;
	width:100%;

}

.contact-map-section{
	background:url('./images/MOTIV8-TRAINING-CONTACT-MAP.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 525px;
    position: relative;
    margin-top:-100px;
}

.learn-page{
	background:url('./images/MOTIV8-TRAINING-LEARN-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}



.learn-page .banner-section{
	/*background:url('./images/MOTIV8-TRAINING-LEARN-BANNER.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 502px;*/
    position: relative;
    padding-top: 220px;
}

.learn-page .banner-section .context{
	max-width: 774px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.learn-page .banner-section .context h1{
	color:#fff;
	font-size: 46px;
	font-family: 'proxima_novaextrabold';
	letter-spacing: 2px;
}

.learn-page .banner-section .context h3{
	color:#fff;
	font-size: 20px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 0;
	letter-spacing: 2px;
}

.learn-section h2{
	font-size: 26px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 30px;
	color:#000;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.learn-section h3{
	font-size: 20px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 30px;
	color:#000;
}

.learn-section p{
	color:#333333;
	margin-bottom: 30px;
}

.learn-section ul li{
	
	margin-bottom: 25px;
	padding-left: 32px;
	color:#333333;
	line-height: 1.16;
	position: relative;
}
.learn-section ul li:last-child{
	margin-bottom: 0;
}
.learn-section ul li:before{
	content: "";
   	position: absolute;
   	background: url('./images/flag-list.png') no-repeat;
    width:22px;
    min-height:28px;
    left:0;
}
.team-page .banner-section .context{
	max-width: 630px;
}
.team-page .banner-section .context h1{
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.team-page .banner-section .context p{
	color:#fff;
	margin-bottom: 25px;
}



.learn-section-1{
    position: relative;
    padding-top: 120px;
}
.learn-section-1 .featured-car{
	position: absolute;
    z-index: 2;
    bottom: -370px;
    left: -265px;
}
.learn-section-1 .col-wrap{
	background-color: #fff;
	float:right;
	max-width: 990px;
    width: 100%;
    padding:55px 100px 55px 0;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    
}

.learn-section-1 .context{
	position: relative;
	max-width: 540px;
	width: 100%;
	float: right;
	
}
.learn-section-1 .context p{
	line-height: 1.27;
	color:#333333;
	margin-bottom: 30px;
}

.learn-section-1 .context h2{
	font-family: 'proxima_novaextrabold';
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom:30px;
	line-height: 1;
}

.learn-section-1 .col-wrap .featured{
	position: absolute;
    left: -165px;
    top: 65px;
}

.team-page  .learn-section-1{
	padding-top: 80px;
}
.team-page .learn-section-1 .col-wrap{
	min-height: 590px;
	padding-top: 80px;
	padding-right: 30px;
}


.team-page  .learn-section-1 .context h2{
	margin-bottom: 45px;
}

.team-page .learn-section ul li{
	margin-bottom: 30px;
	font-size: 20px;
}

.team-page .learn-section ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #DB0000;
    font-size: 25px;
    position: absolute;
    left: 0;
    background: none;
    top:-5px;
}
.team-page .learn-section-1 .col-wrap .featured{
	left:-130px;
	top: -40px;
}

.team-page .learn-section-1 .col-wrap .featured img{
	background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.team-page .team-info-section{
	margin-top:135px;
}

.team-page .team-info-section .rows{
	background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.team-page .team-info-section .rows .context {
    width: 670px;
    float: left;
    padding: 85px 60px 70px 70px;
}

.team-page .team-info-section .rows .featured {
    float: right;
    background-color: #fff;
    padding: 10px;
    margin-top: -50px;
}


.team-page .more-section{
	padding-top: 100px;
	padding-bottom: 70px;
	border-bottom: solid 1px #F2F2F2;
}
.team-page .more-section h2{
	color:#000000;
	font-size: 35px;
	margin-bottom: 25px;
}
.team-page .more-section p{
	font-size: 23px;
	margin-bottom: 20px;
}
.team-page .more-section a.btn{
	max-width: 340px;
	width: 100%;
}
.parent-page .learn-section-1 .col-wrap{
	min-height: 837px;
	padding-top: 60px;
}


.parent-page .learn-section-1 .context{
	max-width: 550px;
}
.parent-page .learn-section-1 .col-wrap .featured{
	top:65px;
}

.parent-page .learn-section-1 .col-wrap .featured img{
	background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.parent-page .learn-section-1 .context p{
	margin-bottom: 40px;
}

.parent-page .learn-section-1 ul li{
	margin-bottom: 40px;
}

.parent-page .learn-section-1 .featured-car{
	bottom:-392px;
}

.holistic-approach-section{
    position: relative;
    padding-top: 105px;
}
.holistic-approach-section .heading{

}
.holistic-approach-section .heading h2{
	text-align: left;
	font-size: 26px;
	color:#000;
	font-family: 'proxima_novaextrabold';
	line-height: 1.07;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 0;
	vertical-align: middle;
}

.holistic-approach-section .heading a.btn{
	vertical-align: middle;
	max-width: 330px;
	width: 100%;
}

.holistic-approach-section .heading h3{
	color:#333333;
	font-size: 24px;
	font-family: 'proxima_novasemibold';
	line-height: 1.25;
	text-align: left;
}

.holistic-approach-section .rows{
	margin-top: 120px;
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.holistic-approach-section .rows .context{
	
	width:670px;
	float:left;
	padding:85px 60px 70px 70px;
}

.holistic-approach-section .rows .featured {
    float: right;
    background-color: #fff;
    padding: 10px;
    margin-top: -45px;
}

.parent-page .holistic-approach-section{
	padding-top: 200px;
}

.parent-page .holistic-approach-section .rows{
	margin-top: 0;
}

.parent-page .holistic-approach-section .rows .featured{
	max-width:460px;
	width:100%;
	margin-top: -50px;
}

.excercise-programs-section{
	padding-top: 130px;
}

.excercise-programs-section .rows .context{
	max-width: 530px;
	width:100%;
	float:right;
	padding-top:10px;
}

.excercise-programs-section .rows .featured{
	max-width: 550px;
	width: 100%;
    float: left;
    text-align: right;
}

.excercise-programs-section .rows .featured img{
	 background-color: #fff;
    padding: 10px;
	  box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.parent-page .excercise-programs-section{
	padding-top: 115px;
	padding-bottom: 75px;
}

.parent-page .excercise-programs-section .rows .context{
	padding-top: 75px;
}


.parent-page .excercise-programs-section .rows .context a.trial-btn{
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background-color: #DB0000;
    color: #fff;
    font-size: 20px;
    font-family: 'proxima_novabold';
    padding:18px 45px;
    max-width: 368px;
    width: 100%;
    margin-top:30px;
    letter-spacing: 2px;
}
.driver-page .motorsport-manual-section{
		background-color: #fff;
}
.learn-page .motorsport-manual-section{

	border-bottom: solid 1px #F2F2F2;
	padding-bottom: 115px;
}
.team-page .testimonial-section{
	margin-bottom: 150px !important;
}
.learn-page .faq-section{
	border-top: solid 1px #F2F2F2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.learn-page .faq-section h2{
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

.learn-page .faq-section .context{
	max-width: 956px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*
.learn-page .faq-section .faq-content{
	width: 100%;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
	 padding: 70px 120px 70px 90px;
	 margin-bottom: 70px;
}


.learn-page .faq-section .faq-content h3 {
    font-family: 'proxima_novasemibold';
    color: #555555;
    font-size: 18px;
    margin-bottom: 15px;
}

.learn-page .faq-section .faq-content p {
    margin-bottom: 60px;
    color: #949494;
    font-size: 15px;
    line-height: 1.33;
}
*/
.learn-page .faq-section .more a.btn{
	max-width: 398px;
	width: 100%;
	letter-spacing: 2px;
}
.learn-page .faq-section .more a.btn:hover{
	background-color: #D30000;
	color:#fff;
}
.membership-plans-section{
	background:url('./images/MEMBERSHIP-PLANS-BG.jpg');
	background-position:top 110px center;
    background-repeat: no-repeat;
     width: 100%;
    min-height: 688px;
    position: relative;
    margin-top: 180px;
    padding-bottom: 100px;
    
}

.membership-plans-section .row-1, .coaching-programs-section .row-1{
	
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
	margin-bottom: 70px;
}
.membership-plans-section .row-1 .context, .coaching-programs-section .row-1 .context{
	
	width:670px;
	float:left;
	padding:85px 60px 70px 70px;
}

.membership-plans-section .rows .featured, .coaching-programs-section .rows .featured {
    float: right;
    background-color: #fff;
    padding: 10px;
    margin-top: -70px;
}

.membership-plans-section .row-2 .context, .coaching-programs-section .row-2 .context{
	text-align: center;
	max-width: 575px;
	width: 100%;
	margin: 0px auto;
}
.coaching-programs-section .row-2 .context{
	max-width: 100%;
}
.coaching-programs-section .row-2 .context a{
	display: inline-block;
}
.coaching-programs-section .row-2 .context a.btn-1{
	max-width: 318px;
	width: 100%;
	margin-right: 30px;
}
.coaching-programs-section .row-2 .context a.btn-2{
	max-width: 420px;
	width: 100%;
	border:solid 2px #fff;
	color:#fff;
}
.coaching-programs-section .row-2 .context a.btn-2:hover{
	background-color: #fff;
	color:#DB0000;
}
.membership-plans-section .row-2 .context p, .coaching-programs-section .row-2 .context p{
	margin-bottom: 40px;
	color:#fff;
}
.membership-plans-section .row-2 .context a.btn, .coaching-programs-section .row-2 .context a.btn{
	background: #DB0000;
	max-width: 365px;
	width: 100%;
	font-size: 20px;
	font-family: 'proxima_novabold';
	display: inline-block;
	padding: 18px 40px;
	text-align: center; 
	color:#fff;
	letter-spacing: 2px;

}


 .coaching-programs-section{
 	background:url('./images/COACHING-PROGRAMS-BG.jpg');
	background-position:top 244px center;
    background-repeat: no-repeat;
     width: 100%;
    min-height: 764px;
    position: relative;
 	margin-top: 90px;
 	padding-bottom: 150px;
 }

 .coaching-programs-section .row-1{
 	margin-bottom: 90px;
 }
 .coaching-programs-section .row-1 .context{
 	padding-top: 60px;
 }

 .coaching-programs-section .rows .featured{
 	margin-top: -35px;
 }

 .coaching-programs-section .context a.btn{
 	background: #DB0000;
	
	width: 100%;
	font-size: 20px;
	font-family: 'proxima_novabold';
	display: inline-block;
	padding: 18px 40px;
	text-align: center; 
	color:#fff;
	letter-spacing: 2px;
 }

.coaching-programs-section .row-2 .context h3{
	font-size: 35px;
	color:#fff;
	letter-spacing: 2px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	margin-bottom: 30px;
}

.coaching-programs-section .row-2 .context a.contact-btn{
	background: #DB0000;
	max-width: 485px;
	width: 100%;
	font-size: 20px;
	font-family: 'proxima_novabold';
	display: inline-block;
	padding: 18px 40px;
	text-align: center; 
	color:#fff;
	letter-spacing: 2px;
}

 .coaching-programs-section .row-2 .context p{
 	margin-bottom: 45px;
 }

.learn-page .testimonial-section, .learn-page .custom-testimonial{
	margin-bottom: 90px;
	margin-top: 120px;
}
.learn-page .testimonial-section h2, .learn-page .custom-testimonial h2{
	font-size: 35px;
}

.learn-page .testimonial-section .heading h2, .learn-page .custom-testimonial .heading h2{
	color:#000;
}

.learn-page .testimonial-section .rows, .learn-page .custom-testimonial .rows{
	margin-top: 0;
}
.custom-testimonial .profile-info img{
	display:inline-block;
	border-radius: 50%;
    margin-bottom: 10px
}
 
.custom-testimonial .testimonial {
    background-color: #fff;
    text-align: center;
    padding: 50px 60px 30px;
   
}

.custom-testimonial .testimonial .name {
    color: #000000;
    font-size: 17px;
    font-family: 'proxima_novaextrabold';
}
.motorsport-manual-section{
	background-color: #F2F2F2;
	padding: 70px 0;
}
.motorsport-manual-section .featured{
	max-width: 280px;
	width: 100%;
}

.motorsport-manual-section .featured img{
	position: absolute;
	bottom: -92px;
	max-width: 280px;
	width: 100%;
}

.motorsport-manual-section .context{
	float: right;
	max-width: 870px;
	width: 70%;
	margin-right: 20px;
}
.motorsport-manual-section .context h3{
	font-size: 26px;
	font-family: 'proxima_novaextrabold';
	color: #000000;
	line-height: 1.07;
	display: inline-block;
	vertical-align: middle;
	    letter-spacing: 2px;
	    margin-right: 30px;
}
.motorsport-manual-section .context a{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2px;
}
.motorsport-manual-section .context a:hover{
	background-color: #D30000;
	color:#fff;
}

.performance-book-section .context{
	max-width: 820px;
	width: 100%;
	margin-right: 0;
}

.performance-book-section .featured img{
	bottom:-100px;
}
.performance-book-section .context h3{
	font-family: 'proxima_novaextrabold';
	font-size: 35px;
	line-height: 0.85;
	margin-right: 50px;
}

.performance-book-section .context a{
	max-width: 264px;
	width: 100%;
}

.join-fb-section{
	padding-top: 60px;
	padding-bottom: 70px;
	border-top: solid 1px #F2F2F2;
}

.parent-page .join-fb-section{
	border-top:transparent;
	border-bottom: solid 1px #F2F2F2;
}

.join-fb-section a.secondary-btn{
	padding:16px 35px;
	width: 100%;
}

.join-fb-section a.secondary-btn:hover{
	background-color:#D30000;
	color:#fff; 
}

.join-fb-section h2{
	color:#000;
	font-size: 26px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.join-fb-section h2 img{
	display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
}

.join-fb-section ul li{
	display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
        max-width: 390px;
    width: 100%;
}

.ambassador-page .main-section .list{
	background-color: #fff;
	margin-bottom: 45px;
}


.ambassador-page .main-section .list .featured{
	float:left;
	max-width: 336px;
	width: 100%;
}
.ambassador-page .main-section .list .context{
	max-width: 670px;
	width: 100%;
	float:left;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.ambassador-page .main-section .list .context h3{
	color:#333333;
	font-size: 26px;
	font-family: 'proxima_novabold';
	margin-bottom: 12px;
}

.ambassador-page .main-section table {
  border-collapse: collapse;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.ambassador-page .main-section tbody{
	border-bottom:transparent;
}
.ambassador-page .main-section table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.ambassador-page .main-section table tr {
 
}

.ambassador-page .main-section table th,
.ambassador-page .main-section table td {
  
    text-align: left;
    width: 25%;
    padding: 0 20px 0 0;
    vertical-align: top;
}

.ambassador-page .main-section table th{
	color:#333333;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'proxima_novabold';
}
.ambassador-page .main-section table td {
	font-family: 'proxima_nova_rgregular';
	color:#555555;
	font-size: 15px;
	line-height: 18px;
	padding-top: 8px;
	word-break: break-word;
}

.ambassador-page .main-section{
	overflow: hidden;
}
.ambassador-page .main-section .ambassadors{
	margin-left: -20px;
	margin-right: -20px;
}
.ambassador-page .main-section .ambassador{
	background:url('./images/AMBASSADOR-LIST-BG.jpg');
	background-position:top center;
    background-repeat: no-repeat;
    max-width: 354px;
    width: 100%;
    position: relative;
    min-height: 564px;
    float:left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
    color:#fff;
    padding-top: 10px;
}
.ambassador-page .main-section .ambassador .profile{
	text-align: right;
}
.ambassador-page .main-section .ambassador .name{
	background-color: #F3F4F8;
	width: 318px;
	padding: 12px 28px;

}
.ambassador-page .main-section .ambassador .name h2{
	color:#C11C20;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	line-height: 0.85;
	text-transform: uppercase;
}
.ambassador-page .main-section .ambassador .info{
	padding:20px 28px;
}
.ambassador-page .main-section .ambassador .info div{
	margin-bottom: 15px;
}
.ambassador-page .main-section .ambassador .info div:last-child{
	margin-bottom: 0;
}

.ambassador-page .main-section .ambassador .info .fact h3{
	font-size: 24px;
}
.ambassador-page .main-section .ambassador .info h3{
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'proxima_novaextrabold';
	line-height: 1;
}
.ambassador-page .main-section .ambassador .info h3 .custom{
	font-size: 17px;
	font-family: 'proxima_novasemibold';
	font-style: italic;;

}
.ambassador-page .main-section .ambassador .info h4{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'proxima_novasemibold';
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.about-page .main-section{
	background:url('./images/MOTIV8-TRAINING-TIMELINE-BG.jpg');
	background-position:top 455px center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-page .main-section h1{
	color:#000000;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.about-page .main-section .timeline {
    background: url('./images/timeline.png') repeat-y;
    background-position: top center;
    position: relative;
    width: 100%;
}

.about-page .main-section .timeline:before{
	content: '';
    position: absolute;
    height: 115px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
}

.about-page .main-section .timeline:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 100px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
}

.about-page .main-section .timeline .date{
	width: 86px;
    height: 86px;
    background-color: #D30000;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    z-index: 2;
    line-height: 4.4;
    text-transform: uppercase;
    top:0;
}
.about-page .main-section .timeline-block{
	margin-bottom: 270px;
	position: relative;
}

.about-page .main-section .timeline-block-1{
	margin-bottom: 320px;
}
.about-page .main-section .timeline-block .featured{
	float: left;
    width: 50%;
    position: relative;
}
.about-page .main-section .timeline-block .featured img{
	position: absolute;
}
.about-page .main-section .timeline-block .context{
	float: right;
    width: 50%;
}
.about-page .main-section .timeline-block .context h3{
	color:#333333;
	font-size: 26px;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about-page .main-section .timeline-block .context p{
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.4;
	color:#555555;
}
.about-page .main-section .timeline-block .content-wrap{
	max-width: 460px;
	width: 100%;
}
.main-section .timeline-block:nth-child(odd){
	
}

.main-section  .timeline-block:nth-child(odd) .content-wrap{
	float: right;
}

.main-section .timeline-block:nth-child(even) .context{
	float: left;
}
.main-section .timeline-block:nth-child(even) .featured{
	float: right;
    text-align: right;
}
.main-section .timeline-block:nth-child(odd) .featured img{
	left:-60px;
}
.main-section .timeline-block:nth-child(even) .featured img{
	right:-60px;
}

.about-page .main-section .timeline-block-1 .date{
	top:110px;
}

.about-page .main-section .timeline-block-1 .context{
	margin-top: 100px;
}
.about-page .main-section .timeline-block-2{
	margin-bottom: 300px;
}
.about-page .main-section .timeline-block-2 .date{
	top:100px;
}
.main-section .timeline-block-2 .featured{
	margin-top: -200px;
}
.about-page .main-section .timeline-block-3{
	margin-bottom: 510px;
}
.about-page .main-section .timeline-block-3 .date{
	top:0;
}
.about-page .main-section .timeline-block-3 .content-wrap{
	margin-top: 15px;
	
}
.about-page .main-section .timeline-block-3 .featured{
	margin-top: -220px;
}
.about-page .main-section .timeline-block-4 h3, .about-page .main-section .timeline-block-4 p{
	color:#fff !important;
}

.about-page .main-section .timeline-block-4{
	margin-bottom: 360px;
}
.about-page .main-section .timeline-block-4 .date{
	line-height: 1.4;
	padding-top: 15px;
}
.about-page .main-section .timeline-block-4 .context p{
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}
.about-page .main-section .timeline-block-4 .featured{
	margin-top: -340px;
	margin-right: -60px;
}

.about-page .main-section .timeline-block-5{
	margin-bottom: 320px;
}

.about-page .main-section .timeline-block-5 .date{
	
}

.about-page .main-section .timeline-block-5 .featured{
	margin-top: -90px;
}

.about-page .main-section .timeline-block-5 .content-wrap{
	margin-top: 10px;
}
.about-page .main-section .timeline-block-6{
	margin-bottom: 300px;
}

.about-page .main-section .timeline-block-6 .context{
	margin-top: 30px;
}
.about-page .main-section .timeline-block-6 .featured{
	margin-top: -50px;
	margin-right: -40px;
}
.about-page .main-section .timeline-block-7{
	margin-bottom: 300px;
}
.about-page .main-section .timeline-block-7 .featured{
	margin-top: -230px;
	
}
.about-page .main-section .timeline-block-7 .content-wrap{
	margin-top: 10px;
}
.about-page .main-section .timeline-block-8 .date{
	top:75px;
	width: 132px;
	height: 132px;
	margin-left: -66px;
	padding-top: 20px;
}
.about-page .main-section .timeline-block-8 .featured{
	margin-top: -50px;
}
.faq-page .site-inner{
	padding-top: 230px;
}

.faq-page  .main-section .context h1{
	margin-bottom: 60px;
}

.faq-page  .main-section .faq-content{
	background-color: #fff;
	padding: 70px 120px 70px 90px;
	max-width: 956px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.faq-page  .main-section .faq-content h3{
	font-family: 'proxima_novasemibold';
	color:#555555;
	font-size: 18px;
	margin-bottom: 15px;
}
.faq-page  .main-section .faq-content p{
	margin-bottom: 80px;
	color:#949494;
	font-size: 15px;
	line-height: 1.33;
}

.faq-page .contact-more-section{
	padding-top: 90px;
	padding-bottom: 90px;
}
.faq-page .contact-more-section h2{
	color: #000;
    font-size: 35px;
    font-family: 'proxima_novaextrabold';
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.faq-page .contact-more-section a.btn{
	max-width: 336px;
	width: 100%;
}

.quiz-page .top-header{
	display: none;
}

.quiz-page .title-area{
	padding-top: 60px;
	max-width: 100% !important;
	 width: 100%;
    text-align: center;
}
.quiz-page .title-area a{
	display: inline-block;
}
.quiz-page .site-inner{
	padding-top: 260px;
	min-height: 1700px;
}
.quiz-page .main-section .gf_page_steps{
	display: none;
}
.quiz-page .main-section .gform_wrapper .quiz-page-1{
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 90px;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.webinar-registration-page .main-section .context{
	background-color: #fff;
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 90px;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}
.webinar-registration-page .main-section .context h3{
	text-align: center;
	font-size: 35px;
	color:#000000;
	text-transform: uppercase;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 35px;
	letter-spacing: 2px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-1 h3{
	text-align: center;
	font-size: 20px;
	color:#000000;
	text-transform: uppercase;
	font-family: 'proxima_novasemibold';
	letter-spacing: 1px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-1 h2{
	text-align: center;
	font-size: 35px;
	color:#000000;
	text-transform: uppercase;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 35px;
	letter-spacing: 2px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-1 .gfield_label, .webinar-registration-page .gform_wrapper .gfield_label{
	display: none;
}
.quiz-page .main-section .gform_wrapper .quiz-page-1 .gfield, .webinar-registration-page .gform_wrapper .gfield{
	margin-bottom: 20px;
}
.quiz-page .main-section .gform_wrapper .quiz-page-1 input[type="text"], .webinar-registration-page .gform_wrapper input[type="text"]{
	font-family: 'proxima_nova_rgregular';
	background-color: transparent;
	color:#B7B7B7;
	font-size: 16px;
	min-height: 48px;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	border:solid 1px #D3D3D3;
}
 
.quiz-page .main-section .gform_wrapper .quiz-page-1 .gform_next_button, .webinar-registration-page .gform_wrapper .gform_button{
	font-family: 'proxima_novabold';
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	background-color: #DB0000;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-2{
	background-color: #fff;
	max-width: 954px;
	width: 100%;
	padding: 100px;
	box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
}

.quiz-page .main-section .gform_wrapper .quiz-page-2 .gfield_label{
	color:#555555;
	font-size: 18px;
	font-family: 'proxima_novasemibold';
	margin-bottom: 15px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-2 .ginput_container_radio{
	margin-top: 10px;
}
.quiz-page .main-section .gform_wrapper .quiz-page-2 .gfield{
	margin-bottom: 60px;
}

.quiz-page .main-section .gform_wrapper .quiz-page-2 .gfield_radio label{
	margin-left: 10px;
}
.quiz-page .main-section .gform_wrapper .quiz-page-2 .gform_previous_button{
	font-family: 'proxima_novabold';
	max-width: 300px;
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	background-color: #DB0000;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
} 
.quiz-page .main-section .gform_wrapper .quiz-page-2 .gform_button {
	font-family: 'proxima_novabold';
	max-width: 300px;
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	background-color: #DB0000;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/** -------------------- BLOG ----------------------------- **/
.blog-main-section{
	padding-bottom: 130px;
	overflow: hidden;
}

.blog-main-section .heading-title h1{
	color:#000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 60px;
	letter-spacing: 2px;
}

.podcast-main-section{
	padding-top: 50px;
}
.podcast-main-section .heading-title{
	width: 100%;
    margin: 0 auto 20px;
	text-align:center;
}
.podcast-main-section .heading-title img{
    display: inline-block;
    vertical-align: top;
	text-align: center;
}
.podcast-main-section .heading-title h1{
	
	font-size: 40px !important;
	line-height: 1.2;
	margin-bottom: 70px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	margin-top: 30px;
    margin-left: 20px;
	text-align:left;
}
.blog-main-section .blog-rows{
	 margin-left: -24px;
    margin-right: -24px;
    text-align: center;
}
.blog-main-section .col-box{
	background-color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    display: inline-block;
    max-width: 334px;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
    margin-bottom:70px;
}
.blog-main-section .col-box .featured{
	position: relative;
}
.blog-main-section .col-box .featured .cat{
	position: absolute;
    padding: 10px 15px;
    background-color: #333333;
    margin-top: 10px;
    margin-left: 10px;
    right:10px;
}

.blog-main-section .col-box .featured h4{
	font-size: 15px;
    font-family: 'proxima_novabold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.blog-main-section  .col-box .context{
	padding: 30px;
    min-height: 298px;
    position: relative;
}

.blog-main-section  .col-box .context .title{
	height: 56px;
    margin-bottom: 12px;
    display: table;
    width: 100%;
}

.blog-main-section .col-box .context h3{
	 color: #333333;
    font-size: 23px;
    font-family: 'proxima_novabold';
    display: table-cell;
    vertical-align: middle;
}

.blog-main-section .col-box .context p{
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 20px;
}

.blog-main-section .col-box .context a.more{
	color: #D30000;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subscribe-section{
	background-color: #DB0000;
	padding-top: 60px;
	padding-bottom: 60px;
}
.subscribe-section .context{
	float: left;
    padding-left: 155px;
}
.subscribe-section .context h3{
	    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    letter-spacing:2px;
}

.subscribe-section .context h2{
	    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'proxima_novaextrabold';
     letter-spacing:2px;
}

.subscribe-section .button-area{
	    float: left;
    margin-left: 60px;
}

.blog-page .subscribe-section .button-area a.white-btn{
	font-size:17px !important;
	font-family: 'proxima_novasemibold' !important;
	padding:15px 20px !important;
	max-width:230px !important;
	width:100% !important;
}

.learn-page .performance-section{
	background: url(./images/MOTIV8-TRAINING-PERFORMANCE-BG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    width: 100%;
    min-height: 324px;
}

.blog-page .performance-section{
	/*background-image:none;
	background-color: #F2F2F2;
	*/
}

.blog-page .performance-section h2{
	color:#000000;
	font-size: 35px;
	text-transform: uppercase;
	  font-family: 'proxima_novaextrabold';
}

.single-page .site-inner{
	max-width: 1170px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;

}
.single-page  .content{
	max-width: 760px;
	width: 100%;
}

.single-page .powerpress_player{
	margin-top: 30px;
	max-width: 700px;
	width: 100%;
}


.entry-title{
	color:#000;
	font-size: 35px;
	font-family: 'proxima_novabold';
	margin-bottom: 10px;
	line-height:  1.2;
}

.entry-meta{
	color:#999999;
	font-size: 15px;
	font-family: 'proxima_novalight';
}
.entry-content p{
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.entry-content ol > li{
	font-size: 17px;
	line-height: 1.4;
	
}

.entry-content ol, .entry-content ul{
	margin-left: 30px;
}
.entry-content h3{
	color: #000;
	font-family: 'proxima_novabold';
	margin-bottom: 15px;
}

.podcast-testimonial{
	margin-bottom: 60px;
}
.podcast-testimonial h3{
	color:#000000;
	font-size: 20px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	margin-bottom: 40px;
}
.podcast-testimonial .testimonials .testimonial{
	background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(84,110,122,0.15);
    min-height: 460px;
    text-align: center;
    padding: 50px 30px 30px;
    border: 1px solid rgba(84,110,122,0.15);
    margin-left: 10px;
    margin-right: 10px;
}

.podcast-testimonial .profile img{
	display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
}
.podcast-testimonial .testimonial .name{
	color: #000000;
    font-size: 17px;
    font-family: 'proxima_novaextrabold';
}
.sidebar{
	max-width: 346px;
	width: 100%;
}
.sidebar-lists ul li{
	margin-bottom: 20px;
}
.sidebar-lists ul li .fa{
	float: right;
    font-size: 26px;
    margin-top: 1px;
}
.sidebar-lists ul li a{
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'proxima_novasemibold';
	width:100%;
	background-color: #DB0000;
	padding:20px 35px 20px 25px; 
	width:100%;
	display: block;
	letter-spacing: 2px;
	border:solid 1px #DB0000;
}

.sidebar-lists ul li a:hover{
	background-color: #fff;
	color: #DB0000;
}

.sidebar-motiv8{
	background:url('./images/SIDEBAR-MOTIV8-TRAINING-BG.png');
	background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1123px;
    position: relative;
}
.sidebar-motiv8 .context{
	margin-top: 350px;
	padding: 0 30px;
}

.sidebar-motiv8 .context h2{
	color:#fff;
	text-transform: uppercase;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
	line-height: 1.14;
	margin-bottom: 30px;
}
.sidebar-motiv8 .context p{
	color:#fff;
	margin-bottom: 35px;
}
.sidebar-motiv8 .context a.btn{
	width: 90%;
	background-color: #DB0000;
	font-size: 20px;
	color:#fff;
	font-family: 'proxima_novabold';
	padding: 18px 25px;
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
}
.podcast-page .testimonial-section{
	padding-bottom: 80px;
}
.podcast-page .testimonial-section h2{
	color:#000000;
	font-size: 35px;
	font-family: 'proxima_novaextrabold';
}
.love-podcast-section{
	padding: 80px 0;
	border-top: solid 1px #F2F2F2;
}
.love-podcast-section h2{
	font-family: 'proxima_novaextrabold';
	font-size: 35px;
	color:#000000;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.love-podcast-section p{
	font-size: 17px;
	margin-bottom: 30px;
}
.love-podcast-section ul li{
	display: inline-block;
	margin-right: 5px;
    margin-left: 5px;

}

.tcb-button-link{
	width: auto;
    background-color: #DB0000;
    font-size: 20px;
    color: #fff;
    font-family: 'proxima_novabold';
    padding: 18px 25px;
    display: inline-block;
    letter-spacing: 2px;
    text-align: center;
}

.malinky-load-more{
}

.malinky-load-more .malinky-load-more__button{
	color:#D30000;
	font-size: 20px;
	letter-spacing: 4px;
	display: inline-block;
	font-family: 'proxima_novasemibold';
	border:solid 1px #D30000;
	max-width: 310px;
	width: 100%;
	
	padding: 18px 0;
	text-transform: uppercase;
}


/** -------------------- PRODUCT ----------------------------- **/
.woocommerce-page .site-header {
    background: url(./images/MOTIV8-TRAINING-HEADER-BG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 160px;
    position: relative;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	    color: #DB0000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	    border-top-color: #DB0000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #DB0000;
    border: solid 1px #DB0000;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	 background-color: #fff;
    color: #DB0000;
}

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled]{
	background-color: #DB0000;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	background-color: #DB0000 !important;
}
.woocommerce ul.products li.product{
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(2,2,2,0.15);
}

.woocommerce ul.products li.product .product-image{
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.woocommerce ul.products li.product a img{
	display: inline-block;
	width: auto;
}
.woocommerce ul.products li.product .product-image .cat{
	position: absolute;
	background-color: #000;
	padding: 7px 15px;
	top: 10px;
    right: 10px;
    opacity: .8;
}
.woocommerce ul.products li.product .product-image .cat a{
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'proxima_novabold';
}



.woocommerce ul.products li.product .product-details{
	padding:0 35px 45px;
	float:left;
	width: 100%;
}
.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title{
	color:#333333;
	font-size: 23px;
	
	font-family: 'proxima_novabold';
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 20px;
	text-align: left;
}
.woocommerce ul.products li.product .product-details .price{
	float:left;
	margin-right: 14px;
}
.woocommerce ul.products li.product .product-details .price del{
	display: none;
}
.woocommerce ul.products li.product .product-details .price .amount{
	color:#000000;
	font-size: 20px;
	 font-family: 'proxima_novalight';
}
.woocommerce ul.products li.product .product-details .star-rating{
	
	font-size: 20px;
}
.woocommerce ul.products li.product .product-details .add_to_cart_button{
	display: block;
	margin-top:20px;
	color:#D30000;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: 'proxima_novasemibold';
	background-color: #fff;
	border:solid 1px #D30000;
	padding: 18px 30px;
	text-transform: uppercase;
	    float: left;
    width: 100%;
}
.woocommerce ul.products li.product .product-details .add_to_cart_button:hover{
	background-color: #D30000;
	color:#fff;
}
.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content{
	max-width: 1150px;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	max-width: 440px;
	width: 40%;
	border:solid 2px #F4F4F6;
	padding:10px;
}
.woocommerce div.product div.images img{
	width: auto;
	max-width: 100%;
}

.woocommerce div.product div.summary{
	max-width: 670px;
	width: 60%;
}

.woocommerce div.product .product_title{
	color:#000000;
	font-family: 'proxima_novaextrabold';
	line-height: 1.2;
	margin-bottom: 15px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	color:#888888;
	font-size: 18px;
	font-family: 'proxima_nova_rgregular';
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	color:#DB0000;
	font-size: 26px;
	font-family: 'proxima_novabold';
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:#DB0000;
	font-size: 26px;
	font-family: 'proxima_novabold';
}

.woocommerce div.product form.cart .button{
	color:#fff;
	font-size: 20px;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #DB0000;
	border:solid 1px #DB0000;;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #fff;
	color:#DB0000;
}
.woocommerce .quantity .qty{
	color: #555555;
    font-family: 'proxima_novasemibold';
    font-size: 20px;

}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{
	color:#888888;
	font-size: 15px;
	font-family: 'proxima_nova_rgregular';
	font-style: italic;
}

.woocommerce .star-rating{
	font-size: 20px;
	margin-top: 6px !important;
	color:#DB0000;
}
.woocommerce-product-details__short-description p{
	color:#888;
}

.woocommerce .related.products h2{
	text-align: center;
	text-transform: uppercase;
	color:#000000;
	font-size: 35px;
	letter-spacing: 2px;
	font-family: 'proxima_novaextrabold';
	margin-bottom: 60px;
}
.woocommerce .related.products .star-rating{
	float:left;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	padding-top: 100px;
}

.woocommerce-page .footer-widgets{
	display: none;
}
/** -------------------- FOOTER ----------------------------- **/
.footer-section{
	background-color: #000000;
	padding-top: 10x;
	padding-bottom: 20px;
}

.single-webinar-page .footer-section{
	display:none;
}
.footer-webinar-section{
	background-color: #000000;
	padding-top: 20x;
	padding-bottom: 20px;
}
.footer-webinar-section p, .footer-webinar-section a{
	color: #999999;
    font-size: 15px;
}
.footer-section .widget{
	margin-bottom: 0;
}
.footer-menu{
	margin-bottom: 40px;
}
.footer-menu ul li{
	display: inline-block;
}
.footer-menu ul li a{
	color: #fff !important;
    font-family: 'proxima_novabold';
    font-size: 15px !important;
    padding: 0 15px;
    margin: 0;
    text-transform: uppercase;
    outline: none;

}

.footer-copyright .copyrights{
	float:left;
	padding-top: 6px;
}
.footer-copyright .copyrights p, .footer-copyright .copyrights a{
	color:#999999;
	font-size: 15px;
}
.footer-copyright  .social-media{
	float:right;
}
.footer-copyright  .social-media ul li{
	display: inline-block;
}
.footer-copyright  .social-media ul li .fa{
	width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    border:solid 1px #999999;
    color: #999999;
    text-align: center;
    line-height: 34px;
 
}
.footer-copyright  .social-media ul li a{
	color:#999999;
}


/** -------------------- POPUP ----------------------------- **/

 .pum-container{
 	padding:0 !important;
	border:transparent !important;
	background-color: #fff;
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 100%;
}



 .pum-container .pum-close.popmake-close{
	border: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    color: #000 !important;
    top: 10px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 1;
}


.pop-content{
	padding:55px 0;
    float: left;
    width: 100%;
}


.pop-video-content{
	padding:10px;
	background-color: #fff;
}

.pop-content .heading{
	margin-bottom: 40px;
}
.pop-content h2{
	font-size: 40px;
	font-family: 'proxima_novaextrabold';
	line-height: 1.2;
	margin-bottom: 0;
}

.pop-content h3{
	font-size: 30px;
	font-family: 'proxima_nova_rgregular';
	line-height: 1.2;
	text-transform: uppercase;
}

.pop-content .featured{
	float:left;
	max-width: 240px;
	width: 100%;
	margin-left: -30px;
	margin-right: 45px;
}

.pop-content  .context{
	float:left;
	max-width: 290px;
	width: 100%;
	text-align: center;
}


.pop-content-privacy{
	padding: 55px 35px;
	max-height: 650px;
    overflow: auto;
}

.pop-content  .context .gfield_label{
	display: none;
}

.pop-content  .gform_wrapper .gfield{
	margin-bottom: 15px;
}

.pop-content .gform_wrapper input[type="text"]{
	font-family: 'proxima_nova_rgregular';
	background-color: transparent;
	color:#7F7F7F;
	font-size: 18px;
	min-height: 48px;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	border:solid 1px #D5D5D5;
}

.pop-content  .gform_wrapper .gform_button{
	font-family: 'proxima_novabold';
	width: 100%;
	min-height: 60px;
	line-height: 60px;
	background-color: #DB0000;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pop-content  .context p, .pop-content  .context p a{
	color:#7F7F7F;
	font-size: 15px;
	font-family: 'proxima_nova_rgregular';
}

.pop-content-privacy .context h3{
	margin-bottom:20px;
}

.pop-content-privacy  .context p, .pop-content-privacy  .context ul{
	margin-bottom:25px;
}

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


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

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


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

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

	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

	.genesis-nav-menu a{
		font-size:13px !important;
	}
	.default-full-page .site-header{
		padding: 0;
	}
	.wp-custom-logo .site-container .title-area{
		float:left;
		width: 20%;
	}
	.top-header .call-us{
		width: 65%;
	}
	.header-widget-area{
		width: 65%;
	}

	.what-we-offer-section ul li{
		max-width: 364px;
		width: 100%;
		margin-left: 5px;
    	margin-right: 5px;
    	margin-bottom: 10px;
	}

	.leadin-section .leadins{
		margin-left: 0;
    	margin-right: 0;
	}

	.podcast-section .podcasts{
		margin-left: 0;
    	margin-right: 0;
	}
	.about-page .main-section .timeline-block-3 .content-wrap {
		margin-top: 60px;
    	margin-right: 0;
	}

	.single-page .content{
		width: 65%;
	}
	.sidebar{
		width: 30%;
	}

	.program-section-1{
		padding-bottom: 40px;
	}

	.program-section-1 .featured{
		width: 50%;
	}

	.program-section-1 .context{
		width: 50%;
		padding-left: 30px;
		float:left;
		margin-top: 0;

	}

	.program-section-2{
		margin-top: 0;
	}

	.program-section-2 .row-1 .context{
		
		padding-left: 30px;
		margin-left: 0;
	}

	.program-section-2 .row-2 .context{
		
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.program-section-2 .row-2 .featured{
		position: relative;
		float:left;
		width: 50%;
    	max-width: 460px;
	}



	.program-section-3 .row-1 .context{
		padding-left: 30px;
		margin-left: 0;
	}


	.program-section-3 .row-2 .featured{
		position: relative;
		float:left;
		width: 50%;
    	max-width: 460px;
	}

	.program-section-3 .row-2 .context{
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
		width: 50%;
	}



	.career-development-page .program-section-2{
		margin-top: 0;
	}

	.career-development-page .program-section-3 .row-2 .context{
		margin-right: 0;
	}

	.program-section-4 .row-1 .context{
		padding-left: 30px;
		margin-left: 0;
	}

	.program-section-4 .row-2 .featured{
		position: relative;
		float:left;
		width: 50%;
    	max-width: 460px;
	}

	.program-section-4 .row-2 .context{
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
		width: 50%;
	}

	.learn-section-1 .featured-car{
		left: -310px;
	}

	.holistic-approach-section .rows .context{
		width: 50%;
	}

	.holistic-approach-section .rows .featured{
		width: 50%;
		text-align: center;
	}

	.team-page .team-info-section .rows .context {
	   width: 50%;
	}

	.team-page .team-info-section .rows .featured {
		width: 50%;
		text-align: center;
	}

	.excercise-programs-section .rows .featured{
		width: 50%;
		text-align: center;
		padding-right: 15px;
	}

	.excercise-programs-section .rows .context{
		width: 50%;
		padding-left: 15px;
	}

	.membership-plans-section .row-1 .context, .coaching-programs-section .row-1 .context{
		width: 50%;
	}
	.membership-plans-section .rows .featured, .coaching-programs-section .rows .featured{
		width: 50%;
		text-align: center;
	}

	.membership-plans-section .row-1 .context br, .coaching-programs-section .row-1 .context br{
		display: none;
	}

	.ambassador-page .main-section .list .featured{
		width: 30%;
	}
	.ambassador-page .main-section .list .context{
		width: 60%;
	}

	.contact-section .contat-information{
		width: 45%;
	}
	.contact-section .contact-form{
		width: 50%;
	}

	.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content{
		padding-left: 15px;
    	padding-right: 15px;
	}

	.woocommerce div.product div.summary{
		padding-left: 30px;
	}

	.leadin-section .col-box{
		margin-bottom: 30px;
	}
	.leadin-section{
		padding-bottom: 80px;
	}

	.podcast-section .col-box{
		margin-bottom: 30px;
	}

	.podcast-section .view-more{
		padding-top: 25px;
	}
	.affiliated-section .rows{
		text-align: center;
	}
	.affiliated-section ul li{
		margin-left:0;
		margin-right: 0;
		padding-left: 10px;
	    padding-right: 10px;
	   
	}

	.affiliated-section h3{
		padding-right: 10px;
	}

	.ambassador-page .main-section .ambassadors{
		text-align: center;
		margin-left: 0;
    	margin-right: 0;
	}
	.ambassador-page .main-section .ambassador{
		width: 29%;
		display: inline-block;
		text-align: left;
		float:none;
		vertical-align: top;
	}
	
	.motorsport-manual-section .context h3 {
		margin-right: 0;
	}
}

@media only screen and (max-width : 1140px) {
	.top-header .call-us{
		width: 100%;
	}

	.home .site-header{
		
		background: url('./images/HEADER-TABLET-BG.jpg');
    	background-position: top center;
    	background-repeat: no-repeat;
    	background-color: #000;
	}

	.default-full-page .site-header, .woocommerce-page .site-header, .default-page .site-header{
		background: url('./images/HEADER-TABLET-BG.jpg');
    	background-position: top center;
    	background-repeat: no-repeat;
    	background-color: #000;
	}
	.wp-custom-logo .site-container .title-area, .woocommerce-page .site-container .title-area {
		float: left;
	    width: 100%;
	    max-width: 100%;
	     padding-top: 0;
	}

	.wp-custom-logo .site-container .title-area a, .woocommerce-page .site-container .title-area a{
	
	    background: url(./images/logo-2.png);
	    background-position: top 20px center;
	    background-repeat: no-repeat;
	    max-width: 100%;
	    width: 100%;
	    height: 168px;
	    position: relative;
	    padding-top: 0;
	    display: block;
	}


	.wp-custom-logo .title-area .custom-logo, .woocommerce-page .title-area .custom-logo{
		display: none;
	}

	.header-widget-area{
		float: none;
		width: 100%;
	    padding-top: 10px;
	    text-align: center;
	}

	.genesis-nav-menu {
		padding: 15px 0;
	}


	.learn-section-1 .col-wrap .featured{
		
	}


	.learn-section-1 .featured-car{
		left: -400px;
	}

	.team-page .learn-section-1 .col-wrap .featured{
		position: relative;
		float:left;
		width: 50%;
		left:unset;
	}

	.team-page .learn-section-1 .context{
		width: 50%;
	}

	.single-webinar-page .content-with-image .rows{
		background: #fff;
    	width: 100%;
    	box-shadow: 0 0 30px 0 rgba(84,110,122,0.15);
	}

	.content-left-image-section .featured{
		position: relative;
		float:left;
		width: 40%;
		margin-top: -40px;
	}
	.content-left-image-section .content-wrap{
		width: 60%;
		box-shadow: none !important;
	}

	.content-right-image-section .content-wrap{
		width: 60%;
		box-shadow: none !important;
		float:left;
	}
	.content-right-image-section .featured{
		position: relative;
		float:right;
		width: 40%;
	}

	.ambassador-page .main-section .ambassador{
		width: 50%;
		
	}


	.motorsport-manual-section .context h3{
		display: block;
	}
	.motorsport-manual-section .featured{
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-bottom:30px;
	}
	.motorsport-manual-section .featured img{
		position: relative;
		bottom:0;
		display: inline-block;
	}

	.motorsport-manual-section .context{
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: center;
	}
	.motorsport-manual-section .context h3{
		margin-bottom: 20px;
	}
}



@media only screen and (max-width : 1040px) {
	.subscribe-section .context{
		padding-left: 90px;
	}

	.affiliated-section h3{
		margin-bottom: 30px;
	}
}



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

	.front-page .banner-section .banner-content .primary-btn{
		width: auto;
		padding:15px;
	}

	.program-section-2 .featured, .program-section-3 .featured,  .program-section-4 .featured{
		width: 50%;
	}

	.about-page .main-section .timeline:before{
		height: 80px;
	}
	.about-page .main-section .timeline .date{
		position: relative;
		top:0 !important;
	}

	.about-page .main-section .timeline-block .context p br{
		display: none;
	}
	.about-page .main-section .timeline-block .featured{
		float: none;
	    width: 100%;
	    position: relative;
	    text-align: center;
	    margin-top: 0;
	}

	.about-page .main-section .timeline-block .context{
		float: none;
    	width: 100%;
    	
	}

	.main-section .timeline-block:nth-child(odd) .content-wrap{
		float:none;
	}
	.about-page .main-section .timeline-block .content-wrap{
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		max-width: 600px;
		padding: 30px;
		box-shadow: 0 10px 20px 0 rgba(84,110,122,0.15);
	}
	.main-section .timeline-block:nth-child(odd) .featured img{
		left: unset;
	}
	.about-page .main-section .timeline-block .featured img{
		    position: relative;
	}
	.main-section .timeline-block:nth-child(even) .featured img{
		right: unset;
	}
	.about-page .main-section .timeline-block{
		margin-bottom: 80px !important;
	}


	.about-page .main-section .timeline-block-4 h3, .about-page .main-section .timeline-block-4 p{
		color:#333 !important;
	}

}

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

}


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

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



	.front-page .banner-section .banner-content h1 {
		font-size: 40px;
	}

	.front-page .banner-section .banner-content .primary-btn{
		 padding: 10px;
    	letter-spacing: 1px;
	}

	.front-page .banner-section .video-content{
		right: 0;
		bottom:160px;
		text-align: right;
	}
	.front-page .banner-section .video-content img{
		width: 80%;
	}
	.row-fitness{
		margin-top: 180px;
	}

	.single-testimonial-section{
		background-position: top left 60%;
	}

	.ambassador-page table {
		border: 0;
	}

  .ambassador-page table caption {
    font-size: 1.3em;
  }
  
  .ambassador-page table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ambassador-page table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .ambassador-page table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .ambassador-page table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    left: 0;
    position: absolute;
  }
  
 .ambassador-page  table td:last-child {
    border-bottom: 0;
  }

  .ambassador-page .main-section table th, .ambassador-page .main-section table td{
  	width: 100%;
  	padding-left: 100px;
  }

  .single-page .content{
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	float:none;
  	margin-bottom: 60px;
  }

  .sidebar{
	    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .subscribe-section .context{
  	padding-left: 0;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .subscribe-section .button-area{
	 float: none;
	margin-left: 0;
	text-align: center;
  }
  



	
  .contact-section .rows{
  	padding:30px 10px;
  }
  .contact-section .contat-information{
	width: 100%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section .contact-form{
  	width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
   
  }

  .learn-section-1 .col-wrap{
  	    padding: 55px 0 55px 0;
  }

  .learn-section-1 .col-wrap .featured{
  	left: 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    top:0;
  }



  .learn-section-1 .context{
  	float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .team-page .learn-section-1 .context{
  	width: 100%;
  }




	.testimonial-section .easy_t_single_testimonial blockquote.easy_testimonial{
		max-width: 400px;
	    margin-left: auto;
	    margin-right: auto;
	}

		.single-webinar-page .content-with-image .featured{
		width: 100%;
		text-align: center;
		margin-top: 0;
		float:none;
	}

	.single-webinar-page .content-with-image .content-wrap{
		width: 100%;
	}

	.single-webinar-page .section .content-wrap .context{
		float:none;
		margin-left: auto;
		margin-right: auto;
	}

	.content-right-image-section .content-wrap{
		float:none;
	}


	.woocommerce ul.products li.product{
		width: 45% !important;
	    float: none;
	    display: inline-block;
	    margin-left: 15px !important;
	    margin-right: 15px !important;
	}

	.program-section{
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: initial;
	}


	.program-section-2 .col-wrap, .program-section-3 .col-wrap, .program-section-4 .col-wrap{
		padding: 60px 20px;
	}

	.program-section-2 .row-1 .context, .program-section-3 .row-1 .context, .program-section-4 .row-1 .context{
		width: 100%;
		margin: 0px auto 30px;
		float:none;
		padding-left: 0;
		padding-top: 0;
	}

	.program-section-2 .featured, .program-section-3 .featured, .program-section-4 .featured{
		 width: 100%;
	    float: none;
	    text-align: center;
	  	margin: 0px auto 30px;
	}

	.program-section-2 .row-2 .featured, .program-section-3 .row-2 .featured, .program-section-4 .row-2 .featured{
		  width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 0;
	}

	.program-section-2 .row-2 .context, .program-section-3 .row-2 .context, .program-section-4 .row-2 .context{
		width: 100%;
		margin: 0px auto;
		float:none;
		padding-left: 0;
		padding-right: 0;
	}

	.career-development-page .program-section-2 .featured{
		margin-top: 0;
	}
	.career-development-page .program-section-3{
		padding-bottom: 80px;
	}
	.career-development-page .program-section-3 .row-1{
		padding: 60px 20px;
	}
	.career-development-page .program-section-3 .row-2{
		padding: 60px 20px;
	}
	.career-development-page .program-section-3 .row-2 .featured{
		margin-top: 0;
	}

	.career-development-page .program-section-3 .row-2 .context{
		margin-right: auto;
		padding-top: 0;
	}

	.learn-section-1 .featured-car{
		display: none;
	}

	.holistic-approach-section{
		padding-top: 60px;
	}

	.holistic-approach-section .rows{
		margin-top: 40px;
	}

	.mottiv8-management-section .featured{
		display: none;
	}
	.mottiv8-management-section .context{
		margin: 0px auto;
		text-align: center;
	}

	.join-fb-section a.secondary-btn{
		margin-bottom: 15px;
	}

	.athlete-porgram-section .context ul li{
		margin-bottom: 10px;
	}

	.holistic-approach-section .rows{
		padding-bottom: 40px;
	}

	.holistic-approach-section .rows .context{
		width: 100%;
	}

	.holistic-approach-section .rows .featured{
		width: 100%;
	}



	.excercise-programs-section .rows .featured{
		 max-width: 100%;
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.excercise-programs-section .rows .context{
		width: 100%;
		padding-left: 0;
		max-width: 530px;
		margin: 0px auto;
		float:none;
	}

	.membership-plans-section{
		margin-top: 80px;
		padding-bottom: 40px;
	}
	.membership-plans-section .row-1, .coaching-programs-section .row-1{
		padding-bottom: 40px;
	}

	.membership-plans-section .row-1 .context, .coaching-programs-section .row-1 .context{
		width: 100%;

	}
	.membership-plans-section .row-2 .context p, .coaching-programs-section .row-2 .context p{
		color: #333333;
	}
	


	.membership-plans-section .rows .featured, .coaching-programs-section .rows .featured{
		width: 100%;
		text-align: center;
	}

	.learn-page .testimonial-section{
		margin-top: 40px;
	}

	.parent-page .learn-section-1 .col-wrap .featured{
		top:0;
	}

	.parent-page .holistic-approach-section{
		padding-top: 60px;
	}


	.parent-page .excercise-programs-section{
		padding-top: 60px;
   	 padding-bottom: 60px;
	}

	.coaching-programs-section{
		margin-top: 60px;
	}

	.coaching-programs-section .row-1{
		margin-bottom: 30px;
	}
	.team-page .learn-section-1 .col-wrap{
		padding-right: 0;
	}
	.team-page .learn-section-1 .col-wrap .featured{
		width: 100%;
	}

	.team-page .more-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.team-page .team-info-section{
		margin-top: 80px;
	}
	.team-page .team-info-section .rows{
		padding-bottom: 40px;
	}

	.team-page .team-info-section .rows .context {
	      width: 100%;
	}

	.team-page .team-info-section .rows .featured {
		   width: 100%;
	}

	.coaching-programs-section{
		background-size: cover;
		 min-height: initial;
		 padding-bottom: 60px;
	}

	.coaching-programs-section .row-2 .context a.btn-1{
		display: block;
		margin-right: 0;
		margin:0px auto 20px;
	}
}



@media only screen and (max-width : 860px) {
	.podcast-testimonial .testimonials .testimonial{
		min-height: initial;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery{
		width: 100%;
		 margin-left: auto;
   		 margin-right: auto;
	}

	.woocommerce div.product div.summary{
		padding-left: 0;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}


	.about-training-section .context {
		 max-width: 515px;
	    width: 55%;
	    padding-left: 0;
		padding-top:540px;
	  
	}

	.choose-us-section .context {
		width: 65%;
		margin-right: 0;
	}

	.holistic-approach-section .heading h2{
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	

	
}

@media only screen and (max-width : 800px) {
	.what-we-offer-section .info{
		margin-top: 0;
		top:0;
		max-width: 386px;
    	width: 100%;
		
	}

	.what-we-offer-section .info .featured{
		margin-top: 0;
		position: relative;
	}
	.what-we-offer-section .info .details{
		    margin-right: 0;
		    max-width: 100%;
	}

	.what-we-offer-section ul li.offer-2:hover .info {
		margin-left: 0;
	}

	.what-we-offer-section ul li.offer-3:hover .info{
		right: 0;
	}
}


@media only screen and (max-width : 767px) {
	.program-section{
    	padding-top:40px;
    	padding-bottom:40px;
    }
    
    .program-section-1{
    	padding-top:60px;
    }
    .program-section-2 .col-wrap, .program-section-3 .col-wrap, .program-section-4 .col-wrap {
		padding:20px;
	}
    
    .program-section-3 .col-wrap{
		padding-top:0;
    }
    
    .motorsport-manual-section{
    	padding: 60px 0;
	}
    
    .program-section-3 .row-1{
    	padding-bottom: 30px;
    }
    
    .program-section-3 .row-2{
		padding-bottom: 0;
    }
    .athletic-performance-page .testimonial-section {
		min-height: initial;
    	padding-top: 60px;
    	padding-bottom: 60px;
    }
    
    .career-development-page .program-section-2{
		 padding-top: 40px;
    }
    .career-development-page .program-section-3 .row-1{
    	padding: 20px;
        margin-bottom: 40px;

	}
    
    .career-development-page .program-section-3 .row-2{
    	padding: 40px 20px 20px;
	}
    
    .career-development-page .program-section-3{
    	 padding-bottom: 40px;
    }
    
    .mottiv8-management-section .rows{
    	padding:0;
	}
    
    .career-development-page .testimonial-section{
    	padding-top: 60px;
   	 	padding-bottom: 60px;
    }
    
    .join-fb-section{
    	padding-bottom:60px;
    }
    
	.top-header{
		position: relative;
		background:#000;
	}
	.top-header .call-us ul{
		float:none;
		text-align: center;
		width: 100%;
	}
	.top-header .call-us ul li{
		 margin-right: 8px;
		 margin-left: 8px;
	}
	.top-header .call-us p{
		text-align: center;
	}

	.home-icon a:before{
		display: none;
	}

	.home-icon a {
		 padding: 15px 20px !important;
	}

	.search-icon a:before{
		display: none;
	}

	#mobile-menu-section, #toggle-nav, .toggle-wrap {
		display: block;
	}

	.quiz-page #mobile-menu-section{
		display: none;
	}

	.mobile-menu-wrap{
		    float: none;
		clear: both;
		background: #333;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 0 !important;
	}
	.mobile-menu-wrap .menu-item{
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-bottom: 1px solid #fff;
		display: block;
		float: none;
		text-align: left;
		margin-bottom:0;
	}


	.mobile-menu-wrap li{
		color:#fff;
	}

	.mobile-menu-wrap li.search-icon{
		display: none;
	}
	
	.mobile-menu-wrap a:hover, .mobile-menu-wrap .current-menu-item a, .mobile-menu-wrap .sub-menu a:hover, .mobile-menu-wrap .sub-menu a:hover{
		background: #2d2d2d none repeat scroll 0 0;
		color: #fff !important;
	}

	
	.mobile-menu-wrap li a{
		    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
	}

	
	.home .header-widget-area{
		display: none;
	}
	
	.wp-custom-logo  .site-container .title-area a, .woocommerce-page  .site-container .title-area  a{
		 background-position: top 0 center;
	}
	
	.front-page .site-header{
		position: relative;
	}


	.site-header{
		  padding: 0 0;
	}

	.header-widget-area{
		display: none;
	}

	.banner-section .mobile-view{
		display: block;
	}
	.banner-section .desktop-view{
		display: none;
	}

	.front-page .banner-section .video-content{
		position: relative;
	    right: unset;
	    bottom: unset;
	    text-align: center;
	}

	.front-page .banner-section{
		background-image:none;
		padding-top: 60px;
		min-height: initial;
		text-align: center;

	}

	.front-page .banner-section .banner-content ul li{
		margin-bottom: 15px;
		width: 100%;
	}

	.front-page .banner-section .banner-content .primary-btn{
		max-width: 350px;
		width: 100%;
	}

	.row-fitness{
	    background: url('./images/MOTIV8-TRAINING-FITNESS.jpg');
	    background-position: top center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 100%;
    	min-height: initial;
	    position: relative;

	    margin-top: 80px;
	    padding-top: 40px;
	    padding-bottom: 40px;
	   
	}
	.row-fitness .context{
		float:none;
		padding-left: 0;
		text-align: center;
	}

	.row-fitness .button-area{
		    float: none;
    margin-left: 0;
    text-align: center;
	}

	.service-page .services-section .rows{
		margin-left: 0;
		margin-right: 0;
	}

	.single-testimonial-section{
		background-image:none;
		min-height: initial;
		margin-top: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}



	.single-testimonial-section .context{
		margin-left: auto;
    	margin-right: auto;
    	float: none;
    	margin-top: 0;

	}

	.what-we-offer-section{
		margin-top: 0;
		padding-bottom: 60px;
		
	}

	.about-training-section{
		background-position: bottom left;
		min-height: initial;
		padding-top: 60px;
    	padding-bottom: 60px;
	}

	.about-training-section .context{
		width: 100%;
	    padding-left: 0px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 0;
	}
	
	
	.choose-us-section{
		background-position: top left 50%;
		min-height: initial;
		padding-top: 60px;
		padding-bottom: 60px;
		background-image:none;
		background-color:#000;
	}

	.choose-us-section .context{
		float:none;
		width: 100%;
		margin-left: auto;
	    margin-right: auto;
	    padding-top: 0;
	}

	.front-page .testimonial-section{
		background-image:none;
		min-height: initial;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.front-page .testimonial-section .rows{
		margin-top: 0;

	}

	.testimonial-section .heading h2{
		color:#000;
		margin-bottom: 40px;
	}

	.leadin-section{
		margin-top: 0;
		padding-bottom: 30px;
	}

	.podcast-section{
		padding-bottom: 60px;
	}

	.affiliated-section{
		display:none;
	}

	.affiliated-section h3{
		margin-bottom: 0;
	}

	.home .performance-section{
		min-height: initial;
		background-size: cover;
	}


	.ambassador-page .main-section .list .featured{
		width: 100%;
	    float: none;
	    text-align: center;
	    max-width: 100%;
	}

	.ambassador-page .main-section .list .context{
	    margin-left: auto;
	    margin-right: auto;
	    float:none;

	}

	.ambassador-page .main-section .ambassador{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.ambassador-page .main-section .ambassador .name{
		max-width: 318px;
		width: 80%;
	}

	.join-fb-section ul li{
		display: block;
		margin-bottom: 10px;
		max-width: 100%;
		margin-left: 0;
    	margin-right: 0;
	}

	.join-fb-section a.secondary-btn{
		max-width: 396px;
		width: 100%;
	}

	.performance-section ul li{
		display: block;
		margin-bottom: 10px;
	}

	.performance-section ul li a.primary-btn{
		max-width: 360px;
		width: 100%;
	}

	.blog-main-section .blog-rows{
		margin-left: 0;
    	margin-right: 0;
	}

	.blog-main-section .col-box{
		margin-left: 0;
    	margin-right: 0;
	}

	.learn-page .testimonial-section{
		margin-top: 60px;
	}

	.contact-section .contact-form .gform_wrapper .gform_fields .gfield.half{
		width: 100%;
	}

	.loop-main-section .loop-rows{
		margin-left: 0;
    	margin-right: 0;
	}

	.loop-main-section .col-box{
		margin-left: 0;
    	margin-right: 0;
	}



	 h1{
	 	font-size: 35px !important;
	}

	.program-section-1 .featured{
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
		float: none;
	}

	.program-section-1 .context{
		width: 100%;
		padding-left: 0;
		margin:auto;
		float: none;
	}

	.athlete-porgram-section .context h2{
		font-size: 30px;
	}


	.learn-page .performance-section{
		background-size: cover;
	}

	.membership-plans-section{
		background-image:none;
	}

	.woocommerce .products ul, .woocommerce ul.products{
		text-align: center;
	}

	.woocommerce ul.products li.product{
		width: 100% !important;
	    float: none !important;
	    max-width: 450px;
	    text-align: center;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}

	.testimonial-section .wrap{
		padding-left: 30px;
		padding-right: 30px;
	}

	.slick-next{
		right: -30px;
	}
	.slick-prev{
		left:-30px;
	}
	.service-page .services-section .col-box{
		margin-left: 0;
		margin-right: 0;
	}
	.footer-copyright .copyrights{
		 float: none;
    	text-align: center;
	}

	.footer-copyright .social-media{
		float: none;
   	 	margin-top: 15px;
	}

	.pop-content .featured{
		float: none;
	    max-width: 100%;
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.pop-content .context{
		float: none;
		max-width: 100%;
		text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	}

	.pop-content{
		padding: 50px 30px;
	}

	.pop-video-content{
		padding: 10px;
	}

	.learn-page .faq-section .faq-content {
		 padding: 40px 30px;
	}
}





@media only screen and (max-width : 575px) {
	.wp-custom-logo .site-container .title-area a, .woocommerce-page .site-container .title-area a{
		width: 120px;
		background-size: contain;
		height:90px;
	}
	
	.default-page .site-header{
		min-height: 90px;
	}
	
	.wp-custom-logo .site-container .title-area, .woocommerce-page .site-container .title-area{
		padding-bottom:0;
	}
	
	.toggle-wrap {
		top:40px;
	}
	
	.single-webinar-page .banner-section ul, .single-webinar-page .register-section ul{
		padding: 30px 0 60px;
	}
	.single-webinar-page .banner-section ul li, .single-webinar-page .register-section ul li{
		width: 100%;
	}

	.holistic-approach-section .heading h3 br{
		display: none;
	}
	
	.podcast-main-section .heading-title h1{
		text-align:center;
	}
}

@media only screen and (max-width : 480px) {
	.wp-custom-logo  .site-container .title-area, .woocommerce-page  .site-container .title-area{
		background-size: contain;
		max-width: 200px;
		width: 100%;
	}

	.site-header .wrap{
		padding: 0;
	}

	h1{
		font-size: 30px !important;
	}
	
	.primary-btn, .secondary-btn{
		font-size: 18px;
	}

	.secondary-btn{
		padding: 10px 15px;
	}

	.join-fb-section h2{
		font-size: 22px;
	}

	.join-fb-section a.secondary-btn{
		padding: 10px 20px;
	}

	.performance-section h2{
		font-size: 28px !important;
		line-height: 1.2;

	}

	.ambassador-page .main-section .ambassador {
		background-size: cover;
	}

	.ambassador-page .main-section .list .context{
		width: 90%;
	}

	.ambassador-page .main-section table th, .ambassador-page .main-section table td{
		padding-left: 90px;
	}


	.subscribe-section .context h2{
		font-size: 28px;
	}

	.contact-section .contat-information{
		padding: 30px;
	}

	.contact-section .contat-information .podcast-button a.btn{
		    padding: 10px 15px;
	}

	

	.learn-page .banner-section .context h1{
		font-size: 28px;
	}

	.learn-section-1 .col-wrap{
		    padding: 30px 20px;
	}
	.learn-section-1 .context h2{
		font-size: 24px;
	}

	.testimonial-section .heading h2{
		font-size: 24px;
		margin-bottom: 40px;
	}

	.single-webinar-page .banner-section h2{
		font-size: 24px;
	}
	.single-webinar-page .register-section h2{
		font-size: 30px;
	}
	.single-webinar-page .register-section h3{
		font-size: 24px;
	}
	.single-webinar-page .content-with-image .content-wrap{
		padding: 30px 15px;
	}

	.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title{
		font-size: 20px;
	}
	.woocommerce ul.products li.product .product-details{
		padding: 0 20px 30px;
	}

	.woocommerce div.product .product_title{
		font-size: 24px;
	}

	.woocommerce .related.products h2{
		font-size: 24px;
	}

	.program-page .program-section h2{
		font-size: 24px;
	}

	.team-page .learn-section h2{
		font-size: 24px;
	}

	.learn-page h2{
		font-size: 24px;
	}

	.holistic-approach-section .rows .context{
		padding: 40px 20px;
	}

	.team-page .team-info-section .rows .context {
	   padding: 40px 20px;
	}

	.membership-plans-section .row-1 .context, .coaching-programs-section .row-1 .context{
		padding: 40px 20px;
	}

	.about-page .main-section .timeline-block .content-wrap{
		text-align: center;
	}

	.instagram-section h2{
		font-size: 24px;
	}
	.footer-menu ul li{
		display: block;
	}

	.testimonial-section .wrap{
		padding-left: 0;
		padding-right: 0;
	}

	.slick-next{
		display: none;
	}
	.slick-prev{
		display: none;
	}
	.leadin-section .col-box{
		margin-left: 0;
		margin-right: 0;
	}
	.podcast-section .col-box{
		margin-left: 0;
		margin-right: 0;
	}
	
	.testimonial-section{
		overflow: hidden;
	}
	.quiz-page .main-section .gform_wrapper .quiz-page-1{
		padding: 40px 30px;
	}
	.quiz-page .main-section .gform_wrapper .quiz-page-2{
		padding: 40px 30px;
	}

	.motorsport-manual-section .context br{
		display: none;
	}
	.motorsport-manual-section .context h3{
		font-size: 22px;
	}
	
}

@media only screen and (max-width : 420px) {
	.ambassador-page .main-section .ambassador .name h2{
		font-size: 30px;
	}
	.ambassador-page .main-section .ambassador .info h3{
		font-size: 20px;
	}
}



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