/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2022 | 13:11:22 */
/* Custom Buttons */
.wpforms-form button[type="submit"]{
padding: 3px 15px!important;
vertical-align: middle;
font-size: 11px!important;
line-height: 38px;
text-align: center;
text-decoration: none;
transition: .1s ease-in-out;
    transition-property: all;
transition-property: color,background-color,background-position,border-color,box-shadow;
font-family: Montserrat;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1.8px;
border-radius: 500px!important;
background-origin: border-box;
    background-color: #77b829!important;
    color: #fff!important;
    border: 1px solid #77b829!important;
	    font-family: Work Sans;
}  
.wpforms-form button:hover{
  background-color: #334226!important;
border-color: #334226!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-weight:500;
}