/**Contact Form 7**/
.wpcf7-submit {
    background-color: #333 !important;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wpcf7-text {
    border: 1px solid #333333 !important;
}

.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: .1875rem solid #333;
}

.wpcf7-textarea {
    height: 100px !important;
    border: 1px solid #333 !important;
}