.cc-contact {
	max-width: 640px;
}

.cc-contact .cc-field {
	margin: 0 0 1.1em;
}

.cc-contact label {
	display: block;
	font-weight: 600;
	margin-bottom: .3em;
}

.cc-contact .cc-req {
	color: #c00;
}

.cc-contact input[type="text"],
.cc-contact input[type="email"],
.cc-contact textarea {
	width: 100%;
	box-sizing: border-box;
}

.cc-contact .cc-button {
	cursor: pointer;
}

.cc-contact .cc-button[disabled] {
	opacity: .6;
	cursor: progress;
}

/* Honeypot: kept in the DOM and submittable, hidden from humans and assistive tech. */
.cc-contact .cc-hp {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.cc-contact .cc-msg {
	padding: 8px 12px;
	border-radius: 3px;
	margin-bottom: 1em;
}

.cc-contact .cc-success {
	border: 1px solid #2a7a2a;
	color: #2a7a2a;
}

.cc-contact .cc-error {
	border: 1px solid #c00;
	color: #c00;
}
