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

.footer-bottom-inner {
  padding-left: 14%;
  padding-right: 14%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

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

.footer-bottom-left {
    text-align: left !important;
}

.footer-bottom-right {
    text-align: right;
}

.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-image: url('/wp-content/uploads/2025/12/Rectangle-4717-min.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}

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

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

#footer .widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

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

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

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

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

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

.social-icons li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons li a img {
    width: 20px !important;
    height: auto;
}
#footer {
    padding-top: 65px !important;
}
body.page-id-601 #footer,body.page-id-2640 #footer {
    padding-top: 165px !important;
}

@media(max-width:991px) {
    .footer-bottom-inner {
        flex-direction: column;
        gap: 15px;
    }

    .footer-bottom-left ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 3px !important;
    }

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

    .sp_row {
        padding-left: 46px;
        padding-right: 46px;
    }

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

    .footer-bottom-left ul li {
        border-right: 1px solid #fff;
    }

    .footer-bottom-left ul li:last-child {
        border-right: unset;
    }

    body .footer-bottom {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 100% !important;
    }

    body .footer-bottom span {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 114% !important;
    }

    .footer-bottom-left {
        padding-left: unset;
        padding-right: unset;
        text-align: unset !important;
    }

    .footer-bottom-right {
        padding-left: unset;
        padding-right: unset;
    }

    #footer .widget-title {
        margin-bottom: 10px !important;
    }

    #footer .spletnik-footer__menu {
        line-height: 170%;
    }
    
    .spletnik-footer__menu--3{
        margin-bottom: 0px;
    }

    #footer {
        padding-top: 24px !important;
    }
    body.page-id-601 #footer,body.page-id-2640 #footer {
        padding-top: 100px !important;
    }
}
@media(min-width:992px) {

    body.page-id-601 #footer,body.page-id-2640 #footer {
        min-height: 100vh;
display: flex;
flex-direction: column;
}

body.page-id-601 #footer .footer-middle,
body.page-id-2640 #footer .footer-middle {
   
    margin-top: auto;
}
}