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


#section-4013377 > div.rowHolder.element-19784299.atom-sectionSecondary.cover-photo-background.custom-space-top.custom-space-bottom.default-container > div > div > div.element-19784295.col-xs-12.col-sm-10.col-sm-offset-1.business-event-name-holder.text-center > h1,
#section-4013377 > div.rowHolder.element-19784299.atom-sectionSecondary.cover-photo-background.custom-space-top.custom-space-bottom.default-container > div > div > div.element-19784295.col-xs-12.col-sm-10.col-sm-offset-1.business-event-name-holder.text-center > span
{
  color: black!important;
}

.custom-bizzabo-uico-theme-2022.home-body-el .sections-holder .typical-home-white-first-section:after,
.custom-bizzabo-uico-theme-2022.home-body-el .sections-holder .typical-home-white-first-section
{
  background: transparent!important;
}

#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div
{
  right: -1vw;
  top: auto;
}

/*countdown edit START — Gleb@Bizzabo */
/*remove seconds to countdown*/
#section-1687881 > div > div > div.element-8774765.col-xs-12.col-sm-8.js-countdown-view.countdown-view-holder > div:nth-child(4) {
  display: none;
}

/*adding border to the Minutes block*/
#section-1687881 > div > div > div.element-8774765.col-xs-12.col-sm-8.js-countdown-view.countdown-view-holder > div:nth-child(3) {
 border-right: 2px solid; 
}
/*countdown edit END*/

/* Event title and date font color in the Header element */
.custom-bizzabo-uico-theme-2022.home-body-el .sections-holder .typical-home-white-first-section .rowHolder .grid-el-container > .row .business-event-name-holder h1 {
    color: #000 !important;
}
#section-4863439 > div.rowHolder.element-23634307.atom-sectionSecondary.cover-photo-background.custom-space-top.custom-space-bottom.default-container > div > div > div.element-23634303.col-xs-12.col-sm-10.col-sm-offset-1.business-event-name-holder.text-center > span{
    color: #000 !important;
}

/*Sponsor booth resizing*/
.partner-logo .partner-logo-img.bordered {
    max-width: 100%;
    max-height: 80%;
}