/*
 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
*/

@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;
    }
}  
.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

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

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
.menu_cta {
background-color: #e86121;
color: #fff;
padding: 0 !important;
 
}

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

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