/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.wpcf7 .form-input .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
	display: block;
	margin: 0px;
}
.wpcf7 .form-input .wpcf7-form-control.wpcf7-checkbox input{
	display: inline-block;
    width: auto;	
	width: 18px;
    height: 18px;
	border-width: 1px;
    border-color: hsl(from var(--gcid-primary-color) calc(h + 0) calc(s + 0) calc(l + 0) / 0.3);
    border-style: solid;
	border-radius:0px;
}
.wpcf7 .form-input .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label{
	display: inline-block;
    width: auto;	
}