/* CONTACT FORMS CSS */
.xjmFormOuter {
	flex-direction: row !important;
}
.xjmFormColumn50 {
	width: 50% !important;
}
.xjmFormColumn33 {
	width: 33% !important;
}
.xjmFormColumn100 {
	width: 100% !important;
}
@media (max-width: 980px) {
	.xjmFormOuter {
		flex-direction: column !important;
	}
	.xjmFormColumn50, .xjmFormColumn33 {
		width: 100% !important;
	}
}

.xjm-form input.text, .xjm-form input.title, .xjm-form input[type=email], .xjm-form input[type=password], .xjm-form input[type=tel], .xjm-form input[type=text], .xjm-form input[type=date], .xjm-form input[type=select], .xjm-form select, .xjm-form textarea, .xjm-form .et_pb_contact_select {
	/* background-color: #ffffff; */
	width: 100%!important;
	border: 1px solid #0a183c!important;
	border-radius: 0!important;
	/* color: #333333!important;
	font-size: 16px!important; */
	padding: 5px!important;
}
.xjm-form select, .xjm-form input[type=date] {
	max-height: 41px !important;
}
.xjmFormButton button {
	color: #FFFFFF !important;
    border-width: 2px !important;
	border-color: #ffffff !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 26px;
    font-family: 'Caveat Brush', handwriting !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #800000 !important;
	min-width: 280px !important;
    padding-top: 10px !important;
    padding-right: 2em !important;
    padding-bottom: 10px !important;
    padding-left: 2em !important;
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3) !important;
}
.xjmFormButton button:hover {
	background-color: #0e2a19 !important;
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.5) !important;
}
.xjmFormButton .et_pb_button:after {
    margin-left: 0 !important;
    top: 6px !important;
}
.xjmFormButton .et_pb_button:hover:after {
    opacity: 1;
    margin-left: 0;
    top: 6px !important;
}

/* CONTACT FORMS CSS */


