.event-info {
    width: 100%;
   background: #B3FFE3;
   padding: 25px 0;
   /*transition: all .3s ease-in-out;*/
  }
#sticky.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  /*transition: all .3s ease-in-out;*/
}

#sticky-phantom {
    visibility: hidden;
}

//
.row-depth-1.row-number-2.top {
   animation: none;
    -webkit-animation-fill-mode: none;
    opacity: 1;
   transform: none;
}
.event-info { width: auto; display: flex; white-space: nowrap; }
  
  .event-info-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .event-info-wrapper .item p {
    color: #151515;
    font-size: '32pt';
    font-family: 'Scto Grotesk';
    font-weight: normal;
    font-style: normal;
     width: auto; display: block; white-space: nowrap;
  }
  .event-info-wrapper .item a {

     font-family: 'Scto Grotesk';
     font-size: '32px';
     font-weight: bold;
    letter-spacing: 2px;
    font-style: normal;
}
  
  .event-info .item img {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .event-info {
    overflow: hidden;
    padding: 20px 0;
  }

.event-info p { margin: 0; }

