@media only screen and (max-width: 767px) {
    body #page #top-bar {
        padding: 0;
    }
}

#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: #ffe9ec;
    padding: 0 15px;
    line-height: 35px;
    margin: 0;
    font-size: 12px;
    font-family: "Source Sans Pro", serif;
    color: #e24d93;
    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 #e24d93;
    margin-bottom: 10px;
    min-width: 33%;
    padding-bottom: 5px;
    background-color: #ffe9ec;
    padding: 5px 10px;
}

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

.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: 0.5rem;
    border: 1px solid #ffe9ec;
    background-color: #ffe9ec;
    box-shadow: 0px 0px 2px 0px #ffe9ec;
    border-radius: 4px;
    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;
}

.secre-homepage_mobile_sticky {
    text-align: center;
    padding-top: 20px;
}