/*
 Theme Name:     VTS Theme 2025
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Mercury Multimedia
 Author URI:     https://www.mercurymultimedia.com
 Template:       Divi
 Version:        1.0.0
 BASED ON FOCUS THEME
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    /*background: red !important;*/
    border: 1px solid rgba(32,32,46,.079);
    border-radius: 100%;
    box-shadow: 0 .125rem .125rem rgba(58,58,87,.06);
    color: white !important;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #4B8B3B!important;
    border-color: darkgreen!important;
    box-shadow: 0 0.12rem 0.12rem rgba(58,58,87,.6) !important;
    color: #fff;
}
.dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_page_footer button, .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_page_footer input[type=button], .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_footer button, .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_footer input[type=button], .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .gform_footer input[type=submit], .dipi_gravity_forms_styler_0 .gform_wrapper.gravity-theme .dipi_gf_submit_button {
    color: #4B8B3B!important;
    border-width: 1px!important;
    font-size: 20px;
    font-family: 'Aboreto',display!important;
    cursor: pointer;
}
/*Gravity Calculation Fields*/
div.gf_calc_field .ginput_container.ginput_container_number input {
    border: none !important;
	padding: 0px !important;
}
.gsection_title {
    border-top: 1px solid grey;
    padding-top: 15px;
    margin-top: 15px;
}
.gf_calc_field label.gfield_label.gform-field-label {
    margin-bottom: 0px;
}
span.gform-field-label.gform-field-label--type-sub-large.ginput_product_price_label {
    display: none;
}