.delimiter {
  border-top: 4px solid lightgrey;
  padding: .5em 0;
  margin-right: 15em;
}

.event-item {
  font-family: Montserrat, sans-serif !important;
  /*width: 330px;*/
  padding: 0;
  margin: 100px 0;
  position: relative;
  border-radius: .5rem;
}

.card-container:nth-child(even) {
  padding-top: 50px;
}

.card-container:nth-child(odd) {
  padding-bottom: 50px;
}

.event-item h2,h3,h4,p {
  font-family: Montserrat, sans-serif !important;
  margin: 0;
  padding: 0;
}

h2.p-top {
  padding-top: 5px;
}

.event-item h2 {
  font-size: 2.6em;
  letter-spacing: 4px;
}

.event-item h3 {
  font-size: 2em;
}

.event-item h4 {
  font-size: 1.2em;
}

.event-item h3 sup {
  font-size: .5em;
}

.event-item__date {
  margin-top: 20px;
  padding-left: 3px;
  font-size: .8em;
}

.event-item__date h2 {
  letter-spacing: 2px;
}

.event-item__caption {
  /*
  display: inline-block;
  border-radius: .5rem;
  max-width: 330px;
*/
  display: block;
  margin: 1px;
  background: #202124;
  color: #f8f9fa;
  padding: .4em;
  overflow-wrap: break-word;
}

.event-item__ribbon {
  position: absolute;
  top: -20px;
  left: 6px;
}

.event-item__cart {
  /*color: #f4623a;
  color: #3498db;*/
  color: #c64545;
  animation:move 1.6s ease .5s infinite alternate;
}
/* 
@keyframes move{
from{transform:translateY(8px);}
to{transform:translateY(0px);}
}
*/

.event-item__status {
  padding: .5em;
  margin: 0;
  padding-bottom: 0;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  font-size: .8em;
}

.event-item__price {
  font-size: 1.8em;
}

.event-item__icons {
  font-size: 1.5em;
}

.event-item__icons small {
  font-size: .7em;
}

.event-item__image {
  display: block;
  max-width: 100%;
}

.page-load-status {
/* hidden by default */
  /*display: none;*/
  padding-top: 20px;
  text-align: center;
  color: #777;
}

.no-events {
  display: none;
}

#events {
  margin-top: 20px;
  padding-top: 15px;
}

/* MEDIA QUERIES */
@media (max-width: 991.98px) {
  #events {
    margin-top: 0;
  }
  .card-container:nth-child(odd) {
    padding-top: 50px;
  }
  .card-container:nth-child(even) {
    padding-top: 0;
  }
}
