#timeline .post_s {
    margin-bottom:50px;
}
#timeline .post_s hr {
    display:none;
}

/* -------------- CARD -------------- */
#timeline .post_s .card .card-title,
#timeline .post_s .card .card-description {
    color:#ffffff;
}
#timeline .post_s .card {
    background-color: rgb(108, 82, 147) !important;
}
#timeline .post_s .card small {
    color: #ff29e0 !important;
}



/* -------------- SINGLEVIEW -------------- */
.story-intro {
    background-color: var(--ce-hero-light-background-color);
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.story-intro::after {
    content: "";
    position: relative;
    z-index: 1;
    bottom: -42px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--ce-hero-light-background-color);
    color: var(--ce-hero-light-color);
}
.text-highlight {
    border-top:none !important;
}