/*
 Theme Name:     MV Child
 Theme URI:      https://mediavenue.com/
 Description:    Customzied Divi Child Theme. Do not delete Divi, or this theme.
 Author:         Media Venue
 Author URI:     https://mediavenue.com/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_bottom_inside_divider {
	margin-bottom: -1px;
}

.section_has_divider {
	margin-top: -1px;
}

.sbs-btn .et_pb_button_module_wrapper {
    display: inline-block;
    text-align: center;
    margin: 2px !important;
}
.sbs-btn {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .et_pb_button_module_wrapper>a {
        width: 220px;
    }
}

@media only screen and (max-width: 768px) {
    .et_pb_button_module_wrapper>a {
        width: 220px;
        text-align: center;
    }
}

h4 {
    padding-bottom: 14px;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
    font-size: 15px !important;
    text-transform: none !important;
}

.valign {
    align-items: center;
}

.valign-bak .et_pb_column{
    align-items: center;
    display: grid;
}

.valign img {
    object-fit: fill;
}

/*this sets the height of the image module*/
.full-height-image {
	height: 100%;
}
/*this sets the height of the image container*/
.full-height-image .et_pb_image_wrap {
	height: 100%;
}
/*this sets the height and fit of the actual image*/
.full-height-image img {
	object-fit: cover;
	height: 100%;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #234c80;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend,
.gform-field-label,
.gfield_consent_description,
.gfield_consent_label {
    color:#fff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    color: #002454;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
	border: 1px solid #005193;
    border-radius: 0px;
    padding: 14px 20px;
    background-color:rgba(255, 255, 255, 1);
    height: 50px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:focus {
    background-color: #e8f1ff;
    color: #002454;
    border-radius: 6px;
    border: 1px solid #005193;
}

body .gform_wrapper .gform_footer input[type=submit],
.call-btn {
    color: #fff !important;
    background-color: #cf112b !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    font-family: 'Lora',Georgia,"Times New Roman",serif !important;
    font-size: 18px !important;
    line-height: 1.7em !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0;
    padding-top: 18px !important;
    padding-right: 30px !important;
    padding-bottom: 18px !important;
    padding-left: 30px !important;
    width: 185px !important;
    box-shadow:0 12px 18px -6px rgba(0, 18, 43, .46) !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    text-align: center !important;
    margin: 0 auto !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
.call-btn:hover {
    border-radius: 6px !important;
}

.h-captcha {
    margin-bottom: 10px !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: #005193;
    text-transform: none;
    font-weight: 500;
    letter-spacing:0;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder:focus {
    color: #eaeaea !important;
}

.gform_confirmation_message {
    background-color: white !important;
    margin-bottom: 30px !important;
}

.gform-theme--foundation .gform_footer {
    display: block !important;
}

.gf-turnstile-container {
    max-height: 85px !important;
}

.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
}