.st-contact-form {
	max-width: 100%;
}

.st-contact-form p {
	margin: 0 0 12px;
}

.st-contact-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.st-contact-form input[type="text"],
.st-contact-form input[type="email"],
.st-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.st-contact-form textarea {
	resize: vertical;
	min-height: 6em;
}

.st-contact-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.st-contact-form button[type="submit"] {
	background-color: #007cba;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.st-contact-form button[type="submit"]:hover {
	opacity: 0.92;
}
