/*
 Theme Name:   am school child
 Template:     amschool
 Version:      1.0.0
*/
:root {
  --blu: #0039b7;
  --blu-transparent-60: rgba(0,57,183,0.6);
  --blu-transparent-transparent: rgba(0,57,183,0);

  --arancio-chiaro:  #8ECEFF;
  --arancio-scuro: #2AA2FF;
  --arancio-scuro-transparent: rgba(42,162,255,0);
  --arancio-background-contatti: #8ECEFF;

  --grigio: #606060;
  --poppins: 'Poppins', sans-serif;
  --damion: 'Damion', cursive;

  --arancio-sfondo-chiaro: #F7EFE2;

  --regular: 400;
  --semibold: 600;
  --bold: 700;

  --max-width: 1035px;
  --max-width-content: 695px
}
body {
  font-family: var(--poppins);
  color: var(--grigio);
  padding-top:110px;
}
header {
  box-shadow: 0px 0px 30px 1px rgb(0,0,0,0);
  transition: box-shadow ease 0.2s;
}
.scroll header {
  box-shadow: 0px 0px 30px 1px rgb(0,0,0,0.4);
}
.background-blu {
  background-color: var(--blu);
}
.boxed {
    max-width: var(--max-width);
}
.boxed-half {
    max-width:512px;
    box-sizing: border-box;
}
.heading__logocell {
    margin: 0px 0 0 20px;
    flex-basis: 314px;
}
.heading__logo img {
  height: auto;
  width: 100%;
}
.top-menu {
  padding-top: 20px;
}
.top-menu__list {
  margin-top: 5px;
}
.top-menu__item {
  font-size:14px;
  line-height: 18px;
  font-weight: var(--semibold);
  padding: 10px 7px 9px 7px;

}
.current-menu-item {
    background-color: transparent;
    font-weight: var(--bold);
}
.current-menu-item .top-menu__label,
.current-menu-parent .top-menu__link:not(.top-menu__sublink) .top-menu__labeltext {
  font-weight: var(--bold) !important;
  color: var(--blu);
}
.top-menu__label {
    padding: 0px 0px 6px 0px;
    font-weight: var(--regular);
    height: auto;
}
.top-menu__labeltext {
  line-height: 17px;
}
.top-menu__labeltext::after {
    content: '';
    display: none;
}
.top-menu__item:not(.top-menu__item--expandable) .top-menu__link:hover {
    background-color: transparent;
    color: inherit;
    border-bottom: 2px solid var(--arancio-chiaro);
}
.top-menu__item:not(.top-menu__item--expandable) .top-menu__link:hover .top-menu__label--rseparator,
.top-menu__item.expanded .top-menu__label--rseparator {
  border-color: transparent;
}
.top-menu__label--expandable::after {
    width: 7px;
    height: 7px;
    border-bottom:solid 1px var(--arancio-chiaro);
    border-right:solid 1px var(--arancio-chiaro);
}
.top-menu__item.expanded {
    background-color:transparent;
    color: inherit;
}
.top-menu__item.expanded a {
  border-bottom: 2px solid var(--arancio-chiaro);
}
.top-menu__item.expanded .top-menu__label--expandable::after {
  border-color: var(--arancio-chiaro);
}
.top-menu__sublist {
  color:inherit;
  background-color: #fff;
  left: 0;
  right: 0;
      min-width: 168px;
}
.top-menu__sublist .top-menu__item {
  padding: 0px;
}
.top-menu__sublist .top-menu__item a {
  border-bottom: 0px solid transparent;
  text-align: center;
  min-width: 148px;
}
.top-menu__sublist .top-menu__item a .top-menu__label--bseparator {
  border-bottom: 0px solid transparent;
}
.top-menu__sublist .top-menu__item .top-menu__label {
  font-weight: var(--regular);
}
.top-menu__sublist .top-menu__item .top-menu__link:hover {
    border-bottom: 0px solid transparent;
    background-color: var(--arancio-chiaro);
    color: #fff;
}
.top-menu__item.btn-blu a {
      padding: 8px 20px;
      border: 2px solid var(--blu);
      border-radius: 40px;
      color: var(--blu);
}
.top-menu__item.btn-blu a .top-menu__label {
    padding-bottom: 0px;
    font-weight: var(--bold);
}
.top-menu__item.btn-blu .top-menu__link:hover {
  border: 2px solid var(--blu);
  color: #fff;
  background-color: var(--blu);
}
footer {
    background-color: var(--blu);
    color: #fff;

}
footer .copyrights  {
  border-top: 0.5px solid var(--arancio-chiaro);
  font-family: var(--poppins);
  font-size: 11px;
}
.copyrights div > div:first-child a:first-child {
    border-right: solid 1px #fff;
    padding-right: 10px;
    margin-right: 10px;
    border-left: solid 1px #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.copyrights a:first-child {
    border-right: solid 0px transparent;
    padding-right: 0px;
    margin-right: 0px;
}
.row-contacts {
  color: #fff;
  font-family: var(--poppins);
}
.squared-contacts__title {
    color: #fff;
    font-weight: var(--bold);
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: underline;
    margin-top: 50px;
    margin-bottom: 30px;
}
.squared-contacts__address {
    font-size: 20px;
    line-height: 20px;
    color: var(--arancio-chiaro);
    margin-bottom: 18px;
    font-family: var(--poppins);
    font-style: normal;
}
.squared-contacts__address span {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 30px;
    font-family: var(--poppins);
    font-weight: var(--bold);
}
.squared-contacts__numbers {
    margin: 15px 0px 25px 0px;
    font-size: 11px;
    line-height: 33px;
    color: var(--arancio-chiaro);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--bold);
}
.squared-contacts__phone,
.squared-contacts__mail,
.squared-contacts__mail a,
.squared-contacts__phone a{
    color:#fff;
    font-weight: var(--regular);
    text-decoration: none;
    font-size: 20px;
    text-transform: none;
}
.squared-contacts__phone::before,
.squared-contacts__mail::before {
    content: 'TEL ';
    width: auto;
    height: auto;
    display: inline;
    background-image: none;
    font-size: 11px;
    line-height: 33px;
    color: var(--arancio-chiaro);
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: var(--bold);
    margin-right: 7px;
}
.squared-contacts__mail::before {
  content: 'MAIL ';
}
#map {
  min-height: 239px;
}
/*** slide home ***/
.slideshow {
  position: relative;
}
.slideshow__slidelist {
    background-color: transparent;
    display: flex;
}
.slideshow__slide {
    background-size:cover;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 550px;
}
.slideshow__slidecontent {
    background-color: transparent;
    position: relative;
    background-size: contain;
    height: 550px;
}
.slideshow__slidecontent .text-block {
    padding: 20px 0;
    line-height: 22px;
    font-size: 20px;
    color: var(--blu);
    margin-bottom: 40px;
}
.slideshow__slidecontent::before {
    content:"";
    display:block;
    top:0;
    left: 0;
    width: 70%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 40%, rgba(255,255,255,0) 100%);
}
.slideshow__slidecontent > div {
  position: relative;
}
.slideshow__slidecontent .text-block h2 {
    font-size: 65px;
    line-height: 74px;
    margin: 10px 0;
    color: var(--blu);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: var(--bold);
}
.slideshow__slide a.slide-link {
  display: inline-block;
  padding: 7px 35px;
  border: 2px solid var(--blu);
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: var(--bold);
  color: var(--blu);
  text-decoration: none;
  border-radius: 30px;
}
.slideshow__slide a.slide-link:hover {
  background-color: var(--blu);
  color: #fff;
}
.slideshow__dotscontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  max-width: 100%;
}
.slideshow__dots {
  left: auto;
  margin-left: 0px;
  top: calc(50% - 19px);
    width: 100%;
    height: 38px;

}
.slideshow__dots button {
    background-color: transparent;
    border-width: 0px;
    height: 38px;
    width: 27px;
    background-image: url('images/arrow-slider.svg');
    background-size: 27px 38px;
    cursor: pointer;
    position:absolute;
}
.slideshow__dots button.slick-prev {
  right: 47px;
}
.slideshow__dots button.slick-next {
  left: 47px;
}
.ambientipreviews {
    padding: 25px 0;
}
.newspreviews-container,
.ambienti-container {
    background-color: transparent;
    position: relative;
}
.newspreviews-container::before,
.ambienti-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 214px;
  /*background: linear-gradient(90deg, var(--arancio-chiaro) 0%, var(--arancio-scuro) 100%);*/
  background: linear-gradient(90deg, var(--arancio-scuro) 0%, var(--arancio-chiaro) 100%);
}
.newspreviews-container > .boxed,
.ambienti-container > .boxed {
    max-width: var(--max-width);
    background-color: transparent;
    position:relative;
    padding-left: 20px;
    padding-right: 20px;
}
.newspreviews__title,
.ambientipreviews__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newspreviews__title h2,
.ambientipreviews__title h2 {
  font-family: var(--poppins);
  font-weight: var(--bold);
  font-size: 30px;
  line-height: 33px;
  text-transform: none;
  letter-spacing: 0px;
  color:#fff;
  margin: 25px 0px;
}
.newspreviews__title div a,
.ambientipreviews__title div a {
  font-family: var(--poppins);
  font-weight: var(--semibold);
  font-size: 14px;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0px;
  display: inline-block;
  height: 20px;
  background-size: 16px 16px;
  background-position: 90% center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  border-radius: 50px;
  padding: 11px 46px 11px 20px;
  background-image: url('images/icon_orange_right_arrow.svg');

}



.newspreviews__title div a:hover {
    background-color: #fff;
    color: var(--arancio-scuro);
    filter: brightness(1) invert(0);

}

.newspreviews__list {
    justify-content: space-between;
}
.newspreviews__news {
  margin: 25px 0px 25px 0px;
  flex-basis: calc(33.3% - 17px);
  flex-grow: 0;
  flex-shrink: 0;
  background-color:#fff;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.21);
  transition: box-shadow ease 0.2s;
  display:flex;
  background-color: transparent;

}
.newspreviews a {
  display: flex;
  flex-direction: column;
}
.newspreviews__news:hover {
  box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.21);

}
.newspreviews__newsimage {
    -webkit-filter: none;
    filter: none;
    position: relative;
}
.newspreviews__newsimage::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--blu-transparent-60);
  opacity: 0;
  transition: opacity ease 0.2s;
}
.newspreviews__newsdata {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.newspreviews__newstitle {
    font-weight: var(--bold);
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0.5em;
    color: var(--blu) !important;
    font-family: var(--poppins);
}
.newspreviews__newscontent {
    color: var(--grigio);
    font-family: var(--poppins);
    font-size: 16px;
    margin-bottom: 20px;
}
.newspreviews__link {
    font-weight: var(--semibold);
    display: inline-block;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: var(--poppins);
    text-decoration: underline;
    color: var(--arancio-scuro);
    min-width: 199px;
    padding: 12px 0px 12px 0px;
    position: relative;
    border-radius: 40px;
}
.newspreviews__news a:hover .newspreviews__link {
  background-color: var(--arancio-scuro);
  color: #fff;
}
.newspreviews__link::after {
  content: "";
  width: 19px;
  height: 18px;
  background-image: url('images/icon_orange_right_arrow.svg');
  background-size: 18px 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 18px;
}
.newspreviews__news a:hover .newspreviews__link::after {
  filter:  brightness(100) grayscale(1);
}
.newspreviews__news a:hover .newspreviews__newstitle {
  color: inherit;
}
.newspreviews__news a:hover .newspreviews__newsimage::after {
  opacity: 1;
}
.future {
  background-color: var(--arancio-sfondo-chiaro);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;

}
.future .boxed {
  justify-content: flex-end;
  margin-top: 80px;
  margin-bottom: 80px;
}
.future .boxed .content {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.future .boxed .content  h2 {
  margin: 0px 0px 34px 0px;
  font-size: 40px;
  line-height: 50px;
  color: var(--blu);
}
.future .boxed .content p {
  font-size:20px;
  line-height: 30px;
  margin: 0px 0px 40px 0px;
}
.future .boxed .content p a {
  font-weight: var(--semibold);
  text-decoration: underline;
  color: var(--blu);
  display: inline-block;
  padding-right: 46px;
  min-height: 19px;
  background-image: url('images/icon_blu_right_arrow.svg');
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: 90% center;
  border-radius: 50px;
  padding: 10px 56px 10px 20px;
  margin-left: -20px;
}
.future .boxed .content p a:hover {
  background-color: var(--blu);
  color: #fff;
  background-image: url('images/icon_white_right_arrow.svg');

}
.welcome {
  margin-top:85px;
  margin-bottom: 70px;
}
.welcome .content {
  display: block;
  text-align: center;
}
.welcome .content h2 {
  font-family: var(--damion);
  color: var(--arancio-scuro);
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  font-size: 80px;
  line-height: 65px;
}
.welcome .content p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
.welcome .content p strong {
  font-weight: var(--regular);
  color: var(--blu);
}
.welcome .quote-roundpic {
  padding-bottom: 0px;
}
.welcome .quote-roundpic__text {
  padding: 0px;
  display: flex;
  align-items: center;
}
.welcome .quote-roundpic__text p {
  font-size: 16px;
  line-height: 22px;
}
.welcome .quote-roundpic__text p strong {
  font-weight: var(--bold);
  font-size: 18px;
  color: var(--blu);
}
.ambientipreviews__title div a {
   background-image: url('images/icon_orange_right_arrow.svg');
   background-color: transparent;
   color: #fff;
   padding: 11px 46px 11px 20px;
   background-position: 90% center;
   border-radius: 50px;
   filter: brightness(0) invert(1);
}
 .ambientipreviews__title div a:hover {
    background-color: #fff;
    color: var(--arancio-scuro);
    filter: brightness(1) invert(0);

}
.ambienti__list {
  margin-top: 25px;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.ambienti__list .single_image {
  flex-basis: calc(33% - 17px);
  flex-shrink: 0;
  flex-grow: 0;
  height: calc(var(--max-width) / 3 - 17px);
  margin-bottom: 30px;
  position: relative;
}

.ambienti__list .single_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambienti__list .single_image .single_image_hover {
  position: absolute;
  background-color: var(--blu-transparent-60);
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-image: url('images/icon_occhiali.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 91px 52px;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.ambienti__list .single_image a:hover .single_image_hover {
  opacity: 1;
}
/**** HERO ****/
.defaulthero {
  background-color: var(--arancio-scuro);
  background-position: right center;
  background-size: 50% auto;
  position: relative;
}
.defaulthero.alternate-color {
  background-color: var(--blu);
}
.defaulthero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(90deg, var(--arancio-chiaro) 0%, var(--arancio-chiaro) 50%, var(--arancio-scuro-transparent) 65%);*/
  background: linear-gradient(90deg, var(--arancio-scuro) 0%, var(--arancio-scuro) 50%, var(--arancio-scuro-transparent) 65%);
  z-index:1;
}
.defaulthero.alternate-color::before {
  background: linear-gradient(90deg, var(--blu) 0%, var(--blu) 50%, var(--blu-transparent-transparent) 65%);
}
.defaulthero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(53deg, var(--arancio-chiaro) 0%, var(--arancio-scuro) 100%);*/
  background: linear-gradient(53deg, var(--arancio-scuro) 0%, var(--arancio-chiaro) 100%);

  opacity: 0.65;
  z-index:1;

}
.defaulthero.alternate-color::after {

  background: linear-gradient(53deg, var(--blu) 0%, var(--blu) 100%);

}
.defaulthero .foreground {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  padding-top: 26px;
}
.breadcrumb__item {
  font-weight: var(--regular);
  color: #fff;
  font-size: 11px;
}
.breadcrumb__item a {
  font-weight: var(--bold);
  color: #fff;
}
.breadcrumb__item::before {
    border-color:#fff;
    border-width: 2px;
}
.defaulthero .text-block h1 {
  margin-top: 20px;
  font-family: var(--damion);
  font-size: 105px;
  line-height: 65px;
  font-weight: normal;
}
.single-post .defaulthero .text-block h1 {
  font-family: var(--poppins);
  font-size: 40px;
  line-height: 50px;
  font-weight: var(--bold);
}
.defaulthero p {
  font-size: 30px;
  line-height: 45px;
}
.defaulthero p.author-post {
  font-size: 16px;
  color: var(--arancio-chiaro);
}
.default-container {
  max-width: var(--max-width-content);
}
.default-content,
.default-content strong, .default-content b {
  color: var(--grigio);
}
.default-content figure {
  margin: 0px;
}
.default-content .wp-block-image img {
    max-width: 100%;
    height: auto;
}
.link_content_footer {
  margin: 60px 0px 90px 0px;
  padding: 0px;
}
.link_content_footer li {
  list-style: none;
}
.link_content_footer li:not(:last-child) {
  margin-bottom: 33px;
}
.link_content_footer li a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(166,166,166,0.5);
  text-decoration: none;
  border-bottom-width: 0px;
  position: relative;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 28px;
}
.link_content_footer li a strong {
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--blu);
}
.link_content_footer li a div.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  right: 28px;
  border: 2px solid var(--blu);

}
.link_content_footer li a div div {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.link_content_footer li a:hover div div {
  filter: brightness(0) invert(1);
}
.link_content_footer li a div.download-icon {
  background-image: url('images/icon_download_blu.svg');
  background-size: 17px 18px;
}
.link_content_footer li a div.esterno-icon {
  background-image: url('images/icon_linkext_blu.svg');
  background-size: 13px 14px;
}
.link_content_footer li a:hover div.icon {
  border-color: var(--arancio-scuro);
  background-color: var(--arancio-scuro);
}
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  color: var(--blu);
  margin-bottom: 40px;
  font-weight: var(--bold);
}
.servizi-container,
.servizio-container {
  background-color: var(--arancio-sfondo-chiaro);
  position: relative;
}
.servizio-container .boxed {
  max-width: 820px;
}
.servizi-container .servizipreviews__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
.servizi-container .servizipreviews__title h2 {
  color: var(--blu);
  font-weight: var(--bold);
  font-size: 30px;
  line-height: 33px;
  margin: 0px;
}
.servizi-container .servizipreviews__title div a {
  color: var(--blu);
  font-size: 14px;
  display: inline-block;
  font-weight: var(--semibold);
  padding-right: 32px;
  background-image: url('images/icon_linkext_blu.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.servizi-container .servizi__list {
  margin-bottom: 55px;
}
.single_servizi .single_servizi_image {
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  padding: 0px 16px;
}
.single_servizi .single_servizi_image img {
  max-width: 177px;
  height: auto;
}
.single_servizi .single_servizi_text {
  padding: 0px 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--grigio);
}
.single_servizi .single_servizi_text h3 {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  color: var(--blu);
  font-weight: var(--regular);
}
.servizi_arrows button,
.servizio_arrows button {
  background-color: transparent;
  border-width: 0px;
  height: 38px;
  width: 27px;
  background-image: url('images/arrow-slider.svg');
  background-size: 27px 38px;
  cursor: pointer;
  position:absolute;
  color: rgba(0,0,0,0);
  top:calc(50% - 19px);
}
.servizi_arrows button.slick-prev {
  left: 47px;
}
.servizi_arrows button.slick-next {
  right: 47px;
  transform: rotate(180deg);
}
.servizio_arrows button.slick-prev {
  left: -144px;
}
.servizio_arrows button.slick-next {
  right: -144px;
  transform: rotate(180deg);
}
.servizio-container .serviziopreviews {
  margin: 95px 0px;
  position: relative;
}
.servizio-container .single_servizio > div {
  display: flex;
}
.servizio-container .single_servizio div .single_servizio_image {
  margin-right: 85px;
}
.servizio-container .single_servizio div .single_servizio_image img {
  max-width: 250px;
  height: auto;
}
.servizio-container .single_servizio .single_servizio_text {
  font-size:16px;
  color: var(--grigio);
}
.servizio-container .single_servizio .single_servizio_text h3 {
  font-size: 30px;
  margin: 0px 0px 5px 0px;
  color: var(--blu);
  font-weight: var(--bold);
}
.contacts {
  background-color: var(--arancio-background-contatti);
}
.contacts .contacts__box {
  padding: 60px 20px;
}
.contacts .contacts__box h2 {
  font-size: 40px;
  font-weight: var(--bold);
  color: var(--blu);
  margin: 0px;
}
.contacts .contacts__box p  {
  font-size: 25px;
  font-weight: var(--regular);
  color: #fff;
  line-height: 48px;
  margin: 0px;
}
.contacts .contacts__box p strong {
  color: var(--blu);
  font-size: 28px;
  font-weight: var(--regular);
}
.contacts .contacts__box .contact_info {
  display: flex;
  margin-top: 26px;
  justify-content: center;
}
.contacts .contacts__box .contact_info div {
  margin-left: 40px;
  margin-right: 40px;
  color: #fff;
  font-size: 25px;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  background-position: left center;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-left: 68px;
}
.contacts .contacts__box .contact_info div a {
  color:#fff;
}
.contacts .contacts__box .contact_info div.contact_tel {
  background-image: url('images/icon_tel_new.svg');
}
.contacts .contacts__box .contact_info div.contact_mail {
  background-image: url('images/icon_mail_new.svg');
}
.contactform {
  background-color: #fff;
  background-image: none;
}
.contactform__message {
  font-size: 16px;
  color: var(--blu);
  font-weight: var(--bold);
  text-decoration: underline;
  text-transform: uppercase;
  font-family: var(--poppins);
}
.form-row > .forminput input:not(.formsubmit),
.form-row > .forminput select,
.form-row > .forminput textarea {
  border: 1px solid #B8B8B8;
  border-radius: 0px;
}
  .form-row > .forminput input:not(.formsubmit),
  .form-row > .forminput select {
    min-height: 50px
  }
  .form-row.submitrow .forminput {
    flex-grow: 0;
  }
  .form-row.submitrow .forminput.forminputgrow {
    flex-grow: 1;
    margin-right: 21px;
  }
  .form-row > .forminput input.formsubmit {
    font-size: 14px;
    font-weight: var(--semibold);
    color: var(--arancio-scuro);
    text-decoration: underline;
    padding: 8px 30px;
    border: 2px solid var(--arancio-scuro);
    border-radius: 20px;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-appearance: none;
  }
    .form-row > .forminput input.formsubmit:hover {
        color: #fff;
        background-color:  var(--arancio-scuro);
		cursor: pointer;
    }
	.form-row > .forminput input.formsubmit:hover:disabled {
		cursor: not-allowed !important;
    }

.form-row > .forminput input[type="checkbox"] {
  width: 21px;
  height: 21px;
  margin: 0px;
  min-height: auto;
  margin-right: 15px;
}
.form-row .privacy {
  display: flex;
  text-align: left;
  font-size: 11px;
  align-items: center;
}
.form-row .privacy a {
  color: var(--blu);
}
.downloads-container {
  background-color: #fff;
}
.downloads-filters {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.filter__label {
  font-size: 20px;
  font-family: var(--poppins);
  margin-right: 75px;
  display: flex;
  align-items: center;
}
.filter__valuelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.select__option {
    display: inline-block;
    width: auto;
    color: var(--arancio-scuro);
    border: 2px solid var(--arancio-scuro);
    border-radius: 20px;
    font-weight: var(--bold);
    font-size: 16px;
    min-width: 165px;
    text-align: center;
    flex-grow: 1;
}
.select__option:not(:last-child) {
  margin-right: 30px;
}
.select__option.active,
.select__option:hover {
    color: #fff;
    background-color: var(--arancio-scuro);
}
.download-item__name {
  font-size: 20px;
  color: var(--blu);
}
.download-item {
  box-shadow: 0px 0px 10px 1px rgba(166,166,166,0.5);
  transition: all ease 0.2s;
}
.download-item__arrow::before {
  display: none;
}
.download-item__arrow {
  border: 2px solid var(--blu);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.download-item__arrow .download-item__arrow__image {
  background-image: url('images/icon_download_blu.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 19px;
  width: 17px;
  height: 19px;
}
.download-item:hover .download-item__arrow {
  background-color: var(--arancio-scuro);
  border: 2px solid var(--arancio-scuro);
}
.download-item:hover .download-item__arrow .download-item__arrow__image
{
  filter: brightness(0) invert(1);
}
.download-item:hover{
  box-shadow: 0px 0px 30px 1px rgba(166,166,166,0.5);

}
.sticky-news {
  position: relative;
  margin-top: 50px;
}
.single-sticky-news {
  display: flex;
  position:relative;
  width: 100%;
  max-width: var(--max-width);
}
.single-sticky-news .single-sicky-news__thumb {
  width: 50%;
  height: 485px;
}
.single-sticky-news .single-sicky-news__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-sticky-news .single-sticky-news__text {
    height: auto;
    /*min-height: 320px;*/
    width: 574px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 50%;
    /*padding: 39px 52px;*/
    box-shadow: 0px 0px 30px 1px rgb(0 0 0 / 20%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-50%);
}
.single-sticky-news .single-sticky-news__text a {
  display:flex;
  height: auto;
  min-height: 320px;
  width: calc(100% - 104px);
  overflow: hidden;
    padding: 39px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.single-sticky-news .single-sticky-news__text a h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: var(--bold);
  margin: 0px 0px 20px 0px;
  text-decoration: none;
  color: var(--grigio);
}
.single-sticky-news .single-sticky-news__text a p {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: var(--grigio);
}
.single-sticky-news .single-sticky-news__text .readmore {
  color: var(--arancio-scuro);
  text-decoration: underline;
  border-radius: 50px;
  font-size: 14px;
  font-weight: var(--semibold);
  padding: 10px 54px 10px 30px;
  position: relative;
  display: inline-block;
  border: 0px solid #fff;
  margin-left: -30px;
}
.single-sticky-news .single-sticky-news__text .readmore::after {
  content: "";
  display:block;
  background-image: url('images/icon_orange_right_arrow.svg');
  filter: brightness(1) invert(0);
  width: 17px;
  height: 17px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 18px;
}
.single-sticky-news .single-sticky-news__text a:hover .readmore {
  background-color: var(--arancio-scuro);
  color: #fff;

}
.single-sticky-news .single-sticky-news__text a:hover .readmore::after {
  filter: brightness(0) invert(1);
}
.sticky-news__arrows button {
    background-color: transparent;
    border-width: 0px;
    height: 38px;
    width: 27px;
    background-image: url('images/arrow-slider.svg');
    background-size: 27px 38px;
    cursor: pointer;
    position:absolute;
    color: rgba(255,255,255,0);
    top: calc(50% - 19px);
    filter: grayscale(1);
    overflow: hidden;
}
.sticky-news__arrows button.slick-prev {
  left: -60px;
}
.sticky-news__arrows button.slick-next {
  right: -60px;
  transform: rotate(180deg);
}

.news_standard__title {
  margin-top: 72px;
  margin-bottom: 50px;
}
.news_standard__title h2 {
  margin: 0px;
  font-size: 30px;
  color: var(--blu);
  font-weight: var(--bold);
}
.news_standard__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.single-news-standard {
  flex-basis: calc(33.3% - 18px);
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
  background-color: #fff;
  overflow: hidden;
  min-height: 450px;
  margin-bottom: 55px;
  transition: box-shadow ease 0.2s;
}
.single-news-standard:hover {
  box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.2);
}
.single-news-standard a {
  text-decoration: none;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
  align-items: center;
}
.single-news-standard:nth-child(3n+2) {
  margin-left: 27px;
  margin-right: 27px;
}
.single-news-standard .single-news-standard__thumb {
  height: 214px;
  position: relative;
  overflow: hidden;
}
.single-news-standard .single-news-standard__thumb::after {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blu);
  opacity: 0;
  transition: opacity ease 0.2s;
}
.single-news-standard a:hover .single-news-standard__thumb::after {
  opacity: 0.6;
}
.single-news-standard .single-news-standard__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}
.single-news-standard a:hover .single-news-standard__thumb img {
  transform: scale(1.5);
}
.single-news-standard .single-news-standard__text {
  padding: 0px 20px;
}
.single-news-standard .single-news-standard__text h3{
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--blu);
  text-align: center;
  margin-top: 28px;
  margin-bottom: 10px;
}
.single-news-standard .single-news-standard__text p {
  font-size: 16px;
  font-weight: var(--regular);
  color: var(--grigio);
  text-align: center;
  margin: 0px;
}
.single-news-standard  .single-news-standard__readmore {
  text-align: center;
  margin-bottom: 23px;
  width:100%;
  max-width: 207px;
  /*border: 2px solid var(--arancio-scuro);*/
  color: var(--arancio-scuro);
  text-decoration: underline;
  font-size: 14px;
  font-weight: var(--semibold);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  position: relative;
}
.single-news-standard a:hover .single-news-standard__readmore {
    color: #fff;
    background-color: var(--arancio-scuro);
}
.single-news-standard  .single-news-standard__readmore::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 20px;
  background-image: url('images/icon_orange_right_arrow.svg');
  background-repeat: no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
}
.single-news-standard a:hover .single-news-standard__readmore::after {
  filter: brightness(0) invert(1);
}
.pagination-category {
  text-align: center;
  margin: 50px 0px;

}
.pagination-category > div {
    display: flex;
    justify-content: center;
}
.pagination-category a,
.pagination-category span {
  color: var(--arancio-scuro);
  width: 39px;
  height: 39px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;

}
.pagination-category a:hover {
  color: #fff;
  background-color: var(--arancio-scuro);
  border: 2px solid var(--arancio-scuro);

}
.pagination-category span {
  border: 2px solid var(--arancio-scuro);
}
.pagination-category a.next,
.pagination-category a.prev {
  width: auto;
  font-size: 14px;
  font-weight: var(--semibold);
  text-decoration: none;
  border-radius: 0px;
  border: 0px solid transparent;

}
.pagination-category a.next:hover,
.pagination-category a.prev:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: var(--arancio-scuro);
}
.single .share {
  font-size: 14px;
  color: var(--arancio-scuro);
  margin: 60px 0px;
  display: flex;
  align-items: center;
}
.single .share p {
  text-decoration: underline;
}
.single .share ul {
  margin: 0px 0px 0px 60px;
  padding: 0px;
  display: flex;
}
.single .share ul li {
  list-style-type: none;
  margin-right: 10px;
}
.single .share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border: 2px solid var(--arancio-scuro);
  border-radius: 50%;
  color: var(--arancio-scuro);
  font-size: 20px;
  text-decoration: none;
}
.single .share ul li a:hover {
  background-color: var(--arancio-scuro);
  color: #fff;
}
.galleries-container {
  background-color: #fff;
  margin-top: 80px;
}
.galleries-list {
  height: 660px;
  overflow: hidden;
}
.single_image_gallery {
  height: 660px;
}
.single_image_gallery img {
  object-fit: cover;
  width: 100%;
  height: 660px;
}
.photo-index {
  font-size: 16px;
  color: var(--grigio);
}
.galleries-thumb-container {
    position: relative;
    margin-bottom: 100px;
}

.single_image_gallery_thumb {
  height: 156px;
  margin-right: 10px;
}
.single_image_gallery_thumb img {
  height: 156px;
  width: 100%;
  object-fit: cover;
}
.galleries-thumb__arrows button {
  background-color: transparent;
  border-width: 0px;
  height: 38px;
  width: 27px;
  background-image: url('images/arrow-slider.svg');
  background-size: 27px 38px;
  cursor: pointer;
  position:absolute;
  color: rgba(255,255,255,0);
  top: calc(50% - 19px);
  filter: grayscale(1);
  opacity: 0.5;
  overflow: hidden;
}
.galleries-thumb__arrows button.slick-prev {
  left: calc((100vw - var(--max-width)) / 2 - 70px);
}
.galleries-thumb__arrows button.slick-next {
  right: calc((100vw - var(--max-width)) / 2 - 60px);
  transform: rotate(180deg);
}
.top-menu__sublist a {
    text-align: left;
    white-space: normal;
}


.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    text-align: center;
}

