/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2023 | 06:16:27 */
/* 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 */ 


.newsletter-signup-fields .heading--h4 { padding-top: 10px; }
.newsletter-signup-fields { margin-bottom: 40px; }
@media (min-width:1440px) {
	.newsletter-signup-fields .gform_wrapper.gravity-theme .gfield.gfield--width-third:not(:last-child) {
		min-width: 388px;
	}
	.msq-archive-list .wp-block-column:last-child { 
	padding-left: 90px;}
}
/* Chrome, Safari, Edge, Opera */
.contact-form-phone-number input::-webkit-outer-spin-button, 
.contact-form-phone-number input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contact-form-phone-number input {
  	-moz-appearance: textfield;
} 
.contact-form-phone-number ::-webkit-input-placeholder { /* Edge */
 	font-style: italic;
	font-size: 13px;
	letter-spacing: 1.1px;
}

.contact-form-phone-number :-ms-input-placeholder { /* Internet Explorer */
  	font-style: italic;
	font-size: 13px;
	letter-spacing: 1.1px;
}

.contact-form-phone-number ::placeholder {
  	font-style: italic;
	font-size: 13px;
	letter-spacing: 1.1px;
}