/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 00:27:18 */
#custom-form input, #custom-form textarea, #custom-form select {
	font-family: 'Roboto Slab', Sans-serif;
	font-size: 16px;
	border-radius: 0;
	box-shadow: inset 0 4px 4px 0 rgba(0,0,0,0.25);
	background: #fff;
	color: #868e96;
	min-height: 45.5px;

}
#custom-form select::placeholder {
	color: #868e96
}

#custom-form textarea {
	min-height: 230px;
	resize: none; 
}
#custom-form .ff_t_c {
	font-family: 'Roboto Slab', Sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	color: #fff;
}

#custom-form .ff_t_c a {
	text-decoration: underline;
	font-weight: 700;
	color: #fff;
}


#custom-form .ff-btn-submit {
	width: 395px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 6px 6px 15px 0 rgba(0,0,0,0.25);
	border: solid 2px;
	transition: 0.3s ease-in-out;
	transition-property: transform, color, background;
	background-color: #452F1A;
	color: #fff;
	border-color: #fff;
	font-family: 'Anton', Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 20%;
	margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
	#custom-form .ff-btn-submit {
		width: auto;
		min-width: 245px;
		height: auto;
		padding-block: 0.5em;
	}
}
@media (max-width: 767px) {
	#custom-form .ff-btn-submit {
		font-size: 16px;
		margin: 0 auto;
	}
}
#custom-form .ff-btn-submit:hover {
	color: #452F1A;
	transform: scale(1.05);
	border-color: #452F1A;
	background-color: #fff;
	opacity: 1;
}

#custom-form .error.text-danger, #custom-form .ff-el-is-error .ff-el-form-check-label a {
	color: #452f1a;
	font-family: 'Roboto Slab';
}