/*
Theme Name:  Divi Child Theme
Theme URI:   http://www.mikerezl.com
Version:     0.1
Description: A child theme of Divi.
Author:      Mike Rezl
Author URI:  http://www.mikerezl.com
Template:    Divi
*/



/* Navigation padding */
#et-top-navigation {
    padding-top: 8px;
}
.et-fixed-header #et-top-navigation {
padding-top: 5px !important;
padding-bottom: 9px !important;
}

/* mobile-hamburger color */
span.mobile_menu_bar:before {color: #ffffff !important;}

/* removes mobile-menu text */
.select_page { visibility: hidden; }

/* mobile menu top bar color */
.et_mobile_menu {border-top: 3px solid #8795b7 !important;}

#top-menu li li a {
    width: 350px !important;
    font-size: 15px !important;
}

.sub-menu {
    width: 390px !important;
}



/* Overlays */
.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay-container .overlay-close {
	font-weight: 500 !important;
	min-height: 47px !important;
	padding: 40px 40px 0px 0px !important;
}




.menu-item a:hover {
    color: #0463ce !important;
}


.headerctabutton {
	background:#0f3554 !important
}



@media (max-width: 980px) 
	{
#main-header, #top-header {
        display: none! important;
    }
    #page-container {
        padding-top: 0!important;
        margin-top: 0!important;
	}

	#et_mobile_nav_menu {
	    display: none !important;
	}
		
}



