/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 19:26:40 */
/* Formular */

.et_contact_bottom_container {
	float: none;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	text-align: left;
	margin-top: 0;
	padding-left: 3%;
}

.et_contact_bottom_container .et_pb_button {
	display: flex;
	order: 2;
	margin: 0 0 0 30px;
	justify-content: center;
	align-items: center;
	max-height: 40px;
	padding: 10px 15px;
	justify-content: flex-end;
}

.et_contact_bottom_container .et_pb_contact_right {
	display: flex;
	order: 1;
	background: #e8f1fc;
	padding: 0 0 0 15px;
	margin: 0;
	justify-content: flex-start;
	align-items: center;
	max-height: 40px;
	border: 1px solid #d0e3f9 !important;
}

.et_contact_bottom_container .et_pb_contact_right input.et_pb_contact_captcha {
	border: none !important;
	border-width: 0 !important;
	border-color: transparent !important;
	background: transparent !important;
	border-left: 1px solid #d0e3f9 !important;
}

.et-pb-contact-message,
.et_pb_contact_captcha_question,
.et_pb_contact_right input {
	font-size: 16px;
}

.et_pb_contact_right input {
	border-left: 3px solid #ffffff !important;
	margin-left: 12px !important;
}


.et-pb-contact-message ul {
	list-style: none;
	padding: 0 0 1em 0;
	margin: 0 !important;
	line-height: 1.5em;
}

.et-pb-contact-message ul li {
	display: inline-block;
	margin: 0 !important;
}

.et-pb-contact-message ul li:before {
	display: none;
	visibility: hidden;
	
}

.et-pb-contact-message ul li:after {
	content: "/";
	padding: 0 5px; 	
}

.et-pb-contact-message ul li:last-child::after {
	content: "";
	padding: 0; 	
}

.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label i,
.et_pb_contact p .et_contact_error {
	border-color: #900 !important;
}

.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
	color: #900 !important;
}

.et_pb_contact_right input {
	height: 40px !important;
	width: 40px !important;
	padding: 8px !important;
	font-family: 'TheSans' !important;
	text-align: center;
}

.et_pb_contact_field[data-type=checkbox] span.et_pb_contact_field_options_title {
	display: none;
	visibility: hidden;
}

.et_pb_contact_submit.et_pb_button {
	line-height: 1.1em !important;
	padding: 6px 10px !important;
}
