
/* Latest from Blog 22
-------------------------------------------------- */

#wrap .container.latestposts-twenty-two {
    margin: 0 -15px;
    max-width: none;
    width: auto;
}

.wn-latest-b22 .latest-b22 .latest-b22-img img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid rgba(67, 125, 249, 0);
}

.wn-latest-b22 .latest-b22:hover .latest-b22-img img {
    border: 1px solid #437df9;
    overflow: hidden;
}

.wn-latest-b22 .latest-b22 .latest-b22-content {
    text-align: left;
    background: #fff;
    position: relative;
    max-width: 84%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 25px 53px 27px;
    margin-bottom: 80px;
    border: 1px solid #e4e4e4;
}

.wn-latest-b22 .latest-b22 .latest-b22-content .latest-b22-meta-data {
    font-size: 14px;
    color: #616161;
    margin-bottom: 28px;
}

.wn-latest-b22 .latest-b22 .latest-b22-content h2 {
    line-height: 0.8;
}

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

.wn-latest-b22 .latest-b22 .latest-b22-content h2 a {
    font-size: 30px;
    color: #222222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media ( max-width: 961px) {
    .wn-latest-b22 .latest-b22 .latest-b22-img img {
        width: 100%;
    }
}

@media ( max-width: 767px) {
    .wn-latest-b22 .latest-b22 .latest-b22-content h2 {
        font-size: 18px;
        line-height: 1;
    }
}

@media ( max-width: 481px) {
    .wn-latest-b22 .latest-b22 .latest-b22-content {
        padding: 43px 30px;
        margin-top: -59px;
    }
    .wn-latest-b22 .latest-b22 .latest-b22-content h2 {
        font-size: 24px;
    }
}

@media ( max-width: 320px) {
    .wn-latest-b22 .latest-b22 .latest-b22-content {
        padding: 30px 20px;
        margin-top: -49px;
    }
    .wn-latest-b22 .latest-b22 .latest-b22-content h2 a {
        font-size: 26px;
    }
}
