/* 
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
*/

.swp-rp-page-header .page-title{
  font-size: 50px !important;
}

#searchwp-form-1 input[type=submit]{
  border: none !important;
}

.my-vertical-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.my-vertical-menu-list li {
  margin-bottom: 8px; /* spacing between items */
}

.my-vertical-menu-list a {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  padding: 8px;
}

.my-vertical-menu-list a:hover {
  background-color: #ddd;
}

.my-vertical-menu-list .current-menu-item a {
  background-color: #C3E5EA; /* Active background color */
  font-weight: 800;
}

/* Tablet and Mobile: horizontal sliding menu */
@media screen and (max-width: 768px) {
    .my-vertical-menu-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
        /* Enables smooth scrolling on iOS */
        -webkit-overflow-scrolling: touch;
    }
    .my-vertical-menu-list li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .my-vertical-menu-list li a {
        display: inline-block;
        padding: 10px 15px;
    }
}

/* EVENTS CALENDAR MODS */
.tribe-common .tribe-common-c-btn-border{
    background: #0E9900 !important;
    border-radius: 50px !important;
    border: none !important;
}

.tribe-events-c-subscribe-dropdown__button-text{
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: none !important;
}

.tribe-events-c-subscribe-dropdown__button-icon{
    color: #fff !important;
    stroke: #fff !important;
}

.tribe-common .tribe-common-c-btn-border:hover{
    background: #2D2A2B !important;
}

.tribe-events-l-container{
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}
