/* Astra Sticky Menu CSS */
.csm-sticky{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* Sticky state text color fix */
#masthead.csm-sticky a,
#masthead.csm-sticky .menu-link,
#masthead.csm-sticky .ast-menu-toggle,
#masthead.csm-sticky span,
#masthead.csm-sticky li{
  color: #000000 !important; /* black text */
}

#masthead.csm-sticky a:hover{
  color: #8EB81A !important;
}
