/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2024 | 01:34:26 */


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 40%;
	font-size: 15px;
    font-family: Baskervville;
	border-color: darkgray;
}

.wpcf7 label, use_label_element {
    Text-transform: none;
	font-family: Baskervville;
	font-size: 15px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
     background-color:#000;
     width:50;
     text-align:center;
     text-transform:none;
	 font-family: Baskervville;
	 font-size: 15px;
}

.wpcf7 p {
	text-transform: none;
	font-family: Baskerville;
	text-align: justify;
	font-size: 15px;
	
}

.wpcf7 hr {
  border: 2px solid lightgray;
}
