/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://adelaideadvertising.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://adelaideadvertising.com/
 Version:      3.0
 Template:     Divi
*/
#et-top-navigation nav#top-menu-nav>ul>li.menu_cta {
background-color:#D41010!important;
padding: 0 !important;
	margin-right:15px;
	border-radius: 5px; 
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;
}

.et-fixed-header #top-menu .menu_cta a {
 color:#fff!important;
  
}
/* Mobile dropdown CTA button */
.et_mobile_menu li.menu_cta {
	background-color: #D41010 !important;
	border-radius: 5px;
	margin: 10px 20px !important;
	padding: 0 !important;
	text-align: center;
}

/* Mobile dropdown CTA link */
.et_mobile_menu li.menu_cta a {
	color: #fff !important;
	padding: 15px 20px !important;
	display: block;
	border-bottom: none !important;
}

/* Remove hover background if needed */
.et_mobile_menu li.menu_cta a:hover {
	background-color: #D41010 !important;
	color: #fff !important;
	opacity: 0.9;
} 

   
.h2h3space h2,h3{padding-bottom:25px;} 

 /* Make Divi primary menu dropdown wider */
#top-menu li ul {
    width: 320px;
}

/* Make dropdown items use full width */
#top-menu li ul li {
    width: 100%;
}

/* Adjust link padding so text looks balanced */
#top-menu li ul li a {
    width: 100%;
    padding: 10px 20px;
}
#top-menu li ul {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
} 

ul#top-menu.nav li ul li a{
font-size:1.1em;
line-height:1.15;
padding-right:0px;
padding-left:0px;
}