/* 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 #cccccc!important;
	border-radius: 7px!important;
	padding: 15px!important;
	font-size: 16px!important;
}
.xjm-form select, .xjm-form input[type=date] {
	max-height: 41px !important;
}

/* CONTACT FORMS CSS */


