/*********************************************
 * Plugin Gravity Form
**********************************************/
.gform_required_legend {display:none;}
body .gform-theme--foundation {
    --gf-form-gap-y:10px;
}

/*Remove outline color when focus*/
body .gform-theme--api, body .gform-theme--framework {
    --gf-ctrl-outline-color-focus:transparent;
    --gf-ctrl-label-color-tertiary:var(--gf-ctrl-label-color-primary) !important;
}