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

/*Agenda color change*/

body,
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row {
	background-color: #550635;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name a, .agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name span {
    color: #AFB1FF;
}

.session-info-text .session-time {
    color: #AFB1FF;
}

.session-info-text .session-info-text-light {
    color: #AFB1FF;
}

.agenda-view .session-list-container .session-day-container .day-title-row {
    color: #AFB1FF;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-info .speaker-name {
    color: #AFB1FF;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-info .speaker-title {
    color: #AFB1FF;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-info .speaker-company {
    color: #AFB1FF;
}

.agenda-view .tab-buttons-container .tab-button-wrapper .tab-button {
    background: #550635;
}

.agenda-view .agenda-search-container .agenda-search .view-buttons-container .view-button {
    background: #550635;
}

.agenda-view {
    color: #AFB1FF !important;
}

.agenda-view .session-list-container .no-sessions-container .no-sessions-text .no-sessions-text-bold {
    color: #AFB1FF;
}