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

@media (min-width: 576px) {
    body:not([class*=elementor-page-]) .site-main {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1540px;
    }
}

/* Events.com Calendar */

/*
#edc-calendar-container
#edc-calendar-ad-left
#edc-calendar-center
#edc-calendar-ad-right
*/

#main {
    padding: 0 30px;
}

#hero-container {
    background: #0C3891;
    min-height: 90px;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-container h1 {
    color: #ffffff;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

#edc-calendar-container {
    margin-top: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Column */

@media only screen and (min-width : 1025px) {
    #edc-calendar-container {
        flex-direction: row;
        column-gap: 10px;
    }
    #edc-calendar-center {
        padding: 0 10px 0 0;
        width: calc(100% - 350px);
        min-height: 1000px;
    }
}

/* Image Ads */

#banner-ad-mobile-image {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}
#banner-ad-desktop-image {
    display: none;
    margin: 20px auto 0 auto;
    text-align: center;
}

#edc-calendar-ad-left, #edc-calendar-ad-right {
    text-align: center;
}

#sidebar-ad-image-desktop-left, #sidebar-ad-image-desktop-right {
    display: none;
    width: 160px!important;
    height: 600px!important;
}

#sidebar-ad-image-desktop-left img, #sidebar-ad-image-desktop-right img {
    border-radius: 8px;
}

#sidebar-ad-google-desktop-left, #sidebar-ad-google-desktop-right {
    display: none;
}

#event-calendar {
    overflow: hidden;
    margin-top: 50px;
}

.clear {
    clear: both;
}

@media only screen and (min-width : 1025px) {
    #hero-container h1 {
        font-size: 30px;
        line-height: 42px;
    }
    #banner-ad-mobile-image {
        display: none;
    }
    #banner-ad-desktop-image {
        display: block;
    }
    #sidebar-ad-image-desktop-left, #sidebar-ad-image-desktop-right, #sidebar-ad-google-desktop-left, #sidebar-ad-google-desktop-right {
        display: block;
    }
    #edc-calendar-ad-left, #edc-calendar-ad-right {
        position: sticky;
        top: 120px;
        align-self: flex-start;
    }
}



/* Mobile Ads Slider */

#ads-slider-container {
    display: block;
    width: 100%;
    max-width: 319px;
    margin: 0 auto;
    margin-top: 20px;
}

#ads-slider-container img {
    border-radius: 8px;
 }

@media only screen and (min-width : 1025px) {
    #ads-slider-container {
        display: none;
    }
}

.slick-prev:before, .slick-next:before {
    color: #ccc!important;
}

.slick-dots {
    bottom: -30px!important;
}

.slick-dots li {
    margin: 0 2px!important;
}

.slick-dots li button:before {
    font-size: 13px!important;
    color: #ECEFF1!important;
    opacity: 1!important;
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #0c3891!important;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots button {
    background-color: transparent!important;
}

.slick-dots button:hover {
    background-color: transparent;
}


