/* 
Theme Name: Hello YMCA
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello YMCA is a child theme of Hello Elementor, created by Sagetree
Author: Sagetree
Author URI: https://www.sagetree.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-ymca
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 */
.re-title {
    margin-bottom: 5px;
}
.elementor-element-wrap .elementor-element {
	margin-bottom: 30px;
}
.re-image {
	margin-bottom: 5px!important;
}
.re-readmore {
	margin-top: 12px;
    font-size: 12px;
}

/* Locations page */
@media (min-width: 675px) {
    #wpsl-result-list {
        height: 80vh;
        overflow-y: scroll;
    }
}

#wpsl-gmap {
    height: 80vh;
}

.leaflet-marker-pane .leaflet-marker-icon.hovered {
    z-index: 10000 !important;
    filter: saturate(7);
}

/* Floating Language Switcher */
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
	margin-bottom: 0;
}

.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
	background-color: transparent !important;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
	padding: 5px;
}

.wpml-floating-language-switcher {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #f8f8f8;
	border: 1px solid;
	border-color: #eee;
	padding: 0px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}


.filter-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    width: 200px; /* Adjust based on your design */
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu .e-filter-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.dropdown-menu .e-filter-item:hover {
    background-color: #f1f1f1;
}

.filter-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
}

.filter-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.leftfilter .elementor-widget-container {
	display: none;
}
