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

/* Show only event times for agenda sessions */
.session-info-text time > :nth-last-child(-n+5) {
  display: none;
}

/* Show only event times for session pages */
.session-dates time > :nth-last-child(-n+5) {
  display: none;
}


/* text-transform: uppercase; */
.trade-template h1 {
text-transform: none;
}


/* div.sticky */
.trade-template section-3777525{
  position: -webkit-sticky; /* for browser compatibility */
  position: sticky;
  top: 10px;
}  

/*Hide CCW For CX Leaders page from navbar*/
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.show-more-tab > li.more-tabs-dropdown.dropdown-tip.custom-color.color-2-background.open > ul > li:nth-child(1)
{
  display: none;
}
