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

/* guillermo.l@bizzabo */ 
/* remove gray overlay on header element */
#section-2613060 > div {
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1680557126/ahuho6dhp0ervwr5jsrh") !important;
}
/* hide text on main header element */

#section-2613060 > div > div > div > div.col-xs-12.event-images-holder > div > img{
  display: none;
}

img.center-image{
  visibility: hidden;
}

h1.atom-main.custom-font{
  visibility: hidden;
}

span.atom-main.date-venue-holder{
  visibility: hidden;
}

span.atom-header1.date-venue-holder{
  visibility: hidden;
}

span.atom-header2.date-venue-holder{
  visibility: hidden;
}
/* Oscar Bizzabo Care */
.community-user-social-box-wrapper tr td:nth-child(3n+4),
.community-user-social-box-wrapper tr td:nth-child(3n+5)

{
  display:none; 
  visibility: hidden;
}

/* guillermo.l@bizzabo apr/18/2023 
   hide register button on header element
*/

#section-2613060 > div > div > div > div:nth-child(4) > div > button{
  visibility: hidden;
}


