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

/* 
	27 Jan 2026 | Krystal @ Bizzabo
	Ticket: 207858
	Reason for Edit: Hide the 'Conference 2026' text 
	in the mobile view of the Navigation bar 
*/
@media only screen and (max-width: 600px) {
  .navbar-header .navbar-brand.visible-xs {
      display: none !important;
  }
}