/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    https://veintreatmentnj.com/
 Description:  Divi Child theme
 Author:       VIP Medical Group
 Author URI:   https://www.vipmedicalgroup.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*
 * Locations
 */

@media screen and (min-width: 981px) {
  .locations-content-size-2 p {
		font-size: clamp(16px, 1.1vw, 20px) !important;
  }
  .locations-second-level-title h2 {
		font-size: clamp(30px, 2.5vw, 48px) !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    #background-image-fix {
        background-image: none !important;
    }

    #background-image-fix .et_pb_column {
        max-width: 100%;
    }
}


/*
 * Blog Template related CSS
 */

/* Text with links*/
.blog-text-with-links a {
  color: #0D2BA8;
  font-weight: 600;
}

.blog-text-with-links strong {
  color: #EFB957;
}

/* Remove unnecessary space from bottom of post: */
.single .post {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* Remove posts title even if enabled: */
.single .post .et_post_meta_wrapper:first-child {
	display: none;
}

/* --------------------------------
 * Request Sent Pages
 * -------------------------------- */

.request-sent-title h1 span {
  font-size: min(28px, max(1.46vw, 20px));
  line-height: min(48px, max(2.48vw, 34px));
}

.request-sent-title h2 span {
  font-size: min(48px, max(2.5vw, 28px));
  line-height: min(55px, max(2.85vw, 32px));
}

.request-sent-cta a {
  color: #fff;
}


 /*
 * Form - start
 */

    /*
    * Form base class
    */

    .vtc-form--base .vtc-form {
        display: grid;
        grid-row-gap: 15px;
    }

    .vtc-form--base .vtc-form input,
    .vtc-form--base .vtc-form select,
    .vtc-form--base .vtc-form option,
    .vtc-form--base .vtc-form input::placeholder,
    .vtc-form--base .vtc-form button,
    .vtc-form--base .vtc-form__disclaimer,
    .vtc-form--base .screen-reader-text {
        font-family: "Acumin Regular", sans-serif;
        font-size: 16px;
    }

    .vtc-form--base .vtc-form input,
    .vtc-form--base .vtc-form select,
    .vtc-form--base .vtc-form button {
        width: 100%;
        height: 50px;
        border-radius: 5px;
    }

    .vtc-form--base .vtc-form input,
    .vtc-form--base .vtc-form select {
        padding: 10px 20px;
        color: #4e4e4e;
        background-color: #fff;
        border: solid 1px #5F5F5F;
    }

    .vtc-form--base .vtc-form input::placeholder {
        color: inherit;
        opacity: .8;
    }

    .vtc-form--base .vtc-form button {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
        border: none;
        margin: 20px auto;
        background-color: #7b68ee;
        border: solid 2px #7b68ee;
    }

    .vtc-form--base .vtc-form__disclaimer {
        font-size: 14px;
        line-height: 1.2em;
        color: #fff;
        text-align: center;
        margin: 0;
    }

    .vtc-form--base .vtc-form button:hover {
        background-color: transparent;
        border: solid 2px #7b68ee;
        color: #7b68ee;
    }

    .vtc-form--base .vtc-form__disclaimer {
        color: #666;
    }

    .vtc-form--base .vtc-form__disclaimer a {
        color: #2ea3f2;
    }

    .vtc-form--base .vtc-form__disclaimer a:hover {
        text-decoration: none;
    }

	.vtc-form .vtc-form__error-message {
		background: pink;
		padding: 5px;
		border-radius: 5px;
	}


    /*
    * Blue form
    */

    .vtc-form--blue .vtc-form input,
    .vtc-form--blue .vtc-form select {
        border: none;
        box-shadow: 0px 3px 6px #00000029;
    }

    .vtc-form--blue .vtc-form button {
        background-image: linear-gradient(90deg, #001bf9 0%, #007ffe 100%);
        box-shadow: 0px 20px 40px #00000033;
        border: none;
        border-radius: 25px;
        max-width: 360px;
    }

    .vtc-form--blue .vtc-form button:hover {
        background-image: linear-gradient(259deg, #7af1ff 0%, #7af1ff 100%);
        color: #036571;
        border: none;
    }

    .vtc-form--blue .vtc-form__disclaimer {
        color: #fff;
    }

    .vtc-form--blue .vtc-form__disclaimer a {
        color: inherit;
        text-decoration: underline;
    }

    .vtc-form--blue .vtc-form__disclaimer a:hover {
        text-decoration: none;
    }

/*
 * Fix white text on blog posts:
 */
.type-post .et_pb_module.et_pb_text,
.type-post .et_pb_module.et_pb_text h3{
    color: #455A64!important;
}
