/* Latest from Blog 5
-------------------------------------------------- */

.container.latestposts-five {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1281px) {
    .container.latestposts-five {
        margin: 0 -15px;
    }
}

.latestposts-five .latest-b2 {
    margin: 30px 0;
}

.latestposts-five h3.latest-b2-title {
    font-size: 22px;
    text-transform: none;
    letter-spacing: -1px;
    line-height: 1.28;
    font-weight: 700;
}

.latestposts-five h6.latest-b2-cat {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.latestposts-five h6.latest-b2-cat a {
    color: #437df9;
}

.latestposts-five h6.latest-b2-cat a:hover {
    text-decoration: underline;
}

.latestposts-five h5.latest-b2-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.latestposts-five h5.latest-b2-date a:after {
    content: ' /';
}

.latestposts-five h5.latest-b2-date a {
    color: #a1a1a1;
}

@media only screen and (max-width: 480px) {
    .latestposts-five h6.latest-b2-cat {
        margin-top: 10px;
    }

    .latestposts-five .latest-b2-img img {
        padding: 8px;
        background: #fff;
        border: 1px solid #e5e5e5;
    }
}