/*************************
*
*  Post Listing List 1
*
*************************/
.post--horizontal-background {
    padding: 30px 30px 30px 0;
}
.post--horizontal-background:before {
    content: '';
    height: 100%;
    background-color:  #222222;
    position: absolute;
    right: 0;
    left: 55px;
    top: 0;
}
.post--horizontal-background.post-not-exist-thumb:before {
    left: 0;
}
.post--horizontal-background .post__thumb {
    width: 48.1707317073%;
    height: 0;
    padding-bottom: 40%;
    margin-right: 35px;
}
.post--horizontal-background .post__text {
    padding: 30px 25px;
}
.post--horizontal-background .post__thumb a:not(.post__cat):not(.post-author__avatar) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.post--horizontal-background .post__excerpt {
    margin-bottom: 20px;
}

.post--horizontal-background .post__meta {
    margin: 0;
}
.post--horizontal-background .post-author__avatar {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    margin-right: 0;
}
.post--horizontal-background .post-author__text {
    display: none;
}
@media (min-width: 992px) {
    .post--horizontal-background:hover .post__title {
        color: #fff;
    }
    .post--horizontal-background:hover .post__excerpt {
        color: rgba(255, 255, 255, 1);
    }
    .post--horizontal-background:hover .post__meta {
        color: rgba(255, 255, 255, 0.8);
        opacity: 1;
    }
    .post--horizontal-background:hover .post-author__name {
        color: #fff;

    }
    .post--horizontal-background:hover .post-author_style-5 .post-author__text time,
    .post--horizontal-background:hover .post-author_style-7 .post-author__text time {
        opacity: 0.8;
    }
    .post--horizontal-background:before {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .post--horizontal-background:hover:before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

}


@media (max-width: 767px) {
    .post--horizontal-background .post__meta {
        display: none;
    }
    .post--horizontal-background {
        padding: 30px 30px;
    }
    .post--horizontal-background .post__thumb {
        width: 100%;
        height: 280px;
        padding-bottom: 0;
    }
    .post--horizontal-background:before {
        left: 0;
    }
    .post--horizontal-background .post__text {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .post--horizontal-background .post__thumb {
        height: 250px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .post--horizontal-background {
        padding: 25px 20px;
    }
    .post--horizontal-background .post__thumb {
        height: 230px;
    }
    .post--horizontal-background .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-background .post__meta {
        display: none;
    }
}