/*
Theme Name: Mavenclad
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: HC Theme
Author: Human_code
Author URI: http://www.humancode.ca;
template: bb-theme
*/

/* Add your custom styles here... */ 
/* Include image foreground in buiver builder */
.img-in-foreground .fl-row-content .fl-col-group {
    z-index:10!important; 
    position:relative!important;
}


.patient-starterkit-form-checkboxes .gfield_label{
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.patient-starterkit-form-checkboxes .ginput_container{
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.gform_wrapper div.validation_error {
    font-size: 14px;
}

#gform_3 .gform_body .gform_fields .gfield textarea {
    height: 120px;
}

#sendEmailModal-overlay .uabb-modal {
    pointer-events: auto !important;
    width: 100% !important;
    height: 100%!important;
    overflow-y: scroll!important;
    top: 0 !important;
    transform: none !important;
    display: flex !important;
}

#sendEmailModal-overlay .uabb-content {
    margin-bottom: auto;
    margin-top:auto;
}

.gform_confirmation_wrapper_3 {
    padding:20px;
}
.gform_confirmation_message_3 br {
    display:none;
}