span.wpcf7-list-item {
	margin:0;
	width:100%;
	}
span.wpcf7-list-item-label	{
	position:absolute;
	width:100%;
	}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
	margin:0 0 1.5rem 0;
	border-bottom:2px dotted rgba(155,180,200,1);
	}
.wpcf7-form input[type="checkbox"] {display:none;}
.wpcf7-form label input[type="checkbox"] + span.wpcf7-list-item-label:before {
	width: 60px;
	height: 34px;
	border-radius: 30px;
	background:rgba(155,180,200,1);
	content: "";
	transition: background-color 0.5s linear;
	display:block;
	float:left;
	margin:0 1rem 0 0;
	cursor:pointer;
	}
.wpcf7-form input[type="checkbox"] + span.wpcf7-list-item-label:after {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color:rgba(255,255,255,1);
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 2px;
	top: 2px;
	cursor:pointer;
	}
.wpcf7-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {background-color:rgba(142,215,99,1);}
.wpcf7-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {margin: 0 0 0 30px;}

div.wpcf7 .wpcf7-submit:disabled {
	opacity:0.5;
	}
div.wpcf7 .wpcf7-submit:disabled:hover {
	 -webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-animation-name: -wobble;
	animation-name: -wobble;
	color:rgba(255,255,255,1) !important;
	}
