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


/* HIDE REGISTER CTA IN HEADER ON HOMEPAGE*/
.section-648327 .element-2594766 .atom-main {
  visibility: hidden;
}

/* HIDE FOOTER */
footer {
  display: none;
}

.main-view.footer-padding, .editor-home-page.footer-padding {
  padding-bottom: 0px;
}

/*TO HIDE "TICKETS" FROM AGENDA*/
.agenda-view .agenda-search-container .agenda-search .search-row .select-ticket-section .ticket-select-holder {
  display: none;
}


/*HIDE ALL THE AGENDA LOGIN PIECES*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-actions-container {
  display: none;
}

.agenda-view .tab-buttons-container {
  display: none;
}

.agenda-view .session-page .session-info-container .session-actions .session-view-action .session-action-wrapper {
  display: none;
}


/*Designing the nav bar*/
.trade-template .nav.navbar-nav li:hover div.rotate, .trade-template .nav.navbar-nav li div.selected {
  background-color: #004C91;
  color: white;
  font-weight: 600;
  padding: 6px 25px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none; 
  border-radius: 10px;
}  

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(1) > a > div {
  background-color: #004C91;
  color: white;
  font-weight: 600;
  padding: 6px 25px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none; 
  border-radius: 10px;
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(1) > a > div:hover {
  background-color: #00caff;

}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(2) > a > div {
  background-color: #004C91;
  color: white;
  font-weight: 600;
  padding: 6px 25px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none; 
  border-radius: 10px;
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(2) > a > div:hover {
  background-color: #00caff;
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(3) > a > div {
  background-color: #004C91;
  color: white;
  font-weight: 600;
  padding: 6px 25px;
  display: inline;
  border: none;
  text-align: center;
  text-decoration: none; 
  border-radius: 10px;
}

#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(3) > a > div:hover {
  background-color: #00caff;
}

.trade-template .nav.navbar-nav li:hover div.rotate, .trade-template .nav.navbar-nav li div.selected {
  background-color: #232F3E !important;
}


/* TO HIDE SPEAKER LIKE BUTTON */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper {
  display: none;
}

/* TO UNBOLD SPEAKER COMPANY */
.section-660862 .element-2661795 .atom-text2 {
  font-weight: normal;
}

.section-635423 .element-2530462 .atom-text2 {
  font-weight: normal;
}

