.location{
    display:inline-block;
    padding-top:0px;
    padding-right:0;
}
.location .icon{
    width:8px;
    height:4px;
    margin-left:3px;
    margin-bottom:1px;
    background-position:0px 0px;
}

@media screen and (max-width:480px){
    body.adaptive .location{
        display:block;
        float:left;
    }
    body.adaptive .location span{
        display:none;
    }
}