/*
Theme Name: Dragon Logistics
Theme URI: https://dragonlogistics.com/
Description: The Dragon Logistics theme is designed for logistics and transportation businesses, offering a professional and structured design to showcase services.
Version: 1.0.0
Author: M.V. Boiko
Author URI: https://raccoon-web.io/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dragonlogistics
Tags: logistics, transportation, warehouse, business, corporate, services
*/

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;
    }
}