/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.tribe-events-c-subscribe-dropdown__container{
    display: none !important;
}

#tribe-events-pg-template{
    max-width: 1400px;
}

.tribe-events-single-event-description{
    font-family: "IBM Plex Serif", Sans-serif;
}

.tribe-events-single-event-title{
    font-size: 36px;
    color: #fff;
    display: inline;
    background-color: var(--e-global-color-secondary);
    padding: 4px 10px 4px 10px;
}

.tribe-events-schedule{
    margin: 8px 0 20px 0;
}

.tribe-events-event-meta{
    font-family: "Inter", Sans-serif;
}

.tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link{
    color: #fff !important;
    display: inline;
    background-color: var(--e-global-color-secondary);
    padding: 4px 10px 4px 10px;
}

.tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link:hover,
.tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link:active,
.tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link:focus{
    color: #fff !important;
    display: inline;
    background-color: var(--e-global-color-secondary);
    padding: 4px 10px 4px 10px;
}