/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2026 | 07:44:10 */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 5px;
	border-width: 1px;
    margin-top: 6px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 6px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 25%;
}

label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato';
}