
/* Latest from Blog 4
-------------------------------------------------- */

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

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

.latestposts-four .latest-b2 {
    margin: 10px 0 0;
}

@media only screen and (min-width: 992px) {
    .latestposts-four .col-md-6 {
        padding-left: 35px;
    }
    .latestposts-four .col-md-6:first-of-type {
        border-right: 1px solid #e7e7e7;
        padding-left: 0;
        padding-right: 45px;
    }
}

.latestposts-four .col-md-9 {
    padding: 0;
}

.latestposts-four .latest-b2-img {
    float: none;
    width: 100%;
    margin: 0;
    min-height: auto;
}

.latestposts-four .latest-b2-cont {
    min-height: 20px;
    position: relative;
}

.latestposts-four .latest-b2 .au-avatar img {
    width: 75px;
    height: 75px;
    box-shadow: 0 3px 16px -2px rgba(0, 0, 0, 0.28);
    margin-bottom: 12px;
}

.latestposts-four .latest-b2 h6.blog-date {
    margin-bottom: 12px;
}

.latestposts-four .latest-b2 h6.blog-author {
    margin-bottom: 45px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.latestposts-four .latest-b2 h6.blog-author a {
    color: #777;
}

.latestposts-four .latest-b2 h6.blog-author strong {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
}

.latestposts-four .latest-b2 h6.latest-b2-cat a {
    display: inline-block;
    padding: 12px 16px 10px;
    background: #437df9;
    color: #fff;
}

.latestposts-four .latest-b2-img {
    padding-left: 15px;
}

.latestposts-four .latest-b2-img img {
    margin-bottom: 14px;
    box-shadow: 0 3px 14px -2px rgba(0, 0, 0, 0.1);
}

.latestposts-four h3.latest-b2-title {
    font-size: 25px;
    padding: 10px 25px;
    line-height: 1.25;
    margin-top: -60px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -1px;
    background: #fff;
    margin-left: 40px;
    margin-right: 20px;
    border-top: none;
    box-shadow: 0 -7px 14px -2px rgba(0, 0, 0, 0.3);
}

.latestposts-four h3.latest-b2-title a {
    color: #292929;
}

.latestposts-four h3.latest-b2-title a:hover {
    color: #437df9;
    text-decoration: none;
}

.latestposts-four h6.latest-b2-cat,
.latestposts-four h5.latest-b2-date {
    font-size: 10px;
}

.latestposts-four .latest-b2 .vertical-space {
    height: 2px;
}

@media only screen and (max-width: 991px) {
    .latestposts-four .latest-b2 .au-avatar {
        float: left;
        margin-right: 20px;
    }
    .latestposts-four .latest-b2 h6.blog-author {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 600;
    }
    .latestposts-four .latest-b2 h6.latest-b2-cat {
        display: inline-block;
        padding: 6px 12px 5px;
    }
    .latestposts-four .latest-b2-img {
        padding-left: 0;
        clear: both;
    }
    .latestposts-four .latest-b2-img img {
        width: 100%;
    }
    .latestposts-four .col-md-6:first-of-type {
        border-bottom: 1px solid #e7e7e7;
    }
}

@media only screen and (max-width: 767px) {
    .latestposts-four h3.latest-b2-title {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .latestposts-four .latest-b2 {
        margin-bottom: 30px;
    }
}
