@media (max-width: 1024px) {
    .icon-search-onclick {
        display: none;
    }
}

#theme_footer {
    display: flex;
}

.footer_most_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_most_bottom .widget {
    margin-bottom: 0;
}

.footer-bottom-links ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-links ul li a {
    color: #f1f1f1;
}

.footer-bottom-links ul li {
    padding: 0 10px;
}

.f_text_span {
    font-size: 15px;
}

@media (max-width: 767px) {
    .footer_most_bottom {
        justify-content: center;
        flex-direction: column
    }

    .footer-bottom-links ul {
        justify-content: center;
    }
}

.wpcf7 input {
    margin-bottom: 15px;
}

.wpcf7 label {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="button"],
.wpcf7 input[type="reset"] {
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 8px 10px !important;
}

.def_btn, input[type="submit"], input[type="button"], input[type="reset"] {
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #eee;
}