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

#section-2056222 > div{
 background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1666254708/qpdebcr6if0tnpmgwszg") !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;
}

.ask-to-speak_block {
    display: none;
}

.ask-to-speak_block {
    position: absolute;
    top: 2em;
    right: 2em;
    display: flex;
    align-items: center;
    padding: 0.8em 2em;
    background-color: var(--black-40);
    backdrop-filter: blur(1.4em);
    border-radius: 6.6em;
    cursor: pointer;
    z-index: 3;
    display: none !important;
}