/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* FORMS */
/* .ae-gf-styler-module .uabb-gf-style {
    background-color: var(--secondary-color);
    padding: 20px !important;
    border-top: var(--accent-color) solid 20px;
} */
/* .ae-gf-styler-module .uabb-gf-style .uabb-gf-form-title {
    margin-bottom: 15px !important;
} */
.ae-form .gfield .ginput_container input,
.ae-form .gfield .ginput_container textarea {
    background-color: var(--white-color) !important;
    border: var(--w-row-text) solid 1px !important;
    border-radius: 0 !important;
}
.ae-form .gfield_label,
.ae-form .gform-field-label {
    color: var(--w-row-text) !important;
}
.ae-form .gfield_required {
    color: var(--accent-color) !important;
}
