
/* fix por causa de display none em headers */
.highlight-event__header {
  display: block;
  margin-bottom: 10px;
}

.highlight-event {
  font-family: "Lato",sans-serif;
  font-size: .8em;
}

.highlight-event a {
  text-decoration: none;
  color: black;
  width: 50%;
}

.highlight-event__couple {
  display: flex;
  width: 32%;
}

.slideshow_carousel__items__item {
  margin: 0 5px;
}

.highlight-event__item {
  height: 312px;
  width: 100%;
  background-color: #EEE;
  cursor: pointer;
  transition: all 200ms;
  padding: 10px;
  box-sizing: border-box;
}

.highlight-event__item:hover {
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px hsla(0, 0%, 0%, 0.24);
}

.highlight-event__description {
  padding: 1em 0;
}

.highlight-event__time-container {
  margin: .1em 0;
}

.highlight-event__category {
  background-color: #fc6b01;
  color: #FFF;
  font-weight: bold;
  padding: .4em 1em;
}

.highlight-event__title {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
}

.highlight-event__description a,
.highlight-event__description a:visited{
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 500px) {
  .highlight-event__couple {
    flex-direction: column;
  }
}
