
/* css by simon for ajax contact form */

.contact-form-button {
	width: 100%;
	max-width: 100%;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.75em;
	font-family: Roboto, sans-serif;
	background-color: #4f4f4f;
}

.message {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block; 
	padding: 0.85em 3em 0.85em 3em !important;
	border-radius: 0.25em;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 1rem;
	width: 100%;
}

.success {
	background: #384426;
}

.failure {
	background: #7a0000;
}