/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 09:00:41 */
/* GENERAL */ 

.wpcf7 input, .wpcf7 select {
	border-radius: 50px;
	padding: 18px;
}

.wpcf7 select:has(option:first-child:checked) {
    color: rgba(0,0,0,0.5) !important;
}

.wpcf7 select option {
    color: #000 !important;
}

.wpcf7 select option:first-child {
    color: rgba(0,0,0,0.5) !important;
}

.wpcf7 textarea {
	border-radius: 18px;
	padding: 18px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #2a6560 !important;
}

/**** MOBILE ****/
@media (max-width: 569px) {
	
.wpcf7-inline-wrapper.contact-info {
	margin-top: 0px;
}

.wpcf7-inline-wrapper.contact-info .wpcf7-inline-field {
    width: 100%;
    display: block;
    padding: 0px;
}
	
}