/* Latest from Blog 25
-------------------------------------------------- */

.latest-blg-wrap-title {
    position: absolute;
    top: -22px;
    left: 16px;
    line-height: 22px;
    height: 22px;
    padding: 0 18px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    background: #f9f9f9;
}

.latestposts-twenty-five .time {
    float: left;
    color: #a1a1a1;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 400;
}

.latestposts-twenty-five .time:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #a1a1a1;
    right: 0;
}

.latestposts-twenty-five .time i {
    margin-right: 4px;
    width: 14px;
    height: 14px;
    font-size: 15px;
    vertical-align: text-top;
}

.latestposts-twenty-five li {
    list-style: none;
}

.latestposts-twenty-five .latest-b25-title {
    font-size: 13px;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.latestposts-twenty-five .latest-b25-title .time,
.latestposts-twenty-five .latest-b25-title a {
    height: 100%;
    display: inline-block;
}

.latestposts-twenty-five .latest-b25-title a {
    color: #191919;
    padding-top: 2px;
    font-weight: 500;
}

@media(max-width: 480px) {

    .latestposts-twenty-five .latest-b25-title .time,
    .wn-news-ticker .ticker-controls {
        display: none;
    }
}