form.wpcf7-form {
	max-width: 700px;
	margin: 0 auto;
}

.contact-form-submit-container {

}

.wpcf7-form select {
	background-color: #fff;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea, .wpcf7-form label {
	width: 100%;
	margin-top: 6px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select {
	border: 1px solid #979797;
	height: 46px;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
}

.wpcf7-form textarea {
	border-radius: 4px;
	border: 1px solid #979797;
	resize: none;
	padding: 15px;
	font-size: 16px;
	height: 121px;
}

.wpcf7-form label {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.wpcf7-form p {
	margin-bottom: 25px;
}

.wpcf7-form input[type="submit"] {
	padding: 15px 54px 13px 54px;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	background-color: #003E4A;
	transition: all 0.2s ease-out;
	cursor: pointer;
	font-weight: 600;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #002127;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

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

.wpcf7-list-item:not(.last) {
	margin-right: 1em;
}

.wpcf7-radio {
	display: block;
	margin-top: 6px;
}

.wpcf7-form-control.wpcf7-radio label {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

.wpcf7-checkbox .wpcf7-list-item label {
	font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7-checkbox {
	display: block;
  margin-top: 6px;
}

.wpcf7-not-valid-tip {
	font-family: 'Open Sans', sans-serif;
}

div.wpcf7-mail-sent-ok {
	border-color: #003E4A;
}


@media screen and (max-width: 1050px) {

}


@media screen and (max-width: 380px) {
	.cf7sr-g-recaptcha {
		transform: scale(0.78);
		transform-origin: left;
	}
}