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

/*Session Banner Image*/
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-banner > div > video {
    position: absolute;
    top: 61% !important;
}

/*Mobile Responsiveness for Jury Chair Section @Bizzabo Support(Radia) ZD# 198422 */
@media only screen and (max-width: 430px) {
  #section-6347805 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(1) > strong > span {
    line-height: 2.70rem;
  }
  #section-6347805 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(3) > strong > span {
    line-height: 1.90rem;
  }
  #section-6347805 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(4) > span > span > span > span > strong {
    line-height: 1.90rem;
  }
  #section-6347805 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(5) > span > span > span > span > strong {
    line-height: 1.90rem;
  }
  #section-6347805 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div > div > div > p:nth-child(6) > strong > span {
    line-height: 1.90rem;
  }
}