/* cont form */
.two {
    width: 50%;
    float: right;
    padding-left: 5px;
}
.one {
    width: 50%;
    float: left;
    padding-right: 5px;
}
.cont .wpcf7-submit {
    width: auto;
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 32px;
    font-size: 16px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.cont input {
    width: 100%;
    padding: 12px 12px;
    margin: 4px 0px;
    font-size: 16px;
    BORDER: 1px solid #999;
}
.cont textarea {
    width: 100%;
    padding: 12px 12px;
    margin: 4px 0px;
    font-size: 16px;
    height: 120px;
    BORDER: 1px solid #999;
}


@media only screen and (max-width: 768px) {
img#logo {
    max-height: 85% !important;
    max-width: 100% !important;
}
}

div#footer-info {
    text-align: center !important;
    float: none !important;
}
.mobile_menu_bar:before {
    color: #000 !important;
}