/* ======== RESPONSIVE CSS ========= */


/* ===================================================
		MIN WIDTH 
=================================================== */
@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {

    .page-template-page-lp .splash,
    .page-template-page-about .splash,
    .page-template-page-events .splash {
        padding-bottom: 10%;
    }
}

@media screen and (min-width: 2000px) {}

@media screen and (min-width: 2200px) {

    .page-template-page-lp .splash,
    .page-template-page-about .splash,
    .page-template-page-events .splash {
        padding-bottom: 15%;
    }
}

@media screen and (min-width: 2700px) {

    .page-template-page-lp .splash,
    .page-template-page-about .splash,
    .page-template-page-events .splash {
        padding-bottom: 20%;
    }
}


/* ------------------------------ 
	768px SMALL
------------------------------ */
@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 6.75rem auto;
    }
}


/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
/* ------------------------------ 
	992px - 1199px LARGE
------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {
    .gform_button {
        padding: 0 20px;
    }
}

/* ------------------------------ 
	768px - 991px MEDIUM
------------------------------ */
@media (min-width: 641px) and (max-width: 991px) {
    .gform_button {
        padding: 0 30px;
    }
}


/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1199px) {
    .page-template-page-lp .body .stacked-images img {
        height: 208px;
        object-fit: cover;
    }

    .page-template-page-lp .body .single-image img {
        height: 446px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .page-template-page-lp .splash {
        background-image: none;
    }

    .page-template-page-lp .splash::before {
        content: "";
        background-image: url("/wp-content/uploads/sites/159/2021/12/1_hero.jpg");
        background-position: center right;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: 3rem !important;
    }

    .banner {
        height: auto;
    }

    .page-template-page-lp .body .stacked-images img {
        height: auto;
    }

    .page-template-page-about .splash {
        background-image: none;
    }

    .page-template-page-about .splash::before {
        content: "";
        background-image: url("/wp-content/uploads/sites/159/2021/12/2_hero.jpg");
        background-position: center right;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .page-template-page-about .splash p {
        width: 75%;
    }

    .page-template-page-about .splash #signature {
        padding-bottom: 40%;
    }

    .page-template-page-about .body img {
        height: 564px;
    }

    .page-template-page-events .splash {
        background-image: none;
    }

    .page-template-page-events .splash::before {
        content: "";
        background-image: url("/gehudim/sites/159/2023/02/3_hero.jpg");
        background-position: center right;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .page-template-page-events .banner {
        height: 725px;
    }

    .page-template-page-about .body .endorsement {
        max-width: none;
    }
}


@media screen and (max-width: 767px) {
    .page-template-page-about .body img {
        height: 417px;
    }

    .page-template-page-about .body .h1 {
        font-size: 60px;
    }

    .page-template-page-about .body .endorsement-paragraphs {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .gform_footer {
        position: relative !important;
        top: 0;
        margin: 0 auto !important;
    }
}

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

    /* Reset for Mobile Admin bar */
    body {
        position: initial;
    }
}

@media screen and (max-width: 576px) {
    .navbar {
        justify-content: end;
        padding: 1rem 0;
    }

    .navbar-toggler {
        border-color: white;
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border-radius: 0.25rem;
        width: 60px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-collapse {
        background-color: var(--banner);
    }

    .page-template-page-lp .splash,
    .page-template-page-about .splash,
    .page-template-page-events .splash {
        background-color: var(--banner);
    }

    .page-template-page-lp .splash::before,
    .page-template-page-about .splash::before,
    .page-template-page-events .splash::before {
        content: "";
        background-color: var(--banner);
        background-image: none;
        opacity: 1;
    }

    .banner {
        background-image: none;
    }

    .page-template-page-lp .splash [alt*="logo"],
    .page-template-page-about h1 {
        padding-top: 100px;
    }

    .gform_wrapper,
    .page-template-page-about .splash #signature {
        padding-bottom: 0;
    }

    .gform_wrapper {
        width: 100%;
    }

    .page-template-page-about .body .h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 64px;
        line-height: 1.25;
    }

    h2 {
        font-size: 27px;
    }

    .page-template-page-about .body img {
        height: 303px;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 21px;
    }

    .page-template-page-about .body .h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 350px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 16px;
    }

    .page-template-page-about .body img {
        height: 221px;
    }
}

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