.wpcf7 label {
	color: #555;
    font-size: 13px;
    font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.wpcf7 label span {
	color: red;
}
.wpcf7 label + br {
	display: none;
}
.wpcf7 .form-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.wpcf7 .form-wrap .col {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.wpcf7 .form-wrap .col.w-33 {
	width: 33.33%;
}
.wpcf7 .form-wrap p {
	margin-bottom: 19px;
}
.wpcf7 .form-wrap .wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 .form-wrap input[type="text"],
.wpcf7 .form-wrap input[type="tel"],
.wpcf7 .form-wrap input[type="email"] {
	border: 1px solid #c0c1c2;
	height: 38px;
	padding: 8px;
	border-radius: 4px;
}
.wpcf7 .form-wrap textarea {
	border: 1px solid #c0c1c2;
	border-radius: 4px;
	padding: 8px;
	height: 140px;
}

.wpcf7 .form-wrap input[type="submit"] {
	width: 100%;
	padding: 1em 2.5em;
	background: #444;
	border: none;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 16px;
	line-height: 18px;
	border-radius: 0;
}
.wpcf7 .col.submit {
	margin-top: 30px;
}
.wpcf7 .col.submit p {
	position: relative;
}
.wpcf7 .col.submit .wpcf7-spinner {
	position: absolute;
    right: 0;
    top: 12px;
}