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

/* Video element fit width */ 
.video-element {
    width: 100%;
}

/* Responsive for screens - Brenan from Bizzabo */ 
@media only screen and (max-width: 767px) {
  .video-element { width: 10px; }
  .section-1359456 .custom-space-top {
    padding-top: 119px;}
  .section-1359456 .custom-space-bottom {
    padding-bottom: 0px;}
}
@media only screen and (max-width: 479px) {
  .video-element { width: 10px; }
  .section-1359456 .custom-space-top {
    padding-top: 119px;}
  .section-1359456 .custom-space-bottom {
    padding-bottom: 0px;}
  #section-1359456 > div > div.main-app-container.custom-space-top.custom-space-bottom > div.element-groups.Component-elementGroups-0-2-1 > div > div.full-width.text-center.margin-vertical-small.margin-horizontal-auto.element-6828132 > a > button{
    width: 156px;
    height: 32px;
    font-size: 12px;
  }
}