/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
    font-family: 'Lora', Arial;
    text-align: left;
}
.contactForm .contact-field-item .contact-field-label {
    text-transform: uppercase;
    font-weight: normal;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    font-family: 'Lora', Arial;
    color: #666;
    border: 1px solid #1d1e2c;
    padding: 5px 15px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {

    color: #1d1e2c;
    border-color: #1d1e2c;
}
.contactForm .gdpr_policy label {
    font-weight: normal;
}

.contactForm .form-submit-button {
    font-family: 'Lora', Arial;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    background: rgba(0,0,0,1);
    padding: 10px 25px;
}
.contactForm .form-submit-button:hover {
     background: #6d400f; 
}
@media only screen and (max-width : 375px) {
    .contactForm .g-recaptcha {
        transform: scale(.85);
        transform-origin: 0 center;
    }
}





