/* Contact Form 7 */

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
}

.wpcf7 textarea {
    max-height: 150px;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
    max-width: 70%;
}

.wpcf7-form-control::placeholder {
    color: #666 !important;
}

.wpcf7 p {
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: normal;
    margin: 0 0 12px 0;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 10px 0;
}

.wpcf7-checkbox .wpcf7-list-item.first.last {
    margin: 0;
}

.wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent !important;
    border-color: transparent !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-radius: 3px;
    margin: 0;
    padding: 17px 30px !important;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 1px 1000px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 1px 1000px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 1px 1000px rgba(0, 0, 0, 0.15);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00a652 !important;
    background-color: #00a652 !important;
    color: #fff !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #ef4c2d !important;
    background-color: #ef4c2d !important;
    color: #fff !important;
}