/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 19:49:52 */
/* To customize the style of the  WP Forms contact forms conformation message after the user hits submit. */
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full{
 	background-color: #175782 !important;  /* You can set a background color*/	 
}

/* NOTE: You must add this CSS class "form-message" to the <p> tag in the Confirmation Message box in WP Forms settings for this to work */
.form-message{
	color: #fff !important;
	padding:20px 30px 20px 30px !important;
}

/* Adding custom hover styles for the form subimt button */
.wpforms-form input[type=submit]:hover,
.wpforms-form button[type=submit]:hover {
	background-color: #175782 !important;
	color: #fff !important;
	border; none !important;
}
