/*bugfix for editor problem */
/*
.post-type-page #wp-content-wrap,
.post-type-post #wp-content-wrap {
    display: none !important;
}
*/
@media all and (max-width: 782px) {
    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0 !important;
    }
}