:root{--x-header-fade-transition:200ms}#brx-header.x-header_sticky-active{animation-iteration-count:1;right:0;position:fixed;animation-name:x_header_fadein;top:0;left:0;animation-duration:var(--x-header-fade-transition)}#brx-header.x-header_sticky-active[data-x-scroll="0"]{animation-duration:0s}.admin-bar #brx-header.x-header_sticky-active{top:var(--wp-admin--admin-bar--height)}#brx-header.x-header_sticky-hidden{animation-iteration-count:1;pointer-events:none;animation-name:x_header_fadeout;opacity:0;animation-duration:var(---x-header-fade-transition)}@media (max-width:682px){.admin-bar #brx-header.x-header_sticky-active{top:0}}@keyframes x_header_fadein{0%{opacity:0}to{opacity:1}}@keyframes x_header_fadeout{0%{opacity:1}to{opacity:0}}.x-header{transition-duration:var(--x-header-fade-transition);transition-timing-function:linear;transition-property:transform,opacity,visibility}.scrolling .brxe-xheaderrow{height:var(--x-sticky-header-height)!important}#brx-header.x-header_not-pin:not([data-x-hide-effect=fade]){transform:translateY(-100%)}#brx-header.x-header_not-pin[data-x-hide-effect=fade]{animation-iteration-count:1;animation-name:x_header_fadeout;opacity:0;visibility:hidden;animation-duration:var(--x-header-fade-transition)}#brx-header.x-header_sticky-active [data-x-sticky=hide],#brx-header:not(.x-header_sticky-active) [data-x-sticky=show]{display:none!important}#brx-header.x-header_sticky-active [data-x-sticky=show]:not(.brxe-xnotificationbar){display:flex}