
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}


/*Change All Caps to Title Case*/
.trade-template h1 {
 text-transform: capitalize;
}

/*Make Event Logo smaller*/
.trade-template .event-image-holder {
    height: 70px;
}

/*Navigation bar to lower case*/
.nav-menu-btn {
  text-transform: capitalize !important;
}

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

/*Hide All Agenda Top Bar Items*/
.agenda-view .agenda-search-container {
}
.agenda-view .tab-buttons-container {
 }

/* CSS code for anchoring a navigation bar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333; /* Add your preferred background color */
  padding: 10px; /* Adjust padding as needed */
  z-index: 1000; /* Ensure the navigation bar appears above other content */
}

/* Hide Speaker Like Button */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span {
    display: none;
} 
  
/*Remove the My Registered View*/
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(3) {
  display: none;
}

/* To hide "Share" for speakers */
.speaker-share-button {
display: none;
}

/*hide looking for your ticket*/
.looking-ticket-link{
display:none;
}


/* hide add to calendar */
.add-to-calendar {
 display: none !important;
}

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