body.page-navbar-fixed-top-sm {
    padding-top: 0;
}

#home.content.has-bg .content-bg:before {
    background: none !important;
}

#home.content.has-bg h1 {
    background: rgba(0, 0, 0, 0.3);
}

.about-author .quote:before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.team .image img {
    height: 128px;
    width: 128px;
    object-fit: cover;
}

#news .carousel-inner {
    height: 300px;
}

.section-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 10px;
    position: relative;
    text-align: left;
    text-align: center;
    text-transform: uppercase;
}

    .section-title:before {
        background: #222;
        content: '';
        height: 2px;
        left: 0;
        margin-top: -1px;
        position: absolute;
        right: 0;
        top: 0;
        top: 50%;
        z-index: 0;
    }

    .section-title span {
        background: #fff;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        z-index: 1020;
    }

.about-author .author .image img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

@media (min-width: 1920px) {
    .home-content h1 {
        font-size: 60px;
    }
}

@media(max-width: 1200px) {
    .content.has-bg .content-bg img {
        max-height: 100%;
        min-width: 100%;
    }
}

.work .desc {
    min-height: 65px;
}

    .work .desc .desc-info {
        float: right;
    }
/* -------------------------------
   6.0 Post Setting
------------------------------- */
/* 6.1 Post List Setting */
.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .post-list > li:before,
    .post-list > li:after {
        clear: both;
        content: '';
        display: table;
    }

    .post-list > li {
        padding: 0;
    }

        .post-list > li + li {
            margin-top: 60px;
        }

.post-left-info {
    float: left;
    margin-right: 20px;
    width: 50px;
}

.post-date {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 auto 2px;
    padding: 10px;
    text-align: center;
}

    .post-date .day {
        color: #333;
        display: block;
        font-size: 24px;
    }

    .post-date .month {
        color: #333;
        display: block;
        font-size: 10px;
        margin-top: 5px;
    }

    .post-date + .post-likes {
        border-top: 2px solid #ddd;
    }

.post-likes {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.post-left-info + .post-content {
    margin-left: 70px;
}

.post-image {
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 56%;
    position: relative;
}

    .post-image.post-image-with-carousel {
        padding-top: 0;
    }

        .post-image.post-image-with-carousel .item {
            overflow: hidden;
            padding-top: 56%;
        }

    .post-image img {
        left: 0;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

.post-video {
    margin-bottom: 25px;
}

.post-list blockquote {
    background: #e9edef;
    border: none;
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 30px;
}

.post-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px;
}

    .post-title a {
        color: #000;
    }

.post-by {
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 0;
}

    .post-by .divider {
        color: #333;
        font-size: 10px;
        margin: 0 5px;
        position: relative;
        top: -1px;
    }

.post-desc {
    color: #696969;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.read-btn-container {
    font-size: 12px;
    text-align: right;
}

    .read-btn-container a {
        color: #333;
    }


/* 6.2 Post Grid Setting */

.post-grid {
    margin: -10px;
}

    .post-grid:before,
    .post-grid:after {
        clear: both;
        content: '';
        display: table;
    }

    .post-grid > li,
    .post-li {
        padding: 10px;
        width: 33.33%;
    }

    .post-grid.post-grid-2 > li,
    .post-grid.post-grid-2 > .post-li {
        width: 50%;
    }

    .post-grid.post-grid-3 > li,
    .post-grid.post-grid-3 > .post-li {
        width: 33.33%;
    }

    .post-grid.post-grid-4 > li,
    .post-grid.post-grid-4 > .post-li {
        width: 25%;
    }

    .post-grid .post-image,
    .post-grid .post-video {
        margin: -1px -1px 0;
    }

    .post-grid blockquote {
        margin-bottom: 0;
    }

    .post-grid .post-title {
        font-size: 20px;
        line-height: 24px;
    }

    .post-grid .post-content {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    .post-grid .post-info {
        padding: 15px;
    }

.sidebar-recent-post {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .sidebar-recent-post > li:before, .sidebar-recent-post > li:after {
        content: '';
        display: table;
        clear: both
    }

    .sidebar-recent-post > li {
        padding: 10px 0
    }

        .sidebar-recent-post > li + li {
            border-top: 1px solid #ddd
        }

        .sidebar-recent-post > li .title {
            margin: 0;
            font-size: 13px;
            text-transform: initial;
            letter-spacing: 0;
            line-height: 20px
        }

            .sidebar-recent-post > li .title a {
                color: #333
            }

        .sidebar-recent-post > li .date {
            font-size: 11px;
            color: #999
        }

/* -------------------------------
   7.0 Page Setting
------------------------------- */

/* 7.1 Details Page Setting */

.post-detail .post-image {
    margin-bottom: 15px;
}

.post-detail .post-by {
    font-size: 12px;
}

.post-detail .post-desc {
    margin-bottom: 30px;
}

    .post-detail .post-desc p {
        margin-bottom: 0;
    }

        .post-detail .post-desc p + p {
            margin-top: 15px;
        }


/* 7.2 Details Page Comment Section Setting */

.comment-list {
    color: #2d353c;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

    .comment-list > li {
        padding: 20px;
    }

        .comment-list > li + li {
            border-top: 2px solid #eee;
        }

        .comment-list > li:before,
        .comment-list > li:after {
            clear: both;
            content: '';
            display: table;
        }

    .comment-list .comment-avatar {
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        background: #d9e0e7;
        border-radius: 70px;
        color: #929ba1;
        float: left;
        font-size: 62px;
        height: 70px;
        line-height: 84px;
        margin-right: 20px;
        overflow: hidden;
        text-align: center;
        width: 70px;
    }

        .comment-list .comment-avatar img {
            display: block;
            max-width: 100%;
        }

        .comment-list .comment-avatar + .comment-container {
            margin-left: 90px;
        }

    .comment-list .comment-author {
        color: #2d353c;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .comment-list .comment-date {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        margin-left: 5px;
    }

    .comment-list .comment-content {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .comment-list .comment-rating {
        color: #999;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: right;
    }

    .comment-list .comment-btn {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .comment-list .comment-list {
        border-bottom: none;
        border-top: 2px solid #eee;
        margin-bottom: 0;
        margin-top: 30px;
    }

        .comment-list .comment-list > li {
            padding-bottom: 0;
        }

/* 5.15 Plugin - Fullcalendar */

.fc-event,
.fc .fc-event {
    background: #2d353c;
    border: none;
    border-radius: 0;
}

.fc .fc-highlight {
    background: #cdd3de;
}

.fc .fc-day-grid-event {
    padding: 1px 2px;
}

.fc .fc-view-container {
    background: #fff;
}

.fc.fc-unthemed .fc-today {
    background: #fffce4;
}

.fc a.fc-event:not([href]):not([tabindex]) {
    color: #fff;
}

.fc-row .fc-content-skeleton td.fc-today,
.fc-row .fc-helper-skeleton td.fc-today {
    background: none;
}

.fc-event-list .fc-event {
    background: none;
    background: #fff;
    border: none;
    border-radius: 6px;
    color: #242a30;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 7px 10px 7px 35px;
    position: relative;
}

    .fc-event-list .fc-event:hover,
    .fc-event-list .fc-event:focus {
        background: #fff;
        color: #242a30;
        cursor: pointer;
    }

        .fc-event-list .fc-event:hover:before,
        .fc-event-list .fc-event:focus:before {
            background: #cdd5da;
            color: #2e353c;
        }

    .fc-event-list .fc-event i {
        float: left;
        line-height: 18px;
    }

    .fc-event-list .fc-event + .fc-event {
        margin-top: -1px;
    }

    .fc-event-list .fc-event.ui-draggable:before {
        background: #e6eaec;
        border-radius: 6px 0 0 6px;
        bottom: 0;
        color: #a2a7ab;
        font-size: 14px;
        font-weight: 900;
        left: 0;
        line-height: 16px;
        padding-bottom: 7px;
        padding-top: 7px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
    }

    .fc-event-list .fc-event.ui-draggable-dragging {
        border: 1px dashed #D2D6DA;
    }

.fc-event-list .fc-event-icon {
    float: right;
    margin-left: 10px;
}

body .fc button {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #242a30;
    font-size: 12px;
    font-weight: 400;
    height: inherit;
    line-height: 1.5;
    padding: 5px 10px;
    position: initial;
    text-shadow: none;
}

    body .fc button + button {
        border-left: 1px solid #e2e7eb;
    }

    body .fc button:active,
    body .fc button:focus,
    body .fc button:hover {
        background: #fff;
        outline: none;
    }

    body .fc button:hover {
        color: #348ee3;
    }

    body .fc button.fc-state-disabled:active,
    body .fc button.fc-state-disabled:focus,
    body .fc button.fc-state-disabled:hover {
        background: #fff;
    }

    body .fc button.fc-state-active {
        background: #2e353c;
        border-color: #2e353c;
        box-shadow: none;
        color: #fff;
    }

.fc.fc-unthemed .fc-content,
.fc.fc-unthemed .fc-divider,
.fc.fc-unthemed .fc-popover,
.fc.fc-unthemed .fc-row,
.fc.fc-unthemed tbody,
.fc.fc-unthemed td,
.fc.fc-unthemed th,
.fc.fc-unthemed thead {
    border-color: #d9e0e7;
}

.fc th {
    background: #e8ecf1;
    color: #242a30;
    font-weight: 600;
    padding: 2px 15px !important;
}

.fc button .fc-icon {
    font-size: 12px;
    height: auto;
    margin: 0;
    top: 0;
    width: auto;
}

.fc .fc-unthemed .fc-today {
    background: #FFF8F0;
}

.fc .fc-scroller {
    height: auto !important;
    overflow: initial;
}

.fc .fc-toolbar {
    margin-bottom: 0 !important;
}

    .fc .fc-toolbar h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .fc .fc-toolbar > * > * {
        margin-bottom: 15px !important;
    }

/* styles for '...' */

.block-with-text {
    /* use this value to count block height */
    line-height: 1.2em;
    /* place for '...' */
    margin-right: -1em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* hide text if it more than N lines  */
    overflow: hidden;
    padding-right: 1em;
    /* for set '...' in absolute position */
    position: relative;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
}

    /* create the ... */

    .block-with-text:before {
        bottom: 0;
        /* points in the end */
        content: '...';
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of block */
        right: 0;
    }

    /* hide ... if we have text, which is less than or equal to max lines */

    .block-with-text:after {
        /* bg color = bg color under block */
        background: white;
        /* points in the end */
        content: '';
        height: 1em;
        margin-top: 0.2em;
        /* absolute position */
        position: absolute;
        /* set position to right bottom corner of text */
        right: 0;
        /* set width and height */
        width: 1em;
    }