/*
Theme Name: 4kids
Theme URI: https://example.com/4kids
Author: Mykola Boiko
Author URI: https://example.com
Description: Тема для школи англійської мови "4kids"
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 4kids
*/
body.admin-bar {
    margin-top: 32px !important;
}

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

body.admin-bar #wpadminbar {
    position: fixed !important;
}

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

    body.admin-bar header {
        top: 46px !important;
    }
}