/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme
Author: D&GG Advertising
Template: Divi
*/
 
/*------- Theme Customizations------- */

/* Desktop menu button */
@media (min-width: 981px) {

.menu-button a {
    background: #a0b246 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 12px 22px !important;
    margin-left: 15px;
    transition: all .3s ease;
}

.menu-button a:hover {
    color: #fff !important;
}

.et-menu .menu-button {
    position: relative;
    top: -2px;
    bottom: 10px;
}

}