/*Hiding sponsors level tags*/
.partner-label-container{
display: none
}
/*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 {}

.element-29884858 {border-radius:50% !important;}

/* ACCORDION EDITS */

.faq-question {
  text-align: left;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  transition: 0.4s;
  border: 0.2px solid grey;
  margin: 0 0;
  background-color: #fff;
}
.faq-question:after {
  content: "⌵";
  font-size: 1.2em;
  float: right;
  color: #fff;
  position: relative;
  top: 4px;
  transition: .3s all;
  transform: rotate(0deg);
}

.faq-question:hover {
  background-color: #C3E6FF;
}

.active, .faq-question:hover {
  background-color: #C3E6FF;
}  

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Alexis Hernandez Bizzabo support navbar widening code*/

.image-container-item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.global-template .navbar {
    min-height: 100px;
    border: 0;
    z-index: 30000;
}

@media only screen and (max-width: 768px){
.image-container-item img {
    position: absolute;
    max-width: 100%;
    max-height: 75%;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
.navbar-brand .image-container-item img {
    margin: auto 5px;
    top: 0px;
}
}
/*end of navbar code*/ 

/*Adding margin top to agenda widget = mario.r@bizzabo.com 06/11/24*/

@media screen and (min-width:1024px) {
  body > div.react-main > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.agenda-view--search.row > div.container{
    margin-top: 5vh;
  }
  
  body > div.react-main > div > div > div.agenda-view.session-list-view.agenda-custom-css.list.row{
    margin-top: 315px !important;
  }
}

/*Adjust spacing on hotel page for mobile @Bizzabo Support (Radia) ZD# 193411*/
@media only screen and (max-width: 430px) {
  #section-4513237 > div > div {
    padding-top: 50px;
  }
  #section-4513238 > div > div {
    padding-top: 4px;
  }
}
