/**
 * SWC CPT Filter — swc-cpt-filter.css  v2.4.1
 * Smart Web Creative
 */

/* Fade out while switching */
[class*="swc-filter-target-"].swc-cpt-filtering {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Hidden cards */
[class*="swc-filter-target-"] article.swc-cpt-hidden {
    display: none !important;
}
