

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #b58e4b;
}

span.wpcf7-not-valid-tip {
    color: #e3e3e3;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.vertical_logo_wrapper {
    z-index: 500000000000000000000000000;
   position: relative;
}

.vertical_logo_wrapper img {
    max-width: 118%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}