
/* Latest from Blog 15
-------------------------------------------------- */

.wn-latest-b15 .latest-b15 .latest-b15-img {
    position: relative;
    overflow: hidden;
}

.wn-latest-b15 .latest-b15 .latest-b15-img img {
    width: 100%;
}

.wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay {
    position: absolute;
    background: #437df9;
    width: 100%;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(0.25, 0.1, 0.38, 0.79);
}

.wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay i {
    opacity: 0;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    padding-top: 33px;
    transition: all .3s cubic-bezier(0.48, 1.21, 0.93, 1.01);
    transition-delay: .3s;
}

.wn-latest-b15:hover .latest-b15 .latest-b15-img .latest-b15-overlay {
    height: 100%;
    opacity: 0.94;
}

.wn-latest-b15:hover .latest-b15 .latest-b15-img .latest-b15-overlay i {
    top: 42%;
    opacity: 1;
}

.wn-latest-b15 .latest-b15 .latest-b15-content {
    text-align: center;
    background: #fff;
    border: 1px solid #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -70px;
    padding: 25px 53px 27px;
    margin-bottom: 80px;
}

.wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data,
.wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data a {
    font-size: 15px;
    color: #1c1d21;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data a:hover {
    color: #437df9;
}

.wn-latest-b15 .latest-b15 .latest-b15-content h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    color: #1c1d21;
    margin-bottom: 0;
}

.wn-latest-b15 .latest-b15 .latest-b15-content h2 a {
    color: #1c1d21;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

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

@media ( max-width: 481px) {
    .wn-latest-b15 .latest-b15 .latest-b15-content {
        padding: 30px 10px;
        margin-top: -42px;
        margin-bottom: 30px;
    }
    .wn-latest-b15 .latest-b15 .latest-b15-content h2 {
        font-size: 14px;
    }
    .wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data {
        font-size: 12px;
    }
}

@media ( max-width: 320px) {
    .wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay i {
        width: 65px;
        height: 65px;
        font-size: 25px;
        padding-top: 21px;
    }
    .wn-latest-b15 .latest-b15 .latest-b15-content {
        padding: 30px 20px;
        margin-top: -49px;
    }
    .wn-latest-b15 .latest-b15 .latest-b15-content h2 {
        font-size: 18px;
    }
    .wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay i {
        font-size: 20px;
        padding-top: 21px;
        width: 60px;
        height: 60px;
    }
}
