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

/*display only local timezones*/

.session-info-text time > :nth-last-child(n+5) {
display: none;
}
.session-dates time > :nth-last-child(n+5) {
display: none;
}
/*Move the CTA button based on different screen sizes - Bree from Bizzabo */ 
/*@media only screen and (min-width: 765px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -299%;
    		top: 425%;
 	}
}

@media only screen and (min-width: 992px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -198%;
    		top: 425%;
 	}
}

@media only screen and (min-width: 1200px) {
	#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  		    position: absolute;
    		left: -198%;
    		top: 750%;

      		
 	}
}*/

/*hide logo @leoarvizu@bizzabo.com*/
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.event-images-holder {
  display:none;
}

/*Align header content left @leoarvizu@bizzabo.com*/
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 > h1 {
      margin-top: 0px;
    text-align: left;
    width: 33vw;
    margin-left: 00px;
    font-size: 4vw;
}
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 {
      margin-top: 0px;
    margin-left: 0px;
}
#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div:nth-child(4) {
  text-align: left;
}

/*Move the text around by making the box smaller - Bree from Bizzabo Support */
#section-2056222 > div.header.rowHolder.element-10879647.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > div > h1{
  width: 400px;
}


/*Remove gray overlay @leoarvizu@bizzabo.com*/
#section-2056222 > div{
 background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1730725058/wphfntjllhchqtog5iqo") !important;
}


/*Hide the Time agenda filter — Gleb @ Bizzabo Support */
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row > div.container > div > div > div.search-row.row > div.search-input.col-lg-2.col-sm-3.col-xs-2 > div > ul > div:nth-child(1) {
  display: none!important;
}

/*Adjust Event title size*/

/*Remove text transform @leoarvizu@bizzabo.com*/

#section-2056222 > div.rowHolder.element-10879647.atom-sectionMain.cover-photo-background > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-10879644 > h1{
  text-transform: none;
}