.event-pagination-arrow {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .event-pagination-arrow {
    display: flex !important;
  }
}

.event-pagination-arrow a i {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.event-pagination-arrow p {
  font-size: 16px;
}

.event-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-pagination i {
  font-size: 16px;
  font-weight: bold;
  color: gray;
}

.event-pagination .pagination .disabled span {
  border: none;
  padding: 2px 8px;
  font-size: 18px;
}

.event-pagination .pagination .active span {
  padding: 2px 8px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: black;
  background: unset;
  position: relative;
}

.event-pagination .pagination .active span:after {
  content: "";
  background: black;
  height: 2px;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.event-pagination .pagination li > a {
  padding: 2px 8px;
  font-size: 18px;
  border: none;
  color: gray !important;
}

.event-pagination .pagination li > a:hover {
  background: unset;
}

.events .head-title {
  margin-top: 50px;
  margin-bottom: 70px;
}

.events .head-title .text {
  text-align: center;
  font-size: 2em;
  color: #545353;
}

.events .body {
  padding-top: 40px;
  border-top: 3px solid #cfd0d0;
  display: grid;
  grid-template-columns: auto auto;
}

.events .body .event-item {
  cursor: pointer;
  margin-bottom: 50px;
}

.events .body .event-item:nth-child(odd) {
  padding-right: 20px;
}

.events .body .event-item:nth-child(even) {
  padding-left: 20px;
}

.events .body .event-item .event-image {
  position: relative;
}

.events .body .event-item .event-image img {
  border-radius: 10px;
  width: 100%;
}

.events .body .event-item .event-image .status {
  position: absolute;
  right: 50px;
  bottom: -14px;
  background: #595959;
  color: #fff;
  padding: 5px 0;
  width: 80px;
  text-align: center;
}

.events .body .event-item .event-image .status.active {
  background: #000;
}

.events .body .event-item .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.5em;
}

.event-detail .body {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .events {
    padding: 0 10px;
  }
  .events .head-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .events .body {
    padding-top: 20px;
    grid-template-columns: auto;
  }
  .events .body .event-item {
    cursor: pointer;
    margin-bottom: 30px;
  }
  .events .body .event-item:nth-child(odd) {
    padding-right: 0;
  }
  .events .body .event-item:nth-child(even) {
    padding-left: 0;
  }
  .events .body .event-item .event-image {
    position: relative;
  }
  .events .body .event-item .event-image img {
    border-radius: 10px;
    width: 100%;
  }
  .events .body .event-item .event-image .status {
    position: absolute;
    right: 50px;
    bottom: -14px;
    background: #595959;
    color: #fff;
    padding: 5px 0;
    width: 80px;
    text-align: center;
  }
  .events .body .event-item .event-image .status.active {
    background: #000;
  }
  .events .body .event-item .title {
    font-weight: bold;
    font-size: 1.5em;
  }
  .event-detail {
    padding: 0 10px;
  }
  .event-detail .body {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=event.css.map */
