/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

#wpadminbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 32px !important;
    z-index: 999999 !important;
}

html {
    margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
    #wpadminbar {
        height: 46px !important;
    }
    html {
        margin-top: 46px !important;
    }
}