/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

#contact-form {
    /* display: none; */
}
#contact-form .gform_fields {
    row-gap: 1.5rem;
}
#contact-form input, #contact-form textarea {
    font-size: 16px;
    box-shadow: none;
}
#contact-form textarea {
    max-height: 200px !important;
    min-block-size: 5rem;
}
#contact-form .gform_button {
    background: transparent;
    color: #3B3A3A;
    border: 2px solid #3B3A3A;
    text-transform: uppercase;
    font-family: arial;
    padding: 12px 16px;
    line-height: 1;
    transition: all 0.3s ease;
}
#contact-form .gfield_description {
    font-family: arial;
}
#contact-form .gform_button:hover {
    background: #3B3A3A;
    color: #fff;
}
#contact-form .gform_validation_errors {
    display: none;
}