/* reduce text size on mobile & cover block image for page 294 | 6536660-zen mh */
@media (max-width: 900px) {
    .page-id-294 .wp-block-heading {
        font-size: 1.3rem !important;
    }

    .custom_header figure {
        max-width: unset;
    }
}

/* lesser text size for specific class || #6539995-zen VG */
@media (min-width: 320px) and (max-width: 480px) {
    .custom-small-title {
        font-size: 20px !important;
    }
}

/* hide slideshow block pagination indicator | 6579703-zen (RN) */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
    display: none !important;
}

/* Make the site's header sticky / 6595557-zen (SH) */

.header.wp-block-template-part {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 15px 10px -15px #b5b5b5;
    max-width: 100vw;
    padding: 0 4%;
    z-index: 999999;
    transition: transform 0.3s ease-in-out;
}

/* Reduce Menu height / 6595557-zen (SH) */

header>.wp-block-group {
    padding: 0 !important;
}

header,
header>.wp-block-group {
    height: 130px;
}

/* Scale up logo image on mobile / 6595557-zen / ADS */
header figure {
    margin-inline-end: -3em !important;
}

/* Make header shorter on mobile / 6595557-zen / ADS */
@media only screen and (max-width: 400px) {
    header {
        height: 140px;
    }
}

/* Restore slideshow buttons on mobile / 6617519 (SL) */

@media screen and (max-width: 580px) {

    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
        display: block !important;
    }
}

/* Scale up logo image on mobile / 6595557-zen / ADS */
header figure {
    margin-inline-end: -3em !important;
}

/* Make header shorter on mobile / 6595557-zen / ADS */
@media only screen and (max-width: 400px) {
    header {
        height: 90px;
    }
}

/* Restore slideshow buttons on mobile / 6617519 (SL) */

@media screen and (max-width: 580px) {

    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
        display: block !important;
    }
}


/* remove the mobile menu padding | 6638758-zen rg */
@media (max-width: 768px) {
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        padding-right: 0;
    }
}

/* Apply styles to reduce the size of paragraphs for mobile view| 6638882-ZD YM */
@media (max-width: 760px) {
    .footer-size {
        font-size: 0.5rem !important;
        /* Adjust the font size as needed */
    }