/* featured reports */
.home .carousel,
.home .carousel img {
    border-radius: 8px;
}

.featured-cat {
    margin-bottom: 20px;
}

.featured-cat .section-title {
    font-size: 20px;
    font-weight: bold;
    color: #212429;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.featured-cat .cat-content {
    display: flex;
    background: #ececec;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.01),0 4px 8px rgba(0,0,0,.02),0 1px 24px rgba(0,0,0,.12);
    box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
    padding-top: 10px;
    padding-bottom: 10px;
}

@media ( max-width: 991px ) {
    .featured-cat .cat-content {
        min-width: 900px;
    }

    .featured-cat .mobile-scroll {
        overflow-x: scroll;
        margin-right: -23px;
        padding-left: 12px;
        margin-left: -12px;
        border-radius: 8px;
    }
}

.featured-cat .cat-content::-webkit-scrollbar {
    display: none;
}

.featured-cat .cat-content .item {
    background: #f8f9fa;
    margin: 5px 0;
    padding: 3px;
    overflow: hidden;
    border-radius: 4px;
}

.featured-cat .cat-content .item:hover {
    opacity: 0.75;
}

.featured-cat .cat-content .item .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    height: 65px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.featured-cat .cat-content .item .item-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc( 100% - 130px );
    margin-left: 4px
}

.featured-cat .cat-content .item .item-meta > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
    color: #6c757d;
    font-size: 12px;
}

.featured-cat .cat-content .item .item-meta .title {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #212529;
}

/* Old Featured Styles */
.featured-cat .thumbnail {
    border-radius: 8px;
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.featured-cat .item-main .thumbnail {
    border-radius: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.featured-cat .title {
    display: block;
    color: #212529;
    font-size: 20px;
    margin: 10px 0 15px 0;
    font-weight: 500;
    line-height: 1.4;
}

.featured-cat .publish-meta {
    font-size: 12px;
    color: #212529;
}

.featured-cat .item-main {
    background: #ececec;
    background-clip: content-box;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.01),0 4px 8px rgba(0,0,0,.02),0 1px 24px rgba(0,0,0,.12);
    box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
}

.featured-cat .item-main a:hover {
    opacity: 0.9;
}
/*
.featured-cat:nth-child(3n+1) .item-main {
    background: #376FAA;
}

.featured-cat:nth-child(3n+2) .item-main {
    background: #2EAE84;
}

.featured-cat:nth-child(3n) .item-main {
    background: #4B43B5;
}
*/
.featured-cat .item-main .title,
.featured-cat .item-main .publish-meta {
    color: #212529;
}

.featured-cat .item-sub {
    display: block;
    border: 1px solid #ddd;
    background: #ececec;
    padding: 8px;
    border-radius: 8px;
    height: 100%;
    position: relative;
    padding-bottom: 21px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.01),0 4px 8px rgba(0,0,0,.02),0 1px 24px rgba(0,0,0,.12);
    box-shadow: 0 1px 4px rgba(0,0,0,.01), 0 4px 8px rgba(0,0,0,.02), 0 1px 24px rgba(0,0,0,.12);
}

.featured-cat .item-sub:hover {
    opacity: 0.9;
}

.featured-cat .item-sub .publish-meta {
    height: 11px;
    position: absolute;
    bottom: 10px;
    line-height: 1;
    overflow: hidden;
}

@media (max-width: 575px) {
    .featured-cat .item-main .thumbnail {
        border-radius: 0;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

/* Old Featured Styles END */