.demo-tab-wrap .item {
    float: left;
}

.demo-tabs li.active {
    border-bottom: 2px solid #93003c;
    color: #93003c;
}

.demo-tab-wrap {
    background: white;
}

.demo-tab-wrap .post-container {
    display: flex;
}

.demo-tab-wrap .demo-tabs span {
    position: absolute;
    display: inline-flex;
    top: 10px;
    font-size: 9px;
    left: 50%;
    transform: translateX(-50%);
    background: #93003c;
    color: #fff;
    padding: 2px 6px;
}

.demo-tab-wrap .pro {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.demo-tab-wrap .lib-img-wrap {
    position: relative;
}

.demo-tab-wrap .lib-img-wrap img {
    width: 100%;
}

.lhead .count{
    font-size: 11px;
    margin-left: 10px;
    background: black;
    color: white;
    padding: 1px 7px;    
}

.demo-tab-wrap .preview-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
    display: none;
    background: white;
    line-height: initial;
    overflow-x: hidden;
}

.demo-tab-wrap .preview-wrap.loading {
    display: block;
}

.demo-tab-wrap .preview-wrap .tp-page-loader-wrap {
    display: none;
}

.demo-tab-wrap .preview-wrap .preview-cta {
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-family: monospace;
}

.demo-tab-wrap .preview-cta a {
    background: black;
    color: white;
    padding: 10px 20px;
}


.demo-tab-wrap .post-container {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}

.demo-tab-wrap .post-container.loading {
    opacity: .4;
}

.demo-tab-wrap .demo-tabs,
.pagination-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.demo-tab-wrap .demo-tabs li,
.demo-tab-wrap .pagination-wrap li {
    cursor: pointer;
    webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    position: relative;
}

.demo-tab-wrap .pagination-wrap li a {
    display: block;
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.demo-tab-wrap .sidebar{
    width: 230px;
    flex: 0 0 230px;    
}
.demo-tab-wrap .item-inner {
    flex: 1;
}
.demo-tab-wrap .filter-cat {
    position: sticky;
    top: 0;
}
.demo-tab-wrap .filter-cat li {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
}
.demo-tab-wrap .filter-cat li.active {
    color: #93003c;
}