/* Sticky header fix for Kadence */
.kb-header-sticky-wrapper {
    width: auto !important;
    left: 0 !important;
    top: 0 !important;
    margin: 1rem auto 0 auto !important;
}

@media screen and (max-width: 1647px) {
    .kb-header-sticky-wrapper {
        margin: 1rem 1rem 0 1rem !important;
    }
}

@media screen and (max-width:1024px) {
    .kb-header-sticky-wrapper {
        margin: .5rem .5rem 0 .5rem !important;
    }
}