.tab-content {
  display: none;
  padding: 15px;
}
.filter-blog-posts {
    margin: 60px 0 15px 0;
  width:30%;
}
.blog-index__post-date.blog-index__post-date--list {
    font-size: 15px;
}

div#filters {
    border: 1px solid #eee;
    padding: 0;
    position: absolute;
    z-index: 9;
    background: #fff;
    height: 300px;
    overflow-y: scroll;
    display: none;
    top: 0;
    transition: 0.3s;
    margin: 48px 0 0;width:100%;
}
.blog-section_flex.blog-index.isotope.grid {
    display: flex !important;
    flex-wrap: wrap;
}

/*  
article.cards__item {
    transform: none !important;
} */


/* section.blog-index_blog article {
    position: static !important;
} */

/* section.blog-index_blog .blog-section_flex.blog-index.isotope.grid {
    position: static !important;
    height: auto !important;
    display: flex !important;
      justify-content: space-between;flex-wrap:wrap;
}    */
.show-filter:before {
    content: "\f0d7";
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 900;
    font-family: 'FontAwesome';
}
.show-filter {
    padding: 10px 40px 10px 10px;
    position:relative;
    border: 1px solid #eee;
    width: 100%;
}
.containerwrap button#load-more {
    margin-top:
    background: transparent;
    border: none;
}
.show-filter * {
    margin: 0;
}
.filter-outer-sec:hover div#filters {
    display: block;
}
div#filters button {
    margin: 0;
    width: 100%;
    background: transparent;
    border: navajowhite;
    flex: 0 0 100%;
    display: inline-block;padding:5px 10px;
    flex-wrap: wrap;outline: none;text-align:left;text-transform: capitalize;
}

.filter-outer-sec {
    position: relative;
}
.tab-content.current {
  display: inherit;
}
.tabbing ul.tabs {
    padding: 0;
    margin: 0;display:flex; flex-wrap:wrap;
}
.tabbing ul.tabs li.tab-link.current {
    background: #f4750b;
    color: #fff;
}

.tabbing ul.tabs li {
    list-style: none;
    margin: 0;
    flex: 0 0 50%;
    text-align: center;color:#fff;
    cursor: pointer;background:#00356b;
    padding: 10px 10px;
}
@media (max-width: 767px){
  .blog-index_blog .filter-blog-posts{
    width:100%;
  } 
}

/* .blog-index_blog .blog-section_flex {
    display: flex !important;
    justify-content: space-between;
    column-gap: 0px;
}

.blog-index_blog .blog-section_flex article {
    width: 31%;
    position: unset !important;
    height: auto !important;
    display: inline-block !important;
} */

/* 
@media screen and (max-width: 992px) {
 .blog-index_blog .blog-section_flex article {
    width: 30% !important;
}
}
@media screen and (max-width: 768px) {
   .blog-index_blog .blog-section_flex article {
    width: 47% !important;
}
}

@media screen and (max-width: 520px) {
   .blog-index_blog .blog-section_flex article {
    width: 100% !important;
}
}
*/
