/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 14:32:27 */
/* 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: #352f35 !important;*/  /* You can set a background color*/	 
/* 	background-image: url("https://gohoneycombpro.com/wp-content/uploads/2025/07/dark-honeycomb-texture-scaled.webp") !important;/* You can set a background image*/ */
/* 	background-repeat: no-repeat !important; */
/* 	background-position: center-center !important; */
/* 	background-size: cover !important; */
/* 	END of background image styles */
/* 	border: 3px solid #f36f24 !important; */
/* 	border-radius: 3px !important; */
}

/* 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;
}

/* site form button */
/* Adding custom hover styles */
.wpforms-form input[type=submit]:hover,
.wpforms-form button[type=submit]:hover {
	background-color: #bf714e !important;
	color: #fff !important;
	border; none !important;
}
