.wpgmp_infowindow .fc-item-box img,
.wpgmp_listing_list .fc-feature-img img {
  max-width: auto;
  max-height:200px;
  margin-left:auto;
  margin-right:auto;
}

.fc-component-content ul li.fc-component-thumb .fc-feature-img,
.wpgmp_listing_list .fc-feature-img img {
  width:auto;
  max-height:200px;
  margin-left:auto;
  margin-right:auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background: no-repeat 50%/100% 100%;
}

.wpgmp_listing_list .fc-feature-img .carousel-item {
  width: 100% !important;
  margin-right: -100% !important;
}

#sliderModal ul {
  margin: 0;
  padding: 0;
}
#sliderModal ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#sliderModal .modal-body {
  padding: 0 0 30px 0 !important;
}
#sliderModal .wpgmp_locations {
  margin: 0 !important;
  border: none !important;
  padding: 0px !important;
}
#sliderModal .fc-feature-img {
  width: 100% !important;
}
#sliderModal .wpgmp_locations img {
  width: 100% !important;
  border: none;
  padding: 0px;
}
#sliderModal .fc-featured-hoverdiv {
  float: none;
}
#sliderModal .fc-item-title a {
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 600 !important;
}
#sliderModal .modal-header {
  position: absolute;
  z-index: 99999999999;
  right: 0;
  border: none;
}
#sliderModal .modal-header button {
  font-size: 28px;
  background: none;
  border: none;
}
#sliderModal .fc-item-udine {
  width: 100%;
}

.categories_filter .hide-dropdowns input {
  margin-top: 20px;
}
@media (min-width: 920px) {
  .categories_filter .hide-dropdowns {
    display: flex;
    gap: 20px;
  }
}

/*slick slider*/
.fc-item-featured {
  position: relative;
}

.fc-feature-img .slide {
  opacity: 1;
  margin: 0;
  min-height: 150px;
}

.wpgmp_iw_content .fc-feature-img .slide {
  max-width: 300px;
}

.slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  font-size: 0 !important;
}

.slick-prev:is(:hover, :focus),
.slick-next:is(:hover, :focus) {
  background-color: rgba(0, 0, 0, 0.8);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-next::before,
.slick-prev::before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}

.slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}
