:root{
    --menu-height:50px;
    --admin-bar-height:32px;
}
#wp-admin-bar-top-secondary > li#wp-admin-bar-seedprod_admin_bar{
    display:none;
}
#wp-admin-bar-root-default > li:not(#wp-admin-bar-site-name):not(#wp-admin-bar-new-content):not(#wp-admin-bar-edit){
    display:none;
}
@media screen and (max-width: 1024px) { 
    #wp-admin-bar-top-secondary > li#wp-admin-bar-vaa{
        display:none;
    }
    /* #wpadminbar{
        display:none;
    }
    html[lang="en-US"]{
        margin-top:0px!important;
    } */
    html body.admin-bar .splash-screen {
        top: 0px;
        height:100vh;
    }
    body.admin-bar #nice-mobile-menu{
        top:var(--admin-bar-height);
    }
    body.admin-bar .filter-wrapper,
    body.admin-bar #nice-mobile-menu .nav-container{        
        top: calc(var(--menu-height) + var(--admin-bar-height));
        height: calc(100% - (var(--menu-height) + var(--admin-bar-height)));
    }
    /* html.no-admin-bar{
        margin-top:0px!important;
    } */
    body.admin-bar .splash-screen{
        top:0px;
    }
    body.admin-bar .splash-screen .animation-wrapper,
    body.admin-bar .splash-screen{
        height:100vh;
    }
}
@media screen and (max-width: 782px) { 
    :root{
        --admin-bar-height:46px;
    }
}