
/*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 {}
/* shrink session box when no speakers*/
div.speakers-container.has-speakers.col-xs-12:empty {display:none;}
/*Expand Session Description*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description {
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   -webkit-animation: all 0.3s ease-in-out;
   -moz-animation: all 0.3s ease-in-out;
   -ms-animation: all 0.3s ease-in-out;
   -o-animation: all 0.3s ease-in-out;
   animation: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   max-height: max-content;
   overflow: hidden;
}
/*Remove Session Description Fading*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway {
   -webkit-mask-image: none;
   mask: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
}
/*Hide Agenda Session Times*/
.session-info-text {
   font-size: 14px;
   vertical-align: middle;
   line-height: 21px;
   color: #32333C;
   margin-bottom: 5px;
   display: none;
}
/*Hide date row on agenda*/
.agenda-view .agenda-search-container .agenda-search .days-row{ 
      display: none;
}
.agenda-view .session-list-container .session-day-container .day-title-row .day-title {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    display: none !important;
}
.agenda-view .session-list-container .session-day-container .time-row .time-elem > div {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    display: none !important;
}