
/* Latest from Blog 17
-------------------------------------------------- */

.wn-latest-b17 {
    border-bottom: 1px solid #eee;
    margin-top: 57px;
    padding-bottom: 19px;
}

.wn-latest-b17 .latest-b17 .latest-b17-content .latest-date {
    font-size: 21px;
    color: #e69200;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 6px;
}

.wn-latest-b17 .latest-b17 .latest-b17-content h3 {
    font-size: 22px;
    font-weight: 700;
}

.wn-latest-b17 .latest-b17 .latest-b17-content h3 a {
    color: #353535;
}

.wn-latest-b17 .latest-b17 .latest-b17-content h3 a:hover {
    color: #437df9;
}

.wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore {
    color: #282828;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    padding-left: 25px;
}

.wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:before {
    content: '';
    position: absolute;
    background: #7a7272;
    width: 18px;
    height: 1px;
    left: 0;
    top: 45%;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}

.wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover {
    color: #437df9;
}

.wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover:before {
    background: #437df9;
}
