#page-content .post-item-link{
    text-decoration: none;
    color: var(--title-color);
    font-size: 2.5rem;
}

#page-content .post-item-link:hover{
    text-decoration: underline;
}

#page-content .post-item-header{
    margin-bottom: 1.6rem;
}

#page-content .post-item-header .post-title{
    margin-top: 0;
}

#page-content .post-item-content .post-info{
    margin: 1.6rem 0;
    font-size: 1.4rem;
}

#page-content .post-author{
    color: var(--main-color);
    text-decoration: none;
}

#page-content .post-author:hover{
    text-decoration: underline;
}

#page-content .post-read-more a{
    font-size: 1.8rem;
    color: var(--main-color);
    background-color: transparent;
    line-height: normal;
    padding: 0.5em 2em;
    display: inline-block;
    border: 1px solid var(--main-color);
    margin-top: 1rem;
}

#page-content .post-read-more a:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}

#page-content .posts-item-wrapper{
    padding: 2.8rem 0;
    border-bottom: 1px solid var(--border-color);
}

#page-content .posts-item-wrapper:last-child{
    border: none;
}

.post-select{
    background-color: #f0f0f0;
    box-shadow: none;
    border-radius: 3px;
    width: 6rem;
    height: 3.6rem;
    text-align: center;
    font-size: 1.8rem;
}

.limiter-options{
    margin: 0 5px 0 7px;
    width: auto;
}

.post-pagination{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.post-limiter{
    display: flex;
    align-items: center;
}

.post-limiter-form{
    margin-right: 1.6rem;
}

.post-pages-list{
    list-style: none;

}

.post-pages-item{
    width: 3.6rem;
    height: 3.6rem;
    color: var(--main-color);
    margin-right: 1rem;
    text-align: center;
    line-height: 3.6rem;
    cursor: pointer;
    border: 1px solid var(--main-color);
}

.post-pages-item:hover{
    color: var(--white-color);
    background: var(--main-color);
}

.post-pages-item.pagination-next{
    display: flex;
    justify-content: center;
}

.post-pages-item.pagination-prev{
    display: flex;
    justify-content: center;
}

.post-pages-item.pagination-next:hover
#pagination-next-icon{
    fill: #fff;
    width: 1.6rem;
}

.post-pages-item.active{
    color: var(--white-color);
    background: var(--main-color);
}

#page-content #pagination-next-icon{
    transform: rotate(-90deg);
    width: 1.6rem;
}

#page-content #pagination-prev-icon{
    transform: rotate(90deg);
    width: 1.6rem;
}

#page-content .post-descripton{
    height: 12rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

#page-content .pager{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#page-content .pager .item{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
    text-align: center;
    line-height: 3.6rem;
    cursor: pointer;
    border: 1px solid var(--main-color);
}


#page-content .pager .item.current{
    background: var(--main-color);
}

#page-content .pager .pages .action.next{
    margin-left: 0;
}

#page-content .pager .pages .action{
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 102%;
    height: 100%;
    border: none;
    background: none;
}

#page-content .pages .action:before{
    color: var(--main-color);
}

#page-content .pager .item a{
    color: var(--main-color);
    font-size: 1.6rem;
}


#page-content .pages strong.page{
    width: 102%;
    height: 100%;
    line-height: 3.6rem;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 1px;
    background: none;
    justify-items: center;
    align-content: center;
}











