
/* Latest from Blog 20
-------------------------------------------------- */

.latestposts-twenty .latest-b20 .latest-b20-img img {
    width: 100%;
}

.latestposts-twenty .latest-b20 .latest-b20-cont {
    padding: 40px 70px 55px;
    color: #ffffff;
}

.latestposts-twenty .latest-b20 .latest-b20-detail {
    margin-bottom: 33px;
}

.latestposts-twenty .latest-b20 .latest-b20-detail .latest-b20-cat a,
.latestposts-twenty .latest-b20 .latest-b20-detail .latest-b20-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.latestposts-twenty .latest-b20 .latest-b20-title {
    margin-bottom: 43px;
}

.latestposts-twenty .latest-b20 .latest-b20-title a {
    font-weight: 600;
    font-size: 29px;
    color: #ffffff;
}

.latestposts-twenty .latest-b20 a.readmore {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
}

.latestposts-twenty .latest-b20 a.readmore:hover {
    background: #222 !important;
}

.latestposts-twenty .owl-nav .owl-prev .owl-pree:after,
.latestposts-twenty .owl-nav .owl-next .owl-nxtt:after {
    font-family: "linea-arrows-10" !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    font-size: 32px;
    bottom: -45px;
    color: #676766;
}

.latestposts-twenty .owl-nav .owl-prev .owl-pree:after {
    content: "\e03f";
    left: 4px;
}

.latestposts-twenty .owl-nav .owl-next .owl-nxtt:after {
    content: "\e04b";
    left: 50px;
}

.latestposts-twenty .owl-nav .owl-prev .owl-pree:hover:after {
    content: "\e066";
    margin-left: -8px;
}

.latestposts-twenty .owl-nav .owl-next .owl-nxtt:hover::after {
    content: "\e068";
    margin-right: -8px;
}
