
/*------------------------- footer -------------------------*/

footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    background-color: blue;/*-- 改footer background 顏色 --*/
}

footer.mobile {
    width: 100%;
    height: 100px;
    line-height: ;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    background-color: gray;
}

footer.hearst {
    height: 80px;
    overflow: auto;
}


footer a,
footer a:link {
    text-decoration: none;
}


.copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 28px;
    color:gray;
}

footer.hearst .copyright {
    margin-top:-5px;
}

footer .logo {
    font-size: 28px;
    line-height: 50px;
    vertical-align: middle;
}

footer.mobile .logo {
    margin:0;
    font-size: 56px;
    line-height: 100px;   
}

/*-- 改footer logo顏色 --*/
footer .logo.icon-elle-logo {
    color:white;
}

footer .logo.icon-cosmo-logo {
    color:pink;
}

footer .logo.icon-bazaar-logo {
    color:black;
}