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

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

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

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

/* Change BG on smaller screens and make responsive -- Brenan From Bizzabo Support 
@media only screen and (max-width: 600px) {
  #section-1192346 > div.parallax-window > div{
	background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1634068242/fc3usuoghjlqjjktgsui.png);
    background-position: bottom;
  }
  #section-1192346 > div.parallax-window > div > img{
	display:none;
  }
  #section-1192346{
    margin-bottom: 20px;
  }
}
*/

.agenda-body-el:not(.agenda-day-selector) .container .col-lg-12 .session-list-container .session-day .col-xs-12 .session-day-container .row.time-row .session-elem .session-container > div.session-info .session-name:before{
background: transparent !important;
}