
/*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%;
 	}
}
/*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: 500px;
}

#section-2056222 > div{
 background-image: url("https://res.cloudinary.com/dzqdvybzc/image/upload/v1764167982/Untitled_design_4_1_hn7qok.png") !important;
}

/*Mobile: Replace background image for this hero section */
@media only screen and (max-width: 768px) {
  #section-2056222 > div{
    background-image: url("https://res.cloudinary.com/dzqdvybzc/image/upload/v1764231922/Heading_1080_x_1920_px_id2kn2.png") !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;
}

/*Adjusting header title on mobile views mario.r ZD: 204868*/

@media screen and (max-width: 550px) {
  #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: 326px;
    font-size: 25px;
    text-align: center;

}
  
  #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{
  padding-left: 0px
  }
  #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{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
