/*
Theme Name: Aston   2023
Theme URI: https://scintille.net
Description: Aston 2023 Custom Theme
*/

/* SECTION ROOT */
:root {
  /* ANCHOR ---> root colori */
  --bianco: #fff;
  --nero: #000;
  --blu: #005e92;
  --blu-medio: #2e85af;
  --viola: #a73bc0;
  --viola-scuro: #6c2383;
  --fuxia: #a73bc0;

  /* ANCHOR --->root tipografia */
  --sans-serif: "Roboto", sans-serif;
  --likeH1: 60px;
  --likeH1-grande: 84px;
  --likeH2: 45px;
  --likeH3: 40px;
  --likeH4: 35px;
  --likeH5: 30px;
  --likeH6: 28px;
  --paragrafo-big: 25px;
  --paragrafo-normal: 18px;
  --paragrafo-small: 16px;
  --testo-piccolo: 14px;
  /* ANCHOR ---> root transition */
  --super-slow: 1.6s;
  --slow: 1s;
  --fast: 0.5s;
  --super-fast: 0.2s;
}
/* !SECTION ROOT */
/* SECTION CLASSI CLIENTE */
/* ANCHOR COLORI */
.blu-aston {
  color: var(--blu);
}
.blu-aston-bk {
  background-color: var(--blu);
}
.blu-medio {
  color: var(--blu-medio);
}
.blu-medio-bk {
  background-color: var(--blu-medio);
}
.viola-scuro {
  color: var(--blu);
}
.viola-scuro-bk {
  background-color: var(--blu-);
}
/* ANCHOR ELEMENTI */
.linea {
  border-bottom: 1px solid var(--bianco);
  margin-bottom: 50px;
}
.line-uno {
  background-color: #ac1480;
  height: 4px;
  animation: line-uno 3s infinite ease-in-out;

  animation-direction: alternate;
}
.line-due {
  background-color: #c44f97;
  height: 13px;
  animation: line-due 3s infinite ease-in-out;
  animation-delay: 0.3s;
  margin-bottom: 2px;
  animation-direction: alternate;
}
.line-tre {
  background-color: #8e4493;
  height: 24px;
  margin-bottom: 10px;
  animation: line-tre 3s infinite ease-in-out;
  animation-direction: alternate;
}
.line-quattro {
  background-color: #ac1480;
  height: 4px;
  animation: line-quattro 3s infinite ease-in-out;
  animation-direction: alternate;
  animation-delay: 1s;
}
.line-container .line {
  width: 110%;
  margin-left: -5px;
}
.line-container {
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 9vh;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: -67px;
  left: 0;
  z-index: 10;
}
.ablerex {
  background-image: url("/wp-content/themes/scintille23/img/ablerex.png");
  background-size: 90%;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: auto;
  bottom: -8vh;
  left: 17.5vw;
  background-color: #01468e;
  padding: 16px 16px 80px 16px;
  box-sizing: content-box;
  z-index: 10;
}
@keyframes line-uno {
  0% {
    transform: rotate(-3deg) translateY(-5px);
  }
  50% {
    transform: rotate(-5deg) translateY(-0px);
  }
  100% {
    transform: rotate(-6deg) translateY(-5px);
  }
}
@keyframes line-due {
  0% {
    transform: rotate(-5deg) translateY(-3px);
  }
  50% {
    transform: rotate(-4deg) translateY(-0px);
  }
  100% {
    transform: rotate(-3deg) translateY(-3px);
  }
}
@keyframes line-tre {
  0% {
    transform: rotate(-5deg) translateY(-2px);
  }
  50% {
    transform: rotate(-4.5deg) translateY(-0px);
  }
  100% {
    transform: rotate(-5deg) translateY(-2px);
  }
}
@keyframes line-quattro {
  0% {
    transform: rotate(-2deg) translateY(-2px);
  }
  50% {
    transform: rotate(-4.5deg) translateY(-0px);
  }
  100% {
    transform: rotate(-5.5deg) translateY(-4px);
  }
}

/* !SECTION CLASSI CLIENTE */
/* ANCHOR LAYOUT */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 0;
  top: 0;
  margin: 0px;
  box-sizing: border-box;
  font-family: var(--sans-serif);
  font-weight: 200;
  overflow-x: hidden;
}
strong {
  font-weight: 400;
}

.content,
.wsp-container,
.elementor-section-boxed,
.elementor-element,
.elementor-element > .elementor-element {
  width: 65vw;
  margin: 0 auto;
}
.content-stretto {
  width: 40vw !important;
  margin: 0 auto;
}
.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.nascondi {
  display: none;
}
img {
  width: 100%;
}
main {
  padding: 0px 0;
}
input[type="submit"] {
  cursor: pointer;
}
.space32 {
  height: 32px;
}
.space64 {
  height: 64px;
}
.bold {
  font-weight: bold;
}
.bianco *,
.bianco {
  color: var(--bianco);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100% !important;
  margin: 0 auto;
}
.elementor-template-full-width #content {
  padding: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.col50 {
  min-width: 49%;
  max-width: 49%;
}
.col25 {
  min-width: 24%;
  max-width: 24%;
}
.col33 {
  min-width: 32%;
  max-width: 32%;
}
.col66 {
  min-width: 65%;
  max-width: 65%;
}
.col75 {
  min-width: 74%;
  max-width: 74%;
}
.col100 {
  min-width: 100%;
  max-width: 100%;
}
.two-columns {
  column-count: 2;
  column-gap: 32px;
}
.content-full,
.full-width {
  width: 100vw !important;
  margin-left: -50vw !important;
  left: 50%;
  position: relative;
  overflow: hidden;
}
.paragrafo-big,
.paragrafo-big * {
  font-size: var(--paragrafo-big);
  font-weight: 200;
  line-height: calc(var(--paragrafo-big) + 10px);
}
.page
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px;
}
.quadrato,
.tremezzi {
  overflow: hidden;
}
.quadrato img,
.tremezzi {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
li {
  margin: 0;
}

h1,
.likeh1 {
  color: var(--bianco);
  font-size: var(--likeH1);
  font-family: var(--sans-serif);
  line-height: calc(var(--likeH1) + 5px);
  font-weight: 200;
}
h2,
.likeh2 {
  color: var(--bianco);
  font-size: var(--likeH2);
  font-family: var(--sans-serif);
  line-height: calc(var(--likeH2) + 10px);
  font-weight: 200;
}

h3,
.likeh3 {
  color: var(--bianco);
  font-size: var(--likeH3);
  font-family: var(--sans-serif);
  line-height: calc(var(--likeH3) + 10px);
  font-weight: 200;
  padding-bottom: 16px;
}
h4,
.likeh4,
h4.elementor-tab-title span {
  color: var(--bianco);
  font-size: var(--likeH4) !important;
  font-family: var(--sans-serif) !important;
  line-height: calc(var(--likeH3) + 10px);
  font-weight: 400;
}

h5,
.likeh5 {
  color: var(--bianco);
  font-size: var(--likeH5);
  font-family: var(--sans-serif);
  line-height: calc(var(--likeH3) + 10px);
  font-weight: 400;
}
h6,
.likeh6 {
  color: var(--bianco);
  font-size: var(--likeH6);
  font-family: var(--sans-serif);
  line-height: calc(var(--likeH6) + 1px);
  font-weight: 200;
}

a {
  color: inherit;
  cursor: pointer;
}
p,
.likep,
ul,
li,
input,
body {
  color: var(--bianco);
  font-size: var(--paragrafo-normal);
  font-weight: 200;
  font-family: var(--sans-serif);
  line-height: calc(var(--paragrafo-normal) + 10px);
}
ul {
  list-style-position: inside;
}
ul > ul {
  padding-left: 16px;
}
p,
.likep {
  margin-bottom: 16px;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px !important;
}

.elementor-section.elementor-section-boxed.full > .elementor-container {
  width: 92vw !important;
  min-width: 92vw !important;
  max-width: 92vw !important;
  margin: 0 auto;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  width: 80vw !important;
  min-width: 80vw !important;
  max-width: 80vw !important;
  margin: 0 auto;
}
.menu ul {
  list-style: none;
}
.menu ul a {
  text-decoration: none;
}
.content-site .e-con-full {
  padding: 32px 0;
}
/* ANCHOR SOCIAL*/
.grecaptcha-badge {
  z-index: -2;
}
a.facebook {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/facebook.svg");
  width: 30px;
  height: auto;
  min-height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  transition: all var(--fast);
}

a.instagram {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/instagram.svg");
  width: 30px;
  height: auto;
  min-height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  transition: all var(--fast);
}

a.mail {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/mail.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  /* filter: grayscale(1) contrast(9); */
  transition: all var(--fast);
  margin-right: 6px;
}
a.telefono {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/telefono.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  margin-right: 6px;
  transition: all var(--fast);
}
a.linkedin {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/linkedin.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  margin-right: 6px;
  transition: all var(--fast);
}
a.youtube {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/youtube.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  margin-right: 6px;
  transition: all var(--fast);
}
a.pinterest {
  color: transparent;
  background-image: url("/wp-content/themes/scintille23/img/pinterest.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  margin-right: 6px;
  transition: all var(--fast);
}
a.facebook:hover,
a.youtube:hover,
a.linkedin:hover,
a.pinterest:hover,
a.telefono:hover,
a.instagram:hover,
a.mail:hover {
  transform: scale(1.1);
  filter: none;
  transition: all var(--fast);
}
/* ANCHOR BOTTONI  */
.btn-aston {
  text-align: center;
}
.btn-aston.ombra {
  box-shadow: #00000000 0px 0px 0px !important;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.btn-aston.dark.ombra {
  background-color: var(--blu);
  color: var(--bianco) !important;
}
.btn-aston.dark.ombra * {
  color: var(--bianco) !important;
}
.btn-aston.ombra:hover {
  box-shadow: #00000090 0px 0px 20px !important;
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}
.btn-aston div {
  padding: 10px 32px;
  border: 1px solid #fff;
}
.arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow::after {
  content: " ";
  display: block;
  width: 35px;
  height: 15px;
  /* background-image: url("/wp-content/themes/anneris2023/img/arrow.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
}
/* ANCHOR FORM  */
form input,
form input::placeholder,
form textarea,
form textarea::placeholder {
  color: var(--bianco);
  background: transparent;
  font-family: var(--sans-serif);
  font-size: var(--paragrafo-normal);
  font-weight: 200;
}
form input::placeholder,
form textarea,
form textarea::placeholder {
  color: var(--bianco);
  background: transparent;
  font-family: var(--sans-serif);
  font-size: var(--paragrafo-normal);
  font-weight: 200;
}
.accordion form,
.accordion .accordion-body {
  width: 50%;
  margin: 0 auto;
}
.accordion .accordion-body form {
  width: 100%;
}
.accordion .accordion-body hr {
  background-color: var(--bianco);
  height: 1px;
  border: 0px solid transparent;
}
form input,
form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border: 0px solid transparent;
  border-bottom: 1px solid var(--bianco);
}
form input[type="submit"] {
  padding-top: 16px;
  border: 1px solid var(--bianco);
}
.accordion-preventivo.open form,
.accordion-preventivo.open .accordion-body {
  max-height: 5000px;
  transition: all 0.4s;
}
.accordion-preventivo form,
.accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
/* SECTION HEADER  */
.logo {
  width: 20vw;
  z-index: 11;
  padding-top: 16px;
}
.header-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ANCHOR ---> hamburger   */
.hamburger {
  position: relative;
  z-index: 99;
  width: 50px;
  box-sizing: content-box;
  cursor: pointer;
  height: 30px;
}

.hamburger .burger {
  content: " ";
  display: block;
  background: var(--bianco);
  width: 40px;
  height: 2px;
  position: absolute;
  cursor: pointer;
  transition: all var(--super-fast) ease-in-out;
}

.open .hamburger .burger {
  background: var(--bianco);
}

.hamburger .burger1 {
  top: 0;
}

.hamburger .burger2,
.hamburger .burger3 {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger .burger4 {
  top: auto;
  bottom: 0;
}
.hamburger .burger1,
.hamburger .burger4 {
  opacity: 1;
  transition: all var(--super-fast) ease-in-out;
}
.hamburger.open .burger1,
.hamburger.open .burger4 {
  width: 0px;
  border: 0px;
  opacity: 0;
  transition: all var(--super-fast) ease-in-out;
}

.hamburger.open .burger2 {
  transform: rotate(45deg);
  transition: all var(--super-fast) ease-in-out;
}

.hamburger.open .burger3 {
  transform: rotate(-45deg);
  transition: all var(--super-fast) ease-in-out;
}

.site-header.open .hamburger {
  position: fixed;
  top: 42px;
}
/* ANCHOR ---> menu open  */
.img-menu-none {
  display: none;
}

#menu-open {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  transition: all 2s ease-in-out;
}
#menu-open.open {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  transition: all 2s ease-in-out;
}
#menu-open .menu .sub-menu * {
  font-size: var(--likeH4);
  line-height: calc(var(--likeH4) + 10px);
}
#menu-open .menu .sub-menu {
  padding-left: 32px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
#menu-main-menu li {
  width: 100%;
}
#menu-main-menu li.menu-item-has-children {
  width: 90%;
}
#menu-main-menu .arrow-sub {
  width: 10%;
}

#menu-open .open-sub .sub-menu {
  max-height: 2000px;
  transition: all 0.6s ease-in-out;
}
.menu-item-has-children {
  display: flex;
  flex-direction: column;
}
.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}
#menu-main-menu .arrow-sub {
  content: "";
  display: block;
  width: 30px;
  transition: all 0.3s ease-in-out;
  height: 30px;
  min-height: 30px;
  margin-top: 18px;
  background-image: url("/wp-content/themes/scintille23/img/arrow.svg");
}
#menu-main-menu .arrow-sub.rotate {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
#menu-open .menu .sub-menu li {
  line-height: calc(var(--likeH4) + 10px);
  height: 48px;
}
#menu-open.open .content {
  opacity: 1;
}
#menu-open .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 170px;
  opacity: 0;
}
#menu-open .content .menu-center {
  opacity: 0;
  transition: all var(--super-fast) ease-in-out;
  transition-delay: 2s;
}
#menu-open.open .content .menu-center {
  opacity: 1;
  transition: all var(--super-fast) ease-in-out;
  transition-delay: 2s;
}
#menu-open .menu,
#menu-open .menu-main-menu-container,
#menu-open ul:not(.sub-menu) {
  height: 100%;
}
#menu-open ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu-open .content .menu-center {
  min-height: 90%;
  max-height: 90%;
}
#menu-open .content .menu-mobile-bottom {
  min-height: 10%;
  max-height: 10%;
}
#menu-open .menu li {
  font-size: var(--likeH1);
  line-height: calc(var(--likeH1) + 10px);
}
#menu-open .menu-video-container {
  position: absolute;
  top: 0;
  left: -120vw;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  transition: all var(--super-fast) ease-in-out;
  transition-delay: 0.1s;
}
#menu-open.open .menu-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transition: all var(--super-fast) ease-in-out;
  transition-delay: 0.1s;
}

#menu-open .menu-video-container video,
#menu-open .menu-video-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#menu-open .menu-video-container .overlay {
  background: #00000063;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#menu-open .menu-line-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
#menu-open.open .menu-line-container {
  animation: menu-line-container 2.5s ease-in-out forwards;
}
@keyframes menu-line-container {
  0% {
    min-width: 0%;
    max-width: 0%;
  }
  50% {
    min-width: 100%;
    max-width: 100%;
  }
  100% {
    min-width: 0%;
    max-width: 0%;
  }
}
#menu-open .menu-line-container .menu-line {
  height: 100%;
}
#menu-open.open .menu-line-container .menu-line {
  animation: menu-line 1.8s ease-in-out;
  min-width: 0%;
  max-width: 0%;
}
#menu-open.open .menu-line-container .menu-line:nth-child(1) {
  background-color: #6c2383;
}
#menu-open.open .menu-line-container .menu-line:nth-child(2) {
  background-color: #ac1480;
  animation-delay: 0.1s;
}
#menu-open.open .menu-line-container .menu-line:nth-child(3) {
  background-color: #8e4493;
  animation-delay: 0.3s;
}
#menu-open.open .menu-line-container .menu-line:nth-child(4) {
  background-color: #c44f97;
  animation-delay: 0.38s;
}
#menu-open.open .menu-line-container .menu-line:nth-child(5) {
  background-color: #ac1480;
  animation-delay: 0.7s;
}
@keyframes menu-line {
  0% {
    min-width: 0%;
    max-width: 0%;
    width: 0%;
  }
  50% {
    min-width: 300vw;
    max-width: 300vw;

    width: 100vw;
  }
  100% {
    min-width: 0%;
    max-width: 0%;

    width: 0%;
  }
}

/* ANCHOR ---> header sticky  */
.header-base-container {
  min-height: 100px;
}
.header-base-container.sticky {
  z-index: 11;
  position: relative;
}
.header-base-container.sticky .header-base {
  position: fixed;
  top: 0;
  left: 17.5vw;
}
.header-base-container.sticky .logo .sticky {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-base-container.sticky .logo .sticky img:nth-child(1) {
  min-width: 30%;
  max-width: 30%;
}
.header-base-container.sticky .logo .sticky img:nth-child(2) {
  min-width: 30%;
  max-width: 30%;
  transform: translateX(-90%);
  opacity: 0;
  z-index: -1;
  transition: all var(--fast) ease-in-out;
}
.header-base-container.sticky .logo .sticky:hover img:nth-child(2) {
  min-width: 30%;
  max-width: 30%;
  transform: translateX(5%);
  opacity: 1;
  z-index: -1;
  transition: all var(--fast) ease-in-out;
}
.header-base-container .logo .header {
  display: block;
}
.header-base-container .logo .sticky,
.header-base-container.sticky .logo .header {
  display: none;
}
/*!SECTION FINE HEADER */
/* ANCHOR ---> SEARCH FORM  */
.search-form form {
  border-bottom: 2px solid var(--bianco);
}
.search-form form input[type="search"] {
  background: transparent;
  border: none;
}
.search-form form input[type="submit"] {
  color: transparent;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  /* background-image: url("/wp-content/themes/anneris2023/img/search.svg"); */
  background-size: contain;
  background-position: 92%;
}
/* ANCHOR ---> TITOLO  */

#breadcrumb {
  text-align: right;
  position: absolute;
  bottom: -9vh;
  right: 10vw;
}
#breadcrumbs {
  font-size: var(--testo-piccolo);
}
.title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.header-tile-section {
  position: relative;
  height: 97vh;
  min-height: 600px;
  border-bottom: 8vh solid var(--viola-scuro);
}
h1.sottotitolo {
  border-top: 1px solid var(--bianco);
  padding-top: 16px;
  margin-left: 45%;
  margin-top: 40px;
  font-size: calc(var(--likeH1) - 8px);
  line-height: calc(var(--likeH1) - 5px);
}
.title-container,
.section-title-container {
  position: unset;
  height: 100%;
}

.title-container #background-video,
.title-container #backgroud-imge {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.title-container #background-video img,
.title-container #backgroud-imge img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ANCHOR ---> FORM  */
/* ANCHOR ---> FOOTER  */
footer {
  width: 100%;
  background-color: var(--blu);
}
footer * {
  color: var(--bianco);
  word-wrap: break-word;
}
footer a {
  text-decoration: none;
}
.footer-top {
  padding: 64px 0;
  border-bottom: 1px solid var(--bianco);
}
footer .footer-col {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}
footer .footer-col .footer-inner {
  min-width: 23%;
  max-width: 23%;
}
footer .footer-col .footer-inner ul {
  list-style: none;
}
.footer-bottom-inner {
  padding: 16px 0;
  border-top: 1px solid var(--bianco);
  text-align: center;
}
.footer-bottom-inner p {
  font-size: var(--testo-piccolo);
}
.footer-inner.col3 a,
.footer-inner.col2 p {
  letter-spacing: -1px;
}
/* ANCHOR MOBILE ---------------- */

.mobile {
  display: none;
}
/* ANCHOR ---->1330 */

@media only screen and (max-width: 1330px) {
}
/* ANCHOR ---->1000 */

@media only screen and (max-width: 1000px) {
  :root {
    --sans-serif: "Roboto", sans-serif;
    --likeH1: 48px;
    --likeH1-grande: 64px;
    --likeH2: 42px;
    --likeH3: 37px;
    --likeH4: 32px;
    --likeH5: 27px;
    --likeH6: 24px;
    --paragrafo-big: 23px;
    --paragrafo-normal: 17px;
    --paragrafo-small: 16px;
    --testo-piccolo: 14px;
  }
  .content,
  .wsp-container,
  .elementor-section-boxed,
  .elementor-element,
  .elementor-element > .elementor-element {
    width: 75vw;
  }
  .header-base-container.sticky .header-base {
    left: 12.5vw;
  }
  .content-stretto {
    width: 50vw !important;
    margin: 0 auto;
  }
  footer .footer-col {
    flex-wrap: wrap;
  }
  footer .footer-col .footer-inner {
    min-width: 48%;
    max-width: 48%;
    padding-bottom: 64px;
  }
}
/* ANCHOR ---->HORIZONTAL */
@media only screen and (max-width: 900px) and (orientation: landscape) {
  #menu-open .menu li {
    font-size: var(--likeH3);
    line-height: calc(var(--likeH3) + 10px);
  }
  #menu-open .content {
    justify-content: flex-start;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #menu-open .menu,
  #menu-open .menu-main-menu-container,
  #menu-open ul:not(.sub-menu) {
    height: auto;
  }
  #menu-open ul {
    align-items: flex-start;
  }
}
/* ANCHOR ---->768 */

@media only screen and (max-width: 768px) {
  .e--ua-safari .img-menu-none {
    display: block;
  }
  .e--ua-safari .img-menu-none {
    display: none;
  }
  .safari.iphone.osx.e--ua-isTouchDevice.e--ua-appleWebkit
    .menu-video-container {
    background-image: url("/wp-content/themes/scintille23/img/sfondo-aston.jpg");
  }
  .safari.iphone.osx.e--ua-isTouchDevice.e--ua-appleWebkit
    .menu-video-container
    video,
  .safari.iphone.osx.e--ua-isTouchDevice.e--ua-appleWebkit
    .menu-video-container
    img {
    display: none;
  }
  :root {
    --sans-serif: "Roboto", sans-serif;
    --likeH1: 45px;
    --likeH1-grande: 54px;
    --likeH2: 40px;
    --likeH3: 35px;
    --likeH4: 30px;
    --likeH5: 25px;
    --paragrafo-big: 22px;
    --paragrafo-normal: 17px;
    --paragrafo-small: 15px;
    --testo-piccolo: 14px;
  }
  .accordion form {
    width: 100%;
    margin: 0 auto;
  }
  .content,
  .wsp-container,
  .elementor-section-boxed,
  .elementor-element,
  .elementor-element > .elementor-element {
    width: 80vw;
  }
  .header-base-container.sticky .header-base {
    left: 10vw;
  }
  .content-stretto {
    width: 55vw !important;
    margin: 0 auto;
  }
  footer .footer-col .footer-inner {
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 32px;
  }
  .logo {
    width: 26vw;
  }
  .ablerex {
    width: 8vw;
    height: 7vw;
    left: 10vw;
  }
}
/* ANCHOR ---->600 */

@media only screen and (max-width: 600px) {
  :root {
    --sans-serif: "Roboto", sans-serif;
    --likeH1: 38px;
    --likeH1-grande: 46px;
    --likeH2: 28px;
    --likeH3: 25px;
    --likeH4: 22px;
    --likeH5: 21px;
    --paragrafo-big: 19px;
    --paragrafo-normal: 17px;
    --paragrafo-small: 14px;
    --testo-piccolo: 13px;
  }
  .content,
  .wsp-container,
  .elementor-section-boxed,
  .elementor-element,
  .elementor-element > .elementor-element {
    width: 85vw;
  }
  .header-base-container.sticky .header-base {
    left: 7.5vw;
  }
  .content-stretto {
    width: 85vw !important;
    margin: 0 auto;
  }
  h1.sottotitolo {
    margin-left: 0%;
  }
  .logo {
    width: 32vw;
  }
  .ablerex {
    width: 11vw;
    height: 10vw;
    left: 7.5vw;
  }
  #breadcrumb {
    right: 5vw;
  }
}
/* ANCHOR ---->500 */

@media only screen and (max-width: 500px) {
  h1.sottotitolo {
    margin-top: 16px;
  }
  .content-stretto {
    width: 90vw !important;
    margin: 0 auto;
  }
  .logo {
    width: 40vw;
  }
  .ablerex {
    width: 13vw;
    height: 12vw;
  }
  .content,
  .wsp-container,
  .elementor-section-boxed,
  .elementor-element,
  .elementor-element > .elementor-element {
    width: 90vw;
  }
  #menu-open .content {
    padding-top: 100px;
  }
  #menu-open .menu .sub-menu li {
    height: auto;
  }
}
