
/* Latest from Blog 9
-------------------------------------------------- */

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

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

.latestposts-nine .latest-b9 h3 {
    clear: left;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.36;
    text-transform: none;
    letter-spacing: 0;
    clear: left;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

.latestposts-nine .latest-b9 h3 a:hover {
    text-decoration: underline;
}

.latestposts-nine .latest-b9 h3 .link {
    background: #fff;
    border: 2px solid #ebebeb;
    font-weight: 400;
    border-radius: 5px;
    padding: 11px 13px;
    font-size: 20px;
    font-family: 'WnFontAwesome';
    color: #437df9;
    margin-right: 15px;
    float: left;
}

.latestposts-nine .latest-b9-img {
    margin-bottom: 7px;
    border-radius: 5px;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0 8px 38px -6px rgba(0, 0, 0, 0.26);
}

.latestposts-nine .latest-b9-meta span,
.latestposts-nine .latest-b9-meta a {
    font-size: 12px;
    color: #a1a5ad;
}

.latestposts-nine .latest-b9-meta .date:after,
.latestposts-nine .latest-b9-meta .categories:after {
    content: ".";
    color: #55C3E9;
    font-size: 23px;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 5px;
    vertical-align: text-bottom;
}

.latestposts-nine .latest-b9-meta a:hover {
    text-decoration: underline;
}

.latestposts-nine .latest-b9 p {
    font-size: 14px;
    color: #616161;
}

.latestposts-nine .latest-b9 .readmore {
    font-size: 11px;
    padding: 13px 23px;
    letter-spacing: 0;
    left: 0;
    text-transform: capitalize;
}

.latestposts-nine .latest-b9 .readmore:after {
    content: "\f101";
    font-size: 15px;
    top: 2px;
    right: 20px;
    opacity: 0;
    color: #fff;
    transition: .3s;
}

.latestposts-nine .latest-b9:hover a.readmore {
    background: #7dc771;
    color: #fff;
}

.latestposts-nine .latest-b9:hover a.readmore:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .latestposts-nine .latest-b9 {
        margin-bottom: 35px;
    }
    .latestposts-nine .latest-b9 h3 {
        margin-bottom: 5px;
        margin-top: 12px;
    }
}
