.archive .entry-content{
    display: table-cell;
}

.archive .entry{
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 75px;
}



.after-entry, .archive-description, .author-box, .category-index .widget-title {
    max-width: 780px;
}

.category .posts-container {
    display: flex;
    flex-wrap: wrap;
}

.archive article{
    height: 100%;
    position: relative;
}

.archive article h2.entry-title{
    font-size: 22px;
    white-space: nowrap;
}
.archive article h2.entry-title a{
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
position: relative;
display: block;
}

.archive .block-article{
    margin-top: 30px;
    margin-right: 2%;
}

.archive .block-article .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 30px;
}

.archive .entry-content{
    width: 100%;
    display: block;
}

.archive .stp{
    margin: 20px 0;
}

/*Shop the post in homepage*/

.home .stp {
    padding: 20px;
    border: 1.5px solid #e0e0e0;
    position: relative;
    margin: 55px auto 45px;
}
.home .stp-title {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    text-align: center;
}

.home .stp-title h4{
    display: inline-block;
    padding: 2px 16px;
    background: black;
    color: white;
    font-size: 11px;
    font-weight: normal;
}