/* Change Speaker Page Font Families @Tucker (Bizzabo) */
h1.speaker-name.text-ellipsis.bz-bold.custom-font.margin-right-small {font-family: "Inter", Arial !important}
.speaker-position.text-ellipsis {font-family: "Inter", Arial !important}
.speaker-company.text-ellipsis {font-family: "Inter", Arial !important}
.speaker-bio.white-space-pre.margin-top-small.margin-bottom-small.padding-left-small.col-lg-12 {font-family: "Inter", Arial !important}

/* Change Agenda Page Font Families @Tucker (Bizzabo) */
.session-title, .session-time, .end-time, .session-info-text, .session-description, .session-description-inner, .speaker-name, .speaker-title, .speaker-company, .speaker-position, .day-elems, span {
  font-family: "Inter", Arial !important;
}

/* Hide Agenda Ticket Filter @Tucker (Bizzabo) */
.ticket-select-holder {
  display: none !important;
}

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

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

.looking-ticket-link
{display: none;
}

.agenda-view .tab-buttons-container .tab-button-wrapper {
    visibility: hidden !important;
}

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

/* hide agenda "my interest star" - gabe @ bizzabo - do not touch */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-actions-container {
    position: absolute;
    top: 10px;
    left: -14px;
    display: none;
}

.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper {
    display: none;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row > div.container > div > div > div.login-buttons-container > button{
  display: none;
}

body > div.react-main > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row > div.container > div > div > div.search-row.row > div.select-ticket-section.sbs-show.col-sm-3.col-xs-3 > div{
  display: none;
}

.login-buttons-container{
 display: none; 
}

.tickets-widget-preview {
  margin-top: 0;
}