[data-element-id="10220000001138212"] {
  margin-top: 3% !important;
}

[data-element-id="10220000001197524"] {
  margin-top: -10% !important;
}

/*To restrict note field being edited*/
[data-field-id="10220000001458746"] {
  pointer-events: none !important;
}

.bs-social-links i,
.community-section-footer .bs-social-links.default .theme-icon:not(:hover) {
  background: #fff !important;
  color: #000 !important;
}

.bs-main-menu .item.logo img {
  max-height: 63px !important;
}


/* hidden sales end */

.ticket-classes .list-item .meta {
  display: none !important;
}

.bs-section.ticket_your-order .ticket-list-header .right-items .item .btn-widget.primary {
    display: none;
}
/*hidden sales end */


/* Speaker Carousel Bg */

.bs-speakerList-wgt.card-view .li-item {
  background-color: rgb(255, 255, 255, 0.6) !important;
}

.profilecustom {
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.profilecustom img {
  transition: transform 0.4s ease;
  display: block;
}

.overlaycustom {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  font-family: inherit;
  font-size: 14px;
}

.profilecustom:hover img {
  transform: scale(1.1);
}

.profilecustom:hover .overlaycustom {
  opacity: 1;
}

.overlaycustom a:hover,
.overlaycustom a:focus,
.overlaycustom a:active,
.overlaycustom a {
  color: #fff !important;
  text-decoration: none !important;
}

/* Speaker Carousel Bg */


/* start: Infinte carousel */
.bs-section.community-section-speakerList-1,
.bs-section.community-section-mediaWithTextList-2,
.bs-section.community-section-mediaWithTextList-3 {
    overflow: hidden;
}
/* .bs-section.community-section-mediaWithTextList-5 */

.bs-section.community-section-speakerList-1 .bs-speakerList-wgt .li-item,
.bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt .li-item,
.bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt .li-item {
    min-width: 300px;
    width: 300px;
}

/* .bs-section.community-section-mediaWithTextList-5 .bs-mtList-wgt .li-item */

.bs-section.community-section-speakerList-1 .bs-speakerList-wgt:hover,
.bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt:hover,
.bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt:hover {
    animation-play-state: paused;
}
/* .bs-section.community-section-mediaWithTextList-5 .bs-mtList-wgt:hover */

.bs-section.community-section-speakerList-1 .bs-speakerList-wgt,
.bs-section.community-section-mediaWithTextList-2 .bs-mtList-wgt,
.bs-section.community-section-mediaWithTextList-3 .bs-mtList-wgt {
    display: flex;
    flex-wrap: nowrap !important;
    width: calc(23 * 320px);
    transform: translateX(0);
    animation: carousel-anim 50s infinite linear;
}
/* .bs-section.community-section-mediaWithTextList-5 .bs-mtList-wgt */

@keyframes carousel-anim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-14 * 320px));
    }
}
/* end: Infinte carousel */

/*To reduce the size of number counter on mobile*/ 
@media only screen and (max-width: 767px) {
  [data-element-id="10220000001297357"] .li-content > * {
    font-size: 30px !important;
  }
  
}
