/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Your Name
Template: Divi
Version: 1.0.0
*/
div#photography {
    overflow: hidden;
}
.et_mobile_menu { border-top: 3px solid #58595b; }

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #e09900 !important; 
    opacity:1 !important;
}

.modula .filters a {
margin: 0 20px 0 0 !important;
}

.et_mobile_menu .wp-dark-mode-menu-item {
    display: none !important;
}

.wp-dark-mode-switcher.style-3 .toggle {
    width: 22px !important;
    height: 22px !important;
    left: 4px;
}

.wp-dark-mode-switcher.style-3.active .toggle {
    right: 4px;
} 

@media (min-width: 981px) {
    .wp-dark-mode-switcher.floating {
        display: none !important;
    }
}