/* Start custom CSS */ul.contact-line {
    color: #fff;
    text-align: center;
    margin: 0 0 .5em;
    padding: 0;
    list-style-type: none;
}

ul.contact-line li { 
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0 .5em 0 0;
    line-height: 1;
    border-right: 1px solid;
}
ul.contact-line li:last-child { 
    border: 0 none;
}/* End custom CSS */