.wpex-sticky-header-holder.is-sticky #site-header { transition: transform .3s ease-in-out; transform: translateY(-160%) !important; /* more than 100% for shadow */ }
.wpex-sticky-header-holder.is-sticky.sushft-show #site-header { transform: translateY(0) !important; }