/*------------------------------------------------------------ 
  Events
------------------------------------------------------------*/

.events-section {
  margin-bottom: 40px;
  color: #f7f0e3;
}

.events-section a {
  color: #f7f0e3;
  text-decoration: underline;
}

.events-section h2 {
  margin-bottom: 0;
}

.events-section h4 {
  margin-bottom: 20px;
}

.events-section .event-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #f7f0e3;
  width: 100%;
}

.events-section .event-item:last-child {
  padding-bottom: 0;
}

.events-section .event-item .subheading {
  display: inline-block;
  background: #124734;
  color: #f7f0e3;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
}

.events-section .event-item .btn {
  margin-top: 20px;
  text-decoration: none;
}

.events-section .event-item-wrap .event-content {
  width: 100%;
}

.events-section .event-item-wrap img.event-img-holder {
  width: 100%;
  max-width: 350px;
}

.events-section .heading-block {
  padding: 80px 30px;
  width: 100%;
  margin: 0;
  align-self: flex-start;
}

.events-section .heading-block .decor {
  width: 100px;
  top: 40px;
  right: 40px;
}

.events-section .row {
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.events-section .events-img {
  width: 50%;
}

.events-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1249px) {
  .events-img {
    display: none;
  }

  .events-section .heading-block {
    width: 100%;
  }
}

/*------------------------------------------------------------
  min-width: 500px
------------------------------------------------------------*/

@media (min-width: 500px) {
  .events-section .event-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*------------------------------------------------------------
  min-width: 1250px
------------------------------------------------------------*/

@media (min-width: 1250px) {
  .events-section .heading-block {
    width: 50%;
    max-width: 680px;
  }

  .events-section .event-item {
    /* margin-top: 60px;
        padding-top: 60px; */
  }
}
