

/*Making header responsive mario.r@bizzabo.com ZD: 180693 */
@media screen and (max-width: 1024px) {
    #section-3712207 > div{
        height: 56vw;
    }

    #section-3712207 > div > div > div > div:nth-child(1) > video{
        width: 100vw;
    }

    #section-3712207 > div > div > div > div.text-center > div{
        position: absolute;
        top:  60%;
    }
    
}

@media screen and (max-width: 450px) {
    #section-3712207 > div > div > div > div.text-center > div{
        position: absolute;
        top:  30%;
    }
}

/*-----------End------------*/





/*Hiding header element date*/
#section-3712207 > div > div > div > div:nth-child(2) > div.element-18415684.col-xs-12.business-event-name-holder.text-center{
display: none
}

/*hide looking for your ticket*/
.looking-ticket-link{
display:none;
}


/*Make Event Logo Bigger*/
.trade-template .event-image-holder {
    height: 200px;
}

/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}


/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

#section-3712207 > div > div > div > div:nth-child(2) > div.form-group.text-center.make-relative > div
{
  display:none;

}

/*Adjust social share button*/
.social-share-button {
  margin-top: 108px;
}

/*Expand Session Description arshiya.m@bizzabo.com 28/02/2024 ZD:183710*/ .agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description { padding-left: 30px; padding-right: 30px; margin-bottom: 10px; -webkit-animation: all 0.3s ease-in-out; -moz-animation: all 0.3s ease-in-out; -ms-animation: all 0.3s ease-in-out; -o-animation: all 0.3s ease-in-out; animation: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; max-height: max-content; overflow: hidden; }

/*Remove Session Description Fading*/ .agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway { -webkit-mask-image: none; mask: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0))); }


