.wpcf7-form {
	margin-top: 50px;
}

.wpcf7-text, #blockContact textarea, #blockContact select, .seldiv, .select2-choice, .select2-selection--single {
	display: block;
	line-height: initial;
	margin: 9px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	padding: 10px 10px !important;
	border-style: solid;
	border-radius: 2px;
	font-weight: normal;
	background-color: #f7f7f7;
	border: 0px solid transparent;
	width: 100%;
}

.wpcf7-submit {
	background-color: #1e1e1e !important;
	border-color: #1e1e1e !important;
	border-radius: 40px !important;
	color: white;
	padding: 10px 35px !important;
	margin-top: 25px !important;
}

.wpcf7-submit:hover {
	background-color: white !important;
	border-color: #1e1e1e !important;
	border-radius: 40px !important;
	color: #1e1e1e !important;
	padding: 10px 35px !important;
}

#blockContact select {
	padding: 10px 10px !important;
}

#blockContact textarea {
	height: 150px !important;
	resize: vertical;
	max-height: 130px !important;
	min-height: 80px !important;
}

@media screen and (max-width: 959px) {
	.site-footer .single-h-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.mc4wp-form {
		width: 100%;
		text-align: center;
		left: 0%;
		position: relative;
	}
	
	.socialFooter {
		position: relative;
		width: 100%;
		padding-top: 65px !important;
		text-align: center;
		margin-bottom: -30px !important;
	}
	
	.contactImg {
		margin-top: 0px !important;
	}
	
	.contactImg .single-wrapper {
		max-width: 90% !important;
	}
}

.formUk .tnp-field.tnp-field-button {
	right: -6%;
}