@charset "UTF-8";
/*!
Theme Name: ATC
Author: Leonardo Furlanis
Author URI: https://leonardofurlanis.it/
Description: Questo è il tema personalizzato appositamente creato per Ambito Territoriale di Caccia VE1 - Portogruaro
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: atc
Requires at least: 6.5
Requires PHP: 8.2
Tested up to: 6.6.3
Version: 1.5.0
*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: var(--wp--preset--color--orange) #aaa;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--orange);
}

*::-webkit-scrollbar-track {
  background: #aaa;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  overflow-x: hidden !important;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  line-height: 100%;
  padding: 1rem;
  border: 2px solid var(--wp--preset--color--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}

input:focus, textarea:focus {
  border-color: var(--wp--preset--color--contrast);
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
  line-height: 1.2em;
  padding: 1rem;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1300px var(--wp--preset--color--base) inset !important;
  box-shadow: 0 0 0 1300px var(--wp--preset--color--base) inset !important;
  -webkit-filter: none;
  filter: none;
}

p:empty {
  display: none;
}

table {
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid var(--wp--preset--color--primary);
  padding: 0.5rem;
  text-align: left;
}

table tr:nth-child(odd) {
  background-color: hsla(93, 35%, 45%, 0.25);
}

@media only screen and (max-width: 900px) {
  table {
    width: 100% !important;
  }
  tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
a.skip-link.screen-reader-text {
  color: var(--wp--preset--color--blue);
  border: 2px solid var(--wp--preset--color--blue) !important;
  border-radius: 0 !important;
  padding: 18px !important;
  -webkit-transition: color background 0.3s ease;
  transition: color background 0.3s ease;
}

a.skip-link.screen-reader-text:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue);
}

a.skip-link.screen-reader-text:focus {
  z-index: 999999999;
}

.masthead {
  -webkit-box-shadow: var(--wp--preset--shadow--shadow-bottom);
  box-shadow: var(--wp--preset--shadow--shadow-bottom);
}

.hero-section .wp-block-cover {
  height: clamp(444px, 55svh, 999px);
}

.hero-section .wp-block-cover .page-subtitle {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 300;
  text-align: center;
  font-size: var(--wp--preset--font-size--large);
}

.hero-contacts {
  position: relative;
  height: clamp(444px, 55svh, 999px);
}

.hero-contacts .g-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  mix-blend-mode: luminosity;
}

.hero-contacts .hero-over {
  position: relative;
  z-index: 3;
}

.yoast-breadcrumbs i {
  line-height: 0;
  font-size: 18px;
}

.yoast-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  gap: 8px;
}

.yoast-breadcrumbs > span a {
  text-decoration-thickness: 1.3px;
  text-underline-offset: 1px;
}

.main-content {
  padding-inline: 4vw;
}

.wp-block-post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 16px;
  color: var(--wp--preset--color--secondary);
  padding: 0 !important;
}

.wp-block-post-date::before {
  content: "\f073";
  font-family: var(--fa-style-family-sharp);
  font-weight: 100;
  font-size: 18px;
  line-height: 1;
}

.wp-block-post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.wp-block-post-terms::before {
  content: "\f07c";
  font-family: var(--fa-style-family-sharp);
  font-weight: 100;
  font-size: 18px;
  line-height: 1;
}

.wp-block-post-terms__separator {
  margin: 0 -6px;
}

.wp-block-post-terms a {
  font-weight: 300;
  font-size: 16px;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.wp-block-spacer {
  margin: 0 !important;
}

.wp-block-search__button-inside .wp-block-search__input {
  border: 2px solid var(--wp--preset--color--blue);
  padding: 1rem;
}

.wp-block-search__button-inside .wp-block-search__input:focus {
  border-color: var(--wp--preset--color--contrast);
}

.wp-block-search__button-inside .wp-block-search__button {
  margin: 0;
  padding: 10px 16px;
}

.wp-block-search__button-inside .wp-block-search__button::after {
  content: "\f002";
  font-family: var(--fa-style-family-sharp);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.wp-block-search__button-inside .wp-block-search__button svg {
  display: none;
}

@media (max-width: 960px) {
  .wp-block-search__button-inside .wp-block-search__input {
    font-size: 16px;
    padding: 8px;
  }
  .wp-block-search__button-inside .wp-block-search__button {
    padding: 8px;
  }
  .wp-block-search__button-inside .wp-block-search__button::after {
    font-size: 16px;
  }
}
.single .wp-block-post-date, .single .wp-block-post-terms {
  color: var(--wp--preset--color--base);
}

.single .wp-block-post-date, .single .wp-block-post-date a, .single .wp-block-post-terms, .single .wp-block-post-terms a {
  font-weight: 400 !important;
  text-decoration-thickness: 0.8px;
}

.single .wp-block-post-date::before, .single .wp-block-post-terms::before {
  font-weight: 300;
}

.btn-home {
  display: grid;
  place-content: center;
  width: 140px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  text-decoration: none;
  background-color: var(--wp--preset--color--primary);
  border: 6px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-inline: auto;
}

.btn-home:hover {
  color: var(--wp--preset--color--contrast);
  background-color: unset;
  font-weight: 100;
}

.not-found__box {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.not-found__box h1 {
  margin-top: 7px;
  line-height: 1.2;
}

.not-found__box .wp-block-search__button-inside .wp-block-search__input {
  border-color: var(--wp--preset--color--secondary);
  margin-right: -3px;
  border-width: 3px;
}

.not-found__box .wp-block-search__button-inside .wp-block-search__button {
  border-color: var(--wp--preset--color--secondary);
  border-width: 3px;
  color: var(--wp--preset--color--secondary);
}

.not-found__box .wp-block-search__button-inside .wp-block-search__button:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
}

.error404 .site-footer {
  margin: 0 !important;
}

.home .site-footer {
  margin-top: 100px !important;
}

.page-template-no-title .main-content {
  margin-top: 0;
}

.waves {
  position: relative;
  margin-top: 230px !important;
  margin-bottom: 230px !important;
  background-size: 555px !important;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.waves::before, .waves::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: visible;
}

.waves::before {
  background-image: url(assets/picture/waves.svg);
  top: -177px;
  rotate: 180deg;
}

.waves::after {
  background-image: url(assets/picture/waves.svg);
  bottom: -177px;
}

@media only screen and (max-width: 1270px) {
  .waves {
    background-size: 400px !important;
  }
}
@media only screen and (max-width: 980px) {
  .waves {
    padding-bottom: 380px !important;
    background-size: 380px !important;
  }
}
.meteo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 670px;
  overflow: scroll;
}

@media only screen and (max-width: 1435px) {
  .previsioni {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.site-footer {
  position: relative;
  margin-top: 200px !important;
}

.site-footer a {
  text-decoration-thickness: 0.72px;
  text-underline-offset: 1px;
}

.site-footer .contact-info li::before {
  font-weight: 100;
  color: inherit;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url(assets/picture/wave.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.site-footer .is-layout-flex.wp-block-group {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (max-width: 622px) {
  .site-footer .has-text-align-right {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
#wpadminbar {
  z-index: 10000000000000000;
}

.info-schedule {
  padding-left: 0 !important;
  list-style: none;
}

.info-schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  gap: 12px;
  line-height: 1.4;
  margin: 0;
}

.info-schedule li::before {
  content: "\f017";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  font-family: var(--fa-style-family-sharp);
  font-weight: 900;
  font-size: 20px;
  line-height: 0;
  color: var(--wp--preset--color--primary);
}

.contact-info {
  padding-left: 0 !important;
  list-style: none;
}

.contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  gap: 12px;
  line-height: 1.4;
}

.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}

.contact-info li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  font-family: var(--fa-style-family-sharp);
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 20px;
  line-height: 0;
}

.contact-info li:nth-child(1)::before {
  content: "\f3c5";
}

.contact-info li:nth-child(2)::before {
  content: "\f2c2";
}

.contact-info li:nth-child(3)::before {
  content: "\f095";
}

.contact-info li:nth-child(4)::before {
  content: "\f0e0";
}

.contact-info li:nth-child(5)::before {
  content: "\e4e8";
}

.hours-info, .privacy-policy, .cookie-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  gap: 8px;
  line-height: 1.4;
}

.hours-info::after, .privacy-policy::after, .cookie-policy::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 20px;
  font-family: var(--fa-style-family-sharp);
  font-weight: 100;
  font-size: 20px;
  line-height: 1;
}

.hours-info::after {
  content: "\f017";
}

.privacy-policy::after {
  content: "\f21b";
}

.cookie-policy::after {
  content: "\f564";
}