
/* Latest from Blog 12
-------------------------------------------------- */

.latestposts-twelve .latest-b12 {
    border-radius: 8px;
    margin-bottom: 60px;
    border: 1px solid #eee;
    box-shadow: 0 5px 12px -2px rgba(0, 0, 0, 0.04);
}

.latestposts-twelve .latest-b12 .latest-b12-cont {
    min-height: 337px;
    padding: 21px 30px 32px 22px;
    background: #fff;
}

.latestposts-twelve .latest-b12 .latest-b12-cont {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont * {
    text-align: left;
}

.latestposts-twelve .latest-b12 img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-cat {
    margin-bottom: 18px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-cat a {
    font-size: 11px;
    color: #437df9;
    font-weight: 600;
    text-transform: uppercase;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title {
    transition: all .3s ease;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title a {
    color: #000;
    transition: all .3s ease;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author:hover a,
.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:hover a {
    color: #437df9;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #437df9;
    bottom: -23px;
    left: 0px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont p {
    color: #777;
    line-height: 1.92;
    margin-bottom: 61px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author,
.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-date {
    color: #73736b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author a {
    transition: all .3s ease;
    color: #525249;
    font-weight: 400;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author span {
    padding-right: 4px;
}

.latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-date {
    float: right;
}

@media ( max-width: 767px) {
    .latestposts-twelve .latest-b12 img {
        width: 100%;
    }
}

/* Latest From blog Carousel */

.latestposts-twelve.latest-b-carousel .owl-item {
    padding: 15px;
}

/* Arrow */

.latest-b-carousel .owl-controls .owl-buttons .owl-prev,
.latest-b-carousel .owl-controls .owl-buttons .owl-next {
    font-family: 'simple-line-icons';
}

@media (min-width: 768px) {
    .latest-b-carousel .owl-controls .owl-buttons .owl-prev,
    .latest-b-carousel .owl-controls .owl-buttons .owl-next {
        position: absolute;
        font-size: 18px;
        width: 26px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        background: rgba(0, 0, 0, .36);
        cursor: pointer;
        transition: all .18s ease;
    }
    .latest-b-carousel .owl-controls .owl-buttons .owl-prev {
        left: -50px;
        bottom: 50%;
    }
    .latest-b-carousel .owl-controls .owl-buttons .owl-next {
        right: -50px;
        bottom: 50%;
        padding-left: 2px;
    }
}

.latest-b-carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "\e605";
}

.latest-b-carousel .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
}

.latestposts-twelve .au-avatar img {
    width: auto;
    border-radius: 50px;
}
