.sticky-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

/* FIX PARENT WRAPPERS THAT BREAK STICKY */
body, html {
    overflow-x: hidden !important;
}

body > div, 
body > #page, 
.site, 
.site-content, 
.entry-content, 
.bd-page-wrapper,
.breakdance,
.bd-container {
    overflow: visible !important;
    position: static !important;
}