/* Contact 7 Form */
/*div.wpcf7 {
	margin: 0;
	padding: 5%;
	background: #353535;
	border: 0;
	color: #99EBD6
}  

input[type="text"]  {
    background-color: #fff;
    color: #aaa;
 	width: 95%;
}

input[type="email"] {
    background-color: #fff;
    color: #aaa;
 	width: 95%;
}

input[type="tel"]{
    background-color: #fff;
    color: #aaa;
 	width: 95%;
}

input[type="date"]{
    background-color: #fff;
    color: #000;
	width:  43.5%;  
}

textarea {
	overflow: auto;
	vertical-align: top;
  	width: 98%;
    height: 100px
}

input[type="text.cap"]
{
    background-color: #fff;
    color: #aaa;
 	width: 25%;
} */

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}
