/* Sticky Global Menu */

.angie-sticky-header-bafc5168 {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    background: inherit;
    transition: top 0.3s ease;
    box-sizing: border-box !important;
}

/* WordPress admin bar offset */
.admin-bar .angie-sticky-header-bafc5168 {
    top: 32px !important;
}

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