/*
Theme Name:     Divi Child
Theme URI:      https://example.com/
Description:    A child theme for Divi
Author:         Your Name
Author URI:     https://example.com/
Template:       Divi
Version:        1.0.0
*/

header.et-l.et-l--header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}

header.et-l.et-l--header .et_pb_menu__wrap {
    justify-content: end;
}

header.et-l.et-l--header li {
    padding: 0px 15px;
}

#et-boc li {
    list-style-type: none;
}

#et-boc a:hover {
    opacity: 1;
}
#et-boc ul.sub-menu {
    box-shadow: 0px 3px 3px -1px #00000047;
    border-radius: 5px;
}
#et-boc a:focus {
    outline: none;
    opacity: 1;
}