

@media screen and (min-width: 981px) {
    body.dipi-cta-button #et_top_search{
        margin: 15px 0 0 22px;
    }
    
    .et_header_style_split div#et-top-navigation,
    .et_header_style_left div#et-top-navigation{
        align-items: flex-start !important;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 33px !important;
    }

            /* .et_header_style_left #et-top-navigation nav > ul > li > a,
        .et_header_style_split #et-top-navigation nav > ul > li > a,
        .et_header_style_centered #et-top-navigation nav > ul > li > a {
            line-height: 2.5em;
        } */
    
    .et_header_style_left div#et-top-navigation {
        display: flex;
        align-items: center;
        
        /* With social icons enabled, we remove the bottom padding below the li elements so we need to add it to the container */
        padding-top: 33px;
        padding-bottom: 0px;
    }
    
    .et_header_style_split div#et-top-navigation {
        align-items: center;

        /* With social icons enabled, we remove the bottom padding below the li elements so we need to add it to the container */
        padding-top: 33px !important;
        padding-bottom: 0px !important;
    }
    
    .et_header_style_fullscreen #et-top-navigation {  
        padding-bottom: 0px !important;   
    }

    /* Vertical Navigation Styles */
    .et_vertical_nav #main-header #top-menu>li>a {
        padding-bottom: 19px !important;
        line-height: inherit;
    }
    .et_vertical_nav #main-header #et-top-navigation {
        display: block;
    }
    .et_vertical_nav #top-header {
        position: initial;
    }
    .et_vertical_fixed.admin-bar #page-container #main-header {
        top:32px !important;
    }
    .et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation {
        padding-top:33px !important;
    }
    .et_vertical_fixed.admin-bar #page-container #main-header {
        transform: translateY(0) !important;
    }
    .et_vertical_nav #page-container #main-header {
        top: 0 !important;
    }

    /* With do-not-shrink functionality enabeld, we also must apply padding to fixed menu */
            .et_header_style_left .et-fixed-header #et-top-navigation,
        .et_header_style_split .et-fixed-header #et-top-navigation {
            padding-top: 20px !important;
            padding-bottom: 0px !important;
        }

        .et_header_style_centered .et-fixed-header #et-top-navigation {
            padding-top: 20px;
            padding-bottom: 0px !important; 
        }

        .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
        .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a{
            padding-bottom: 20px !important;
        }
    
    .et-menu li:not(.mega-menu) ul,
    #top-menu li:not(.mega-menu) ul{width: 240px !important;}
    .et-menu li li a,
    #top-menu li li a{width:100% !important;}
    #top-menu li li,
    .et-menu li li{width: 100%;}
}
