/* 
 Theme Name:     US1 Fitness Center
 Author:         smedelstein.com
 Author URI:     http://www.smedelstein.com/US1
 Template:       Divi
 Version:        1.0 
*/

/***Top Header CSS***/

#top-header{
    border-bottom:1px solid #ffffff;}

#top-header .container{
    padding:8px 0px 0px 0px;}

.et-social-youtube{
    display:none!important;}/*Removes YouTube icon*/  
    
#top-header .et-social-icons li{
    padding:0px 6px 0px 0px;}    

#et-secondary-menu {
    float: none;
    text-align: center;}

div#et-secondary-menu{
    padding-top:0px;}

#logo{
    max-height:100%!important;}/*Adds height to logo in mobile mode*/   
   
#main-header{
    background-color:#d6cdbe;
    border-bottom:1px solid #000000!important;}   

/********************Top menu navigation CSS***************/
   
#top-menu li a{
    font-size:14px;
    background-color:#c30202;
    color:#ffffff;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
    border-radius:3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
   -o-transition: all 0.3s;
   -moz-transition: all 0.3s;} 
    
#top-menu li a:hover{ 
    opacity:1!important; 
    background:#b61e23!important;
    color:#ffffff!important;
    box-shadow: 0 3px 4px 0px #000000;}/***CHANGES THE BACKGROUND COLOR ON HOVER ***/   
   
#top-menu li.current-menu-item > a {
    background:#000000;
    color:#ffffff;}/*** CHANGES THE BACKGROUND COLOR OF THE CURRENT PAGE LINK ***/   
      
.nav li ul{
    border-color:transparent!important;}/*Dropdown menu top border line color*/   
      
#top-menu li li {
    padding:0px 0px 0px 0px!important;
    margin:3px 0px 0px 0px!important;
    border:none!important;}/*Adjusts the padding & margins in the sub menu container*/
    
#top-menu li li a{
    font-size:13px!important;
    padding:5px 0px 5px 10px!important;
    width:325px!important;
    background-color:#000000;}/*Adjusts the positioning of the drop-down menu items inside the sub menu*/ 
    
ul.sub-menu{
    margin-top:1px!important;
    background-color:#d5ccbd!important;
    padding:0px 2px 5px 2px!important;
    width:241px!important;}/*Sub menu container that displays drop down menu items*/      
    
ul.sub-menu{
    width:330px!important;}   
    
#top-menu li .current-menu-item > a {
    background-color:#c40303;}/*** CHANGES THE BACKGROUND COLOR OF THE ACTIVE DROP DOWN ITEM***/
           
#top-menu a, #top-menu ul.sub-menu, #top-menu-nav{
    transition:  .10s ease-out;
   -moz-transition:  .10s ease-out;
   -webkit-transition:  .10s ease-out;
    text-decoration:none!important;}
    
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: "\43";top: 18px; right: -0px;font-size: 12px;}/*Adjusts the arrow indicating drop-down items (down-arrow)*/
 
#et-secondary-nav .menu-item-has-children:hover>a:first-child:after, #top-menu .menu-item-has-children:hover>a:first-child:after {
    content: "\42";top: 18px; right: -0px;;color:#ffffff!important;font-size: 12px;}/*Adjusts the arrow indicating drop-down items (up-arrow)*/
               
/***Mainains hover state on parent item while hovering over a child (dropdown) item***/

#top-menu > li.open >a,
#top-menu > li:hover >a,
#top-menu > li.open >a:hover,
#top-menu > li:hover >a:hover,
#top-menu > li.open >a:focus,
#top-menu > li:hover >a:focus {
    color:#ffffff;
    background-color:#c40303;}
  
#top-menu > li.open > a:after,
#top-menu > li:hover > a:after,
#top-menu > li.open > a:hover:after,
#top-menu > li:hover > a:hover:after,
#top-menu > li.open > a:focus:after,
#top-menu > li:hover > a:focus:after {
    color:#ffffff;
    background-color:#c40303;}
  
.current-menu-ancestor > a {
    color:#ffffff!important;
    background-color:#c40303!important;}/*Maintians active color of parent menu item when child menu item is active*/ 
         
/***********************************************************************************/

/*************Mobile menu CSS. Allows children list items to be expanded when the parent item id clicked. Accompanying Java Script in footer*/

#main-header .et_mobile_menu .menu-item-has-children > a {background-color: transparent; position: relative;}
#main-header .et_mobile_menu .menu-item-has-children > a:after {font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; 
font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute;}
#main-header .et_mobile_menu .menu-item-has-children > a:after {font-size: 15px; content: '\4c'; top: 13px; right: 10px;}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {content: '\4d';}
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important;width:100%!important;
background-color:transparent!important;}

/********************************************************************/

.et_mobile_menu{
    background:#ffffff;
    border-top: 3px solid #e00a12;
    margin-top:10px!important;}/*Top line in mobile menu*/

.et_mobile_menu li.current-menu-parent >a, .et_mobile_menu .current-menu-item >a {
    background-color:#b41c21!important;color:#ffffff;}  

.et_mobile_menu li.current-menu-item a{
    background-color:#c40303!important;
    border:0px solid #ffffff;}

.et_mobile_menu li{
    margin:3px 0px 3px 0px;
    padding:0px!important;
    list-style:none!important;}   
    
.et_mobile_menu li a{
    color:#ffffff!important;
    background-color:#000000!important;}      

.et_mobile_menu li a:hover{
    color:#ffffff!important;
    background-color:#8a8a8c!important; 
    opacity:9;}
        
@media (max-width:985px) {
.et_mobile_menu li a{
   -webkit-transition: all .0s ease-in-out!important;
   -moz-transition: all .0s ease-in-out!important;
    transition: all .0s ease-in-out!important;}}/*Removes the hover transition effect on mobile menu*/    
        
span.mobile_menu_bar:before {
    color:#ffffff!important;
    position:relative;
    left:-30px;
    top:0px;}/*Color and position of mobile menu hamburgers*/   
             
/**************Default header layout - Styled left*****************/  
#top-menu-nav{
    background-color:transparent;
    margin:0px 10px 10px 0px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
    border-radius:5px;}/*Navigation wrapper that wraps the menu items in default layout*/

@media (min-width:980px) {
#et-top-navigation nav > ul > li > a, #et-top-navigation nav > ul > li > a {
    padding-bottom:10px!important;}}/*Reduces padding from 113 ox to 0px in default header layout*/     
     
#et-top-navigation nav > ul > li > a,
.et-fixed-header #et-top-navigation nav > ul > li > a {
    padding:5px 15px 5px 12px!important;}/*Adds padding to menu items*/ 
    
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: "\43";background-color:transparent!important;
    margin:-10px 0px 0px 0px;!important;}/*Adusts the position of the drop down arrow*/ 

.et_header_style_centered #main-header .mobile_nav{
    background-color:#b51d22!important;}        
    
.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
    color:#ffffff!important;}    
    
/**************************END NAVIGATION******************************/    

/**************************Buttons CSS********************************/ 
       
.more-link{
    display:inline-block!important;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#000000;
    color:#ffffff!important;
    text-decoration: none;
    text-align:center;
    padding:10px 10px 10px 10px!important;
    border-radius: 8px;
    width:20%;}
    
.more-link:hover{
    background-color:#c40303;
    text-decoration:none;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
   -o-transition: 0.5s ease;
    transition: 0.5s ease;}  
    
.btn-info{
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    text-align:center;
    text-shadow: 1px 1px 0px #000000!important;
    color:#ffffff!important;
    padding:10px 10px 10px 10px;
    background-color:#b4201c;
    border-color:#231d1d;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
    border-radius:5px; 
   -moz-box-shadow:    1px 5px 5px 0px #000000;
    box-shadow:        1px 5px 5px 0px #000000;
   -webkit-box-shadow: 1px 5px 8px 0px #000000;
    display: inline-block!important;
    behavior: url(PIE.htc);}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color:#b5211d;
    background-color:#8b8b8d;
    border-color:#231d1d; 
    outline:none!important;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
   -o-transition: 0.5s ease;
    transition: 0.5s ease;}
        
.btn-buy{
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    text-align:center;
    text-shadow: 1px 1px 0px #000000!important;
    color:#ffffff!important;
    padding:10px 10px 10px 10px;
    background-color:#000000;
    border:1px solid #ffffff;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
    border-radius:5px; 
   -moz-box-shadow:    1px 5px 5px 0px #000000;
    box-shadow:        1px 5px 5px 0px #000000;
   -webkit-box-shadow: 1px 5px 8px 0px #000000;
    display: inline-block!important;
    behavior: url(PIE.htc);}

.btn-buy:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color:#ffffff!important;
    background-color:#8b8b8d;
    outline:none!important;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
   -o-transition: 0.5s ease;
    transition: 0.5s ease;}    
    
/***************************************/    
              
#footer-info{
    float:none;
    text-align:center;
    color:#ffffff;}
    
#main-footer a{
    color:#ffffff!important;}    
    
#main-footer a:visited{
    color:#ffffff!important;}   
    
#main-footer a:hover{
    color:#efeaea!important;}  
    
.et-social-google-plus{
	display:none!important;}/*Removes Google Plus Icon*/        
        
/****************************WP Testimonial Slider CSS***********************/

.wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner, .wptww-testimonials-list.design-3 
.wptww-testimonial-inner, .wptww-testimonials-slide-widget.design-3 .wptww-testimonial-inner {
    background-color:#f0f2f3;
    padding:10px;
   -moz-box-shadow:   4px 4px 10px 0px #000000;   
   -webkit-box-shadow:4px 4px 10px 0px #000000;
    box-shadow:       4px 4px 10px 0px #000000;}
    
.wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner .wptww-testimonial_avatar, .wptww-testimonials-list.design-3 
.wptww-testimonial-inner .wptww-testimonial_avatar{
    font-family: 'Open Sans', sans-serif;}    

.wptww-testimonials-text p{ 
    font-size:15px!important;
    font-style:normal!important;
    color:#000000;
    line-height:29px!important;
    font-family: 'Open Sans', sans-serif;!important;
    padding:0px!important;}
   
@media (max-width:750px) {
.wptww-testimonials-text p{
    font-size:23px!important;
    line-height:30px!important;}}/*Reduces testimonial text font size and line height on mobile devices*/   
        
cite, em, i{
    font-style:normal!important;
    font-family: 'Open Sans', sans-serif;!important;
    /*text-shadow: 3px 3px 3px #f3ae23;*/}/*Gives different look to quotes*/
            
.fa-quote-left{
    display:none;}
     
.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4{
    color:#c40303;
    font-weight:bold!important;
    font-family: 'Libre Baskerville', serif;
    
    font-size: 20px !important;
    line-height: 22px !important;
    padding: 0 !important;
    margin: 8px 0 !important;}    
     
.wptww-testimonials-text em:before{
    color: #ccc;content:"\201C";
  /*font-size:2.5em;*/
    line-height: 0.1em;
    margin-right:0em;
    vertical-align:-0.3em;
    color:#ffffff; 
    text-shadow:3px 3px 3px #000000;}/*Quotes before css*/

.wptww-testimonials-text em:after{
    content:"\201D";
  /*font-size:2.5em;*/
    line-height:0.1em;
    margin-left:0em;
    vertical-align:-0.4em; 
    color:#ffffff; 
    text-shadow:3px 3px 3px #000000;}/*Quoted after css*/

.wptww-testimonials-slidelist .slick-dots li button{
    width:15px!important;
    height:15px!important;}/*Slider dots circles*/

.wptww-testimonials-slidelist .slick-dots li {
    margin:0 5px !important;}/*Slider dots margins*/  
    
/********************************************/      
        
.entry-content a{
    color:#c40303;}    
    
.entry-content a:visited {
    color:#c40303;}       
    
.entry-content a:hover {
    color:#8b8b8d;}  
    
.et_contact_bottom_container {
    float: left;}    
    
.et_pb_scroll_top.et-pb-icon{
    background-color:#000000;}/*Back to top button*/   
     
/********************Schedule Page CSS*************************/

table.schedule{ 
  table-layout:fixed;
  width: 100%; 
  border-collapse: collapse; 
  margin:0px 0px 0px 0px;}
  
/***Zebra striping***/
.schedule tr:nth-of-type(odd){ 
  background: #eee;}
  
.schedule th{ 
  text-transform: uppercase;
  font-size:18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing:1px;
  text-align:left;
  color:#ffffff!important;; 
  border: 1px solid #000000; 
  padding: 6px; 
  background-color:#b4201c;}
  
.schedule td{ 
  text-transform: uppercase;
  font-size:16px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;  
  color:#000000;
  padding: 6px; 
  border:1px solid #000000; 
  width:12%;}  
  
@media (max-width:376px){
  .entry-content tr td{
  	font-size:14px;
    padding:6px 6px!important;}}/*Reduces padding and font size on class schedule in mobile mode*/     
   
/*********************************************/     
    
hr {color:#ffffff;}    
    
/************Footer Menue toggle CSS***********/

.et_pb_toggle_title{
    text-align:center!important;
    padding:0px 0px 0px 10px!important;}/*Moved the title text over to the right slightly*/

.et_pb_toggle_open .et_pb_toggle_title:before {
    color:#ffffff!important;}/*Sets the open position color of the toggle menu in the footer*/

.et_pb_toggle a{
    color:#ffffff!important;
    background-color:#c40303;
    display:block;
    margin-bottom:-10px!important;}
    
.et_pb_toggle a:visited{
    color:#c40303;!important;}
    
.et_pb_toggle a:hover{
    background-color:#b51d22!important;}    
        
ul.star{
    list-style:url(https://us1fitnesscenter.com/us1fit/wp-content/uploads/2021/04/bullet.png)!important;}/*Used on policies page*/   
    
ul.star li{
    line-height:30px!important;}    
        
ul.box{
    list-style:url(https://us1fitnesscenter.com/us1fit/wp-content/uploads/2021/04/bullet-box.png)!important;}/*Used on membership options boxes - Home Page*/    
    
.shadow{
   -moz-box-shadow:   -1px 5px 9px -2px #000000;
    box-shadow:        -1px 5px 9px -2px #000000;
   -webkit-box-shadow: -1px 5px 9px -2px #000000;}  
   
.large{
   font-size:21px;
   font-weight:bold;
   font-family: 'Montserrat', sans-serif; }      
 
/*********Specials Area CSS - Home Page**************/ 
   
.centered{
    width:350px; 
    height:200px;
    vertical-align:middle;}   
   
@media (max-width:768px) {
.centered{
   width:100%;
   height:auto;}}/*Mkes width 100% on mobile devices*/    
    
    
