/*---------------Global-------------*/
body, .speaker-view  {
	font-family: 'Metric', sans-serif !important;
}
.home-page {
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
}
.main-app-container {
	max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1210px){
  .col-sm-12{
	padding-right: 0px;
    padding-left: 0px;
  }
}
strong, .fr-view strong {
    font-weight: 600;
}
.custom-font {
	font-family: 'Metric', sans-serif;
}
.btn:focus, .customer-btn:focus,
.btn:focus-visible, .customer-btn:focus-visible {
    outline: 2px solid #FCD0B1;
    outline-offset: 2px;
}
.btn, .ft-standard-button {
	border-radius: 0px !important;
	font-family: 'Metric', sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 4px 26px;
    padding-top: 8px;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 500;
}
.btn:hover, .ft-standard-button:hover {
    background-color: #c7a792 !important;
}
.btn-alternate {
	background: transparent;
}
.btn-standard {
	background: #FCD0B1;
    color: #000;
}
.black {
	border: 1px solid #000;
    color: #000;
}
.peach {
	border: 1px solid #FCD0B1;
    color: #FCD0B1;
}
.title-with-line h2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%); /* Centers the line */
  width: 100px;                 /* Custom length of the line */
  height: 8px;                 /* Thickness of the line */
}
.title-with-white-line h2:before {
  content: "";
  position: absolute;
  top: -40px;
  width: 100px;                 /* Custom length of the line */
  height: 8px;         /* Thickness of the line */
  background-color: #fff;
}

.title-with-line h3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%); /* Centers the line */
  width: 60px;                 /* Custom length of the line */
  height: 4px;                 /* Thickness of the line */
}
.title-left h2 {
	text-align: left;
    padding-left: 0px;
}
@media (max-width:1024px){
.title-left h2 {
    padding-left: 30px;
}
}
.sponsor-title-with-line h2:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%); /* Centers the line */
  height: 4px;  /* Thickness of the line */
  width: 60px;
  background: #000;
  overflow: hidden;
}

h2, .trade-template h2, .business-template h2, .urban-template h2 {
	text-transform: unset;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Metric', sans-serif !important;
    margin-bottom: 24px;
    line-height: 90%;
}
h4 {
	text-transform: unset;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Metric', sans-serif !important;
    margin-bottom: 16px;
    line-height: 28px;
}
h3 {
	text-transform: unset;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Metric', sans-serif !important;
    margin-bottom: 16px;
    line-height: 90%;
    color: unset;
}
h5 {
    text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
    font-family: 'Metric', sans-serif !important;
    margin-bottom: 8px;
    line-height: 100%;
    color: #807973;
}
.secondary-page-header h2{
	font-family: 'Metric', Sans-serif !important;
	font-weight: 600;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
}
.bottom-text-header h2 {
	font-family: 'Metric', Sans-serif !important;
	font-weight: 600;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
    margin-bottom: 0px;
}
.secondary-page-header .html-container:before{
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background-size: cover;
    z-index:0;
}
.remove-btn-spacing .margin-vertical-small{
	margin-top: 0px;
}
ul {
  list-style-position: outside; /* Keeps multi-line text beautifully aligned */
  list-style-type: disc;
  font-size: 1.22rem;
}

ul li::marker {
  color: #000;   /* Changes bullet color */
  font-size: 1.5em; /* Changes bullet size */
}
@media (min-width: 768px){
.big-left-column .col-sm-6:first-child{
	width: 60%;
}
.big-left-column .col-sm-6:last-child{
	width: 40%;
    text-align: right;
}
  .big-right-column .col-sm-6:first-child{
width: 40%;
}
.big-right-column .col-sm-6:last-child{
width: 60%;
  text-align: left;
}
  .remove-padding .col-sm-6:first-child {
    padding-left: 0px;
}
.remove-padding .col-sm-6:last-child {
    padding-right: 0px;
}
.extra-padding .col-sm-6:first-child {
    padding-left: 50px;
}
.extra-padding .col-sm-6:last-child {
    padding-right: 50px;
}
.extra-padding .col-sm-12 {
	padding-left: 100px;
    padding-right: 100px;
}
  .two-btn .col-sm-6:first-child .atom-main{
  	float: right;
  }
    .two-btn .col-sm-6:last-child .atom-main{
  	float: left;
  }
}
/*________Nav__________*/
.navbar {
    border-top: 4px solid #fcd0b1;
}
/* .nav-buttons-custom{
	position: fixed;
    width: unset;
    top: -20px;
    z-index: 9999;
    background: transparent;
    right: 120px;
} */
.preview-mode-width .nav-buttons-custom{
	position: initial !important;
    width: unset;
    top: 0px;
    z-index: 9999;
    background: transparent;
    right: 120px;
}
.nav-buttons-custom .col-sm-6:nth-child(2) {
	padding-left: 19px;
}
.me-menu-button {
	filter: hue-rotate(180deg);
}

.nav-buttons-custom .btn.btn-alternate.peach {
    padding: 5px 22px;
    line-height: 22px;
    padding-top: 7px;
    margin-right: 20px;
}
.nav-buttons-custom .overflow-hidden {
	overflow: visible;
}
.nav-buttons-custom .atom-sectionMain {
	    background: transparent !important;
}
.nav .image-container-item img {
    position: absolute;
    max-width: 91.77px;
    max-height: 37.25px;
}
.caret {
    display: inline-block;
    width: 6.57px;
    height: 6.57px;
    margin-left: 2px;
    margin-bottom: 3px;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 2.3px solid #fff;
    border-bottom: 2.3px solid #fff;
    transform: rotate(45deg);
}
.nav-menu-btn, .more-tabs-dropdown .navigation-dropdown-li {
    font-family: 'Metric', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .49px;
    font-size: 15.68px !important;
}
.dropdown-menu>li {
    border-bottom: none;
}
.business-template .business-nav-menu .business-nav-button-wrapper.selected .business-nav-menu-btn {
border-bottom: 3px solid #FCD0B1;
}
@media (max-width: 768px){
.navbar-brand .image-container-item img {
        margin: auto 5px;
        max-width: 55%;
    }
}


/*________Header__________*/

.event-header {
	color: #fff;
    font-family: 'Metric';
}

.black-gradient-overlay .html-container:before{
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background-size: cover;
    z-index:0;
}
.event-header h1 {
	font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Metric', sans-serif;
    margin-bottom: 12px;
    text-align: center;
    font-size: 56px;
    color: #fff !important;
}

.event-header .event-slogan {
	font-size: 24.05px;
    line-height: 28.06px;
    margin-bottom: 50px;
    font-family: 'Metric', sans-serif;
}

.event-header .event-date-location {
	font-weight: 600;
    font-size: 28.06px;
    line-height: 32.06px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-family: 'Metric', sans-serif;
}
.event-header .event-type {
	font-size: 24.05px;
    line-height: 28.06px;
    margin-bottom: 15px;
    font-family: 'Metric', sans-serif;
}

.event-header .event-hashtag {
	font-size: 20.04px;
	line-height: 24.05px;
    font-family: 'Metric', sans-serif;
}

/*________Stat Section__________*/
.stat-section .main-app-container {
	max-width: 1300px;
}
.stat-section {
	color: #333333;
    align-content: center;
    vertical-align: middle;
    max-width: 2000px;
}
@media (min-width: 768px){
  .stat-section {
  }
  .stat-section .col-sm-12 {
    position: relative;
}
}
.stat-section .fr-view table td, .stat-section .fr-view table th {
    border: none;
}
.stat-number {
	font-family: 'Metric', sans-serif;
    font-size: 50px;
    font-weight: 600;
    max-width: 104px;
    margin-right: auto;
    margin-left: auto;
    line-height: 90%;
}

.stat-desc {
	font-family: 'Metric', sans-serif;
    font-size: 20px;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
    line-height: 17px;
}

.event-info-1 p{
	color: #fff !important;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Metric', sans-serif;
}
.call-to-action-section img{
	max-width: fit-content;
	margin-right: auto;
    margin-left: auto;
    object-fit: contain;
} 
.call-to-action-section {
	text-align: center;
}

.call-to-action-section .btn {
	margin-right: auto;
    margin-left: auto;
}
.agenda-themes .fr-view table td, .agenda-themes .fr-view table th {
    border: none;
}
.agenda-themes .btn {
	width: 170px;
    height: 50px;
    align-content: center;
    line-height: 20px;    
}
@media (max-width: 768px){
  .agenda-themes .fr-view table td{
        width: 100% !important;
        display: block;

  }
     .stat-section .fr-view table td {
        width: 50% !important;
        display: inline-block;
        margin-bottom: 20px;
  }
  .agenda-themes .btn {
  	width: 100%;
  }
  .stat-number {
	font-family: 'Metric', sans-serif;
    font-size: 40px;
    font-weight: 600;
    max-width: 104px;
    margin-right: auto;
    margin-left: auto;
    line-height: 95%;
}

.stat-desc {
	font-family: 'Metric', sans-serif;
    font-size: 15px;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
    line-height: 17px;
}
}
/*-----here to help section------*/

.here-to-help h2:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%); /* Centers the line */
  width: 60px;                 /* Custom length of the line */
  height: 3.92px;                 /* Thickness of the line */
  background-color: #fff;
}
.contact-card {
	background: #1A1817;
    border-radius: 9.8px;
    padding: 23.5px;
	font-family: 'Metric', sans-serif;
	font-size: 15.68px !important;
	line-height: 19.6px;
	letter-spacing: 0.49px;
	vertical-align: middle;
	text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.contact-card .headshot img  {
	border-radius: 300px;
    max-width: 225.46px;
    height: auto;
    margin-bottom: 31px !important;
}
.contact-card p {
	font-family: 'Metric', sans-serif;
	font-size: 15.68px !important;
	line-height: 19.6px;
	letter-spacing: 0.49px;
	vertical-align: middle;
	text-transform: uppercase;
    color: #fff;
}
/*---------Announcements---------------*/
.item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item h2 {
	font-family: 'Metric', Sans-serif;
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    margin-top: 10px;
}
/* Scope animations directly to the announcement carousel */
.owl-carousel.announcement .owl-item.animated {
  /* Control overall animation speed here (e.g., 1600ms = 1.6 seconds) */
  animation-duration: 1600ms !important; 
  animation-fill-mode: both !important;
}

/* OUTGOING ITEM */
.owl-carousel.announcement .custom-fade-out {
  animation-name: sequentialFadeOut !important;
}

@keyframes sequentialFadeOut {
  0% { opacity: 1; }
  40% { opacity: 0; }  /* Fades out slowly over the first 40% of time */
  100% { opacity: 0; } 
}

/* INCOMING ITEM */
.owl-carousel.announcement .custom-fade-in {
  animation-name: sequentialFadeIn !important;
}

@keyframes sequentialFadeIn {
  0% { opacity: 0; }
  60% { opacity: 0; }  /* Stays completely blank during the middle gap */
  100% { opacity: 1; } /* Fades in slowly over the final 40% of time */
}
/*---------Key Event Stats---------------*/
.key-stats-title {
	font-family: 'Metric', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.key-stats-number {
	font-family: 'Metric', sans-serif;
	font-weight: 600;
	font-size: 56px;
	line-height: 56px;
    vertical-align: bottom;
	letter-spacing: 0px;
    border-left: 3px solid rgba(51, 51, 51, .4);
    padding-left: 12px;
}
.key-stats-desc {
	font-family: 'Metric', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.key-stats-col .fr-view table td, .key-stats-col .fr-view table th {
	border: none;
    padding: 15px 0px;
}
.key-stats-col td, .key-stats-col th {
  vertical-align: middle;
}
/*---------Agenda---------------*/
.agenda-view {
	font-family: 'Metric', Sans-serif !important;
   margin-bottom: 170px;
}
.agenda-view .session-container  {
	border: 1px solid #807973;
	border-radius: 3px);
	background-color: #FFF1E5 !important;
	margin-bottom: 15px;
}
.agenda-view .speakers-container:has(.speakers-carousel){
	min-height: 107px !important;
	background: rgba(0, 0, 0, 0.1) !important;
	padding-top: 19px;
    padding-left: 34px;
    padding-right: 34px;
    margin-bottom: 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.agenda-view .session-list-container .session-day-container .time-row .time-elem>div {
	background-color: #FCD0B1 !important;
    border: 1px solid #4D4845;
    color: #4D4845;
}
.agenda-view .agenda-search-container .agenda-search .view-buttons-container.is-pull-left,
    .agenda-view .agenda-search-container .agenda-search .login-buttons-container {
    display: none;
}
.speaker-view .speaker-container .speaker-sessions-twitter-wrapper .speaker-sessions .speaker-session a .speaker-session-title {
    font-family: 'Metric', Sans-serif !important;
}
@media (max-width: 768px){
.agenda-view.top-agenda-margin-single {
    margin-top:  0px;
}
  .agenda-view {
    font-family: 'Metric', Sans-serif !important;
    margin-bottom: 25px;
}
}

/*--------Sponsor page----------*/
@media (min-width: 768px) {
.sponsor-info-row img{
	float: left;
}
    .sponsor-info-row .col-sm-6:first-child {
  	width: 40%
  }  
  .sponsor-info-row .col-sm-6:last-child {
  	width: 60%
  }  
}
/*Price Cards*/
.ft-price{
	padding: 50px 5px;
}
.ft-price-box{
	padding: 15px;
}
.ft-price-inner{
	box-shadow: 0px #444;
	-webkit-box-shadow: 0px #444;
	-ms-box-shadow: 0px #444;
	padding: 20px;
	max-width: 320px;
	margin: 30px auto;
	background-color:rgba(242,223,206,1);
}
.ft-price-head{
	text-align: center;
	font-weight: 600;
	padding: 20px 20px 30px 20px;
}
.ft-price-head p:first-child{
	font-size: 14px;
	line-height:5px!important;
}
.ft-price-head p:last-child{
	font-size: 25px;
}
.ft-price-body{
	padding: 0 5px 0 40px;
  flex-grow:1;
  min-height:275px;
}
.ft-price-body p{
	font-size: 13px!important;
	line-height:1rem!important;
}
.ft-price-body > p.checked::before{
	content: '✓';
	padding-right: 10px;
	margin-left: -20px;
	font-size: 14px;
	color: #00914e;
}
.ft-price-body > p.crossed::before{
	content: '✕';
	padding-right: 10px;
	margin-left: -20px;
	font-size: 14px;
	color: #ff817e;
}
.ft-price-foot{
	text-align: center;
}
.ft-price-foot p{
	font-size: 35px!important;
}
.ft-price-button {
    color:#000;
    text-align: center;
}
.ft-price-button .btn {
	align-content: center;
    color: #000 !important;
    background: #FCD0B1;
}
.ft-price-box.exclusive{
  color:#fff!important;
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
  
}
.ft-price-box .ft-price-inner{
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border:0px solid #bbb;
  transition: transform 0.6s ease-in-out; 
} 
.ft-price-box .ft-price-inner:hover {
	transform: scale(1.05);
}
/*FOOTER*/
 :root {
      --ft-bg:    #252525;
      --ft-sand:  #F5D3B7;
      --ft-muted: #F5D3B7;
      --ft-link:  #F5D3B7;
    }
 
 
 
    .ft-footer {
      background-color: var(--ft-bg);
      color: var(--ft-sand);
      padding: 48px 80px 56px;
      height: auto;
      line-height: normal;

    }
.ft-footer a {
 color: #F5D3B7;
}
    /* ── Copyright ── */
    .ft-copyright {
      font-size: 15px;
      color: var(--ft-sand);
      margin-bottom: 10px;
    }
    .ft-copyright strong {
      font-weight: 700;
    }
 
    /* ── Tagline ── */
    .ft-tagline {
      font-size: 12px;
      color: var(--ft-muted);
      line-height: 1.55;
      max-width: 420px;
      margin-bottom: 20px;
    }
 
    /* ── Social icons ── */
    .ft-social {
      display: flex;
      gap: 24px;
      align-items: center;
    }
    .ft-social a {
      color: var(--ft-sand);
      opacity: 0.9;
      transition: opacity .2s;
      display: flex;
      align-items: center;
    }
    .ft-social a:hover { opacity: 1; }
    .ft-social svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }
 
    /* ── Legal heading ── */
    .ft-legal-heading {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      color: var(--ft-sand);
      margin-bottom: 18px;
      margin-top:0;
    }
 
    /* ── Legal links grid ── */
    .ft-legal-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
      row-gap: 5px;
    }
    .ft-legal-grid a {
      font-size: 13px;
      color: var(--ft-link);
      text-decoration: none;
      white-space: nowrap;
      transition: color .15s;
    }
    .ft-legal-grid a:hover {
      color: var(--ft-sand);
      text-decoration: underline;
    }
 
    /* ── Responsive ── */
    @media (max-width: 767px) {
      .ft-footer { padding: 36px 24px 40px; }
      .ft-legal-grid { grid-template-columns: 1fr; }
    }
.speaker_carousel .attendees-faces-holder .row {
    display: none;
}
@media(min-width:1200px){
.speaker_carousel .attendees-faces-holder .row.owl-carousel {
    display: block !important;
    left: 50px;
}
}
.speaker_carousel .attendees-faces-holder .row.owl-carousel {
    display: block !important;
}
 .nav.navbar-nav.show-more-tab > li.gh-force-hide {
    display: none !important;
}
@media(max-width:1200px){
      .nav-buttons-custom {
        top: 35px;
        background: #262A33;
        right: 0px;
        width: 100%;
        height: 90px;
        z-index: 800;
        padding-right: 30px !important;
    }
  .nav-buttons-custom .col-sm-6 {
		width: initial;
        float: right;
        padding-right: 5px;
        padding-left: 5px;
  }
}
li.gh-mobile-buttons {
    padding: 0 40px;
}
li.mobile-nav-right-btn.gh-extra-btn.gh-force-hide {
      display: block !important;
    padding: 0 32px;
    margin-bottom: 20px;
    
} 
 
@media (max-width: 768px) {
  .business-template .business-nav-menu .more-tabs-dropdown .dropdown-menu {
      margin-top: 0;
  }
}

@media (max-width: 1024px){
  .nav.navbar-nav.show-more-tab li.mobile-nav-right-btn.gh-extra-btn.gh-force-hide{
    display: block !important;
    padding: 0 32px;
    margin-bottom: 10px;	

  } 
    .nav-buttons-custom .btn {
  		font-size: 16px;
        padding: 5px 15px;
  }
}
 
@media (max-width: 768px) {
  .business-template .business-nav-menu .more-tabs-dropdown .dropdown-menu {
      margin-top: 0;
  }
}

.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar.open ul li:not([role="none"]) {
    display: none !important;
}

a.monile_signout.navigation-dropdown-li.me-menu-sign-out,
a.monile_signout.navigation-dropdown-li.me-menu-sign-out:hover,
a.monile_signout.navigation-dropdown-li.me-menu-sign-out:focus{
  background: #fcd0b1;
  padding: 0;
  color: #717272;
  margin: 0;
  font-size: 16px;
  text-align: center;
  height: 38px;
  line-height: 44px;
  font-weight: 500;
  outline:none;
}
.navbar-default .navbar-nav>li>a:focus {outline: none;}
 

.trade-template .sponsors .partner-container {
    padding: 0;
}

span.partner-level-label {
 
   
}

span.partner-level-label {
    border: 0 !important;
       color: #000 !important;
}
 
 

.col-xs-6.col-sm-4.col-md-3.partner-container {
    width: 100%;
}

.trade-template .sponsors .partner-logo-container {
    height: 200px;
}

.trade-template .sponsors .partner-logo-container img {
    height: 100px !important;
}

.partner-level {
    width: 100%;
    display: block;
    height: unset;
}

.partner-level .partner-level-label {
    display: block;
    width: 100%;
}

.trade-template .sponsors .partner-label-container {
    width: 100%;
    top: 16px !important;
}


  

.spoonso_carousel .owl-carousel .owl-nav button.owl-next, 
.spoonso_carousel .owl-carousel .owl-nav button.owl-prev,
.spoonso_carousel .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 40px;
    display: block;
    visibility: visible;
    display: block;
    z-index: 999;
    width: 20px;
  
}

.spoonso_carousel .owl-nav.disabled {
    position: absolute;
    right:0;
    top: 40%;
    display: flex !important;
    z-index: 999;
}

.spoonso_carousel .partners-container{
    padding-right: 70px;
}
@media(min-width:992px) {
.spoonso_carousel .owl-progress-container {
	margin-top: 80px;
  }}
@media(max-width:992px){
  .spoonso_carousel .owl-theme .owl-nav {
      display: ;
  }
  .spoonso_carousel .owl-carousel .owl-nav button.owl-next, .spoonso_carousel .owl-carousel .owl-nav button.owl-prev {
  	display: contents;
  }
  .spoonso_carousel .partners-container {
  	padding-right: unset;
  }
  .spoonso_carousel .owl-carousel .owl-dots {
  	margin-bottom: 75px;
  }
  .spoonso_carousel .owl-carousel .owl-dot{
  	display: inline-block !important;
  }
}


/*agedna*/
.agenda-nav{
    background: #171717;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    z-index: 999;
}

.agenda-nav .container{
    max-width: 1568px;
    margin: auto;
    padding: 0 24px;
    width: 100%;
}

.agenda-nav-inner{
    display:flex;
    align-items:center;
    height:56px;
    overflow:auto;
    white-space:nowrap;
    scrollbar-width:none;
}

.agenda-nav-inner::-webkit-scrollbar{
    display:none;
}

.agenda-link{
    position:relative;
    text-decoration:none;
    color:#fff;
    font-size:17px;
    padding:0 18px;
    line-height:56px;
    transition:.25s;
    flex-shrink:0;
}

.agenda-link.full{
    padding-left:0;
    font-weight:600;
    text-transform:uppercase;
}

.divider{
    width:1px;
    height:18px;
    background:rgba(255,255,255,.45);
    margin-right:6px;
    flex-shrink:0;
}

.agenda-link:hover{
    color:#efc3a3;
}

.agenda-link.active{
    color:#efc3a3;
}

.agenda-link.active::after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:0;
    height:2px;
    background:#efc3a3;
}

.agenda-link.full.active::after{
    left:0;
    right:18px;
}

@media(max-width:768px){

  .agenda-nav .container{
      padding:0 16px;
  }

  .agenda-link{
      font-size:15px;
      padding:0 14px;
  }

}

.agenda-nav-inner a:hover,
.agenda-nav-inner a:focus,
.agenda-nav-inner a:visited{
    text-decoration: none;
    outline: navajowhite;
  
}
a.agenda-link.full.active {
    color: #fff; 
}
a.agenda-link.full.active {
    color: #fff;
    
}
.agenda-link.full.active::after {
    display: none;
}
.speaker-view .speaker-container .speaker-profile .speaker-back-button .speaker-back-button-label,
.speaker-view .speaker-container .speaker-profile .speaker-share-button
{
    color: #fff;
}
@media (max-width: 1024px) {
.agenda-nav{
    background: #171717;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    position: fixed;
    top: 135px;
    left: 0;
    right: 0;
    z-index: 999;
}
    .agenda-view.top-agenda-margin-single {
        margin-top: 90px;
    }

}
/*---------Speaker Widget---------------*/
.section-speakers .entity-photo-holder a .object-trade-thumbnail{
  width: 100%;
  max-width: 100%;
  padding: 24px;
}
 

.section-speakers .entity-photo-holder .speaker-text {
    border-radius: 0 0 8px 8px;
    padding-bottom: 28px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}


.section-speakers  .atom-text1,
.section-speakers  .atom-text2{
    margin: 0 ;
    color: #fff !important;
    text-transform: none;
    letter-spacing: .45px !important;
}

.section-speakers .entity-photo-holder .speaker-text:before {
    content: '';
    width: 34px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -9px;
}
.section-speakers .atom-fullname {
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 ;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .45px !important;
}
.section-speakers .atom-text1,
.section-speakers .atom-text2{
    font-size:12px !important;
}
.section-speakers  .speakers .entity-photo-holder img,
.section-speakers .speakers .object-trade-thumbnail {
    min-width: unset;

}
.speaker_carousel .attendees-faces-holder {
    max-width: 1072px;
    margin: 0 auto;
}
.section-speakers .img-circle {
	border-radius: 0px;
}

.section-speakers .entity-photo-holder {
  background:#171717;
  border-radius:8px;
  overflow:hidden;
  color:white;
}
.section-speakers.speaker_carousel .entity-photo-holder {
  width: 100% !important;
  padding: 0 !important;
}

.section-speakers .entity-photo-holder img {
    width:100%;
    object-fit:cover;
}


.section-speakers .entity-photo-holder .content {
    padding:35px;
}


.section-speakers .entity-photo-holder h4 {
    font-size:20px;
    margin-bottom:10px;
}


.section-speakers .entity-photo-holder p {
    font-size:16px;
    color:#eee;
}


.owl-theme .owl-dots .owl-dot span, .speakers .owl-dots button.owl-dot
 {
    width: 5px !important;
    height: 5px!important;
    background: #ada195 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .speakers .owl-dot .active {
    background: #000 !important;
}
.speakers .owl-dots button.owl-dot {
    background: #ada195;
}
/* side cards faded */
.section-speakers.speaker_carousel .owl-item:not(.center) {
    opacity:.35;
}


/* active center card */
.section-speakers.speaker_carousel .owl-item.active {
    opacity:1;
}
.section-speakers.speaker_carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
   opacity:0.5;
    color:#000;
 
}
.section-speakers.speaker_carousel .owl-theme .owl-nav [class*=owl-]{
       font-size: 39px !important;
       line-height: 39px !important;
}

.section-speakers.speaker_carousel .owl-carousel .owl-nav button {
    padding: 0;
    line-height: normal;
}

.section-speakers.speaker_carousel .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    right: -60px;
    margin: 0;
    padding: 0;
    line-height: normal;
} 
.entity-photo-holder:not(.owl-item .entity-photo-holder ) {
	margin-right: 20px;
    max-width: 275px;
    height: 400px;
}
.owl-item .entity-photo-holder {
	min-height: 415px;
}
/*speaker*/
@media(max-width:768px){

  .attendees-faces .entity-photo-holder a,
  .attendees-faces .entity-photo-holder .speaker-text {
      background: #1A1817;
  }
.owl-item .entity-photo-holder {
	min-height: 400px;
}

  .attendees-faces .atom-fullname.attendee-name {
      margin-top: 0 !important;
      color: #fff;
      font-size: 14px;
      font-style: normal;
      line-height: 18px; /* 125% */
      letter-spacing: 0.447px;
      text-transform: uppercase;
      font-weight: 600;
  }

  .attendees-faces  .entity-photo-holder a {
      border-radius: 8px 8px 0 0;
      padding-bottom: 20px;
      outline: none;
  }
  .attendees-faces  .atom-text1.attendee-title,
  .attendees-faces  .atom-text2.attendee-company {
      font-size: 12px;
      line-height:normal;
      margin: 0;
      color:#fff;
  }
  .attendees-faces  .entity-photo-holder .speaker-text {
      border-radius: 0 0 8px 8px;
      padding-bottom: 28px;
      text-align: left;
      padding-left: 20px;
      position: relative;
  }
  .attendees-faces  .entity-photo-holder .speaker-text:before {
      content: '';
      width: 34px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: -9px;
  }
 /* .attendees-faces .owl-theme .owl-nav,
  .attendees-faces .owl-nav.disabled{
     display:none !important;
  }*/

  .attendees-faces .owl-dots {
        display: none;
        opacity: 1;
       
    }

.attendees-faces  .entity-photo-holder img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 0px !important;
}
  .attendees-faces .object-trade-thumbnail{width:100% !important;}

  .attendees-faces  .entity-photo-holder img,
 .trade-template .speakers .object-trade-thumbnail {
   width: 100%;
   max-width: 100%;
   min-width: unset !important;
   height: 240px;
}
.attendees-faces .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7a7a7a;
  border-radius: 100%;
  margin: 0;
  margin-right: 10px;
  display:inline-block;
}    
  .attendees-faces .owl-nav.disabled{
    display:none !important;
  }
}


/* 2. Style the injected wrapper track */
.owl-progress-container {
    width: 50%;
    height: 4px;
    background-color: #e0e0e0;
    margin-top: 20px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-left: 30%;
    margin-right: auto;
}
@media (max-width: 768px){
.owl-progress-container {
    width: 100%;
    margin-left: auto;
}
}
/* 3. Style the fill indicator */
.owl-progress-bar {
    width: 0%;
    height: 100%;
    background-color: #313131; /* Change to match your site color */
    transition: width 0.3s ease;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
 .atom-text1.attendee-title,
.atom-text2.attendee-company {
    
    margin: 0 !important;
}


.atom-fullname.attendee-name {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}



@media (max-width: 768px) {

  .secondary-page-header .main-app-container {
  	padding-bottom: 20px;
  }
    .main-view.footer-padding,.editor-home-page.footer-padding {
        padding-bottom:0
    }
    .attendees-faces .col-xs-12.col-sm-6.col-md-4.col-lg-4.entity-photo-holder.wow.fadeInUp {
    width:100% !important;
    max-width:250px !important;
  }
    footer.ft-footer {
      position: relative;
  }
  .ft-legal-heading {
    margin-top: 20px;
}
}
  


.bottom-footer {
    padding-top: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    background: #000000;
    padding-bottom: 7px;
}
/*custom nav*/

.customer_buttonwrap{
    display:flex;
    align-items:center;
    gap:18px;
    margin-left:auto;
}

.customer-btn{
    text-decoration:none;
    height: 38px;
    font-weight: 600;
    transition:.25s;
    line-height: 20px;
    font-size: 16px;
    margin: 0 !important;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 21px;
    padding-top: 2px;
}

.upcoming-btn{
    border:1px solid #f5c9a8;
    color:#f5c9a8;
    background:transparent;
}

.register-btn{
    background:#f5c9a8;
    color:#222733;
}

.upcoming-btn:hover{
    background:#f5c9a8;
    color:#222733;
}

.register-btn:hover{
    background:#c7a792 !important;
    color:#222733 !important;
    text-decoration:none;
}

@media(max-width:1024px){

    .customer_buttonwrap{
        width: 100%;
        margin: 0;
        padding: 10px 30px 20px;
        flex-direction: column;
        background: #262a33;
        gap: 15px;
    }

    .customer_buttonwrap .customer-btn{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

}
@media(min-width:1024px){
.customer_buttonwrap {
    position: absolute;
    right: 10%;
    top: 13px;
}
  .navbar-nav{
    opacity: 0;
    visibility: hidden;
    animation: showMenu 1s ease 1s forwards;
}
}


@keyframes showMenu {
    to {
        opacity: 1;
        visibility: visible;
    }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#ft-manage-cookies-wrap {
    display: block !important;
}
  /*-------Form Style---------*/

.submission-form .js-registration-form label {
    font-weight: 400;
    font-family: 'Metric', sans-serif;
}
.submission-form .btn {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  font-weight: 400;
  font-size: 16px;
  max-width: fit-content;
}
.submission-form {
    font-family: 'Metric', sans-serif !important;
}