.timeline:before {
    top: 0px;
    z-index: -1;
    position: absolute;
    left: 62.25%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    content: '';
}
.timeline {
    position: static;
    padding: 30px 0 0px !important;
}

.posts .post .post-content{
  padding: 30px 30px;
    margin: 0 15px 30px;
    background: #fff;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    -moz-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    -ms-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    -o-filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.post .date-published{
    color: #bbb;
    font-family: Soleil;
    font-weight: 300;
    border-bottom: unset;
    text-align: unset;
    padding: 0;
}
.posts .post .post-description{
    padding: 0;
    margin-top: 20px;
}
.read-more-link{
    color: #f26c4a;
    clear: both;
    margin: 10px 0 0;
    font-family: MrsEavesOT-Italic;
    font-size: 20px;
    text-transform: capitalize;
}


.dwtl-left:before {
    right: -4px;
}
.dwtl-right:before {
    left: -4px;
}
.timeline .dwtl-left:before,
.timeline .dwtl-right:before {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 12px;
    border: 3px solid #f8f8f8;
    border-radius: 50%;
    background: #e5e5e5;
    content: '';
}
.timeline .dwtl-left:before,
.timeline .dwtl-right:before {
    border: none;
    width: 8px;
    height: 8px;
    top: 16px;
}
@media screen and (min-width: 992px){
    .posts.timeline .post{
        width: 50%
    }

    .dwtl-left{
        float: left;
        clear: left;
        padding-right: 15px;
    }
    .dwtl-right{
        float: right;
        clear: right;
        padding-left: 15px;
    }
    .alignright{
        float: right;
        margin-left: 20px;
    }

}
@media screen and (max-width: 991px){
    .posts .post .post-content{
        margin: 0 0 15px;
        padding: 30px 10px 0;
    }
    .posts .post .post-content .post-title{
        padding: 0;
        margin: 0 0 15px;
    }
    .posts .post .post-content .post-description{
        padding: 0;
        margin: 20px 0 0;
    }
}