/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


body.tribe-events-page-template #Subheader {
	background-image: url(https://sgriver.shoken.com.sg/wp-content/uploads/2025/01/singapore-river-festival.png);
    background-repeat: repeat;
    background-position: center;
}


body.single-tribe_events #Subheader{
	display: none;
}

h3.tribe-events-calendar-list__event-title a { text-transform: uppercase; } 
h1.tribe-events-single-event-title { text-transform: uppercase; } 
h2 span.tribe-event-date-start { text-transform: uppercase; } 
p.tribe-events-back a { text-transform: uppercase; }
.tribe-events-single-event-description p {font-size: 16px; color: #4d4d4d;}
.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
    color: #c901b3; 
    stroke: #c901b3;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    background-color: var(--tec-color-background);
    border: 1px solid #c901b3; 
    border-radius: var(--tec-border-radius-default);
    text-align: center;
    transition: var(--tec-transition);
    color: #c901b3;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #c901b3;
    color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
    background-color: var(--tec-color-accent-primary);
    color: #fff;
}
.tax-custom-category #Subheader{
	display:none;
}

.tribe-events-c-subscribe-dropdown__button:hover svg.tribe-events-c-subscribe-dropdown__export-icon {color: var(--tec-color-background);}

