/*
Theme Name: HelloChillTheme
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.gfield_html h1 {
    background: #003a3af0;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 40px 0 20px;
}

.gform_wrapper.gravity-theme input[type=text], input[type=date] {
    width: 100% !important;
    height: 40px;
    border: 1px solid #69727d;
}


.gform_wrapper.gravity-theme .gfield.gfield--type-checkbox {
    display: inline;
	margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-checkbox legend {
    margin: 0;
}


.ginput_container.ginput_container_checkbox .gfield_checkbox {
    display: inline-flex;
    flex-direction: row;
}

.ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    margin-right: 20px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100% !important;
 }

.gform_wrapper.gravity-theme .gfield {
    margin: 5px 0;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #000;
}