/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.12.1785548954
Updated: 2026-08-01 01:49:14

*/
/* ==========================================================
   Indian Expats in USA Marketplace
   ListingHive Child Theme
   ========================================================== */


/* =========================
   1. Design System
========================= */

/* =========================
   2. Global
========================= */



/* =========================
   3. Header
========================= */



/* =========================
   4. Homepage
========================= */



/* =========================
   5. Categories
========================= */
.hp-listing-category {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.hp-listing-category:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.hp-listing-category__name {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
}

.hp-listing-category__count {
    display: none;
}

/* =========================
   6. Subcategory Cards
========================= */
/* =========================
   6. Subcategory Cards
========================= */

/* Subcategory card */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category {
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    padding: 28px 16px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .25s ease;
}

/* Hover effect */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category:hover {
    border-color: #2563EB;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

/* Remove placeholder images */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__image {
    display: none;
}

/* Remove any old icon experiments */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__image::before {
    content: none !important;
    display: none !important;
}

/* Content alignment */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__content {
    padding: 0;
    width: 100%;
}

/* Category name spacing */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__name {
    margin: 0;
    padding: 0;
}

/* Category name link */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__name a {
    color: #1F2937;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

/* Hide listing count */
body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__count {
    display: none;
}

/* =========================
   7. Listings
========================= */



/* =========================
   8. Vendor Profile
========================= */



/* =========================
   9. Forms
========================= */



/* =========================
   10. Footer
========================= */



/* =========================
   11. Mobile
========================= */
/* FINAL OVERRIDE - remove subcategory placeholder icons */

body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__image::before {
    content: none !important;
    display: none !important;
}

body.tax-hp_listing_category .hp-listing-categories .hp-listing-category__image {
    display: none !important;
}