/* 05-11-25 */

footer .footer_item.footer_item_3 form p {
    box-sizing: border-box;
    border: 0.2px solid rgb(147 148 150 / 25%);
    border-radius: 6px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 5px 5px 5px 12px;
    justify-content: space-between;
    padding-bottom: 5px;
}

footer .footer_item.footer_item_3 form.init p span.wpcf7-form-control-wrap {
    border: none;
    background-color: transparent;
    width: calc(100% - 110px);
    flex: 0 0 auto;
    color: #fff;
    margin-right: 10px;
}

.footer_item.footer_item_3 form input[type=email] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
}

.main_footer .upper_footer .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-spinner {
    position: absolute !important;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.frm_all_wrp .frm_input_wrp input {
    margin-bottom: 5px;
}

.frm_input_wrp {
    margin-bottom: 25px;
}

.footer_item ul li.current-menu-item a {
    color: #3D581C;
}

/* 05-11-25 */