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

/* remove speakers headshot border on the agenda */
.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub
{
  border: none;
}

/* speaker share btn on the agenda */
body > div.react-main > div > div > div > div.speaker-container.container > div.speaker-profile.margin-bottom-small.row > button.speaker-share-button.bz-flex-row.font-size-12.custom-color.color-5-background
{
    font-size: 18px;
    font-weight: 600;
    color: orange;
}

/* mobile view fix for session descriptions not showing on certain displays */

@media only screen and (max-width: 768px) {
  .session-container .preview-session-description {
      display: inherit;
  }
}

