/*BANNER STYLING*/
.home_banner_item_wrap {
    position: relative;
    margin-bottom: 43px;
}
.home_banner_item_wrap_container{
    margin-top: 20px;
}
.home_banner_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 -250px 66px -50px inset rgba(0,0,0,0.6);
}

.home_banner_item:hover {
    text-decoration: none;
}
.home_banner_item:hover .home_banner_item_text_wrap{
    bottom: 60px;
}
.home_banner_item_meta {
    height: 500px;
    width: auto;
}

.home_banner_item_text_wrap {
    position: absolute;
    bottom: 8px;
    transition: all 1s ease
}

.home_banner_item_title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
}

.home_banner_item_author, .home_banner_item_category {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

.home_banner_item_category:before {
    content: "•";
    color: white;
}

@media screen and (max-width: 540px) {
    .home_banner_item_meta {
        height: 260px;
    }
    .home_banner_item_title {
        font-size: 28px;
    }
}

/*TRANDING POST*/
.home_trending_head, .home_popular_head {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 25px;
}
.home_trending_item_wrap{
    margin-bottom: 45px;
}
.home_trending_item{
    height: 223px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home_trending_item:hover{
    text-decoration: none;
}
.home_trending_item_header{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.home_trending_item_meta{
    min-height: 100px;
}
.home_trending_item_author{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
}

.home_trending_image_item_meta {
    position: absolute;
    bottom: 10px;
}
.home_trending_item_image{
    box-shadow: 0 -181px 100px -70px inset rgba(0,0,0,0.6)
}

.home_trending_item_image:hover {
    box-shadow: 0 -181px 100px -70px inset rgba(0,0,0,0.2);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition:all 1s ease;
}

.home_popular_item_wrap{
    margin-bottom: 24px;
}
.home_popular_item:hover{
    text-decoration: none;
}
.home_popular_item_image{
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_popular_item_image:hover{
    opacity: 0.9;
    transition: opacity 0.5s;
}
.home_popular_item_header{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.home_popular_item_meta {
    position: absolute;
    top: 20px;
    text-align: left;
    padding: 0 10px 0 10px;
    width: 90%;
}
.home_popular_item_text{
    min-height: 160px;
}
.home_popular_item_author{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
}
.home_popular_item_except {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}
.top_blocks_ads_wrap{
    text-align: center;
    margin-bottom: 24px;
}

#hp_aside{
    text-align: right;
}
@media (max-width: 767px) {
    .home_popular_item_image{
        height: 205px;
    }
}

/*HOME TOP POSTS*/

.home_top_main_wrapper{
    margin-top: 50px;
    margin-bottom: 20px;
}
.home_top_wrapper {
    height: 500px;
}
.home_top_item_image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    box-shadow: 0 -250px 66px -50px inset rgba(0,0,0,0.6);
}

.home_top_item_image:hover .home_banner_item_text_wrap{
    border-bottom: 2px solid #fff;
    transition: border-bottom 2ms ease-in-out;
}

.home_top_secondary_wrapper{
    height: 240px;
    margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
    .home_top_wrapper {
        height: 269px;
    }

}
.home_top_secondary_item_meta{
    position: relative;
}
.home_top_secondary_title{
    font-size: 18px;
}
.home_top_secondary_item_text_wrap{
   bottom: -235px;
}
.home_top_secondary_author{
    font-size: 12px;
}