/* Latest from Blog 14
-------------------------------------------------- */

#wrap .wn-latest-b14 .latest-b14 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#wrap .wn-latest-b14 {
    padding: 0;
}

.wn-latest-b14 .latest-b14-cont {
    padding: 60% 0 35%;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    text-align: center;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    max-height: 400px;
}

.wn-latest-b14 .latest-b14-cont h3.latest-b14-title {
    padding-bottom: 24px;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.wn-latest-b14 .latest-b14-cont h3.latest-b14-title:hover a {
    text-decoration: underline;
}

#wrap .wn-latest-b14 .latest-b14-cont h3.latest-b14-title a.hcolorf:hover {
    color: #fff !important;
}

.wn-latest-b14 .latest-b14-cont * {
    color: #fff;
}

.wn-latest-b14 .latest-b14-cont i {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 33%;
    width: 96px;
    height: 96px;
    line-height: 96px;
    border: 3px solid transparent;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    background: #fff;
    color: #050708;
    margin-bottom: 62px;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.wn-latest-b14 .latest-b14-cont .latest-b14-meta {
    margin-bottom: 5px;
    left: 0;
    text-align: center;
    width: 100%;
}

.wn-latest-b14 .latest-b14-cont .latest-b14-meta span {
    font-size: 15px;
    font-weight: 300;
}

.wn-latest-b14 .latest-b14-cont .latest-b14-meta .latest-b14-cat {
    position: relative;
    padding-right: 5px;
}

.wn-latest-b14 .latest-b14-cont .latest-b14-meta .latest-b14-cat:after {
    content: " /";
    padding-left: 5px;
}

.wn-latest-b14:hover .latest-b14-cont i {
    opacity: 1;
    border: 3px solid transparent;
}

.wn-latest-b14:hover .latest-b14-cont {
    background: #437df9;
    opacity: 0.93;
}

.wn-latest-b14 .latest-b14-cont a.hcolorf {
    display: inline-block;
}

.wn-latest-b14 .latest-b14-cont a.hcolorf:hover i {
    background: none;
    color: #fff;
    border: 3px solid;
}

@media (min-width:1281px) and (max-width:1366px) {
    .wn-latest-b14 .latest-b14-cont {
        padding-bottom: 46%;
    }

    .wn-latest-b14 .latest-b14-cont h3.latest-b14-title {
        font-size: 26px;
    }

    .wn-latest-b14 .latest-b14-cont i {
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-left: -30px;
        border: 2px solid transparent;
    }

    .wn-latest-b14:hover .latest-b14-cont i {
        border: 2px solid transparent;
    }

    .wn-latest-b14 .latest-b14-cont a.hcolorf:hover i {
        border: 2px solid;
    }
}

@media (min-width:481px) and (max-width: 991px) {
    .col-md-6.wn-latest-b14 {
        width: 50%;
        float: left;
    }
}

@media (max-width:767px) {
    .wn-latest-b14 .latest-b14-cont h3.latest-b14-title {
        font-size: 19px;
        padding: 0 15px;
        top: 60%;
    }

    .wn-latest-b14 .latest-b14-cont .latest-b14-meta {
        top: 50%;
    }

    .wn-latest-b14 .latest-b14-cont i {
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: 18%;
        margin-left: -30px;
        border: 2px solid transparent;
    }

    .wn-latest-b14:hover .latest-b14-cont i {
        border: 2px solid transparent;
    }

    .wn-latest-b14 .latest-b14-cont a.hcolorf:hover i {
        border: 2px solid;
    }
}