/* Enter Your Custom CSS Here */


/* HEADER STYLES ***************************************************
*******************************************************************/

/* TOP HEADER or SECONDARY NAVIGATION */

/* Make the top header be on top of other elements */
.et_fixed_nav #top-header {
    position: fixed;
    z-index: 10;
}

/* move the phone and social icons to the right side */
#et-info {
    float: right;
    margin-left: 1em;
}

#et-info-phone {
    margin-right: 13px;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 5px;
}

/* Make the social icons smaller */
#top-header .et-social-icon a {
    font-size: 12px;
}

/* Adjust search icon for trial button */
#et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 17px 0 0 22px;
}


/* MAIN HEADER */

/* LOGO */
/* Make the Logo smaller by placing padding */
#logo {
    max-height: 120% !important;
    z-index: 1000;
    margin-top: -25px;
}

/* Free Trial Button */

.et_header_style_left #et-top-navigation .freeTrial a {
    background-color: #ffffff;
    padding: 13px 28px !important;
    border-radius: 5px;
  	color: #ED1C24; 
  	font-weight: bold;
}

/* Change Color of the Free Trial button when in scroll */
.et_header_style_left .et-fixed-header #et-top-navigation .freeTrial a {
  	color: #ED1C24 !important; 
}

#top-menu li.current-menu-item.freeTrial > a {
	color: #ED1C24; 
  	font-weight: bold;
}
	

/* FOOTER STYLES ***************************************************
*******************************************************************/

/* Footer widgets: Newsletter */
.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.et_pb_text_40 h3 span {
	color: #fff !important;  
}

._form_1 input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    padding: 10px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    width: 100%;
    margin-bottom: 1em !important;
} 

._submit {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}

/* Footer Icons */
#footer-bottom .et-social-icon a {
    color: #ffffff;
    font-size: 12px;
}




@media only screen and (min-width: 981px) {

/* LOGO */
/* Make the Logo smaller by placing padding */
#logo {
    max-height: 120%;
    z-index: 1000;
    margin-top: -25px;
}

/* Adjustments for trial button */
  .et_header_style_left #et-top-navigation nav > ul > li > a , .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 25px !important;
}
  

  
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 10px;   
}
  
  
  
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 28px 0 0 0 !important;
}  
  
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 12px !important;
}

}

@media screen and (max-width: 767px) {

/* MOBILE MENU STYLES */

/* Remove secondary fix nav at mobile */
.et_fixed_nav #top-header {
    position: absolute;
    z-index: 10;
}
  
/* Change Hamburger color in mobile */  
.mobile_menu_bar:before {
	color: #ed1c24;    
}

/* Change border top color in mobile */
.et_mobile_menu {
    border-top: 3px solid #ed1c24;
  }
  
/* Change color of the Days Font Color */
.tt_responsive .tt_timetable.small .box_header {
    font-size: 16px !important;
    color: #ed1c24 !important;
    font-family: 'Lato';
}
}

@media screen and (max-width: 320px) {
 
 /* Fix home page header */
.et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 80%;
    max-width: none;
    min-height: 100vh;
    width: 90%;
}
  
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    width: 100%;
}		  
  
}