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

/*

GENERAL

*/
.enov-colored-text a
{
    display: block !important;
}

/*

 HEADER

*/
.enov_mainmenu_container ul.sub-menu
{
    padding-bottom: 10px !important; 
}
.enov_mainmenu_container ul.sub-menu li.menu-item-type-custom > a
{
    pointer-events: none !important;
    color: #afc403 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-bottom: 5px !important; 
    padding-top: 10px !important;
}
.enov_mainmenu_container ul.sub-menu li.menu-item-type-custom.enov-keep-link > a
{
    pointer-events: auto !important;
    color: #124733 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.enov_mainmenu_container ul.sub-menu li.menu-item-type-custom.enov-keep-link > a:hover
{
    color: #afc403 !important;
}

/* Mobile --------------------------- */
.enov_mobilemenu_container ul.sub-menu li.menu-item-type-post_type > a
{
    font-size: 13px !important;
}
.enov_mobilemenu_container ul.sub-menu li.menu-item-type-custom > a
{
	pointer-events: none !important;
    color: #afc403 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-bottom: 5px !important; 
    padding-top: 10px !important;
}
.enov_mobilemenu_container ul.sub-menu li.menu-item-type-custom.enov-keep-link > a
{
    pointer-events: auto !important;
    color: #124733 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


/* Header Block */
.enov-header-block
{
	max-height: 400px;
	overflow-y: scroll;
	/* padding-right: 15px; */
}
@media screen and (max-width: 880px)
{
	.enov-header-block
	{
		max-height: 350px;
	}
}
.enov-header-block
{
	scrollbar-width: auto;
	scrollbar-color: #fff #a8a8a8;
}
.enov-header-block::-webkit-scrollbar  
{
	width: 4px;
}
.enov-header-block::-webkit-scrollbar-track 
{
	background: #a8a8a8; 
	border-radius: 10px;
}
.enov-header-block::-webkit-scrollbar-thumb 
{
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fff; 
}




/* Sticky header */

/*
header.sticky-header {
	--header-height: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
} 

header.sticky-header.elementor-sticky--effects .header_icon_social
{
    display: none;
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) ); 
}

@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.6);
}
*/


/* 

EVENT LISTING

*/
.enov-custom-event-container .mec-search-form
{
	display: flex;
    background-color: white;
    border: none;
}
@media screen and (max-width: 600px)
{
	.enov-custom-event-container .mec-search-form
	{
		flex-wrap: wrap;
	}
}

.enov-custom-event-container .mec-search-form select
{
	color: #afc403;
    font-weight: 500;
    font-size: 16px; 
}

/* Custo scrollbar */
.enov-custom-event-container > div > div > .mec-wrap 
{
	max-height: 600px;
	overflow-y: scroll;
	padding: 15px;
	padding-right: 50px;
}
@media screen and (max-width: 768px) 
{
	.enov-custom-event-container > div > div > .mec-wrap 
	{
		padding-right: 30px;
	}
}
.enov-custom-event-container > div > div > .mec-wrap 
{
	scrollbar-width: auto;
	scrollbar-color: #006c31 #aec503;
}

.enov-custom-event-container > div > div > .mec-wrap::-webkit-scrollbar 
{
	width: 8px;
}

.enov-custom-event-container > div > div > .mec-wrap::-webkit-scrollbar-track 
{
	background: #aec503;
	border-radius: 10px;
}

.enov-custom-event-container > div > div > .mec-wrap::-webkit-scrollbar-thumb 
{
	background-color: #006c31;
	border-radius: 10px;
	border: 3px solid #006c31;
}
