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

/* ================================================================================
 * 
 * 	NAV
 * 
 * ==============================================================================*/
.elementor-location-header {
	transition: all .3s ease;
}
.elementor-location-header .elementor-sticky--effects {
	transition: all .3s ease;
    background-color: #522D06DD;
	backdrop-filter: blur(5px);
	height: 80px;
    min-height: 80px;
}
.elementor-location-header > .e-con-inner {
	transition: all .3s ease;
}
.elementor-location-header .elementor-sticky--effects > .e-con-inner {
	transition: all .3s ease;
	padding-block-start: 10px;
    padding-block-end: 10px;
}
.elementor-location-header .elementor-widget-theme-site-logo img {
	transition: all .3s ease;
}
.elementor-location-header .elementor-sticky--effects .elementor-widget-theme-site-logo img {
	transition: all .3s ease;
	width: 60px;
}
.elementor-location-header .elementor-sticky--effects nav.elementor-nav-menu--dropdown {
	top: 20.5px !important;
}

@media screen and (min-width:1025px) {
	li.menu-item-95 > a, li.menu-item-94 > a {
		justify-content: flex-start !important;
	}
	li.menu-item-92 > a, li.menu-item-93 > a {
		justify-content: flex-end !important;
	}
}






/* ================================================================================
 * 
 * 	EVENTS
 * 
 * ==============================================================================*/
.event-card {
    display: flex;
    background-color: #FFFAF5EE;
}
.event-list > div:not(:last-of-type) {
    margin-bottom: 50px;
}
.event-card h3 {
    color: var(--e-global-color-secondary);
}
.event-card .event-info {
    width: 55%;
    padding: 30px 40px;
}
.event-card .event-meta {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    padding-bottom: 15px;
}
.event-card .event-meta > div {
    display: flex;
}
.event-card .event-meta .event-icon {
    width: 23px;
    margin-right: 10px;
    fill: var(--e-global-color-primary)
}
.event-card .event-map {
    width: 45%;
}
@media screen and (max-width:767px) {
    .event-list > div:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .event-card {
        display: block;
    }
    .event-card .event-info {
        width: auto;
        padding: 20px;
    }
    .event-card .event-meta {
        font-size: 18px;
        display: block;
    }
    .event-card .event-meta .event-icon {
        width: 20px;
    }
    .event-card .event-meta .event-location {
        padding-bottom: 10px;
    }
    .event-card .event-map {
        width: auto;
        height: 250px;
    }
}