/**
 * Theme Name: Lehmann Private Advisory
 * Description: Lehmann Private Advisory custom child theme
 * Author: Hashira Web Development Services
 * Template: blocksy
 * Text Domain: blocksy
 */
.color-white a{color:#fff !important;}
.color-white a:hover{color:#a0876e !important;}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large{
    background:#f7f5f4;
    border:2px solid #f7f5f4;
    height:50px;
    box-shadow:none;
    border-radius:8px;
}
.gform-theme--foundation .gfield textarea{
    background:#f7f5f4;
    border:2px solid #f7f5f4;
    box-shadow:none;
    border-radius:8px;
}
.gform-theme--foundation .gfield .ginput_password.large:focus, .gform-theme--foundation .gfield input.large:focus, .gform-theme--foundation .gfield select.large:focus,.gform-theme--foundation .gfield textarea:focus{border-color:#a0876e;outline:#a0876e;}
label.gfield_label.gform-field-label{font-size:15px;}

.gform_wrapper .gform-footer.gform_footer.top_label input.gform_button.button.gform-button--width-full{
    width: 100%;
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #a0876e;
}
.gform-footer.gform_footer.top_label input.gform_button.button.gform-button--width-full:hover{background: #5c544d;}
