.entry-subtitle small {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* maksimal 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-thumbnail {
    max-height: 300px;
}

/* .homepage-two.fixed-nav .sticky-nav #menubar {
    float: none;
} */

#navigation .navbar-nav li a {
    font-size: 14px;
    /* font-weight: bold; */
    padding: 5px 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .25em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

#navigation #mainmenu {
    max-height: 700px;
}

.author-heading-slider {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.shadow-img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.8));
}

.author-profile {
    margin-bottom: 10px;
}

.author-heading.author-heading-slider {
    position: relative;
    overflow: hidden;
}

.author-heading.author-heading-slider::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7) 5%,
            /* gelap di bawah */
            rgba(0, 0, 0, 0.3) 30%,
            /* mulai memudar */
            rgba(0, 0, 0, 0) 100%
            /* transparan di atas */
        );
    z-index: 1;
}

/* ini biar konten tetap di atas shadow */
.author-heading .author-profile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* text-align: center; */
    z-index: 2;
}

.author-name-cs {
    width: 70%
}