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


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

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

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

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

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

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

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


/* ------------------------------ 
	768px SMALL
------------------------------ */

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

    .show-mobile {
        display: none;
    }

    .page-template-page-endorsements .default-splash {
        background-image: linear-gradient(to bottom, rgb(37, 47, 56, 0.85) 10%, rgba(255, 255, 255, 0.001) 45%), url('/wp-content/uploads/sites/348/2022/07/2_hero.jpg')
    }

    .page-template-page-media .default-splash {
        background-image: linear-gradient(to bottom, rgb(37, 47, 56, 0.85) 10%, rgba(255, 255, 255, 0.001) 45%), url('/wp-content/uploads/sites/348/2022/02/btm_bkg.jpg')
    }
}


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

    .endorsement-logos img {
        max-height: 130px;
        width: auto;
    }

    .nav-btn {
        font-size: 30px;
        font-weight: 700;
        border-radius: 5px;
        background-color: rgb(139, 33, 25);
        font-family: bebas-neue, sans-serif;
    }

    .nav-btn .nav-link {
        color: #fff;
    }

    .navbar-nav {
        align-items: center;
    }
}


/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
/* ------------------------------ 
	992px - 1199px LARGE
------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {}

/* ------------------------------ 
	768px - 991px MEDIUM
------------------------------ */
@media (min-width: 641px) and (max-width: 991px) {}


/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1440px) {}

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

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

    .default-page-header {
        font-size: 14px;
    }

    .default-page-header h1 {
        font-size: 6.15em;
    }

    .default-page-header h2 {
        font-size: 3.25em;
    }

    .page-template-page-lp .splash {
        padding-top: 150px;
    }

    [alt*="headshot"] {
        transform: scale(0.9);
        left: 0;
    }

    .family {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .meet {
        margin-top: 0;
    }

    .lifepac {
        left: 0;
    }

    .points {
        padding-bottom: 400px;
    }

    .body-content {
        padding-bottom: 400px;
    }
}

@media screen and (max-width: 991px) {
    .container-fluid {
        max-width: 690px;
    }

    [alt*="headshot"] {
        transform: translateX(-50%) scale(0.9);
        transform-origin: bottom center;
        left: 50%;
    }

    .page-template-page-lp .splash {
        padding: 160px 0 575px 0;
    }

    .gform_confirmation_message {
        margin: 16px 0 56px 0 !important;
    }

    .points {
        padding-bottom: 350px;
    }

    .body-content {
        padding-bottom: 350px;
    }
}


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

    .points {
        padding-bottom: 400px;
    }

    .body-content {
        padding-bottom: 400px;
    }

    .points img {
        width: 65px;
    }

    .default-splash {
        /* height: 250px; */
        height: 320px;
    }

    .default-page-header {
        font-size: 12px;
    }

    .header-logo {
        width: 85px;
    }

    .page-template-page-lp header {
        background-color: rgba(247, 247, 247, 0.4)
    }

    .page-template-page-endorsements header,
    .page-template-page-media header {
        background-color: #252f38;
    }
}

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

    .mobile {
        display: block !important;
    }

    .ginput_container_email input {
        margin-top: 0 !important;
    }

    .gform_footer {
        padding-right: 0 !important;
    }
}

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

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

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

    .page-template-page-lp .splash {
        padding-bottom: 0;
    }

    [alt*="headshot"] {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        transform: none;
    }

    .gform_wrapper {
        margin-bottom: 15px;
    }

    .gform_confirmation_message {
        margin: 16px 0 30px 0 !important;
    }

    .plan:before {
        display: none;
    }

    .endorsement-logos img {
        max-width: 200px;
    }

    footer img {
        max-width: 370px;
    }
}

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

    h2 {
        font-size: 64px;
    }
}

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

    h2 {
        font-size: 56px;
    }
}

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

    h2 {
        font-size: 48px;
    }

    h4 {
        font-size: 32px;
    }

    .default-page-header {
        font-size: 10px;
    }

    .page-template-page-lp .splash {
        padding: 130px 0 575px 0;
    }
}

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

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 26px;
    }
}

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

    h2 {
        font-size: 38px;
    }

    h4 {
        font-size: 25px;
    }
}