/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */

h2, h3, h4, h5, h6 {color:#005596 !important;}

.et_pb_button {color:#FFF !important;}


/* SETTING BREAKPOINT FOR MOBILE MENU */
@media only screen and ( max-width: 1250px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}


/* MAIN MENU SUBNAV MAKE WIDER */
.nav li ul {width:300px !important;}
#top-menu li li a {width: 260px;}


/* MAIN MENU DONATE BUTTON */
.donate {border-radius: 0px;}
.donate a {color: #fff!important;}
li.donate {
	background-color:#be0f34; 
	font-weight: 700; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 10px 13px 10px 10px!important;
	border-radius: 3px;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	transition: all 0.5s;}
	li.donate:hover {background-color:#be0f34;}
 
.et-fixed-header #top-menu .donate a {
	color: #fff!important;}
.donate li.current-menu-ancestor > a, .donate li.current-menu-item > a {
	color: #fff !important;}

@media only screen and (min-width : 1250px) {
            li.donate {height: 33px;}}