.header__banner.mobile {
    display: none;
}

.header__banner.ajax-hidden > :not(.header__banner-overlay) { 
    opacity:0;
    visibility: hidden;
}

.header__banner > :not(.header__banner-overlay) { 
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.header__banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header__banner .header__banner-content {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    color: #d7aa40;
    color: var(--main-event-color);
}
.header__banner .header__banner-content p {
    color: inherit !important;
}

.header-template-event.header__banner h1 {
    font-family: 'Roboto',sans-serif;
    color: #fff;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 70px;
    line-height: 88px;
}
.header-template-event.header__banner h2 {
    font-size: 48px;
    font-weight: 300;
    color: var(--white-color);
    line-height: 80px;
}
.header-template-event.header__banner p {
    font-size: 32px;
    line-height: 40px;
    background: none;
    text-shadow: 0px 0px 10px #000;
    color: var(--white-color) !important;
    font-weight: 300;
}
.header-template-event.header__banner hr {
    height: 1px;
    background-color: #FFF;
    background-color: var(--white-color);
    margin: 15px auto 15px;
    opacity: .3;
}

.header-template-event .section_inner_margin {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    .header__banner.desktop{
        display: none;
    }
    .header__banner.mobile{
        display: block;
    }
    .header__banner {
        height: 448px;
    }
    .header__banner .header__banner-content {
        font-size: 22px;
        line-height: 32px;
    }
    
    .header-template-event{
        margin-left: -3px;
        margin-right: -3px;
    }

    .header-template-event > .full_section_inner{
        padding-right: 3px;
        padding-left: 3px;
    }
    
    .header-template-event.header__banner h1 {
        font-size: 32px;
        line-height: 1;
    }
    .header-template-event.header__banner h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .header-template-event.header__banner p {
        font-size: 16px;
        line-height: 20px;
    }
    .header-template-event.header__banner hr {
        margin: 22px 15px 18px;
    }
}

@media only screen and (max-width: 480px) {

    .header-template-event div.grid_section .section_inner {
        min-width: 100%;
    }
    .header-template-event .vc_column_container>.vc_column-inner {
        padding: 0;
    }

}