
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  padding-top: 0;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 180px;
  height: 3px;
  background: #FFF8DE;

}
.timeline ol li:first-child {
  width: 360px;
}

.timeline ol li:last-child {
  width: 100%;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 4px;
  background: #F4CE46;
}

.timeline ol li div.timebox {
  position: absolute;
  left: calc(100% + 7px);
  width: 300px;
  padding: 15px;
  white-space: normal;
  background: #F5F5F5;
}
.timeline ol li h3{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 135%;
  color: #26292D;
  margin: 0 0 12px;
}
.timeline ol li h5,.csp-cal{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  color: #799C56;
  margin: 0;
}
.timeline ol li .venue span icon{font-size: 16px;margin-right: 5px;}
.timeline ol li .venue span{
  display: block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  color: #26292D;
  opacity: 0.6;
  margin: 0 0 8px;
}
.timeline ol li div.timebox a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  color: #26292D;
  opacity: 0.6;
  margin: 2px 0 0;
}

.timeline ol li div.timebox::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}


.timeline ol li:nth-child(odd) div.timebox {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div.timebox::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #F5F5F5 transparent transparent transparent;
}

.timeline ol li:nth-child(even) div.timebox {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div.timebox::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #F5F5F5;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


.timeline .arrows {
  display: flex;
  /* display: none; */
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
  display: none;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

[id*=event-].zoom-anim-dialog {
  background: #f5f5f5;
  padding: 0 !important;
}
[id*=event-].zoom-anim-dialog .row{
  margin-left: 0;
  margin-right: 0;
}

.event-title{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 135%;
  color: #26292D;
  margin: 0 0 25px;
}
.event-detail{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 145%;
  color: #26292D;
  opacity: 0.6;
  margin: 0 0 25px;
}
.event-text{
  padding-top: 50px;
  padding-left: 30px;
}
.event-img{
  margin: 0;
  padding: 0;
}

.event-date-loc{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
  color: #26292D;
}
.event-date-loc p {
  margin-bottom: 20px;
  position: relative;
}
.event-date-loc p span{
  display: inline-block;
  font-size: 14px;
  margin-left: 62px;
  opacity: .6;
}
.event-date-loc p time{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 1;
  width: 100%;
}
.event-date-loc icon{
  background: #ececec;
  padding: 18px;
  border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div.timebox {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div.timebox {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div.timebox {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div.timebox::before,
  .timeline ol li:nth-child(even) div.timebox::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div.timebox::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}