/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/*
font-family: 'Roboto Condensed', sans-serif;
*/

/*General*/
body {
	font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    color: #ff4237;
    text-transform: uppercase;
    font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

.et_pb_section {
    padding: 35px 0 !important;
}

.et_pb_fullwidth_section {
    padding: 0px !important;
}

#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #ff4337;
}

/*Header*/
.et_header_style_left .logo_container {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.header-right {
    display: inline-block;
    float: right;
	margin-top: 5px;
    max-width: 20%;
}

.dispatch-number {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: right;
    margin-right: 15px;
}

.header-right .dispatch-number:first-child {
    margin-bottom: 5px;
}

div#top-header {
    display: none;
}

.above-button-text {
    margin-bottom: 20px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding: 10px 0px !important;
}

#et-top-navigation {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.contact-button a {
    background: #B8D100;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #B8d100;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-button a i.fa.fa-phone {
    color: #ff4337;
    margin-right: 8px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}

.contact-button a:hover {
    background: #ff4237;
    border-color: #ff4237;
}

.contact-button a:hover i.fa.fa-phone {
    color: #fff;
}

.contact-button {
    margin-bottom: 24px;
}

.header-right {
   max-width: none;
}

#top-menu a {
    color: #666;
    font-weight: normal;
    font-size: 16px;
}

#top-menu li.current-menu-item a, #top-menu li a:hover {
    color: #ff4237;
    opacity: 1 !important;
    transition: none !important;
}

#top-menu li  a {
    transition: none !important;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 20px !important;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    top: unset;
}

.nav li ul {
    padding: 1%;
    border: 1px solid #666 !important;
}

#top-menu li li {
    padding: 0px;
    display: block;
}

#top-menu .menu-item-has-children li a {
    padding: 2% !important;
    display: block;
    width: 100%;
    border-bottom: 1px solid #666;
}

#top-menu .menu-item-has-children li:last-child a {
    border-bottom: 0px;
}

#top-menu li li.menu-item-has-children > a:after {
    content: '5' !important;
}

.nav li li ul {
    top: -2px;
}

#top-menu li li.current-menu-item li a {
    color: #666;
}

/*Header Center*/
.container.clearfix.et_menu_container {
    text-align: center;
}

.et_header_style_left .logo_container {
    float: left;
}

div#et-top-navigation {
    margin-top: 55px;
}

/*Home*/
.cta-button a {
    background: #B8D100;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    border: 1px solid #B8d100;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.cta-button {
    margin-top: 25px;
}

.cta-button a:hover {
    background-color: #ff4237;
    border-color: #ff4237;
}

.top-slider h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top-slider .et_pb_slide_description, .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 3% 2%;
    width: 40%;
    margin-right: 0;
    background: #900000;
}

.top-slider .et_pb_slides .et_pb_slider_container_inner {
    display: block;
    padding-bottom: 16%;
}

.top-slider .et_pb_slide_description:after, .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_description:after {
    content: '';
    display: block;
    background: url('/wp-content/themes/Divi-child/images/Polygon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -70px;
    left: 0;
}

.home .top-slider .et_pb_slide_1 .et_pb_slide_description, .home .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_1 
 .et_pb_slide_description {
    margin-right: auto;
    margin-left: 0;
}

/*Mid Menu*/
.mid-menu-section h1, .mid-menu-section .et_pb_image {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.et_pb_section.mid-menu-section {
    background: #ff4237;
	background: linear-gradient(#ff3e2b, #9e1c0c);
}

/*Important Links*/
.important-links h3 {
    text-transform: uppercase;
    color: #B8D100;
}

.important-links a {
    color: #666;
    text-decoration: underline;
}

.et_pb_section.above-footer-section {
    border-top: 2px solid #787777;
}

/*Districts*/
.district-info.et_pb_text {
    background: #000;
    color: #fff;
    padding: 20px;
}

.district-info.et_pb_text h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.district-info.et_pb_text h4 {
    color: #b8d100;
    text-align: center;
}

/*Events*/
div#tribe-events-pg-template {
    padding: 40px 0px;
}

/*Station Map*/
.station-map div#map {
    height: 100%;
    min-height: 600px;
    width: 100%;
}

/*Employee Portal Menu*/
.portal-menu-title {
    font-size: 18px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.portal-menu-img {
    font-family: ETmodules;
}

.custom-portal-menu-item {
    display: table-cell;
    border: 1px solid #333;
    padding: 10px;
    position: relative;
}

.portal-menu-img {
    color: #e02b20;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-portal-menu {
    font-size: 0px;
	display: table;
	width: 100%
}

a.portal-menu-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-portal-menu-item:hover .portal-menu-title {
    color: #e02b20;
}

/*Form*/
.form-input input, .form-input textarea, .form-input select {
    background: #eee;
    border: 1px solid #d2d2d2 !important;
    padding: 8px 10px;
    width: 100%;
}

.form-field.input-half {
    width: 49%;
    display: inline-block;
}

.form-field.input-half.last-half {
    float: right;
}

.form-field {
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 20px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    background: #ff4337;
    border-color: #ff4337;
}

.form-input input::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder, .form-input select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Roboto Condensed', sans-serif;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder, .form-input select::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Roboto Condensed', sans-serif;
}
.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder, .form-input select:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Roboto Condensed', sans-serif;
}
.form-input input:-moz-placeholder, .form-input textarea:-moz-placeholder, .form-input select:-moz-placeholder { /* Firefox 18- */
  font-family: 'Roboto Condensed', sans-serif;
}

/*Subscriber/Salesforce Form*/
.salesforce-form label {
    font-weight: bold;
    display: block;
}

.salesforce-form input[type="submit"] {
    width: auto;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 20px;
}

.salesforce-form input[type="submit"]:hover {
    cursor: pointer;
    background: #ff473c;
}

.salesforce-form .g-recaptcha {
    margin-top: 15px;
}

/*Footer*/
#main-footer {
    background-color: #787777;
}


#et-footer-nav {
    background-color: transparent;
}

ul#menu-footer-menu {
    display: inline-block;
}

.bottom-nav li {
    padding-right: 2px;
}

.bottom-nav a {
    color: #fff !important;
    font-size: 16px;
    border-right: 1px solid #fff;
    font-weight: normal;
    padding-right: 5px;
}

.bottom-nav li:last-child a {
    border-right: 0px;
    padding-right: 0px;
}

.social-icons {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.social-icon {
    display: inline-block;
    margin-right: 25px;
}

.social-icon .fa {
    color: white;
    font-size: 22px;
}

.copyright {
    color: white;
    display: inline-block;
}

.uww-sig {
    display: inline-block;
    float: right;
}

.uww-sig a {
    color: white;
}

/***********
 * Responsive
 * ************/
@media (max-width: 1200px) {
	/*Header*/
	div#et-top-navigation {
		display: block;
		text-align: center;
	}

	#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
		float: none;
	}
	
	.container.clearfix.et_menu_container {
		text-align: left;
	}

	.et_header_style_left .logo_container {
		float: none;
	}

	div#et-top-navigation {
		margin-top: 0px;
	}
	
	.header-right {
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 1105px) {
	
}

@media (max-width: 980px) {
	/*Header*/
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 100%;
	}

	#et_mobile_nav_menu {
		float: none;
	}

	.et_mobile_menu {
		padding: 1%;
		border-color: #ff4338;
		text-align: left;
	}
	
	/*Employee Portal Menu*/
	.custom-portal-menu {
		display: block;
	}

	.custom-portal-menu-item {
		display: inline-block;
		width: 33.333333%;
	}
}

@media (max-width: 768px) {
	/*Top Slider*/
	.top-slider .et_pb_slide_description, .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 55%;
	}
	
	.top-slider .et_pb_slides .et_pb_slider_container_inner {
		padding-bottom: 20%;
	}

	.cta-button a {
		font-size: 16px;
	}
	
	.header-right {
        float: none;
        width: 100%;
    }
    
    .et_header_style_left .logo_container {
        display: block;
        text-align: center;
    }
    
    .contact-button {
        display: block;
    }
    
    .dispatch-number {
        text-align: center;
        margin-right: 0px;
    }
	
	/*Mid Menu Section*/
	.mid-menu-section .et_pb_image img {
		max-width: 150px;
	}
	
	/*Employee Portal Menu*/
	.custom-portal-menu-item {
		width: 50%;
	}
	
	/*Footer*/
	.copyright {
		display: block;
		text-align:center;
	}

	.uww-sig {
		display: block;
		text-align:center;
		float:none
	}

	ul#menu-footer-menu {
		display: block;
	}

	.social-icons {
		display: block;
		float: none;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.social-icon:last-child {
		margin-right: 0px;
	}
}

@media (max-width: 600px) {
    /*Header*/
    .header-right {
        display: block;
        float: none;
        margin-bottom: 20px;
        margin-top:10px;
    }
    
    .et_header_style_left .logo_container {
        display: block;
        text-align: center;
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
	/*Header*/
	.et_header_style_left .logo_container {
		display: block;
		text-align: center;
		margin-right: 0px;
	}

	.header-right {
		float: none;
		margin-top: 25px;
		margin-bottom: 25px;
		display: block;
		text-align: center;
	}
	
	/*Top Slider*/
	.top-slider h1 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.top-slider .et_pb_slide_description, .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 60%;
	}

	.top-slider .et_pb_slides .et_pb_slider_container_inner {
		padding-bottom: 30%;
	}
	
	/*Employee Portal Menu*/
	.custom-portal-menu-item {
		width: 100%;
	}
}
@media (max-width: 380px) {
	.top-slider .et_pb_slide_description, .top-slider.et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 80%;
	}
}