_footer.scss 966 Bytes
#wrapper-footer{
    background-color: #F0F0F0;
    padding: 33px  40px;
    .appArea{ 
        h2{
        margin-left: -15px;
        }
    }
    .site-info-menu{
        padding-left: 0px;
        margin-left: 0px;
    }
}


.chw-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
.chw-widget h2{
    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{
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        a{
            color: #000;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            text-decoration: none;
            &:hover{
                color: #000;
                text-decoration: underline;
            }
        }
    }
}