.isotope-blog {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.isotope-blog:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.isotope-post-item {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    width: 33.333%;
}
.isotope-post-item .post-item {
    position: relative;
    display: block;
    height: 100%;
    box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    overflow: hidden;
}
.filterable-blog article .entry-featured-image-url {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    margin: 0px;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

.filterable-blog article .entry-featured-image-url span {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
    max-width: none;
}
.filterable-blog article .entry-featured-image-url img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
}
@media(min-width:981px) {
    .filterable-blog .isotope-post-item.isotope-post-item-dw {
        width: 66.666%
    }

    .filterable-blog .isotope-post-item.isotope-post-item-dh .desc-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    .filterable-blog article.isotope-post-item-dw .entry-featured-image-url img {
        width: 100%;
        height: auto;
    }
    .filterable-blog article.isotope-post-item-dh .entry-featured-image-url {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        z-index: 1;
    }
    .filterable-blog article.isotope-post-item-dw .entry-featured-image-url {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .filterable-blog article.isotope-post-item-dw .desc-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .filterable-blog article.isotope-post-item-dw .entry-featured-image-url span:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: 10;
        background: rgba(0,0,0,0.5);
    }
    .filterable-blog article.isotope-post-item-dh .entry-featured-image-url span:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: 10;
        background: rgba(0,0,0,0.5);
    }

    .filterable-blog article.isotope-post-item-dw.tag-video .entry-featured-image-url span:after,
    .filterable-blog article.isotope-post-item-dh.tag-video .entry-featured-image-url span:after {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        background: url('../icons/video-white.svg');
        background-position: center;
        background-size: contain;
        transform: translate(-50%, -100%);
    }
    .filterable-blog article.isotope-post-item-dw.tag-podcast .entry-featured-image-url span:after,
    .filterable-blog article.isotope-post-item-dh.tag-podcast .entry-featured-image-url span:after {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        background: url('../icons/podcast-white.svg');
        background-position: center;
        background-size: contain;
        transform: translate(-50%, -50%);
    }
    .filterable-blog article.isotope-post-item-dw:not(.tag-podcast):not(.tag-video) .entry-featured-image-url span:after,
    .filterable-blog article.isotope-post-item-dh:not(.tag-podcast):not(.tag-video) .entry-featured-image-url span:after {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        background: url('../icons/rss-white.svg');
        background-position: center;
        background-size: contain;
        transform: translate(-50%, -50%);
    }
    .filterable-blog article.isotope-post-item-dh .entry-featured-image-url span {
        height: 100%;
    }
    .filterable-blog article.isotope-post-item-dh .entry-featured-image-url img {
        position: absolute;
        height: 100%;
        width: auto;
        z-index: 1;
        max-width: none;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .filterable-blog article.isotope-post-item-dh .type-filter {
        top: -20px;
    }
}
.filterable-blog article .entry-featured-image-url:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 35%, transparent);
}
.filterable-blog article .entry-featured-image-url:hover {
    opacity: .6;
}
.filterable-blog article img {
    display: block;
    width: 100%;
    
}
.filterable-blog article .cat-list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
}
.filterable-blog article .cat-list span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .8
}
.filterable-blog article .cat-list span:hover {
    opacity: .6;
}
.filterable-blog article a.title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #222 !important;
    padding: 0 15px 15px;
}
.filterable-blog article a.title:hover {
    opacity: .7;
}
.filterable-blog article .desc-wrap {
    position: relative;
    background: #fff;
    display: block;
    padding-bottom: 15px;
    z-index: 11;
}
.filterable-blog article .type-filter{
    position: absolute;
    z-index: 11;
    top: -20px;
    font-size: 12px;
    background: rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    padding: 0px 20px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    z-index: 10;
}

.filterable-blog article .type-filter span {
    position: relative;
    background: none;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    transition: all .4s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.filterable-blog article .type-filter span:after {
    content: "";
    height: 100%;
    width: 500%;
    background: linear-gradient(90deg, rgba(255,255,255,0.5), transparent);
    display: block;
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.filterable-blog article .type-filter span:before {
    content: "";
    height: 100%;
    width: 500%;
    background: linear-gradient(90deg,transparent, rgba(255,255,255,0.5));
    display: block;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
.filterable-blog article .type-filter span:hover {
    cursor: pointer;
    background:  rgba(0,0,0,0.6);
}
.filterable-blog article .filter-icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: -25px;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    border: 2px solid #fff;
    box-sizing: content-box;
    border-radius: 50%;    
    overflow: hidden;
    transition: all .4s;
    cursor: pointer;
    z-index: 20;
}
.filterable-blog article .filter-icon:hover {
    opacity: .7;
}
.js-filter .page-numbers {
    display: inline-block;
    width: auto;
    text-align: center;
    border: 1px solid #eee;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    min-width: 40px;
}
.js-filter a.page-numbers {
    background: #f7f7f7;
    transition: all .4s;
}
.js-filter a.page-numbers:hover {
    background: #fff;
}
.js-filter .no-results {
    font-size: 24px;
    display: block;
    text-align: center;
    width: 100%;
}
@media(max-width:980px) and (min-width:768px) {
    .filterable-blog article {
        width: 48%;
        margin: 0 1% 40px;
    }
}
@media(max-width:767px) {
    .filterable-blog article {
        width: 98%;
        margin: 0 1% 40px;
    }
}