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


/* ===================================================
		MIN WIDTH 
=================================================== */
@media screen and (min-width: 1200px) {
    /* .splash [alt*="headshot"] {
        right: -60px;
    } */
}

@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;
    }
}


@media (min-width: 576px) {}


/* ===================================================
		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) {}

@media screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }

    header {
        position: relative;
    }

    .social-icon {
        opacity: 1;
    }

    .page-template-page-lp .splash {
        /* background: url("/wp-content/themes/bailey-tx/assets/images/1_hero_bg.jpg") no-repeat top center; */
        /* background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/themes/bailey-tx/assets/images/1_hero_bg.jpg") no-repeat top center; */
        /* background-size: cover; */
        padding-top: 75px;
    }

    /* .form::after {
        display: none;
    } */

    .splash [alt*="headshot"] {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-body-img {
        margin: 0 auto;
    }

    .home .modal-body h2 {
        line-height: 38px;
    }

    .font-size-38 {
        font-size: 28px;
    }
}


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

    .splash [alt*="headshot"],
    [alt*="logo"] {
        width: 100%;
        height: auto;
    }
}

@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) {
    .page-template-page-lp .body {
        padding: 3rem 0;
    }
}

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

    h2,
    .h2 {
        font-size: 38px;
    }
}

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

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

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

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }
}

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

    h2,
    .h2 {
        font-size: 29px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }
}