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


/* Registration hero (section-8467899): cut excess bottom white space before the pricing section by ~50% on tablet/desktop. Mobile height (540px, set on the widget) is left untouched since it is already near the minimum needed to avoid clipping. */
@media (min-width: 641px) and (max-width: 900px) {
  .home-custom-css .section-8467899 iframe { height: 400px !important; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .home-custom-css .section-8467899 iframe { height: 450px !important; }
}
@media (min-width: 1101px) {
  .home-custom-css .section-8467899 iframe { height: 375px !important; }
}
