/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  A child theme for Hello Elementor.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom styles below this line */


/* custom styles for child theme */
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1440px !important;
    }
}
.sub-menu {
    background: #fff;
    padding: 15px 15px !important;
}
.boostify-menu .sub-mega-menu, .boostify-menu .sub-menu{
    min-width: 236px !important;
}

.subscribe-form button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    color: #000 !important;
    border: none !important;
}


.event-grid-item .content {
    padding: 0px 0px !important;
}


.event-slider-edition {
    font-size: 20px;     
    color: #666;              
    margin: 5px 0;           
            
}

.slider-registration-date {
    padding: 12px;
    background-color: var(--e-global-color-b1f3ae0);
    color: #fff;
    position: absolute;
    margin-top: 24% !important;
}

.event-slider-content {
   padding: 10px 0px !important;

}


