.footer-wrapper {
    width: 100%;
    height: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: var(--rls-red);
    border-top: 1px solid white;
}

.footer-rule {
    height: 1px;
    width: 100%;
    background-color: white;}

.rls-footer {
    font-size: 2rem;
    line-height: 3rem;
    color: white;}

.footer-contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}

.footer-contents li.search {
    display: none;
}

.footer-contents .sub-menu {
    list-style: none;
    opacity: 0.5;
}

.twitter-wrapper {
    height: 50vw !important;}

.wpml-ls-statics-footer {
    position: relative;
    width: 100%;
    padding: 4rem;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    list-style: none;
    background-color: var(--rls-red);
    margin-bottom: 0rem;
}

.wpml-ls-statics-footer li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;
    border-radius: 0.5rem;
}

.wpml-ls-statics-footer li img {
    width: 25px;
    margin-right: 1rem;
    height: auto;
    text-align: center;
}

.social-icon {
    max-width: 50px;
    max-height: 50px;
}

@media (max-width: 991px) {
    .footer-img {
        display: none;}

    .footer-contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        list-style: none;
        width: 100%;
    }
}