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

.cta-button{
    font-weight: 800;
    font-family: 'Gilroy'
}


.agenda-view .agenda-search-container .agenda-search .days-row .day-elems {
    font-family: 'Gilroy';
}

.agenda-view .agenda-search-container .agenda-search .days-row .day-button-container .day-button-wrapper .day-elems {
    font-weight: 800;
    font-family: 'Gilroy';
}

.agenda-view .agenda-search-container .agenda-search .search-row .search-session .bz-autosuggest .form-control {
    font-family: 'Gilroy';
}

.agenda-view .agenda-search-container .agenda-search .search-row .search-session .bz-autosuggest .form-control {
    font-family: 'Gilroy';
}

.bz-hoc-filter.btn-group button{
    font-family: 'Gilroy';
}

.jss5 {
    font-family: 'Gilroy';
}

.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.my-interests-button {
    font-family: 'Gilroy';
}

.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.all-sessions-button{
    font-family: 'Gilroy';
}

.agenda-view .session-list-container .session-day-container .time-row .time-elem > div{
    font-weight: 800;
    font-family: 'Gilroy';
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name a{
    font-family: 'Gilroy';
    font-weight: 800;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-info .session-location{
    font-family: 'Gilroy';
}

/*hide session filter*/
.agenda-view .agenda-search-container .agenda-search .search-row .search-input {
height: 56px;
max-width: 175px;
display: none;
}
.selected-tags
{
  display:none;
}
