/*Making header responsive mario.r@bizzabo.com* ZD:173055*/

#section-3658366 > div > div{
  padding: 0;
  height: 39vw;
}

/*Adjusting images responsiveness Juan @bizzabo 23/10/25 ZD202403*/
#section-3657600 > div {
    padding: 0;
    height: 58vw;
}
#section-3960107 > div {
    padding: 0;
    height: 20vw;
}
#section-5355462 > div {
    padding: 0;
    height: 20vw;
}

/*----------------End-----------------*/
body > footer > footer{
  display: none;
}
body > footer{
  display: none;
}

#section-3658435 > div > div > div > div.business-logo-holder {
    visibility: hidden;
}

#section-3658435 > div > div {
    visibility: hidden;
}




/* hide hero title */
.subpage-hero h2 {display:none !important;}



/* //// END TRAINA STYLES */

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

/*To Hide the Agenda Login Button*/
.cta-button-medium {
   padding: 10px;
   min-width: 90px;
   display: none;
}
/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

.element-7443990 h2 {color:#0062e3 !important;}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

element.style {
    background-color: #ff7f64;
}


/*
.business-template .business-logo-holder .business-event-image-holder {
    background: rgba(255,255,255,0);
 
}

*/

.dropdown-menu-list-item {color:#ffffff !important;}
.dropdown-menu-list-item:hover {color:#fed141 !important; webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1);
    transition: all .5s cubic-bezier(.7, 0, .3, 1);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0s;}

.business-template .business-nav-menu-btn:hover {border-bottom: 2px solid #fed141 !important; webkit-transition: all 0s;
    transition: all 0s;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;}



  
@media only screen and (max-width: 600px) {
  .element-2269210 .btn{
    font-size: .92rem;
  }
}
  
@media only screen and (max-width: 600px) {
  .section-586573 .custom-space-bottom {
     padding-bottom: 100px;
     padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .sections-holder > div:first-child h2.atom-main.custom-font {
      font-size: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .sections-holder > div:first-child h2.atom-main.custom-font {
      font-size: 2rem;
  }
}

body > div.main-view.footer-padding{
  padding-bottom: 0;
}
    
/*Speaker color/* Disabled code since it was affecting all titles

/*.business-template h2 {
  color:#FF7F64 !important;}/*


/* To Hide the Share Speaker button */ 
.speaker-share-button {
	display: none;
}

/* To avoid long loading of agenda*/ 
div[name="bizzabo-web-agenda"] > iframe {
   min-height: 8000px !important;
}

/*Change text color*/
.navColors .color-5, .navColors .color-5.custom-color, .navColors .dropdown-menu > li > a.color-5, .navColors .dropdown-menu > li > a.color-5.custom-color{
  color: white;
}