.elementor-widget-sc_contact_form>.elementor-widget-container {
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
}

.wpcf7 {
    max-width: 100%!important;
}

.wt-cf7-form {}

.wt-cf7-form .wpcf7 .wpcf7-response-output {
    margin-top: 20px;
}

.wt-cf7-form form p {
    margin: 0!important;
    text-align: center;
}

.cf7-col-row {
    margin: 0 -10px;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.cf7-col-row .cf7-col {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.wt-cf7-form .wpcf7-form label {
    color: #555;
    font-size: 12px;
}

.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input {
    border: 1px solid #ddd;
    padding: 12px .75rem;
}

.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000000;
}

.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {}

.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000000;
}

.wt-cf7-form .wpcf7-form-control {
    margin-top: 0;
}

.wpcf7 select:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: 50px!important;
}

.wpcf7 select:not([size]):not([multiple]):focus, select.form-control:not([size]):not([multiple]):focus {
    outline: none;
    box-shadow: none;
}

.wt-cf7-form span.wpcf7-list-item {
    display: inline-block;
    margin: 5px 15px 0 0;
}

.wt-cf7-form .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #9e8a78;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    width: auto;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.wt-cf7-form .wpcf7 input[type="submit"]:focus, .wt-cf7-form .wpcf7 input[type="submit"]:hover {
    background-color: #897666;
    color: #fff;
}

.wt-cf7-form .wpcf7 input[type="submit"]:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.wt-cf7-form .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0!important;
}

@media all and (max-width: 767px) {
    .cf7-col-row {
        margin: 0;
    }
    .cf7-col-row .cf7-col {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}