.event-filter {
    background: #EFEFEF;
}
section.event-filter .event-container {
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section.event-filter .event-left-nav {
    padding: 64px 64px 64px 80px;
    flex: 1 0 30%;
    position: sticky;
    top: 0;
    background: #EFEFEF;
    height: 100%;
  }
  section.event-filter .event-right-result {
    flex: 1 0 70%;
    width: 70%;
    position: relative;
    border-left: 1px solid #A6A9AA;
  }
/* Event Card style */
.event-all-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.event-right-result .event-card {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    width: 50%;
    padding: 64px;
    border-right: 1px solid #A6A9AA;
    border-bottom: 1px solid #A6A9AA;
    background: #fff;
}
.event-right-result  .event-footer {
    margin-top: auto;
}
.event-right-result .event-card.hide {
    display: none;
}
.event-right-result .event-card:nth-child(even) {
    border-right: none;
}
.event-right-result .event-card .event-type {
    margin-bottom: 32px;
}
.event-right-result .event-card h3 {
    margin-bottom:16px;
}
.event-right-result .location-wrap {
    padding: 32px 0;
    display: flex;
    gap: 16px;
}
.event-right-result .event-link {
    border-top: 1px solid #A6A9AA;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 67px;
}
.event-right-result .location-wrap .info {
    line-height: 18px;
    position: relative;
}
.event-right-result .location-wrap .info:first-child::after {
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #A6A9AA;
    position: absolute;
    right: -8px;top: 1px;
}
.event-right-result span.sold-out {
    padding: 8px 12px;
    background: #EFEFEF;
    line-height: 18px;
    margin-left: auto;
}
.load-more-events {
    flex-basis: 100%;
    text-align: center;
    margin: 64px 0;
}
/* Event Card style ends */  
  section.event-filter .event-filter-header {
    border-bottom: 1px solid #a6a9aa;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  section.event-filter p.event-count {
    margin-top: 4px;
  }
  section.event-filter button.clearallfilters {
    border-bottom: 1px solid #a6a9aa;
  }
  section.event-filter button.clearallfilters[disabled] {
    color: #a6a9aa;
  }
  section.event-filter .filter-field {
    margin-bottom: 30px;
  }
  section.event-filter .filter-field label {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }
  section.event-filter .filter-field ul li {
    display: flex;
    position: relative;
    margin-bottom: 16px;
  }
  section.event-filter .filter-field ul li span.metavalue {
    padding-left: 12px;
  }
  
  section.event-filter .filter-field ul li input:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #a6a9aa;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  section.event-filter .filter-field ul li input {
    width: 24px;
    height: 24px;
    position: relative;
  }
  section.event-filter .filter-field ul li input:disabled,
  section.event-filter .filter-field ul li input:disabled+span {
    opacity: 0.3;
  }
  section.event-filter .filter-field ul li input:checked:after,
  section.event-filter .filter-field ul li input:not(:disabled):hover:after {
    content: "";
    position: absolute;
    background: #ff0000;
    width: 12px;
    height: 12px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
  }
  section.event-filter .filter-field ul li input:checked:hover:after,
  section.event-filter .filter-field ul li input:not(:disabled):checked:hover:after {
    background: #ff0000;
  }
  section.event-filter .filter-field ul li input:not(:disabled):hover:after {
    background: rgba(255, 0, 0, 0.25);
  }
  @media (pointer: coarse) {
    section.event-filter .filter-field ul li input:not(:disabled):hover:after {
      background: transparent;
  }
    }
    @media (hover: none) {
    section.event-filter .filter-field ul li input:not(:disabled):hover:after {
      background: transparent;
  }
  }
  section.event-filter .filter-field ul {
    display: none;
    padding-left: 40px;
  }
  section.event-filter .filter-field ul.active {
    display: block;
  }
  section.event-filter label.accordioans.active span svg {
    transform: rotate(180deg);
  }
  section.event-filter .for-mobile {
      display: none;
      cursor: pointer;
  }
  section.event-filter .open-btn {
    background: #000;
    padding: 24px;
  }
  
  
  section.event-filter .mobile-buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 16px 20px;
      width: 100%;
      border-top: 1px solid #a6a9aa;
      background: #efefef;
      align-items: center;
      gap: 16px;
      justify-content: space-between;
      display: none;
    }
    
    section.event-filter .mobile-buttons button {
      text-align: center;
      font-family: "Gotham-Medium", Arial, sans-serif;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: -0.14px;
      text-transform: uppercase;
      padding: 8px 24px;
      flex: 1;
    }
    
    section.event-filter .mobile-buttons button[disabled] {
      border: 1px solid #a6a9aa;
      background: #fff;
      color: #a6a9aa;
    }
    
    section.event-filter button[disabled].view-results {
      background-color: #a6a9aa;
      color: #ffffff;
    }
    
    section.event-filter .mobile-buttons button.clearbtn {
      border: 1px solid #a6a9aa;
      background: #fff;
    }
    section.event-filter button.view-results {
      background: #f00;
      color: #fff;
    }
    section.event-filter .event-left-nav.header-scroll-filter {
      top: 133px;
      transition: top 0.3s ease-in-out;
    }
  .event-card:nth-last-child(1) {
    border-bottom: none;
  }
  @media (min-width: 992px) {
    .event-card:nth-last-child(1),
    .event-card:nth-last-child(2):nth-child(odd) {
      border-bottom: none;
    }
  }
  @media (max-width: 991px) {
    section.event-filter .event-left-nav {
      flex: 1 0 50%;
    }
    section.event-filter .event-right-result {
      flex: 1 0 50%;
    }
    .event-right-result .event-card {
        flex-basis: 100%;
        border-right: none;
        padding: 40px;
    }
  }
  
  @media (max-width: 768px) {
      section.event-filter .event-left-nav {
          flex: 1 0 100%;
          height: 100%;
          padding: 0;
          border-right: 0px solid #A6A9AA;
          z-index: 9;
        }
        section.event-filter .event-left-nav.fixed {
          position: fixed;
          top: 0;
          width: 100%;
        }
        section.event-filter .event-left-nav.header-scroll-filter {
          top: 89px;
          transition: top 0.3s ease-in-out;
        }
        section.event-filter .event-right-result {
          flex: 1 0 100%;
          border-left:0;
        }
        section.event-filter button.clearallfilters {
          display: none;
        }
        section.event-filter .for-mobile {
          display: block;
      }
      section.event-filter .mobile-buttons {
          display: flex;
      }
      section.event-filter .filter-part {
          display: none;
          padding: 32px 56px;
      }
      section.event-filter .filter-part.open {
          display: block;
          height: calc(100vh - 80px);
          overflow-y: scroll;
          scrollbar-width: none;
      }
      section.event-filter .event-filter-header {
        padding-bottom: 0;
        margin-bottom: 0;
      }
      section.event-filter .eventfilter-info {
        padding: 20px 0 0 20px;
      }
      section.event-filter .for-mobile.openAndClose svg.closeicon {
        display: block;
      }
      section.event-filter .for-mobile.openAndClose svg.openicon {
        display: none;
      }
      section.event-filter .open-btn {
        height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .event-right-result .event-card {
      max-height: auto;
    }
  }
  