/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------
*/

.gform_required_legend, .gform-theme--framework .gfield_required.gfield_required_asterisk {
    color: #fff;
}

.gform-theme--foundation .gform_fields {
    row-gap: 12px !important;
}

.gform-theme--framework .gform-field-label--type-inline.gfield_consent_label {
    color: #fff;
    cursor: pointer;
}

.gform-theme--framework .gform_validation_errors {
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gform-theme--framework .gfield_validation_message {
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.gform-theme--framework .gform_footer .gform_button.button.gform-button--width-full {
    background-color: #ED2831 !important;
    width: 100% !important;
}

.gform-theme--framework .gform_footer .gform_button.button.gform-button--width-full:hover, .gform-theme--framework .gform_footer .gform_button.button.gform-button--width-full:focus {
    color: #000 !important;
}