



.single-news-item-img > a {
    color: #fff;
    font-size: 24px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.single-news-item:hover .single-news-item-img:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.single-news-item:hover .single-news-item-img a {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.sponsored-area {
    padding-bottom: 70px
}

.single-sponsored-item > img {
    border: 1px solid #C0C0C0;
}




.categeory h2,
.archives h2,
.tags h2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

