/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

b {
    font-weight: 600;
}

.g-default {
    font-family: "Maven Pro";
}

.g-default .gfield_label.gform-field-label {
    font-size: 18px;
    font-weight: 600;
}

.g-default .gfield_required {
    display: none;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #8CC63F;
    block-size: 20px;
    border-radius: 50px;
    inline-size: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    background-color: #8CC63F;
    block-size: 18px;
    border-radius: 0px;
    inline-size: 18px;
    content: '';
    width: 14px;
    height: 14px;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}