.lhf-header,
.lhf-footer {
    width: 100%;
    position: relative;
    z-index: 999;
}

.lhf-header.lhf-sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.admin-bar .lhf-header.lhf-sticky {
    top: 32px;
}

.lhf-header.lhf-transparent {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
}

.lhf-header.lhf-transparent.lhf-scrolled {
    position: fixed;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.lhf-shortcode {
    clear: both;
}

@media (max-width: 782px) {
    .admin-bar .lhf-header.lhf-sticky,
    .admin-bar .lhf-header.lhf-transparent.lhf-scrolled {
        top: 46px;
    }
}
