
/*Header changes mario.r@bizzbo.com ZD:197674*/
/*Header CTA*/
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-3.col-md-4 > div > button{
  position: absolute;
  top: -100px;
}

/*Header background image*/
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background{
  background-position: center !important;
}

/*Header main apcontainer*/
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background > div > div{
  padding: 100px 100px;
}

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


/*Change overlay per customer request RS ZD ticket:#197227 08/25/25*/
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background{
    background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1756083138/dr7szrihlb6epalqri3m) !important;
}

/*Justifying the paragragph to the left RS 08/25/25 ZD ticket:#197227*/
#section-6425398 > div > div > div > div.element-30902511 > p{

  text-align: justify;

}

/*Remove event Title and event date from header maulik@bizzabo*/
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > div > h1 {
    display: none;
}
#section-6425393 > div.header.rowHolder.element-30902486.atom-sectionMain.global-cover-photo-background > div > div > div.col-xs-12.col-sm-9.col-md-8.left > p > span {
    display: none;
}

/*Change the event description title letters to initial maulik@bizzabo*/
.trade-template h1, .trade-template h2, .trade-template .custom-v14 .btn, .trade-template .nav-menu-btn {
    text-transform: initial;
}