/* ----- 
Category Featured 
----- */
.category-thumb {
    background: var(--background-color);
    padding: 50px 10px;
}
.category-thumb img {
    max-width: 150px;
    margin: auto;
}
.category-thumb .caption .btn-default {
    border: 2px solid var(--secondary-color);
}
.category-thumb .featured-category-desc {
    font-size: 24px;
    margin-bottom: 60px;
    line-height: initial;
}
.category-thumb h4.cat-title {
    margin-top: 30px;
    margin-bottom: 0;
}
.category-thumb h4.cat-title a {
    text-transform: capitalize;
    font-size: 22px;
}
.category-layout{
    -moz-animation: zoomIn 1000ms ease;
    -o-animation: zoomIn 1000ms ease;
    -webkit-animation: zoomIn 1000ms ease;
    animation: zoomIn 1000ms ease;
}
@media (max-width: 1440px) {
    .category-thumb{
        padding: 30px 10px;
    }
    .category-thumb h4.cat-title a{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .category-thumb h4.cat-title a {
        font-size: 15px;
    }
    .category-thumb {
        padding: 20px 10px;
    }
}

