.events_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .events_filter {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .events_filter {
    justify-content: flex-end;
  }
}
.events_filter .button_group {
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .events_filter .button_group {
    flex: 1;
  }
}
.events_filter .button_group .button {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .events_filter .button_group .button {
    flex: 1;
  }
}
.events_filter .button_group .button.active {
  background-color: #FFAEF7;
}
.events_filter__view_btns {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.events_filter__view_btns .view_btn {
  height: 26px;
  width: 24px;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 1px solid #000000;
}
.events_filter__view_btns .view_btn:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.events_filter__view_btns .view_btn[data-view=list]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.75L2.25 6.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 11.25L2.25 11.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.15C2.25 2.65294 2.65294 2.25 3.15 2.25H14.85C15.3471 2.25 15.75 2.65294 15.75 3.15V14.85C15.75 15.3471 15.3471 15.75 14.85 15.75H3.15C2.65294 15.75 2.25 15.3471 2.25 14.85V3.15Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.events_filter__view_btns .view_btn[data-view=grid]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 2.25V15.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 6.75L2.25 6.75' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.75 11.25L2.25 11.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.15C2.25 2.65294 2.65294 2.25 3.15 2.25H14.85C15.3471 2.25 15.75 2.65294 15.75 3.15V14.85C15.75 15.3471 15.3471 15.75 14.85 15.75H3.15C2.65294 15.75 2.25 15.3471 2.25 14.85V3.15Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.events_filter__view_btns .view_btn:hover, .events_filter__view_btns .view_btn.active {
  background: #FFAEF7;
}
.events_filter .show_box {
  top: 100%;
  transform: translate(-50%, 10px);
}

.our-events__top {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .our-events__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-top: 10px;
    border-top: 1px solid #000000;
  }
}
.our-events__top h2.section-title {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1025px) {
  .our-events__top h2.section-title {
    margin-bottom: 0 !important;
    padding-top: 0;
    border-top: none;
  }
}

/*# sourceMappingURL=our-events.css.map */
