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

/*Hide Title and Event Dates*/
.element-4691406{visibility:hidden;}
.date-venue-holder{visibility: hidden;}

/* change background session color */
.color-1-background-opacity, .color-1-background-opacity.custom-color {
    background-color: white;
}

/*Custom Header Alt 3*/
.sections-holder{padding:0;}
.section-1038564{
  background: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1632253021/qxyukzaddkdxiwnfxoc0.jpg);
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: contain;
  height: 0;
  margin: 0;
  padding-top: 27.08%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
}


/* Register Button */
        .navbar-nav>li:nth-last-child(1) .nav-menu-btn {
			border-radius: 5px;
            color: #ffffff;
          	font-weight: bold;
            background-color: #FF0600;
          padding: 0 18px !important;
        }
        .navbar-nav>li:nth-last-child(1) .nav-menu-btn:hover {
            background-color: #FF0600 !important;
            color: BLACK;
        }

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-photo img {
    width: 60px;
    border-radius: 50%;
}

/* Speakers' photos rounded @Dmitriy. Bizzabo */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-photo img {
    width: 60px;
    border-radius: 50%;
}

.speaker-image-stub {
 border-radius: 50%;
      margin-right: 12px;
}

.agenda-view .session-page .session-speaker-container .speaker-photo img {
    width: 160px;
    border-radius: 50%;
}

/* Hide "Search The Web" Table In Community @Tucker (Bizzabo) DO NOT REMOVE */
table.community-user-social-box-wrapper {
  display: none !important;
}

.sections-holder{padding:0;}
.section-1361527{
  background: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1632253021/qxyukzaddkdxiwnfxoc0.jpg);
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: contain;
  height: 0;
  margin: 0;
  padding-top: 27.08%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
}

/* hide add to calendar */ 
.add-to-calendar { display: none !important; }