/* featured reports */
.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 .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;
    }
}
