/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2024 | 12:03:59 */
.wpforms-form button[type=submit] {
    background-color: #38000B !important;
		border-style: solid !important;
		border-width: 1px !important;
		border-radius: 10px !important;
    border-color: #FFF1DF !important;
    color: #FFF1DF !important;
		text-transform: uppercase !important;
	font-weight: 700 !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1em !important;
}
.wpforms-form 
button[type=submit]:hover {
    border-color: #FFCB45  !important;
	color: #FFCB45 !important;
	background-color: #38000B !important;
}
.wpforms-form 
input {
		font-family: Raleway  !important;
	margin: 0px !important;
}
.wpforms-form 
input:focus {
		border-color: #FFCB45  !important;
}
.wpforms-form 
textarea {
		font-family: Raleway  !important;
}
.wpforms-form 
textarea:focus {
		border-color: #FFCB45  !important;
}
.wpforms-form 
label {
		font-family: Raleway  !important;
}
.wpforms-container {
	margin: 0px !important;
	padding: 0px !important;
}
.wpforms-confirmation-container-full {
	font-family: Raleway  !important;
	background-color: #38000B  !important;
	 border-color: #FFF1DF !important;
    color: #FFF1DF !important;
}
