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

.auth-view-box-event-information>h2
{display:none;}

.auth-view
{background-color: white;}

.color-1-background-opacity{
  background-color: white;
}
.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub{
  border:none;
}

a.speaker-slide{
 pointer-events: none; 
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(4) > a{
 display: none; 
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(3) > a{
   display: none; 
}