/*
Theme Name:theme_rev_1
*/

@charset "UTF-8";

#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

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

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