#footer ul {
    list-style: none;
    padding-left: 0px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.footer-bottom-left ul {
    display: flex;
    gap: 5px;
}

.footer-bottom-left {
    margin: 0 auto;
}

.footer-bottom-right {
    margin: 0 auto;
}

.footer-bottom-left ul li {}

.footer-bottom-left ul li:after {
    content: "|";
    padding-left: 5px;
}

.footer-bottom-left ul li:last-child:after {
    content: "";
}

#footer {
    background-color: #3D4251;
    color: #fff !important;
}

#footer a {
    color: #fff !important;
}

.footer-bottom {
    border-top: 1px solid #D1C7C736;
}

.footer-bottom ul {
    margin: 0px;
}

#footer .widget-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

#footer .spletnik-footer__menu {
    font-size: 14px;
    line-height: 140%;
}

#footer .widget_nav_menu {
    line-height: 200%;
}

.spletnik-footer__menu--1,
.spletnik-footer__menu--3,
.spletnik-footer__menu--4 {
    font-weight: 600;
}

#footer .spletnik-footer__menu li {
    margin-bottom: 6px;
}

.sp_row {
    padding-left: 3%;
    padding-right: 3%;
}

@media(max-width:991px) {
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }
    .footer-bottom-left ul {
        flex-direction: column;
    }
    .footer-bottom-left ul li:after {
        content: "";
    }
    .sp_row {
        padding-left: initial;
        padding-right: initial;
    }
    #footer .spletnik-footer__menu {
        margin-bottom: 25px;
    }
}

.ft_ns_title {
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #FFFFFF;
}

.ft_ns_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
}

@media(min-width:992px) {
    .ft_ns_title {
        font-size: 37px;
    }
    .ft_ns_text {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .footer-middle-form.row .footer-middle-title img {
        width: 37px;
    }
}

.ft_container {
    background: var(--wp--preset--color--primary-color);
}

.ft_container {
    color: #fff;
}

.newsletter_wrapper {
    display: flex;
}

.newsletter_wrapper p {
    margin: 0;
}

.newsletter_wrapper .wpcf7-spinner {
    position: absolute;
}

.newsletter_wrapper .submit_nl {
    position: relative;
}

.newsletter_wrapper .email_nl {
    flex-grow: 1;
}

.newsletter_wrapper span.wpcf7-spinner {
    position: absolute;
    right: 80px !important;
    bottom: 15px;
}

.newsletter_acceptance {
    margin-top: 10px;
}

.newsletter_container .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
}

.newsletter_wrapper .wpcf7-not-valid-tip {
    color: #fff;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.newsletter_container .wpcf7-acceptance {
    font-size: 14px;
    color: #fff;
}

input.newsletter_email {
    border: 0 !important;
    background: #fff;
    border-bottom-left-radius: 55px !important;
    border-top-left-radius: 55px !important;
    height: 55px;
    font-size: 15px;
    outline: none !important;
}

.newsletter_wrapper input.newsletter_sumbit {
    background: #fff;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 55px !important;
    border-top-right-radius: 55px !important;
    height: 55px;
    color: var(--wp--preset--color--primary-color);
    border: 0 !important;
    outline: none !important;
}


@media (min-width: 992px) {
  .spletnik-footer__menu.col-lg-custom {
    width: 20% !important;
  }
}