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

/* removing transparency mask on agenda - Gabe @ bizzabo */
.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)));
}

/* expanding agenda sessions to show full text - Gabe @ bizzabo */
.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;
}

/* hiding session duration on agenda */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-info .session-info-text .session-duration {
    color: #32333C;
    display: none;
}

/* enlarged logos - Gabe @ bizzabo */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .sponsors-container .sponsor-image {
    display: block;
    max-height: 200px;
    max-width: 150px;
}

/* enlarge "sponsored by" text - Gabe @ bizzabo */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .sponsors-container .sponsored-by {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* remove "like" button speaker profile - gabe @ bizzabo */
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span {
    font-size: 12px;
    display: none;
}

footer {
    position: relative !important;
}