
footer.site-footer{
    padding-top: 30px;
}

.ren-menu {
    display: flex;
}

.ren-menu__logo {
    text-align: center;
}

.ren-menu__logo-img {
    height: 35px;
    max-width: initial;
}

.ren-menu__list-cont {

}

.ren-menu__list {
    display: flex;
    list-style: none;
    margin: 0.5rem 0 0 1rem;
}

.ren-menu__list .menu-item {
    text-align: center;
    margin-bottom: 1rem;
}


.ren-menu__list a {
    color: #e2e2e2;
    text-transform: uppercase;
    margin: 0 2rem;
    white-space: nowrap;
    font-size: 1.7rem;
}

.ren-menu__list a:hover {
    color: #fff;
}

.ren-menu .ren-social-links {
    padding-top: 0;
    flex-grow: 1;
    text-align: right;
}

.ren-menu .ren-social-links__wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.ren-menu .ren-social-links__links {
    padding-top: 0.7rem;
    padding-bottom: 0;

}

.ren-menu .ren-social-links__link {
    height: 20px;
    width: 20px;
}


/** Section Copyrights **/

.ren-footer__copyrights {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 1.3rem;
    flex-wrap: wrap;
    text-align: center;

}

.ren-footer__copyrights-links {
    margin-left: 2rem;
}

.ren-footer__copyrights-link {
    color: #cdcdcd;
    margin: 0 1rem;
}

.ren-footer__copyrights-link:hover {
    color: #fff;
}

.ren-footer__copyrights-copy {
    margin-bottom: 10px;
}

/** End Section Copyrights **/


/* Media Queries Section */

@media all and (max-width: 1200px) {
    .ren-menu__list a {
        font-size: 1.3rem;
        margin: 0 1rem;
    }

}

@media all and (max-width: 800px) {

    footer.site-footer{
        padding-top: 30px;
    }

    .ren-menu {
        flex-direction: column;
    }

    .ren-menu__list {
        flex-direction: column;
        margin-left: 0;

    }

    .ren-menu__list a {
        font-size: 1.7rem;
    }

    .ren-menu__logo {

        margin-bottom: 20px;

    }

    .ren-menu .ren-social-links{
        text-align: center;
        margin-top: 15px;
    }
}


/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/

