.form-wrapper {
	color: #666;
	text-align: center;
}

.form-element {
		margin-bottom: 17px;
}
.form-wrapper input:not(.wpcf7-submit), .form-wrapper textarea {
		width: 100%;
		padding: 22px 16px;
		border: none;
		background: #fff;
		border-radius: 15px;
		overflow: hidden;
}
.wpcf7-not-valid {
		background-color: #fff !important;
		border: 2px solid #da2424!important;
}
.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
	width: auto;
}

.form-wrapper .wpcf7-submit {
	display: inline-block;
	padding: 7px 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	float: none;
	border:none;
	position: relative;
}
.form-wrapper .wpcf7-submit:hover {
	text-decoration: none;
	color: #fff;
}
.form-wrapper .wpcf7-submit:hover:after {
	content: "";
	background-color: rgba(255,255,255,.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wpcf7-response-output {
	border: none!important;
	margin: 20px 0 0 0!important;
	padding: 0!important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok:before{
	content: "\f00c";
	font: normal normal normal 24px/1 FontAwesome;
	color: #32ae24;
	margin-right: 5px;
}

.wpcf7-response-output.wpcf7-validation-errors:before {
	font: normal normal normal 24px/1 FontAwesome;
	color: #da2424;
	margin-right: 5px;
	content: "\f00d";
}

.wpcf7-response-output.wpcf7-spam-blocked:before {
	font: normal normal normal 24px/1 FontAwesome;
	color: #da2424;
	margin-right: 5px;
	content: "\f00d";
}

/* -- SM Breakpoint -- */
@media screen and (max-width: 991px) {
	.form-wrapper .wpcf7-submit:hover, .fsd-btn:hover {
		background-color: #ed4f29;
		color: #fff;
		}
}