/*!
Theme Name: AI4 PA Wp Theme Comune 2023
Theme URI: http://underscores.me/
Author: Ai4SmartCity
Author URI: https://www.ai4smartcity.ai/
Description: Tema Agid Versione v2.3.1 - 10/03/2023
Version:  1.0.71
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ai4-pa-wp-theme-comune-2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AI4 PA Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.grecaptcha-badge {
  visibility: hidden;
}

/* sfondo bianco per Link Utili - Home */
.link-list-wrapper {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.1em 1em;
}

/* calendario home*/
.it-calendar-wrapper .card .card-body {
  min-height: 360px;
}

.splide__list {
  background: #fff;
}

.dash-separator:before {
  content: var(--bs-breadcrumb-divider, "-") !important;
}

button.splide__arrow {
  display: none;
}

.splide:hover button.splide__arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #fff;
}

.splide:hover button.splide__arrow.splide__arrow--next {
  right: 2em;
}

.splide:hover button.splide__arrow.splide__arrow--prev {
  left: 2em;
  transform: rotate(180deg);
  margin-top: -20px;
}

#ulteriori-informazioni a {
  display: block;
}

.it-carousel-wrapper .splide__pagination button {
  background: #ccc;
}

@media (max-width: 991px) {
  .homepage-news-slider-container .splide__arrows {
    display: none;
  }
}

@media (min-width: 991px) {
  .homepage-news-slider-container
    .splide:hover
    button.splide__arrow.splide__arrow--prev {
    /* top: auto; */
    /* bottom: 2.5em; */
    left: -2.2em;
  }

  .homepage-news-slider-container
    .splide:hover
    button.splide__arrow.splide__arrow--next {
    /* top: auto; */
    /* bottom: 1.5em; */
    right: -2.2em;
  }

  .homepage-news-slider-container button.splide__arrow svg {
    fill: #ccc;
  }

  .homepage-news-slider-container .splide__pagination {
    position: relative;
    top: -40px;
  }
}

.entry-content ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}

.it-header-slim-left-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}

/* submenu */

@media (min-width: 991px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0 !important;
  }

  .dropdown-menu a:hover {
    background: #f5f5f5;
  }

  .sub-menu li {
    position: relative;
  }

  .sub-menu .dropright-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    background: #fff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    /* z-index: 10000; */
  }

  .sub-menu > li:hover > .dropright-menu {
    display: block;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: var(--bs-dropdown-link-color);
    /* background-color: #f5f5f5; */
    font-weight: 600;
  }
}




.no-shadow .shadow {
  box-shadow: none!important;
  padding: 0;
}

.no-shadow .it-page-section {
  margin-bottom: 0!important;
}

.richtext-wrapper li a {
  display: block;
}


.tax-argomenti .it-hero-wrapper .it-hero-card {
  background-color: rgb(255 255 255 / 90%);
}

.row.pb-4.px-4.border-bottom:has(#ai4-wp-public-react-app-search-tools) {
  border-bottom: unset !important;
}

.row.pb-4.px-4.border-bottom:has(#ai4-wp-public-react-app-search-tools > section) {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}