/*
 Theme Name: Child
 Theme URI:
 Description: Child-Theme
 Author: T.Schukat
 Author URI: #
 Template: Experon_Pro
 Version: 1.8.1
 License: GNU General Public License v2 or later
 License URI: #
 Tags: T.Schukat
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
span.wpcf7-form-control-wrap:nth-child(3){
	
	padding-top: 15px !important;
}
.wpcf7-form input {
	width: auto !important;
	padding: 8px 15px;
}


input[type="checkbox"] {

    width: 13px !important ;

    -webkit-appearance: checkbox !important;

}
.wpcf7 input[type="checkbox"]:not(:checked), .wpcf7 input[type="checkbox"]:checked {
   position: static !important; opacity: 1 !important;
  width: auto !important; padding: 8px 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}