/*
Theme Name:theme_1
*/

@charset "UTF-8";

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

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