.upcoming-events-section .header,
.past-events-section .header {
  margin-bottom: 2rem;
}
.category-item {
  display: inline-block;
}
.nav-item .active {
  border-bottom: 2px solid #385624;
}
.nav-item {
  cursor: pointer;
}
.load-btn {
  text-align: center;
  margin: 30px auto;
}
.btn-load-more {
    background-color: #c2932f !important;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 30px !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}
/****************************************
Upcoming Events Section
******************************************/
.upcoming-events-section {
  margin-bottom: 5rem;
}
.view-item {
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
}
.views {
  margin-left: auto;
}
.list {
  padding-left: 15px;
}
/****************************************
Individual Carousel event item styles
******************************************/
.slide-item {
  display: inline-block;
}
.carousel-indicators {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  position: initial !important
}
.carousel-indicators .active {
    background-color: #c2932f !important;
}
.carousel-indicators li {
    background-color: #385624 !important;
}
.event-item {
  position: relative;
  display: inline-block;
  padding: 0 !important
}

.event-image {
  display: block;
  width: 100%;
  height: auto;
}

.event-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  opacity: .8;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  text-align: center;
}

.event-item:hover .overlay {
  height: 100%;
  padding: 1em .5em;
  overflow: auto;
}
.event-title { font-size: 1.5rem; margin-bottom: 10px; }
.event-excerpt {
    font-size: 1.25rem;
    line-height: 1.6rem;
}

/****************************************
Individual List event item styles
******************************************/
.list-item {
  margin: 5px auto;
  line-height: 1.5;
  list-style: initial;
}
.list-event-title {
  font-weight: bold;
}

/****************************************
Past Event Section
******************************************/
.past-event-item-title {
  text-align: center;
  margin: 10px auto;
}
/****************************************
Mobile Styles
******************************************/
@media screen and (max-width: 600px) {
  .views {
    margin: auto;
  }
  .event-item .overlay {
    height: 50%;
    padding: 1.5rem;
  }
  .event-item {
    margin-bottom: 20px;
  }
  .event-title {
    font-size: 2.5rem;
  }
  .event-excerpt {
    line-height: 1.4rem;
    font-size:
  }
}
