
/* Latest from Blog 10
-------------------------------------------------- */

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

.container.latestposts-ten .col-md-6:nth-child(3) {
    clear: left;
}

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

.latestposts-ten .latest-b10 {
    margin-bottom: 40px;
    overflow: hidden;
}

#wrap .latestposts-ten .latest-b10 .latest-b10-img {
    float: left;
    width: 186px;
    margin-right: 28px;
}

.latestposts-ten .latest-b10 .latest-b10-content {
    overflow: hidden;
    text-align: left;
}

.latestposts-ten .latest-b10 .latest-b10-img a {
    display: block;
}

.latestposts-ten .latest-b10 .latest-b10-img img {
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 8px 38px -6px rgba(0, 0, 0, 0.26);
}

.latestposts-ten .latest-b10 .latest-b10-content h3 {
    font-size: 23px;
    overflow: hidden;
    padding-bottom: 4px;
    font-weight: 700;
}

.latestposts-ten .latest-b10 .latest-b10-content h3 a {
    color: #1a1a1a;
}

.latestposts-ten .latest-b10 .latest-b10-content h3 a:hover {
    text-decoration: underline;
}

.latestposts-ten .latest-b10 .latest-b10-content p {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.latestposts-ten .latest-b10 .latest-b10-meta .date {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 7px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latestposts-ten .latest-b10 .latest-b10-content a.readmore:after {
    display: none;
}

.latestposts-ten .latest-b10 .latest-b10-content a.readmore {
    padding: 0;
    text-align: left;
    color: #437df9;
    letter-spacing: 0;
    font-weight: 400;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    border: none;
    background: none;
    text-transform: none;
    font-size: 13px;
}

.latestposts-ten .latest-b10 .latest-b10-content a.readmore:hover {
    color: #101010 !important;
}

.latestposts-ten .latest-b10 .latest-b10-content a.readmore:after {
    display: inline;
    font-family: simple-line-icons;
    content: "\e606";
    font-size: 12px;
    padding-left: 3px;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .latestposts-ten .latest-b10 .latest-b10-img {
        float: none;
        display: block;
        width: 100%;
    }
    .latestposts-ten .latest-b10 .latest-b10-img .latest-b10-meta {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .latestposts-ten .latest-b10 .latest-b10-img .latest-b10-meta .date {
        display: inline-block;
    }
    .latestposts-ten .latest-b10 .latest-b10-img img {
        width: 100%;
    }
    .latestposts-ten .latest-b10 .latest-b10-content {
        display: block;
    }
    .latestposts-ten .latest-b10 .latest-b10-meta .date {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .latestposts-ten .latest-b10 .latest-b10-content h3 {
        font-size: 15px;
        font-weight: 600;
    }
    .latestposts-ten .latest-b10 .latest-b10-content p,
    .latestposts-ten .latest-b10 .latest-b10-img .latest-b10-meta .date,
    .latestposts-ten .latest-b10 .latest-b10-content a.readmore {
        font-size: 12px;
    }
}
