/* CONTACT FORM */
 .ajc_contact .ajc-post-contact {
     color: black;
     border: 1px solid black;
     padding: 20px;
     border-radius: 3px;
}
 .ajc_subscribe .frm_submit button {
     line-height: 2em;
}
 .ajc_subscribe .frm_form_fields .frm_fields_container {
     display: flex;
}
 .ajc_subscribe label, .ajc_contact label {
     color: #ffffff;
}
 .ajc_contact .frm_required {
     color: #E53131;
}
 .ajc_subscribe input {
     text-align: center;
}
 .ajc_contact input {
     border-radius: 3px;
     width: 100%;
}
 .ajc_contact button {
     background: #DE0000!important;
     border: none!important;
}
 .ajc_contact button:hover, .ajc_contact button:active {
     background: #E53131!important;
     border:none!important;
     color: #ffffff!important;
}
 .ajc_contact .frm_error_style {
     background: #E53131;
     padding: 0.5em 1em;
     border-radius: 3px;
}
 .ajc_contact .frm_error {
     background: #E53131;
     border-radius: 3px;
     margin-bottom: 1em;
     padding: 0.2em 0.5em;
     font-style: italic;
}
 .frm_message {
     background: green;
     color: #ffffff;
     padding: 2em;
     border-radius: 3px 
}