#top-bar {height: 40px;}

.blog-post-s4-thumb a, .blog-post-s4-thumb a img {
    max-height: 300px;
}

.blog-post-cats h2 {
    display: inline-block;
    background: #e8f2f0;
    padding: 0 15px;
    line-height: 35px;
    margin: 0;
    font-size: 12px;
    font-family: "Source Sans Pro", serif;
    color: #131737;
    font-weight: bold;
}

.tv-cats ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tv-cats ul li {
    display: flex;
    flex-flow: column;
    border-bottom: 1px dotted #131737;
    margin-bottom: 10px;
    min-width: 33%;
    padding-bottom: 5px;
    background-color: #e8f2f0;
    padding: 5px 10px;
}

.tv-cats li a {
    color: #131737;
}

.ts-center {
    margin: 30px 0;
    text-align: center;
}

#tagline {
    padding-top: 0;
    margin-top: 30px;
}

.ts-side {
    margin-bottom: 30px;
}

#page #main {
    padding-top: 0;
    margin-top: 30px;
}

a.latest-button {
    padding: 8px 16px;
    border: 1px solid #e8f2f0;
    border-radius: 4px;
    background-color: #eef5f4;
    box-shadow: 0 0 1px 1px #ddd;
    font-size: small;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1rem;
}

.top-more {
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin: 1rem;
}

#panel-widgets input.search-field {
    max-width: 130px;
}

.single-content a {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    body #top-bar-navigation, body #top-bar-social {
        float: right;
    }
    body #top-bar {
        padding: 7.5px 0;
    }
    
    #navigation-panel-hook {
        display: flex;
        align-items: center;
    }
}