.site-footer {
    background: #11111d;
    color: #fff;
}


.footer-top {
    padding: 25px 0;
    border-bottom: 2px solid #31313a;
}

.footer-bottom {
    padding: 20px 0;
}

#menu-footer-menu {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

#menu-footer-menu li {
    list-style: none;
    margin-right: 14px;
}

#menu-footer-menu li:last-child {
    margin-right: 0;
}

#menu-footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #fff;
    padding-right: 14px;
    line-height: 13px !important;
    display: block;
}
#menu-footer-menu li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.footer-copyright {
    font-size: 13px;
}

.footer-copyright,
.footer-copyright a {
    color: #8b8b90;
}

.footer-copyright a {
    display: inline-block;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* Font size issue fix*/
#menu-footer-menu li a {
    font-weight: normal;
    font-size: 18px;
}

@media screen and (max-width: 991px) {

    .site-footer .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

#menu-footer-menu {
    display: block;
}

#menu-footer-menu li {
    margin: 0 10px;
    display: inline-block;
}

#menu-footer-menu li a {
    border-right: 0;
    padding-right: 0;
    line-height: 1.5;
}

}