.uacf7-column-custom-width {
	float: left
}

.uacf7-column-custom-width {
	padding-left: 15px;
	padding-right: 15px;
}

.uacf7-column-custom-width label,
.uacf7-column-custom-width .wpcf7-form-control {
	width: 100% !important;
	display: block
}

@media only screen and (max-width: 767px) {

	.uacf7-column-custom-width {
		width: 100% !important;
		float: none;
		margin-right: 0;
	}

}