/**
* Theme Name:        avanam-honeypot
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.3
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-honeypot
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* Homepage blog cards: date only, hide author and trailing meta dot. */
body.home .elementor-widget-tmcore-post-grid .entry-meta .post-author {
	display: none;
}

body.home .elementor-widget-tmcore-post-grid .entry-meta .posted-on::after {
	display: none;
}

/* Remove site-wide capitalize (keep intentional uppercase). */
h1, h2, h3, h4, h5, h6,
.entry-hero .entry-header,
.entry-title,
.product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.header-navigation-wrapper a,
.primary-menu-container a,
.header-menu-container a,
.secondary-navigation a,
.text-verify,
.banner-product-category,
.remove-all-filters-link,
.woocommerce table.shop_table .product-name dl.variation .wc-item-meta-label,
.woocommerce table.shop_table .product-name dl.variation dt {
	text-transform: none;
}