body.category {
    background-color: #fff;
}

    body.category > main {
        padding-top: 0;
    }

    body.category > footer.main {
        margin-top: 10em;
    }




/* category page */
.course-category h1 {
    font-weight: 700;
    font-size:2.3em;
    color:#000;
}

.course-category .active-courses {
    color: #9a9aa4;
    margin-top: 12px;
}
.course-category .course-category .notfound {
    font-size: 1.1em;
    margin: 4em 0 2em;
}
.course-category .filter {
    margin: 3.5em 0 2.5em;
}

.course-category .filter_isotope {
    margin-left: auto;
    display: none;
}

    .course-category .filter_isotope .btn__filter {
        background-color: transparent;
        border-radius: 16px;
        color: #9a9aa4;
        font-weight: 500;
    }

        .course-category .filter_isotope .btn__filter.active {
            background-color: var(--bg-gray);
            color: var(--black);
            font-weight: 600;
        }

.course-category .filter__sort {
    margin-right: auto;
    display: none;
}

.filter_isotope_sort {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.filter__advance {
    margin-right: auto;
}

    .filter__advance button {
        background-color: transparent;
        border: 1px solid #c6c6cd;
        padding: 13px 16px;
        border-radius: 12px;
    }

        .filter__advance button svg {
            margin-right: 12px;
            fill: #c6c6cd;
        }












@media(min-width:576px) {
    .course-category .filter_isotope {
        display: flex;
        margin-right: auto;
    }

    .filter_isotope_sort {
        display: none;
    }
}

@media (min-width:768px) {
    .course-category .filter__sort {
        margin-right: auto;
        display: flex;
    }

    .course-category .filter_isotope {
        margin-right: 0;
    }
}

@media (min-width:1024px) {
}
