/*
Theme Name: Venture Child Theme
Theme URI: https://venture.ancorathemes.com/
Description: Venture is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.5.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: venture
Template: venture
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* Category Pills */
.post_meta_item.post_categories a {
    display: inline-block;
    padding: 6px 14px;
    margin-right: 8px;
    border-radius: 999px; /* makes pill shape */
    background-color: #f4b400; /* your gold */
    color: #070b14 !important; /* your dark */
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover effect (optional but recommended) */
.post_meta_item.post_categories a:hover {
    background-color: #ffd24d;
    color: #000 !important;
}

/* Force ThemeRex post category tags into HiveMoments pills */
.post_header_single .post_meta.post_meta_categories .post_meta_item.post_categories a,
.post_header_single .post_meta_item.post_categories a,
.post_meta_item.post_categories a[rel="category tag"] {
    display: inline-flex !important;
    align-items: center !important;
    padding: 7px 14px !important;
    margin: 0 6px 6px 0 !important;
    border-radius: 999px !important;
    background: #f4b400 !important;
    color: #070b14 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: .04em !important;
}

.post_header_single .post_meta_item_cat_separator,
.post_meta_item_cat_separator {
    display: none !important;
}

