/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 18:09:01 */
/* 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: #333 !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;
}
