.wpcf7 input[type="text"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 select, 
.wpcf7 textarea {width: 100%}

.wpcf7 .col {margin-bottom: 1rem; text-align: center;}
.wpcf7-form-control {
	max-width: 100%; 
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.428571429;
	color: var(--body-color);
}

.wpcf7-form-control:focus {
    border-color: var(--primary-color);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wpcf7-list-item {margin: 0}

.wpcf7-text, .wpcf7-textarea {
	border: none !important; 
	color: var(--body-color) !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	font-size: 16px;
	padding: 16px !important;
}

.wpcf7 .wpb_column:first-child {
	padding: 0 15px 15px 0;
}
.wpcf7  label {
	color: var(--body-color);
}

.wpcf7 .wpcf7-submit {
	margin: 0 0 0 auto;
    width: auto !important;
}
