/*
Theme Name: Parcopan Child
Theme URI: https://webmapp.it/
Template: Impreza
Author: Webmapp, Rubens Garofalo.
Author URI: https://webmapp.it/
Description: Multi-Purpose WordPress Theme.
Version: 8.23.2.1713365404
Updated: 2024-04-17 16:50:04

*/
/*Global*/
.wm-acf-gallery {
  margin-top: 30px;
}
.wm-acf-gallery .wpb_wrapper {
  height: 300px;
}
/*Header*/
@media (min-width: 1025px) {
  .wm_header_item {
    display: none !important;
  }
}
/*Home*/
.wm-home-title p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* Grid track & poi */
.wm_tracks_grid,
.wm_poi_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin: 20px;
}
.wm_grid_track_item a,
.wm_grid_poi_item a {
  color: inherit;
  text-decoration: none;
}
.wm_grid_track_item,
.wm_grid_poi_item {
  padding: 0px 0px 10px 0px;
  transition: transform 0.3s ease;
}
.wm_grid_track_item:hover,
.wm_grid_poi_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wm_grid_track_image,
.wm_grid_poi_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}
.wm_grid_icon {
  padding: 5px;
}
.wm_grid_track_info,
.wm_grid_poi_info {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  background: rgba(71, 108, 54, 0.7);
  padding: 5px;
  border-radius: 20px;
}
.wm_grid_track_name,
.wm_grid_poi_name {
  font-size: 1.2em;
  text-align: center;
  margin-top: 5px;
  padding: 0px 10px;
  color: var(--color-content-link);
}
.wm_grid_track_name:hover,
.wm_grid_poi_name:hover {
  color: var(--color-content-link-hover);
}
/* Single track & poi */
.wm_body_track_section,
.wm_body_poi_section {
  padding: 2% 15% 0% 15%;
}

.wm_layer_wrapper {
  padding: 2% 7%;
}
.wm_description {
  margin-bottom: 0px;
}
.wm_header_section {
  height: 450px;
}
.wm_header_section .l-section-img.loaded {
  background-size: cover;
  background-position: center;
}
.wm_body_map_title {
  padding-bottom: 20px;
}
.wm_excerpt {
  font-style: italic;
}
.wm_iframe_map_track {
  width: 100%;
  height: 690px;
  border: 2px solid var(--color-content-text);
}
.wm_track_body_download {
  margin-bottom: 20px;
}
.wm_iframe_map_poi {
  width: 100%;
  height: 300px;
  border: 2px solid var(--color-content-text);
}
.wm_body_download {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  text-align: start;
  text-decoration: none;
  font-size: larger;
}
.wm_body_download a i,
.wm_body_download a img {
  margin-right: 5px;
}
.wm_header_wrapper h1,
.wm_header_wrapper h3 {
  color: white;
}
.wm_body_description {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.wm_info {
  color: var(--color-content-text);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 10px;
}
.wm_info_poi {
  color: var(--color-content-text);
  font-weight: bold;
  padding: 0px 0px 10px 10px;
}
.wm_body_gallery {
  padding: 30px 0px;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.swiper-button-prev {
  left: 0%;
}
.swiper-button-next {
  right: 0%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: white;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .wm_body_section {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
      'map'
      'description'
      'gallery';
    grid-gap: 20px;
  }
  .wm_header_wrapper {
    min-height: 360px;
    display: grid;
    align-content: end;
    margin: 0;
  }
  .wm_body_map_wrapper {
    grid-area: map;
  }
  .wm_body_description {
    grid-area: description;
  }
  .wm_body_gallery {
    grid-area: gallery;
  }
}
@media (max-width: 767px) {
  .wm_header_section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .wm_header_wrapper {
    top: 250px;
  }
  .wm_header_section {
    padding-bottom: 19.5rem !important;
  }
  .wm_body_section {
    display: grid;
    padding: 20px;
    grid-gap: 20px;
    width: 100%;
    margin: auto;
    grid-template-columns: 100%;
  }
}
/* Grid / Listing */
body.page-id-2167 .wm_grid_listing {
  display: none;
}
/*Footer*/
.wm-footer-menu ul.sub-menu li a {
  color: black;
}
.wm-footer-menu .menu-item-32978,
.wm-footer-menu .menu-item-32979,
.wm-footer-menu .menu-item-32986,
.wm-footer-menu .menu-item-32987,
.wm-footer-menu .menu-item-32925,
.wm-footer-menu .menu-item-32933,
.wm-footer-menu .menu-item-32940,
.wm-footer-menu .menu-item-32941,
.wm-footer-menu .menu-item-32945,
.wm-footer-menu .menu-item-32954,
.wm-footer-menu .menu-item-32961,
.wm-footer-menu .menu-item-32962,
.wm-footer-menu .menu-item-32964,
.wm-footer-menu .menu-item-32971 {
  display: none;
}

.wm-footer-menu .menu-item-has-children > .sub-menu {
  border-left: 1px solid var(--color-content-link);
  padding-left: 0;
}

.wm-footer-menu .menu-item {
  padding-left: 10px;
}
