/* ============================================
     Top Bar Styles
     ============================================ */

.top-bar * {
    font-size: 16px;
    line-height: 50px;
}

.top-bar a:first-of-type {
    padding-right: 12px;
}

.top-bar a {
    color: #333;
}

.top-bar a:not(:first-of-type) {
    padding: 0 12px;
}

.top-bar {
    height: 50px;
}
