/*********************************************
 * Plugin Gravity Form
**********************************************/
.gform_required_legend {display:none;}
body .gform-theme--foundation {
    --gf-form-gap-y:10px;
    margin-bottom:0 !important;
}

/*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;
}

.gform-theme--framework .gform_image_button {
    background:transparent !important; box-shadow:none !important; margin:auto !important;
}
.gform-theme--framework .gform_image_button:focus {
    border:none !important;
}