/**
* Theme Name: Orchestra Iowa
* Description: This is a child theme of BuzzClub.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: buzzclub
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: buzzclub-child
*/

h1, h2, h3, h4 { font-family: "roc-grotesk-wide", sans-serif!important; font-weight: 600; font-style: uppercase; }
:root {
	--oigreen: #B8C471;
}

/* --- HOMEPAGE EVENTS HIDE ELEMENTS --- */
.tribe-events-pro-photo .tribe-events-header,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-datetime-time,
.tribe-events-pro-photo .tribe-event-date-start,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-datetime-wrapper-bottom,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-cost,
.tribe-events-pro-photo .tribe-event-cost,
.tribe-events-pro-photo .tribe-events-c-subscribe-dropdown,
.tribe-events-pro-photo .tribe-events-view--photo .tribe-events-footer,
.tribe-events-pro-photo .tribe-events-view--photo .tribe-events-footer hr,
.tribe-events-pro-photo .tribe-events-view--photo + hr,
.tribe-events-pro-photo .tribe-events-c-nav,
.tribe-events-pro-photo .tribe-events-pro .tribe-events-pro-photo__event-datetime,
.tribe-events-pro-photo .tribe-events-pro-photo__event-cost{
    display: none !important;
}

.tribe-events-pro-photo .tribe-events-pro .tribe-events-pro-photo__event-date-tag-month,
.tribe-events-pro-photo .tribe-common .tribe-common-h4--min-medium { color: #B8C471; }
 
/* EVENTS Event title text */
.tribe-events-pro-photo .tribe-events-calendar-photo__event-title a,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-title, 
.tribe-common a[href] {
    color: #ffffff!important;
}
.tribe-events-pro-photo .tribe-events-calendar-photo__event-title a:hover {
    color: #cccccc!important;
}
 
/* EVENTS Date (month + day number) */
.tribe-events-pro-photo .tribe-events-calendar-photo__event-datetime-wrapper-top,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-datetime-month,
.tribe-events-pro-photo .tribe-events-calendar-photo__event-datetime-daynum {
    color: #ffffff!important;
}

/* --- PURCHASE TICKETS BUTTON --- */
 
.single-tribe_events .tec-events-elementor-event-widget__website-link a {
    display: inline-block;
    padding: 12px 28px;
    background-color: #B8C471;
    color: #000000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
 
.single-tribe_events .tec-events-elementor-event-widget__website-link a:hover {
    background-color: #a0ac5a;
    color: #000000 !important;
}

/* CUSTOM NAVXT PROFILE BREADCRUMBS */
.elementor-shortcode span a {
    color: var(--e-global-color-secondary); text-transform: uppercase; font-size: var(--e-global-typography-tertiary-font-size);
}

.elementor-shortcode span.current-item {
    color: var(--e-global-color-tertiary); text-transform: uppercase; font-size: var(--e-global-typography-tertiary-font-size);
}
 
/* MUSICIANS */

.elementor-widget-cmsmasters-post-excerpt.musician-position .entry-content p {
    font-family: "Poppins Local", sans-serif;
}