/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 11:57:15 */
/* DSM Sticky Header */
#masthead.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  background: #fff !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

/* When scrolling */
#masthead.site-header.dsm-sticky-active {
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

/* Fix admin bar overlap */
body.admin-bar #masthead.site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar #masthead.site-header {
    top: 46px !important;
  }
}

/* Keep dropdowns above page */
#masthead .sub-menu-wrapper,
#masthead .menu-overlay {
  z-index: 100000 !important;
}