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

 Theme Name:   Divi Child Theme
 Theme URI:    https://www.veincentersca.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 ------------------------------*/

/*--------------------------------
- VIDEO POPUP OVERLAY
---------------------------------*/
.mfp-close {
    top: -50px !important;
}
.youtube__play--red a::after{
  	font-family: "ETModules";
    content: "\e0a3";
    color: #f00;
    font-size: 70px;
    margin: auto 0;
    position: absolute;
    top: 40%;
    left: 40%;
}

/*
 * Location pages custom styles
 */
@media screen and (min-width: 981px) {
  .locations-content-size-2 {
		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%;
    }
}

 /*
 * 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%;
		max-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;
		text-decoration: underline;
    }

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

    /*
    * Form with labels
    */

    .vtc-form--labels .screen-reader-text {
        position: relative !important;
        display: block;
        width: 100%;
        height: auto;
        clip-path: none;
        color: #303030;
        padding-bottom: 15px;
    }

    /*
    * Form - end
    */

/*
 * 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;
}