.site-wrapper .site-header{
    border: 0 !important;
    position: relative !important;
    @media (min-width: 992px) {
        .header-logo{
            max-width: 223px;
        }
    }
    &:not(.sticky){
        padding: 20px 0;
        top: auto !important;
    }
    @media (max-width: 575px) {
        .header-nav .navbar{
            .container{
                display: flex;
                justify-content: center;
            }
        }
    }
    .navbar-brand{
        margin-right: 0;
    }
}

.site-footer-events{
    background-color: #007CBC;
    padding: 33px 0;
    .container{
        max-width: 1300px;
    }
    @media (max-width: 769px) {
        padding: 15px 0;
    }
    h3{
        color: #fff;
        margin: 0;
        font-family: Arial;
        font-size: 24px;
        font-weight: 400;
        @media (max-width: 500px) {
            font-size: 20px;
        }
    }
    .site-footer-events__grid{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        @media (max-width: 769px) {
            flex-direction: column;
            justify-content: center;
            text-align: center;
            gap: 16px;
        }
    }
    .site-footer-events__link{
        display: flex;
        min-width: 215px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        span{
            color: #fff;
            font-size: 14px;
        }
        .btn{
            background-color: #fff;
            border-color: #fff;
            border: 0;
            padding: 7px 16px !important;
            color: #0C233F;
            font-size: 24px;
            font-weight: 400;
            &:hover{
                background-color: #0C233F;
                color: #fff;
                svg path{
                    fill: #fff;
                }
            }
        }
    }
}

.block-home-events{
    background-color: #0C233F;
    padding: 48px 0 24px 0;
    overflow: hidden;
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media (max-width: 768px) {
        padding-top: 36px;
    }
    .block-home-events__content{
        p{
            color: #fff;
            font-size: 32px;
            @media (max-width: 768px) {
                font-size: 24px;
            }
            @media (max-width: 500px) {
                font-size: 20px;
            }
            @media (max-width: 1024px) {
                br{
                    display: none;
                }
            }
        }
        a{
            background-color: #007cbc;
            color: #fff;
            border-radius: 6px;
            padding: 15px 24px;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            &:hover{
                background-color: #fff;
                color: #007cbc;
            }
        }
    }
    .home-events-carousel{
        padding-top: 60px;
        @media (max-width: 768px) {
            padding-top: 40px;
        }
        .slick-track{
            display: flex;
            gap: 24px;
            @media (max-width: 768px) {
                gap: 12px;
            }
            img{
                width: 100%;
            }
        }
    }
}
.page-template-template-landing-events,
.page-template-tpl-confirmation{
    .site-header.sticky{
        position: relative !important;
    }
}
.site-content{
    padding-top: 0 !important;
}
.header-right{
    background: transparent !important;
}