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

.footer-top {
    background-color: #FBF3F3;
    border-radius: 12px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 171%;
    font-weight: 500;
}

.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 {
    color: #585555 !important;
}

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

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

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

#footer .widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    font-family: 'Lora';
}

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

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

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

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

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

.contact-info-block li {
    display: flex;
    gap: 7px;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}

.contact-info-block img {
    width: 21px !important;
    height: auto;
}

footer .wpcf7 {
    /* background: linear-gradient(90deg, #FFE4C4 0%, #FFADAD 100%); */
    background: var(--wp--preset--gradient--linear-gradient-1);
    padding: 58px 56px 70px 46px;
    border-radius: 12px 12px 100px 12px;
}

.news-title {
    font-family: 'Lora';
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px !important;
}

.news-description {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 32px !important;
}

.newsletter_container .wpcf7-acceptance {
    font-size: 14px !important;
    color: #585555 !important;
}

@media(max-width:991px) {
    .news-description {
        margin-bottom: 20px !important;
    }
    .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: 12px;
    }
}

.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;
    box-shadow: 0px 0px 12px 0px rgba(230, 224, 224, 1);
    border-radius: 57px;
}

.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 {
 display: none !important;
}

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

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

 button.newsletter_sumbit {
    background: #EC2227;
    border-radius: 100px !important;
    height: 42px;
    color: #ffffff;
    border: 0 !important;
    padding: 10px 38px;
    transition: 0.3s !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}

.newsletter_wrapper {
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 9px;
}

.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

#custom_html-5 ul li img {
  width: 100%;
  max-width: 40px;
}
#custom_html-5 ul{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width:767px) {

 button.newsletter_sumbit {
    padding: 10px 14px;

}
    footer .wpcf7 {
        padding: 32px 29px 33px 29px;
    }

    #footer {
        color: #585555 !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    #footer .spletnik-footer__menu {
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-title {
        font-size: 24px;
    }

    .news-description {
        font-size: 16px;
    }

    #menu-footer-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 10px !important;
    }

    #menu-footer-bottom li::after {
        content: "|";
    }

    #menu-footer-bottom li:last-child::after {
        content: "";
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0px;
    }
}