#footer{
    padding-top: 80px;
}

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

.spletnik-footer__menu ul{
    margin: 0px auto 26px;
}

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

.footer-bottom-fluid{
    background-color: #ffffff;
    color: #02061C !important;
}

#footer .footer-bottom-fluid a {
    color: #02061C !important;
}

.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: #100E0F;
    color: #fff !important;
}

#footer a {
    color: #fff !important;
    text-decoration: unset;
}

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

#footer .widget-title {
    font-size: 18px;
    font-weight: 600;
}

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

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

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

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

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

#menu-footer-1{
    margin-bottom: 0px;
}

.footer-email li{
    display: flex;
    flex-direction: row;
    gap: 9px;
}

.footer-phone{
    border: 1px solid #fff;
    position: relative;
    padding: 24px 27px 15px;
    border-radius: 4px;
    width: 100%;
    margin-top:30px;
}

.footer-phone .phone-shortcode{
    font-size: 27px !important;
    font-weight: 700;
}

.footer-phone-txt{
    position: absolute;
    top: -18px;
    font-size: 16px;
    font-weight: 500;
    background-color: #1DB4AC;
    border-radius: 4px;
    padding: 6px 14px;
    line-height: 1.2;
    left: 24px;
}

.footer-bottom-right span{
    display: inline-flex;
}

.footer-bottom-right .navbar__list{
    margin-left: 5px;
    margin-right: 5px;
}

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

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

    .sp_row {
        padding-left: initial;
        padding-right: initial;
    }

    #footer{
        padding-top: 40px;
    }

    iframe{
        height: 318px;
    }

    .footer-phone{
        margin-top: 0px;
        margin-bottom: 45px;
        width: 100% !important;
        max-width: 100%;
        text-align: center;
    }

    .spletnik-footer__menu--3{
        margin-bottom: 0px !important;
    }

    .footer-phone-txt {
        left: auto;
    }

    .footer-bottom-left ul li:after {
        content: "|";
        padding-left: 5px;
    }
    
    .footer-bottom-left ul li:last-child:after {
        content: "";
    }
    
    .footer-bottom-left ul {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom-right span {
        display: block;
    }
}

