/*
Theme Name: Divi-Child
Description: Child theme for Divi
Author: Jumpstart EXAMPLE 08
Template: Divi
*/

@import url("../Divi/style.css");

#main-header {border-bottom:3px solid #103e5f; /* LINE UNDER header - BACKGROUND handled by DIVI */ }

#et-info {float: none !important; text-align: center;} /* centers contact info in TOP BAR */

.et_pb_section_1.et_pb_section {background:#F5F6F7;} /* PAGE Background */

.et_pb_promo_button.et_pb_button {color: #fff!important; background-color: #0b3858;} /* Free Consultation BUTTON on all pages */

#top-menu-nav ul a:hover {color:#dd8100;} 

a:hover {color:#dd8100; text-decoration:underline;} 

span.mobile_menu_bar:before {color: #0b3858 !important;} /* DBNote - HAMBURGER menu color */

/* DBNote this code effects the header image on mobile; bring the side focused image to the center */
@media only screen and (max-width: 767px){.et_pb_parallax_css {background-position: 85%!important;}
}*
/* End header image code */

/* Makes Logo bigger on Mobile */
@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 80%!important;
        max-height: 80%!important;
        height: auto!important;
        width: auto!important;
    }
}

/*adjust Divi Menu module BREAKPOINT for DEFAULT MENU - higher the number, sooner the page breaks */
@media only screen and (max-width: 1300px) {
#top-menu-nav {display: none;}
#et_mobile_nav_menu {display: block}
}
