/* Change border color on countdown clock - Kerlyn @ Bizzabo */
.global-template .count-container {
    color:#333333;
}
/* Navbar button styling #1 */
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(9) > a > div {
  background-color: #f1e8f9;  color:#333333 ;  font-weight: 600;  padding: 16px 24px 14px 24px;  display: inline;
  border: none;  text-align: center;  text-decoration: none;   border-radius: 0px;  margin-left:5px;
}
/* Navbar button styling #2 */
#bs-example-navbar-collapse-1 > ul:nth-child(1) > li:nth-child(0) > a > div {
  background-color: #E2BB5E;  color:#0B334D ;  font-weight: 600;  padding: 16px 24px 14px 24px;  display: inline;
  border: none;  text-align: center;  text-decoration: none;   border-radius: 0px;  margin-left:5px;
}
/*Top navigation bar container and underline*/
.template-nav {border-bottom: 0,5px solid #000000;
  background-color:#333333 !important;}
navbar-color:white


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

.nav-menu-btn{
 font-size: 14px !important; 
}

.logo-li-holder {
    width: 8-px;
    margin-right: -5px;
  margin-left: -3px;
    line-height: 40px;
}
/*Display all navigation items (stop more drop-down) #bs-example-navbar-collapse-1 > ul>li:nth-last-child(1) {
  display:none;
  }

#bs-example-navbar-collapse-1 > .navbar-nav.show-more-tab>li:not(.more-tabs-dropdown).hide-tab {
  width:auto;
  height:auto;
}
*/
  /* Help page accordion */
/* Bruna - for accordion, copy lines 1384 - 1440 */

.faq-question {

  text-align:center;
  font-size:20px!important;
  padding: 18px 18px 14px 33px;
  border-bottom:1px solid #6D448B;
  width: 100%;
  transition: 0.8s;
  margin: 0 0;
  transition:0.3s;
}

.faq-question:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  padding-top:10px;
  color: #6D448B;
  float: right;
  margin-left: 5px;
}


.active:after {
  transition: max-height 0.8s ease-out;
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: #E2BB5E;
}

.faq-question:hover {
  background-color:#6D448B!important;
  cursor: pointer;
}

.faq-answer {
  padding: 20px 0;
    transition: max-height 0.8s ease-out;
}

.panel {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
    margin:0px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 14px;
  padding-top:14px;
  color: #6D448B;
  float: right;
  margin-left: 5px;
}
/* change text for looking for ticket*/
.looking-ticket-link span{
 display: none !important;
}

/* hide add to calendar */
.add-to-calendar {
 display: none !important;
}

/*Display all navigation items (stop more drop-down)*/ #bs-example-navbar-collapse-1 > ul>li:nth-last-child(0) { display:none; } #bs-example-navbar-collapse-1 > .navbar-nav.show-more-tab>li:not(.more-tabs-dropdown).hide-tab { width:auto; height:auto; }
/* the following two @media values shrink menu bar text 
 at 1350 and 1070px widths, to make sure that menus 
with lots of entries don't wrap at certain screen sizes. 
DISABLE THEM BOTH if you don't have lots of menu items. To use
this code on any other site you may need to adjust the 1350 and 
1070 values depending on how large your menu is, how many words
each menu item contains etc. */
@media (max-width: 1350px) {
.trade-template .nav-menu-btn {
  font-size:.7rem!important;
}
}

@media (max-width: 1070px) {
.trade-template .nav-menu-btn {
  font-size:.7rem!important;
}
}

/* this one means that mobile hambuger isn't adversely affected by the two codes above */
@media (max-width: 1024px) {
.trade-template .nav-menu-btn {
  font-size:1rem!important;
}
}/*Display all navigation items (stop more drop-down)*/ #bs-example-navbar-collapse-1 > ul>li:nth-last-child(1) { display:none; } #bs-example-navbar-collapse-1 > .navbar-nav.show-more-tab>li:not(.more-tabs-dropdown).hide-tab { width:auto; height:auto; }
/*Logo*/
.image-container-item{
	width: 100px;
	top: 5px;
}


