/**
 * Theme Name: Divi Child
 * Template:   Divi
 */

/** Gravity Froms */
.gform-theme--foundation .gform_fields {
    row-gap: 14px;
}

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    font-size: 17px;
    padding: 1rem;
    height: 55px;
}

.gform-theme--foundation .gfield input::placeholder {
    color: #9f5e12;
}

.gform-theme--foundation legend.gfield_label {
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.gform-theme--framework .gform-field-label--type-inline {
    color: white;
}

.gform-theme--foundation form input[type="submit"].gform_button.button {
    width: 100% !important;
    padding: 1rem !important;
    border: 1px solid white !important;
    background-color: #231f20 !important;
    border-radius: 0 !important;
    font-size: 17px !important;
}

.gform-theme--foundation form input[type="submit"].gform_button.button:hover {
    background-color: #ea8a1c !important;
}
