body, html {
  width: 100%;
}
/* Hiding second home tab */
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(3){
display: none !important;
}

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

@media only screen and (max-width: 992px) {
  .section-5026777 .custom-space-bottom {
    padding-top: 0px !important;
  }
  .section-5018226 .custom-space-bottom {
    padding-bottom: 0px !important;
  }
  .section-5026777 .widget-holder {
    min-height: auto !important;
  }
}

