.location {
    line-height: 1.25em;
    margin: .75em 0;
    text-align: center;
}

.location a:link,
.location a:visited,
.location a:hover,
.location a:active {
    color: inherit;
    text-decoration: none;
}

.location a:link,
.location a:visited,
.location a:active {
    color: inherit;
}

.location a:hover {
    color: #777;
}

.location .address,
.location .name {
    display: block;
}

.location .city,
.location .phone,
.location .street,
.location .website,
.location .zip {
    display: inline;
}

.location .city:after,
.location .street:after {
    content: ', ';
}

.location .name {
    font-weight: bold;
}

.location .phone:after {
    content: " | ";
}

.location .state:after {
    content: ' ';
}

/* Tablet & Above */

@media only screen and (min-width: 415px) {
    
    .location {
        font-size: .85em;
        display: inline-block;
        width: 100%;
    }
    
}

/* Desktop */

@media only screen and (min-width: 1070px) {
    
    .location {
        font-size: .85em;
        width: 50%;
    }
    
    .location .address,
    .location .phone,
    .location .website {
        font-size: .8em;
        line-height: 1.5;
    }
    
    .location .street,
    .location .phone,
    .location .website {
        display: block;
    }
    
    .location .phone:after,
    .location .street:after {
        content: "";
    }

}