/* Web3Forms contact form — match original sidebar styling */
.contact-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

#contact_us #sidebar #contactForm button[type="submit"] {
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	display: block;
	width: 100%;
	font-size: 24px;
	margin: 33px 0 0;
	padding: 0 35px 0 70px;
	height: 63px;
	line-height: 63px;
	transition: all 0.2s linear;
	background: url('../images/submit_icon.png') no-repeat left center;
	background-color: #f03c37;
	border: 1px solid #232323;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

#contact_us #sidebar #contactForm button[type="submit"]:hover {
	background-color: #232323;
	border: 1px solid #232323;
}

.contact-form-success {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 18px;
	padding: 12px 15px;
	background-color: #232323;
	border-left: 4px solid #f03c37;
}

.contact-form-success[hidden] {
	display: none !important;
}
