/* Latest from Blog 6
-------------------------------------------------- */

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

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

.latestposts-six .latest-b {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 23px -9px rgba(0, 0, 0, 0.1);
}

.latestposts-six .latest-img {
    width: auto;
}

.latestposts-six .latest-content {
    background: #fff;
    padding: 0;
    padding-bottom: 0;
    text-align: center;
}

.latestposts-six .latest-content p.latest-date {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #437df9;
    padding: 25px 15px 0;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.latestposts-six .latest-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.latestposts-six .latest-title a {
    color: #111;
}

.latestposts-six .latest-title a:hover {
    color: #437df9;
}

.latestposts-six .latest-img img {
    width: 100%;
    height: auto !important;
    box-shadow: 0 5px 18px -6px rgba(0, 0, 0, 0.26);
}

.latestposts-six .latest-author {
    margin-bottom: 0;
    width: auto;
    background-color: #f7f7f7;
    padding: 12px 15px;
    font-size: 10px;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.latestposts-six .latest-author a {
    color: #222;
}

.latestposts-six .latest-author a:hover {
    color: #437df9;
    text-decoration: underline;
}