.float-label-wpcf7-form, .float-label-wpcf7-form .wpcf7, .float-label-wpcf7-form form {
	overflow: hidden;
}

.float-label-wpcf7-form .wpcf7 p {
	position: relative;
}

.float-label-wpcf7-form .wpcf7 span {
	display: block;
}

.float-label-wpcf7-form .wpcf7 input:not(.wpcf7-submit) {
	height: 48px;
	font-size: 1em;
	padding-top: 25px;
	padding-left: 13px;
}

.float-label-wpcf7-form .wpcf7 label {
	position: absolute;
	top: 12px;
	left: 0;
	margin-top: 0;
	text-align: left;
	padding-left: 14px;
	display: inline-block;
	color: #999;
	font-size: 17px;
	font-weight: 400;
	pointer-events: none;
}

.float-label-wpcf7-form .wpcf7 span input:focus~label,
.float-label-wpcf7-form .wpcf7 span input:valid~label {
	font-size: 13px;
	top: 0px;
	-webkit-transition: all 0.125s ease;
	-moz-transition: all 0.125s ease;
	transition: all 0.125s ease;
	color: #35c0e2;
}

.float-label-wpcf7-form .wpcf7 textarea {
	padding-top: 12px;
}

.float-label-wpcf7-form .wpcf7 p:last-child{
	text-align: center;
}

.wpcf7 input[type="submit"] {
	color: #ffffff;
	background-color: #d52b1e;
	border-width: 0;
	border-radius: 5px;
	border-radius: 5px;
	min-width: 280px;
	padding: 12px 25px;
	transition: all 0.3s ease-out;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:active{
	background: #B4261E;
}

.float-label-wpcf7-form .wpcf7 input:invalid {
	background-color: initial;
}

.float-label-wpcf7-form span.wpcf7-not-valid-tip {
	color: #f00;
}

@media screen and (max-width: 768px) {
	.wpcf7 input[type="submit"] {
		width: 100%;
	}
}
