.has-bg .bg-cover img {
    object-fit: cover;
}

.section-container .persons {
    text-align: center;
}

.section-container .persons .image {
    display: inline-block;
    border-radius: 300px;
    overflow: hidden;
}

.section-container .persons .image img {
    height: 128px;
    width: 128px;
    object-fit: cover;
}

.section-container h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}

    .section-container h2::after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        background: #707478;
        height: 2px;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
    }

.post-left-info .post-date .month {
    text-transform: uppercase;
}

.post-date .fa.fa-star {
    color: #DAA520;
}

.post-overlay-header {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    height: 3.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-post .post-overlay-header {
    background: rgba(0, 0, 0, 0.3);
}

    .post-overlay-header .tag {
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        display: block;
        float: left;
        height: 3.5rem;
        line-height: 3.5rem;
        padding: 0 0.625em;
        text-transform: uppercase;
    }

    .post-overlay-header .date {
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        display: block;
        float: right;
        height: 3.5rem;
        line-height: 3.5rem;
        padding: 0 0.625em;
        text-transform: uppercase;
    }

.post-overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    min-height: 6.25rem;
    left: 0;
    padding: 1.25rem 1.25rem;
    position: absolute;
    width: 100%;
}

.post-list .post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-list .post-desc {
    height: 120px;
}

.post-list .post-desc::after {
    content: '...';
}

.carousel-control {
    background-image: none !important;
}

.sidebar-list li.active {
    font-weight: bold;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
    display: block;
}

.ui-widget {
    z-index: 9999;
}

.fc-toolbar h2 {
    font-size: 19.5px;
}