/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2025 | 12:21:35 */
/*HEADER STICKY CSS*/
#masthead.ast-sticky 
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
body.ast-has-sticky-header 
{
  padding-top: 96px; /* match header height */
}
.ast-sticky .ast-header-button-1 .ast-custom-button
{
    color: var(--ast-global-color-5);
    background: var(--ast-global-color-0);
}
.ast-sticky .ast-header-button-1 .ast-custom-button:hover 
{

    color: var(--ast-global-color-5);
    background: var(--ast-global-color-2);
}
/*HEADER STICKY CSS*/