
/*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 {
border-radius: 30px;
}

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

/*hide event title @ Bizzabo Support (Radia) */
#section-1401581 > div > div > div > div.col-xs-12.col-sm-10.col-sm-offset-1.text-center.element-7074917 > h1 {
    visibility: hidden;
  	font-size: 0px;
}

/*Change date @ Bizzabo Support (Radia) */
.section-1401581 .element-7074918 .atom-main {
  font-size: 0px;
  
}
.section-1401581 .element-7074918 .atom-main:after {
  font-size: 1.5rem !important;
  content: "9:15 AM - 12:15 PM | Wednesday, May 24th | East West Atelier, Dubai " !important;
}


