/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* SIDEBAR */
.sidebar-section {
    background-color: white;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.sidebar-title {
    
    border-bottom: 2px solid #e9ecef;
    position: relative;
}
.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ffc107;
}

#tribe-events-pg-template {
    max-width: 100% !important;
    padding: 0px !important;
}

#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1048px;
    padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4)
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button {
    display: none !important;
}