@media (max-width: 992px) {
section.acf-blog-archive .filter-item {
    width: 47%!important;
}

}
@media (min-width: 992px) {
/* section.acf-blog-archive .post_card_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
section.acf-blog-archive  .allInnerMainBdata {
    margin-top: auto;
}
}
section.acf-blog-archive .card-subtitle {
font-size: var(--f16);
font-weight: var(--fontW400);
font-family: var(--secondary-font)!important;
}

section.acf-blog-archive h2.big-all-card-title {
    line-height: unset;
    margin-bottom: 0;
}
section.acf-blog-archive .post-buttons .section-btns.btn-one a {
    padding: 0!important;
}
section.acf-blog-archive #selected-items-list li button{
  z-index: 1;
}
section.acf-blog-archive .clear-all button{
  display: none;
}
section.acf-blog-archive button#load-more-blogs {
    background: var(--white);
    color: var(--main-color) !important;
}
section.acf-blog-archive button#load-more-blogs:hover {
    background: var(--main-color) !important;
    color: var(--white) !important;
} 