/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 08:26:19 */
@media only screen and (max-width: 1200px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none !important; }
    .wp-block-navigation__responsive-container-open:not(.always-shown) { display: block !important; }
}

html {
    scroll-padding-top: 80px;
}

.ai1wpsa-fix-sticky.sticky {
    position: fixed !important;
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}