/* ----- 
Category Featured 
----- */
.category-thumb .caption { 
    padding: 10px; 
}
.category-thumb:hover .caption {
    opacity: 1;
    bottom: 0;
}
.category-thumb .caption .btn-default {
    border: 2px solid var(--secondary-color);
}
.category-thumb .featured-category-desc {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom:12px;
    line-height: initial;
    color: var(--border-color);
    transition: 0.3s;
}
.category-thumb:hover h4.cat-title a{
    color: var(--primary-hover-color);
}
.category-thumb:hover .featured-category-desc{
    color: var(--primary-hover-color);
}
.category-thumb { 
    padding: 11px 0;
    transition: 0.5s;
}
.category-thumb .images-hover.image { 
    background-color: var(--background-color);
    border: 4px dashed var(--background-color);
    border-radius: 50%;
    transition: 0.7s;
}
.category-thumb:hover .images-hover.image {
    background: transparent;
    border: 4px dashed var(--primary-hover-color); 
}
.category-thumb .image img {
    transition: 0.7s;
}
.category-thumb:hover .image img { 
    filter:unset;
}
.category-thumb h4.cat-title a {
    font-size: 20px; 
    font-weight: 500; 
}
.category-thumb h4.cat-title {
    margin-bottom: 0;
}
.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 h4.cat-title a{
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) { 
    .category-thumb .featured-category-desc {
        font-size: 16px; 
        margin-bottom: 0; 
    }
    .category-thumb {
        padding: 11px 0 0 0 ; 
    }
}

