/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 13:43:58 */
/*.pop-contact-form .gform_wrapper input[type="text"],
.pop-contact-form .gform_wrapper input[type="email"],
.pop-contact-form .gform_wrapper input[type="tel"],
.pop-contact-form .gform_wrapper input[type="number"],
.pop-contact-form .gform_wrapper textarea{
    border: 1px solid #0000001c;
    padding: 20px;
    box-shadow: none;
    border-radius: 7px;
}*/
.pop-contact-form .gform_wrapper input:not(input[type="submit"]), .pop-contact-form .gform_wrapper textarea{
    border: 1px solid #0000001c;
    padding: 20px;
    box-shadow: none;
    border-radius: 7px;
}





.pop-contact-form input#gform_submit_button_1 {
	background: #CB151A;
	border-radius: 100px;
	font-size: 15px;
	line-height: 1.2;
	padding: 12px 24px;
	width: 100%;
}
.pop-contact-form input#gform_submit_button_1:focus {
    border-color: #CB151A;
}

.pop-contact-form .gform_wrapper select:placeholder {
    color: #333 !important;         /* normal text color */
}
.pop-contact-form .gform_wrapper select{
    border: 1px solid #0000001c; /* bottom border only */
    border-radius: 7px;
	box-shadow: none;
}