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

#section-1947999 > div {
    background-size: 100% auto !important;
    padding-top: calc(25% + 30px * 0.5);
    height: 0;
    background-attachment: inherit !important;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .sponsors-container .sponsor-image {
    max-height: 40px;
    max-width: 250px;
}

/*Header adjustments for the responsive design AMFP @Bizzabo 13th july 2023*/
@media only screen and (max-width: 600px) {
	.section-2625830 .custom-space-top {
    	padding-top: 0px;
	}
	.section-2626173 .custom-space-bottom {
    	padding-bottom: 130px;
	}
	.section-2626173 .custom-space-top {
    	padding-top: 290px;
	}     
    .global-template .countdown-header-container {
    	height: 0px;
	}
}


@media only screen and (max-width: 1200px) and (min-width: 600px) {
	.section-2625830 .custom-space-top {
    	padding-top: 130px;
	}
  
}

