/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme 
 Author:         Frank Otto
 Author URI:     http://singularica.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*  generic classes */

body, #main-content {
    background-color: #fff !important;
    /*todo put in divi */
}

body div .et-social-icons li {

    display: none !important;
}

.et_divi_theme #main-header, .et_divi_theme #main-header.et-fixed-header, .et_divi_theme #top-header {
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.27) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px inset #b5b59e0d;
}

/* Submenu width */

@media screen and (min-width: 981px) {
    .sub-menu {
        min-width: 320px;
    }

    #top-menu li li a {
        width: 280px;
        /* Extra - Reduce padding on list items */
        padding: 4px 12px;
    }
}