/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 16:32:00 */
// Sass breakpoints mixin call
@import 'breakpoints.scss';

/* Contact page form, etc. */
.contact-page-form {
	
	.et_pb_contact p input,
	textarea {
		padding: 20px !important;
		font-size: 18px !important;
	}
	
	.et_pb_contact_right p input {
		max-width: 60px;
	}
	
	button {

}