/* Latest from Blog 8
-------------------------------------------------- */
.container.latestposts-eight {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

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

.latestposts-eight .image:before {
    content: "\f030";
}

.latestposts-eight .link:before {
    content: "\f0c1";
}

.latestposts-eight .video:before {
    content: "\f16a";
}

.latestposts-eight .latest-b8-img {
    margin-bottom: 15px;
    border-radius: 2px;
    background: #fff;
    padding: 0px;
    overflow: hidden;
}

.latestposts-eight .latest-b8 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: 10px;
    min-height: 55px;
}

.latestposts-eight .latest-b8 h3 a {
    color: #000;
    line-height: 25px;
}

.latestposts-eight .latest-b8 h3 a:hover {
    text-decoration: underline;
}

.latestposts-eight .latest-b8-meta span,
.latest-b8-meta a {
    font-size: 11px;
    color: #999;
}

.latestposts-eight .latest-b8-meta i {
    color: #999;
}

.latestposts-eight .latest-b8 p {
    color: #888;
    margin-top: 11px;
}

.latestposts-eight .latest-b8 .readmore {
    display: none;
}

.latestposts-eight .latest-b8-meta {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 0 12px 10px;
    border-radius: 1px;
    box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.09);
}

.latestposts-eight .latest-b8-meta div {
    display: inline-block;
    margin-top: 12px;
    padding-right: 12px;
}

.latestposts-eight .latest-b8-meta i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .latestposts-eight .latest-b8-meta {
        margin-bottom: 35px;
    }
}