/* ===== Contact Form ===== */
.wpcf7 {
    max-width: 100% !important;
}

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

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

.wt-cf7-form .wpcf7-form label {
    color: #3a5682;
    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 #fab702;
}

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

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

.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 .cf7-btn {
    width: 100%;
    display: flex;
    align-items: center;
}

.wt-cf7-form .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #fab702;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    width: auto;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.wpcf7 input[type=submit]:not([disabled]):not(.disabled):active,
.wt-cf7-form .wpcf7 input[type="submit"]:active,
.wt-cf7-form .wpcf7 input[type="submit"]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.wpcf7 input[type=submit]:not([disabled]):not(.disabled):active,
.wt-cf7-form .wpcf7 input[type="submit"]:hover {
    background-color: #092553;
    color: #fff;
    opacity: 1;
}

@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;
    }
}

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