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


/*Change All Caps to Title Case*/
.trade-template h1 {
  text-transform: capitalize;
}

/*Change All Caps to Title Case in About the Event illia@bizzabo*/
.section-6037502 .element-28943291 .atom-main {
    text-transform: capitalize;
}

/*Change All Caps to Title Case in Agenda illia@bizzabo*/
.section-5840838 .element-27967227 .atom-main {
    text-transform: capitalize;
}

/*Change All Caps to Title Case in Location illia@bizzabo*/
.section-5699067 .element-27280198 .atom-main {
    text-transform: capitalize;
}

/*Change All Caps to Title Case in Contact US illia@bizzabo*/
.section-5997704 .element-28751944 .atom-main {
    text-transform: capitalize;
}