/*
Theme Name: Ray
Author: Aleksey Stasenko
*/

.post-single.news .single-author {
    border: unset;
    margin: unset;
    padding: unset;
}

.post-single.news .single-header__info {
    display: flex;
    justify-content: space-between;
    padding-left: 23px;
    padding-right: 23px;
}

.post-single.news .single-header__text {
    width: 100%;
}



.post-single.news .single-header__title-block {
    border-radius: 14px;
    background-color: #414042;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
    min-height: 288px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.post-single.news .single-header__title {
    max-width: 850px;
    margin: unset;
    color: white;
    display: flex;
    flex-basis: 100%;
}



.post-single.news .single-header__wrap {
    margin-bottom: 100px;
    padding-bottom: 18px;
}


.news .background-category {
    background-color: #00e5ff;
}



.news .post-single__two-column.j-center {
    justify-content: center;
}

.news .post-single__two-column.j-center .post-single__left {
    margin-right: unset;
    max-width: 100%;
    width: 1000px;
}





.news.post-item {
    display: block;
    width: calc(33% - 25px);
}

.news.post-item .post-item__header {
    border-radius: 14px 14px 0 0;
    background-color: #414042;
    padding: 22px;
    height: auto;
    min-height: 298px;
    display: flex;
    align-items: center;
}

.news.post-item .post-item__title {
    color: white;
    margin: unset;
    font-size: 24px;
    line-height: 120%;
}

.news.post-item .post-item__description {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}

.news.post-item .post-item__text {
    min-height: 203px;
}

@media(min-width: 768px) {
    .news .single-author__text br {
        display: none;
    }
}

@media(max-width: 768px) {
    .news.post-item {
        width: 100%;
    }

    .news.post-item .post-item__header {
        padding: 22px;
        height: auto;
        min-height: 189px;
    }

    .news.post-item .post-item__title {
        font-size: 18px;
        line-height: 120%;
    }

    .news.post-item .post-item__text {
        min-height: 120px;
    }


    .post-single.news .single-header__title-block {
        padding-left: 30px;
        padding-right: 30px;
        min-height: 189px;
        margin-bottom: 18px;
    }

    .post-single.news .single-header__text {
        padding: unset;
        padding-bottom: 20px;
    }

    .post-single.news .single-header__wrap {
        margin-bottom: 30px;
    }

}