.events-wrapper .content {
  font-size: 22px;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.events-wrapper .content-inner {
  max-width: 1024px;
}
.events-wrapper h1 {
  font-weight: 600;
  margin-bottom: 15px;
}
.events-wrapper .filter-part {
  display: flex;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.events-wrapper .filter-item select,
.events-wrapper .filter-item input {
  padding: 12px 19px !important;
  font-size: 16px;
  height:49px;
}
.events-wrapper .filter-item select{
  text-transform: capitalize;
}
.events-wrapper .filter-item.select {
  width: 249px;
  flex-shrink: 0;
}
.events-wrapper .items {
  position: static !important;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
.events-wrapper .item {
  position: static !important;
  transform: none !important;
  transition: none !important;
  width: 33.333%;
  padding: 0px 20px;
  margin-top: 30px;
}
.events-wrapper .link a svg path {  
  stroke: currentColor;
}
.events-wrapper .artist span {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  padding: 3.5px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #B1E4B8;
}
.events-wrapper .img {
  margin-bottom:15px;
}
.events-wrapper .img img {
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.events-wrapper .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
}
.events-wrapper  .time {
  display: flex;
  font-size: 12px;
  line-height: 140%;
  margin-bottom:10px;
}
.events-wrapper .time svg {
  display: block;
  flex-shrink: 0;
  margin-right: 7px;
  margin-top: 1.5px;
  height: 13px;
  width: 11px;
}
.events-wrapper .link a {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.events-wrapper .link a svg {
  margin-left: 7px;
  vertical-align: middle;
  display: block;
}
.events-wrapper .link {
  padding-top: 10px;
}
.events-wrapper .filter-item.search {
  margin-right: 0;
  width: 400px;
  margin-left: 30px;
}
.events-wrapper input#search-bar {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath stroke='%23727272' d='M10.567 10.47 14.5 14M10.546 2.752c2.302 2.34 2.306 6.138.009 8.483a5.81 5.81 0 0 1-8.326.009C-.073 8.904-.077 5.106 2.22 2.76a5.81 5.81 0 0 1 8.326-.009Z'/%3E%3C/svg%3E");
  background-position: right 24px center;
  background-repeat: no-repeat;
  padding-right: 60px
}
.events-wrapper div#pagination-container:empty {
  display: none;
}
.event-popup .inner-popup {
  max-width: 730px;
  background: #fff;
}
.event-popup .content {
  text-align: left;
  padding: 40px;
}
.event-popup .image img {
  width: 100%;
}
.event-popup .title {
  color: #000A4A;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  margin-bottom: 10px;
}
.event-popup .date span {
  color: #0F0E0B;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */

}
.event-popup .date {
  color: #0F0E0B;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.event-popup .date span.divider {
  font-weight: 100;
  margin: 0 5px;
}
.event-popup .contact-email {
  margin-bottom: 20px;
}
.event-popup .contact-email {
  padding: 10px 20px;
  background: #E0FAE4;
  color: #000;
  text-align: center;
}

.event-popup .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /;
}
.event-popup .date svg {
  margin: 0 5px;
}
.event-popup .contact-info {
  display: flex;
  background: #F5F7FC;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.event-popup .buttons a:only-child {
  margin-right: 0;
}
.event-popup .left-info {
  width: 37%;
  padding-right: 20px;
}

.event-popup .right-info {
  flex: 1;
  display: flex;
  justify-content: end;
  padding-left: 20px;
}

.event-popup .title-icon {
  display: flex;
  align-items: center;
}

.event-popup .icon {
  margin-right: 10px;
}

.event-popup .title-icon:not(:last-child) {
  margin-bottom: 5px;
}

.event-popup .buttons a:first-child {
  margin-right: 20px;
}

.event-popup .buttons {
  display: flex;
  align-items: center;
}

.event-popup .buttons a {
  font-size: 16px;
  line-height: 140%;
}
.event-popup .contact-email a:not(:hover) {
  color: #000;
}
.event-popup .contact-info + .description {
  margin-top: 20px;
}
@media(max-width:1440px){
  .events-wrapper .content {
    font-size: 20px;
  }
  .events-wrapper .item {
    padding: 0px 15px;
  }
  .events-wrapper .items {
    margin: 0px -15px;
  }
}
@media(max-width:991px){
  .events-wrapper .content {
    font-size: 18px;
  }
  .events-wrapper .title {
    font-size: 20px;
  }
  .events-wrapper .item {
    width:50%; 
  }
}
@media(max-width:767px){
  .events-wrapper .content {
    margin-bottom: 30px;
  }
  .events-wrapper .content {
    font-size: 16px;
  }
  .events-wrapper .link a {
    font-size: 16px;
  }
  .events-wrapper .link a svg {
    width: 6px;
    height: auto;
  }
  .events-wrapper .link {
    padding-top: 0;
  }
  .events-wrapper .filter-part {
    display: block;
  }
  .events-wrapper .filter-item.select {
    width: 100%;
  }
  .events-wrapper .filter-item.search {
    margin: 0;
    width: 100%;
  }
  .events-wrapper .filter-item+.filter-item {
    margin-top: 25px;
  }
  .event-popup .contact-info {
    flex-direction: column;
  }

  .event-popup .left-info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .event-popup .right-info {
    justify-content: left;
    padding: 0;
  }
  .event-popup .buttons a {
    margin-top: 15px;
  }

  .event-popup .left-info {
    margin-bottom: 10px;
  }

  .event-popup .content {
    padding: 30px;
  }
}
@media(max-width:600px){
  .events-wrapper .item {
    width:100%; 
  }
}