#post-pagination-container{
    position: relative;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%;
}
#post-pagination-container::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 4px/ 2);
    display: block;
    width: 4px;
    background-color: #d6d6d6 !important;
    color: #d6d6d6 !important;
    border-width: 2px;
    border-style: solid;
}
#post-timeline-setting{
    display: none;
}
.timeline_icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: aqua;
    border-radius: 50%;
    border: 5px solid #d6d6d6;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
}
.timeline_icon i{
    line-height: 33px;
    color: #fff;
}
.timeline_content{
    padding: 12px;
    position: relative;
    border-radius: 5px;
    background: aliceblue;
    border: 2px solid #00ffff;
}
.post-repeater-item {
    margin-top: 50px;
    position: relative;
}
a.timeline_content_readmore {
    color: blue;
}
.timeline_meta{
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    top: calc(0 * 1% - 51px * 0/ 100 - (22px/ 2 - 48px/ 2));
}
.post-repeater-item.timeline_centered:nth-of-type(odd) {
    width: calc(50% - 48px);
    float: right;
    clear: both;
}
.timeline_centered:nth-of-type(odd) .timeline_meta {
    position: absolute;
    left: calc(-100% - 48px * 2);
    text-align: right;
}
.timeline_centered:nth-of-type(odd) .timeline_icon {
    left: calc(48px/ 2 - 48px * 2);
}
.post-repeater-item.timeline_centered:nth-of-type(even) {
    width: calc(50% - 48px);
    float: left;
    clear: both;
}
.timeline_centered:nth-of-type(even) .timeline_meta {
    position: absolute;
    left: auto;
    right: calc(-100% - 48px * 2);
    text-align: left;
}
.timeline_centered:nth-of-type(even) .timeline_icon {
    right: calc(48px/ 2 - 48px * 2);
}
.post-repeater-item.timeline_right{
    width: calc(50% - 34px);
    float: right;
    clear: both;
}
.timeline_right .timeline_meta {
    position: absolute;
    left: calc(-100% - 48px * 2);
    text-align: right;
}
.timeline_right .timeline_icon {
    left: calc(45px/ 2 - 39px * 2);
}
.post-repeater-item.timeline_left{
    width: calc(50% - 34px);
    float: left;
    clear: both;
}
.timeline_left .timeline_meta {
    position: absolute;
    left: auto;
    right: calc(-100% - 48px * 2);
    text-align: left;
}
.timeline_left .timeline_icon {
    right: calc(61px/ 2 - 44px * 2);
}
ul.post-categories{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#load-more-button{
    padding: 5px 10px;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    background: #00ffff;
}
.timeline_right .timeline_content::before{
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: -10px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #00ffff transparent transparent;
}
.timeline_left .timeline_content::before{
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: -20px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 10px;
    border-color:  transparent transparent transparent #00ffff;
}
.timeline_centered:nth-of-type(odd) .timeline_content::before{
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: -10px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #00ffff transparent transparent;
}
.timeline_centered:nth-of-type(even) .timeline_content::before{
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: -20px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 10px;
    border-color:  transparent transparent transparent #00ffff;
}
.timeline_content_title h1{
    font-size: 26px;
}
.timeline_content_title h2{
    font-size: 24px;
}
.timeline_content_title h3{
    font-size: 22px;
}
.timeline_content_title h4{
    font-size: 20px;
}
.timeline_content_title h5{
    font-size: 18px;
}
.timeline_content_title h6{
    font-size: 14px;
}
@media only screen and (max-width: 425px) {
    .timeline_content_title h3{
        font-size: 15px;
    }
    .timeline_content_readmore{
        font-size: 10px;
    }
    .timeline_date{
        width: 35%;
    }
}