_footer.scss 543 Bytes
#wrapper-footer{
    background-color: #F0F0F0;
    padding: 33px  0px;
}


.chw-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
#menu-footer{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    li{
        a{
            color: #000;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            text-decoration: none;
            &:hover{
                color: #fff;
            }
        }
    }
}