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

/*remove event logo from header*/ .event-images-holder{visibility: hidden}

button.atom-main.btn.btn-success.btn-register:hover { background-color: white; color: black; }
/* Hide Website Footer */ footer { display: none; } .main-view.footer-padding, .editor-home-page.footer-padding { padding-bottom: 0px; }

/*Hide All Agenda Top Bar Items*/ .agenda-view .agenda-search-container { display: none; } .agenda-view .tab-buttons-container { display: none; }

/*hide my interests on the agenda */ .agenda-view .tab-buttons-container .tab-button-wrapper .tab-button.my-interests-button { display: none; } 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.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(2) > div.tab-button-border.background-color-gray { display: none; }

/*Hide Speaker Like Button */ .speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper span { display: none; }
/*To hide "Share" for speakers */ .speaker-share-button { display: none; }
/*Hide Interest Star on the Individual Agenda Sessions*/ .session-actions-container.single-button{ display: none !important;}