.event-index__header {
  padding: 45px 0;
}
.event-index__header .container {
  position: relative;
}
.event-index__title {
  font-family: "Larken", serif;
  font-weight: 900;
  font-size: 2.875rem;
  line-height: 1em;
  text-align: center;
}
.event-index__featured {
  background-color: #5dd8a1;
  color: #fff;
  padding: 55px 0;
  margin-bottom: 45px;
}
.event-index__featured-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
.event-index__featured-title a {
  color: #fff;
  text-decoration: none;
}
.event-index__featured-item {
  display: flex;
  flex-direction: column;
}
.event-index__featured-item-primary {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 64em) {
  .event-index__featured-item-primary {
    flex-grow: 0;
    flex-shrink: 0;
    width: 40%;
    margin-bottom: 0;
  }
}
.event-index__featured-item-secondary {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 64em) {
  .event-index__featured-item-secondary {
    flex-grow: 0;
    flex-shrink: 0;
    width: 60%;
    padding-left: 30px;
  }
}
.event-index__featured-item-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 67%;
}
.event-index__featured-item-img img {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .event-index__featured-item-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: auto;
  }
}
.event-index__featured-item-title {
  font-family: "Larken", serif;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-index__featured-item-meta {
  text-transform: uppercase;
  color: #313a3a;
  font-weight: 300;
  padding-left: 25px;
}
.event-index__featured-item-meta ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.event-index__featured-item-meta li {
  position: relative;
  padding: 0;
  margin: 0;
}
.event-index__featured-item-meta li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: -25px;
}
.event-index__featured-item-meta-date:before {
  background-image: url("/wp-content/themes/activate/assets/images/icon-calendar-slate.svg");
}
.event-index__featured-item-meta-location:before {
  background-image: url("/wp-content/themes/activate/assets/images/icon-pin-slate.svg");
}
.event-index__featured-item-btn {
  background-color: #fff;
  color: #313a3a;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
}
@media (min-width: 64em) {
  .event-index__featured-item {
    flex-direction: row;
    min-height: 330px;
  }
}
.event-index__categories {
  margin-bottom: 15px;
}
.event-index__filters {
  background-color: #5dd8a1;
  padding: 20px;
  margin-bottom: 20px;
}
.event-index__filters h2 {
  color: #fff;
  margin-bottom: 20px;
}
.event-index__filter-title {
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.event-index__filter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.event-index__filter-wrapper > div {
  margin-right: 10px;
}
.event-index__filter-list {
  list-style: none;
  padding: 0;
  margin: 17px 0 -5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 64em) {
  .event-index__filter-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.event-index__filter-list li {
  margin: 0 10px 10px 0;
}
@media (min-width: 64em) {
  .event-index__filter-list li {
    margin-right: 5px;
  }
}
.event-index__filter-list li a {
  display: block;
  color: #313a3a;
  padding: 10px;
  border: 1px solid #313a3a;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
}
.event-index__filter-list li a:active, .event-index__filter-list li a:hover, .event-index__filter-list li a.active {
  background-color: #313a3a;
  color: #fff;
}
@media (min-width: 64em) {
  .event-index__filter-select {
    width: auto;
  }
}
.event-index__filter-select select {
  padding: 5px;
}
@media (min-width: 64em) {
  .event-index__filter-select select {
    width: auto;
  }
}
.event-index__reset-filters a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.event-index__views {
  padding-bottom: 20px;
}
.event-index__views ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.event-index__views li {
  padding: 0;
  margin: 0 0 0 10px;
}
.event-index__views li.favourites {
  display: none;
}
.event-index__views li:first-child {
  margin-left: 0;
}
.event-index__views .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.event-index__views-primary {
  display: none;
  flex-direction: row;
  align-items: center;
}
.event-index__views-primary h3 {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
}
.event-index__views-primary button.view-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  color: #c4c4c4;
}
.event-index__views-primary button.view-toggle i {
  font-size: 30px;
  line-height: 35px;
}
.event-index__views-primary button.view-toggle.active {
  color: #313a3a;
}
@media (min-width: 64em) {
  .event-index__views-primary {
    display: flex;
  }
}
.event-index__views-secondary li.back {
  display: none;
}
.event-index__schedule .event-index__views-secondary li.back {
  display: block;
}
.event-index__favourites .event-index__views-secondary li.back {
  display: block;
}
.event-index__views-secondary li.schedule {
  display: none;
}
.event-index__schedule .event-index__views-secondary li.schedule {
  display: none;
}
.event-index__views-secondary li.download {
  display: none;
}
.event-index__schedule .event-index__views-secondary li.download {
  display: block;
}
.event-index__favourites .event-index__views-secondary li.favourites {
  display: none;
}
.event-index__views-secondary li.share {
  display: none;
}
.event-index__favourites .event-index__views-secondary li.share {
  display: none;
}
.event-index__views-secondary a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #313a3a;
  font-size: 13px;
  line-height: 16px;
}
.event-index__views-secondary a i {
  font-size: 16px;
}
.event-index__views-secondary a > span {
  margin-left: 5px;
}
.event-index__schedule .event-index__views-secondary li.back {
  margin-left: 0;
}
@media (min-width: 64em) {
  .event-index__schedule .event-index__views-secondary {
    margin-left: auto;
  }
}
.event-index__posts {
  padding-bottom: 50px;
}
.event-index__events-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.event-index__events-list .event {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #313a3a;
}
@media (min-width: 64em) {
  .event-index__events-list .event {
    max-width: calc(50% - 25px);
    margin: 0 25px 50px;
  }
  .event-index__events-list .event:nth-child(odd) {
    margin-left: 0;
  }
  .event-index__events-list .event:nth-child(even) {
    margin-right: 0;
  }
}
.event-index__events-list .event__img-cont {
  position: relative;
}
.event-index__events-list .event__img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
}
.event-index__events-list .event__badge {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  background-color: #5dd8a1;
  color: #fff;
  display: block;
  padding: 5px;
  line-height: 1em;
}
.event-index__events-list .event__text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px;
}
.event-index__events-list .event__title {
  font-family: "Larken", serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 14px;
  padding-right: 20px;
}
.event-index__events-list .event__favourite {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
.event-index__events-list .event__favourite a {
  display: inline-block;
}
.event-index__events-list .event__favourite i {
  font-size: 20px;
  color: #ea4f3c;
}
.event-index__events-list .event__favourite a:hover i {
  font-weight: 700;
}
.event-index__events-list .event__meta {
  text-transform: uppercase;
  color: #ea4f3c;
  font-weight: 300;
  padding-left: 25px;
}
.event-index__events-list .event__meta ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
.event-index__events-list .event__meta li {
  position: relative;
  padding: 0;
  margin: 0;
}
.event-index__events-list .event__meta li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: -25px;
  -webkit-filter: invert(47%) sepia(57%) saturate(5521%) hue-rotate(341deg) brightness(98%) contrast(86%);
  filter: invert(47%) sepia(57%) saturate(5521%) hue-rotate(341deg) brightness(98%) contrast(86%);
}
.event-index__events-list .event__meta-date .venue, .event-index__events-list .event__meta-date .venue-seperator {
  display: none;
}
.event-index__events-list .event__meta-date .date-seperator {
  display: inline-block;
}
.event-index__events-list .event__meta-date ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-index__events-list .event__meta-date:before {
  background-image: url("/wp-content/themes/activate/assets/images/icon-calendar-slate.svg");
}
.event-index__events-list .event__meta-time:before {
  background-image: url("/wp-content/themes/activate/assets/images/icon-clock-slate.svg");
}
.event-index__events-list .event__meta-location:before {
  background-image: url("/wp-content/themes/activate/assets/images/icon-pin-slate.svg");
}
.event-index__events-list .event__date {
  text-transform: uppercase;
  color: #ea4f3c;
  font-weight: 300;
}
.event-index__events-list .event__description p {
  margin-top: 0;
}
.event-index__events-list .event__nav {
  margin-top: auto;
  margin-bottom: 0;
}
.event-index__events-list .event__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}
.event-index__events-list .event__nav li {
  padding: 0;
  margin: 0 10px 0 0;
}
.event-index__events-list .event .link {
  color: #313a3a;
  border-color: #313a3a;
}
.event-index__events-list .event .link:hover, .event-index__events-list .event .link:active, .event-index__events-list .event .link:focus {
  background-color: #5dd8a1;
  color: #fff;
  border-color: #5dd8a1;
}
.event-index__events-list .event-past {
  border: 1px solid rgb(150, 150, 150);
}
.event-index__events-list .event-past:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
  content: " ";
  display: block;
}
.event-index__events-list.grid-view .event__img-cont {
  background: none !important;
}
@media (min-width: 64em) {
  .event-index__events-list.list-view .event {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: 270px;
  }
  .event-index__events-list.list-view .event__img-cont {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 400px;
    flex-shrink: 0;
  }
  .event-index__events-list.list-view .event__img-cont a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .event-index__events-list.list-view .event__img-cont img {
    display: none;
  }
  .event-index__events-list.list-view .event:last-child {
    margin-bottom: 50px;
  }
}
.event-index__events > .container > p.text-center:last-child {
  margin-bottom: 45px;
}

/*# sourceMappingURL=events.css.map */
