/*Make Contact Form 7 To Look Like Divi Contact Form */

.contact-form input[type=text], .contact-form input[type=password], .contact-form input[type=tel], .contact-form input[type=email], .contact-form textarea {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 11px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
}

.contact-form input[type=tel]{
/* margin-bottom: 10px; */
}

.contact-form .send-btn {
color: #000 !important;
border: 1px solid #000;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.contact-form .send-btn{
float: left !important;
color: #000 !important;
border: 1px solid #000;
}
.contact-form .send-btn:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

.contact-form input[type=email]{
margin-bottom: 0 !important;
}
/*End of Make Contact Form 7 To Look Like Divi Contact Form */

/*Covid section*/
.covid-content{
	max-width: 750px;
	margin: 0 auto;
	padding-top: 100px;
}

@media (min-width: 768px){
	.covid-content{
	font-size: 21px;
	font-weight: 100;
}
}
.covid-content ol{
	padding-left: 15px;
}
/*End of Covid section*/

/*Style Menu */
.style-menu-container{
float: left;
width: 100%;

}

/*End Style Menu*/