/*
 Theme Name:   Vantage Child
 Theme URI:    https://bengalscats2026.mhwebstaging.com
 Description:  Child theme for Vantage (Bengal Cat Directory)
 Author:       Bengal Cat Directory
 Author URI:   https://bengalscats2026.mhwebstaging.com
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  vantage-child
*/

/*
 * Add custom CSS below this line.
 * Parent theme styles are loaded automatically via functions.php.
 */

/* Carousel wrapper spacing */
.bcd-carousel-wrap {
	width: 100%;
	margin-bottom: 20px;
}

/* Fix nav submenu ghost block lingering after hover */
.top-bar .dropdown.menu .submenu {
	display: none;
}
.top-bar .dropdown.menu li:hover > .submenu,
.top-bar .dropdown.menu li.is-active > .submenu {
	display: block;
}

/* Hide empty cover/hero section on listing archive and search pages */
.post-type-archive-listing .entry-cover.no-image,
.tax-listing_category .entry-cover.no-image,
.tax-listing_tag .entry-cover.no-image,
.search-results .entry-cover.no-image {
	display: none;
}

/* Hide extra menu on mobile */
.title-bar-right .menu-icon {
    display: none;
}

.home-cover.has-image:after {
    background: none;
}

/* Change BG from gray to black when no featured img */
/* Hero covers */
.entry-cover,
.listing-cover {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Ads title size */
.rtcl .rtcl-grid-view .listing-item .item-content h3.listing-title {
    font-size: 16px;
}

/* All listing font size */
ul.listing-meta li {
    font-size: 14px;
    margin-bottom: 3px;
}

.custom-vantage-search-block {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
