
/* Latest from Blog 23
-------------------------------------------------- */

.wn-latest-b23 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 200px;
    margin-top: 60px;
}

.wn-latest-b23 .latest-b23-content {
    background: #f5f5f5;
    display: inline-block;
    position: absolute;
    width: 400px;
    right: 30px;
    bottom: 0;
}

.wn-latest-b23 .latest-b23-content p {
    margin: 0 35px 38px 35px;
    font-weight: 300;
}

.wn-latest-b23 .latest-b23-content h2 {
    margin: 60px 55px 22px 80px;
    position: relative;
}

.wn-latest-b23 .latest-b23-content h2 a {
    font-size: 22px;
    color: #2f2f2f;
    padding-left: 10px;
    line-height: 1.2;
}

.wn-latest-b23 .latest-b23-content h2 a:hover {
    color: #437df9;
}

.wn-latest-b23 .latest-b23-content .latest-b23-line {
    background-color: #e4e4e4;
    position: absolute;
    left: -45px;
    top: 25px;
    width: 30px;
    height: 2px;
}

.wn-latest-b23 .latest-b23-content .latest-b23-dot {
    position: absolute;
    border-radius: 50%;
    left: -12px;
    top: 23px;
    width: 6px;
    height: 6px;
}

.wn-latest-b23 .latest-b23-img img {
    background-position: top left;
}

#wrap .wn-latest-b23 a.readmore {
    margin: 0 40px 38px 35px;
    background: none;
    border: 1px solid #437df9;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

#wrap .wn-latest-b23 a.readmore:hover {
    color: #212121 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#wrap .wn-latest-b23 a.readmore:before {
    font-family: "linea-arrows-10" !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(50%);
    padding: 0 3px 0 4px;
    position: absolute;
    font-size: 39px;
    content: "\e068";
    color: #000;
    bottom: 50%;
    right: -26px;
    left: auto;
    margin: 0;
}

#wrap .wn-latest-b23 a.readmore:hover:before {
    right: -30px;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .wn-latest-b23 {
        margin-bottom: 80px;
        position: relative;
        padding-bottom: 0;
    }
}

@media(max-width:1200px) {
    .wn-latest-b23 .latest-b23 {
        text-align: center;
    }
    .wn-latest-b23 .latest-b23-content {
        width: 90%;
        margin-top: -100px;
        position: inherit;
    }
    .wn-latest-b23 .latest-b23-content h2 {
        text-align: left;
        margin: 45px 33px 22px 80px;
    }
    .wn-latest-b23 .latest-b23-content p {
        text-align: left;
    }
}

@media(max-width: 991px) {
    .wn-latest-b23 {
        margin-bottom: 60px;
        position: relative;
        padding-bottom: 0;
    }
    .wn-latest-b23 .latest-b23-img img {
        width: 100%;
    }
}

@media(max-width:479px) {
    .wn-latest-b23 {
        margin-bottom: 40px;
    }
    .wn-latest-b23 .latest-b23-content {
        width: 100%;
        margin-top: 0;
    }
    .wn-latest-b23 .latest-b23-content h2 {
        margin: 15px 15px 10px 22px;
    }
    .wn-latest-b23 .latest-b23-content h2 a {
        font-size: 25px;
    }
    .wn-latest-b23 .latest-b23-content p {
        margin: 0 25px 38px 25px;
        font-size: 15px;
        font-weight: 300;
    }
    #wrap .wn-latest-b23 a.readmore {
        line-height: 1.5;
        margin: 0 23px 38px 10px;
    }
    .wn-latest-b23 .latest-b23-content .latest-b23-line,
    .wn-latest-b23 .latest-b23-content .latest-b23-dot {
        display: none;
    }
}
