/*Changing location and background color to agenda card session time mario.r ZD: 201259*/
.agenda-view .session-list-container .session-day-container .time-row .time-elem {
    container-type: inline-size;
    margin-top: 73px;
    padding: 0 10px;
    z-index: 2;
}

.agenda-view .session-list-container .session-day-container .time-row .time-elem > div {
  background-color: #FF6444 !important;
}
/*-------------END----------------*/

/*Renoving pointer events to a tags frpm community and plan your trip pages*/
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(5) > a,
    #bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(6) > a{
    pointer-events: none !important;   
    }


/*Adding carat-down arrow to community and battle of the builders tab mario.r*/
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(5) > a::after,
  #bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(6) > a::after{
    content:"";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color:#faf2eb;

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

/* section bullets white*/

#section-6201133 li::marker {
    color: white;
}
  
#section-6184295, #section-6212480, #section-6212447, #section-6242909,  li::marker {
    color: white;
}

#section-6212480 li::marker {
    color: white;
}

#section-6184295 li::marker {
    color: white;
}

#section-6212480 li::marker {
    color: white;
}

/* Hide event name in header */
.element-29412305 {
    display: none;
}


/* Header date with berlin */

.atom-main.date-venue-holder {
  content: "BERLIN ";
  
  color: #FF6444;
  font-style: normal; 
  font-weight: bold;
  
}
.atom-main.date-venue-holder::Before {
  content: "BERLIN ";
  
  color: #FF6444;
  font-style: normal; 
  font-weight: bold;
  
}

/* Circle image boarder radius */

.img-circle {
    border-radius: 5px;
}

/*  sponsors level removed */

.partner-label-container {
  display: none;
}

/* footer */

.footer {
  display: none;
  background-color: #050c25;
}	

/* HIDE HOME */
.navbar-nav > li:nth-child(2) {
  display: none;
}


/* --- Custom CTA Button Styles --- */
.custom-cta-button .nav-menu-btn {
    background-color: #ff6444 !important; 
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 25px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 2px !important;
    width: auto !important; 
        transition: background-color 0.3s ease !important;
}
.custom-cta-button:hover .nav-menu-btn {
    background-color: #e65a3d !important; /* A slightly darker shade of your brand color */
}
.custom-cta-button {
    padding-left: 10px !important;
}


/* For ticket purchase images hover pointer */
.element-29685031 {
  transition: transform 0.2s ease;
}

.element-29685031:hover {
  cursor: pointer;
  transform: scale(1.01);
}

.element-29685037 {
  transition: transform 0.2s ease;
}

.element-29685037:hover {
  cursor: pointer;
  transform: scale(1.01);
}
