/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 23:59:23 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

h1.has-text-align-center.wp-block-post-title {
    display: none;
}
.page .entry-title {
    display: none;
}
.wp-block-post-title {
    display: none;
}
h1.has-text-align-center.wp-block-post-title {
    display: none !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #415A77;
    padding: 10px 30px;
    border: none;
    color: #fff !important;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7 input[type="tel"] {
	height: 30px;
    width: 60%;
    margin: 10px 0;
}
textarea {
	  width: 60%;
    margin: 10px 0;
}
/* Hide page title */
.wp-block-post-title {
    display: none !important;
}

/* Remove automatic spacers around page title */
.wp-site-blocks > main > .wp-block-group > .wp-block-spacer {
    display: none !important;
}