/* change the field properties in the contact us form */
.wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000000;
    font-family: "Arial", Sans-serif;
}

/* change the field properties of the multiple choice text in the contact us form */
.wpforms-field-label-inline {
    display: block;
    font-weight: 400;
    font-size: 15px;
    float: none;
    line-height: 1.1;
    /* margin: 0 0 4px 0; */
    padding: 0;
    color: black;     
    font-family: "Arial", Sans-serif;
}

/* antoine - change the colour of the button in the form */
.button, body div.wpforms-container-full .wpforms-form input[type=submit], 
body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button 
{ background: #c1a378; }


