/* ----- 
Category Featured 
----- */
.category-thumb {
    margin-bottom: 30px;
    background: #fafafa;
    border: 2px solid var(--border-color);
    padding: 37px 0;
}
.images-hover.image {
    text-align: center;
    max-width: 153px;
    max-height: 153px;
    margin: auto;
    background: var(--border-color);
    border-radius: 50%;
    padding: 37px 10px;
}
.category-thumb:hover {
    border-color: var(--primary-hover-color);
}
.category-thumb .cat-title h4 {
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    margin: 19px 0 0 0;
    line-height: 20px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .category-thumb {
        margin-bottom: 20px;
        padding: 10px;
    }
    .category-thumb .cat-title h4 {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
}
@media (max-width: 680px) {
    .images-hover.image {
        max-width: 120px;
        max-height: 120px;
        padding: 20px 10px;
    }
}

/* category featured */
#column-left .category-featured .box-content,
#column-right .category-featured .box-content {
    padding: 0;
}
#column-left .category-featured:before,
#column-right .category-featured:before {
    background: transparent;
}
#column-left .category-thumb .cat-title a,
#column-right .category-thumb .cat-title a {
    color: var(--primary-color);
}
#column-left .html3,
#column-right .html3 {
    margin-bottom: 15px;
}