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

/* Remove header gradient*/
#section-1548373 > div.header.rowHolder.element-7897615.atom-sectionMain.global-cover-photo-background {
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1639502111/upfrhgwittqoc8cqthp1.jpg) !important;
}


/* Hide native ‘Home’ tab on Navbar */
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(1) > a > div {
  display: none;
} 

/*Have Register Button Change Color When Hovering Over It*/

button.atom-main.btn.btn-success.btn-register {
display: none;
}

/* Align Registration Button @ Bizzabo Support (Radia) */
#section-1551402 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div.full-width.text-center.margin-vertical-small.margin-horizontal-auto.element-7968874 > a > button {
    margin-left: -300px;
}
