/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://websiteadelaide.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://websiteadelaide.com/
 Version:      3.0
 Template:     Divi
*/


.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

.websiteby a{font-weight:400!important; font-size:0.9em!important; color:#000!important;}

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
ul#top-menu.nav li ul li a{
font-size:1.1em;
line-height:1.30;
padding-right:0px;
padding-left:0px;
}


.menu_cta {
background-color: #069edb;
color: #fff;
padding: 0 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.15); 
}

.menu_cta a {
color: #fff !important;
padding: 20px 20px 20px 20px !important;
}

.et-fixed-header #top-menu .menu_cta a {
 color:#fff!important;
  
} 
.et-fixed-header #top-menu .menu_cta {
	margin-bottom:5px!important;
  
} 

.et_pb_toggle_title:before {
   content: "\33";
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
   content: "\33";
   transform: rotate(180deg);
}