/*
Theme Name:theme_1
*/

@charset "UTF-8";

#wpadminbar{
    position: fixed !important;
    top:0 !important;
    left: 0 !important;
    z-index: 99999;

}

.admin-bar #header{
    top:32px !important;
}

.admin-bar #stickyNAV{
top:142px;
}

@media screen and (max-width:1000px) {
    .admin-bar #stickyNAV{
        top:82px;
        }
}


@media screen and (max-width:782px) {
    .admin-bar #header{
        top:46px !important;
    }
    .admin-bar #stickyNAV{
        top:96px;
        }
}
