@charset "UTF-8";
/*
 Theme Name:   Custom Child
 Description:  Custom Child Theme
 Author:       Maria Grazia Galeano
 Template:     custom
 Version:      1.0
*/
/* Theme customization starts here
  -------------------------------------------------------------- */
/*Colors*/
/*Layout*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* line 3, ../custom/sass/_palette.scss */
.color {
  color: #f0833b !important;
}

/* line 9, ../custom/sass/_palette.scss */
.mainrow .menu-item.open > a {
  color: #f0833b;
}

/* line 16, ../custom/sass/_palette.scss */
.ico {
  color: #f0833b;
}

/* line 22, ../custom/sass/_palette.scss */
.button:focus, .button:visited, .button.disabled, .button[disabled], button:focus, button:visited, button.disabled, button[disabled],
input[type="button"]:focus,
input[type="button"]:visited,
input[type="button"].disabled,
input[type="button"][disabled],
[type='submit']:focus,
[type='submit']:visited,
[type='submit'].disabled,
[type='submit'][disabled], [type='button']:focus, [type='button']:visited, [type='button'].disabled, [type='button'][disabled] {
  color: #f0833b;
  background-color: transparent;
  border-color: rgba(240, 131, 59, 0.5);
}
/* line 27, ../custom/sass/_palette.scss */
.button:hover, button:hover,
input[type="button"]:hover,
[type='submit']:hover, [type='button']:hover {
  color: #f0833b;
  background-color: transparent;
  border-color: #f0833b;
}
/* line 32, ../custom/sass/_palette.scss */
.button.primary, button.primary,
input[type="button"].primary,
[type='submit'].primary, [type='button'].primary {
  border-color: #f0833b;
}
/* line 34, ../custom/sass/_palette.scss */
.button.primary, .button.primary:focus, .button.primary:visited, button.primary, button.primary:focus, button.primary:visited,
input[type="button"].primary,
input[type="button"].primary:focus,
input[type="button"].primary:visited,
[type='submit'].primary,
[type='submit'].primary:focus,
[type='submit'].primary:visited, [type='button'].primary, [type='button'].primary:focus, [type='button'].primary:visited {
  background-color: #f0833b;
  color: #fff;
}
/* line 38, ../custom/sass/_palette.scss */
.button.primary:hover, button.primary:hover,
input[type="button"].primary:hover,
[type='submit'].primary:hover, [type='button'].primary:hover {
  background-color: #e66612;
}

/* line 44, ../custom/sass/_palette.scss */
#wt-cli-accept-all-btn {
  background-color: #f0833b !important;
  color: #fff !important;
}
/* line 47, ../custom/sass/_palette.scss */
#wt-cli-accept-all-btn:hover {
  background-color: #e66612 !important;
}

/* line 51, ../custom/sass/_palette.scss */
.label {
  color: #f29253;
  border: 1px solid rgba(242, 146, 83, 0.6);
}

/* line 56, ../custom/sass/_palette.scss */
.bg_lightColorBg {
  background-color: #f7f7f7;
}

/* line 60, ../custom/sass/_palette.scss */
.bg_maincolor {
  background-color: #f0833b;
}

/* line 65, ../custom/sass/_palette.scss */
.bg_maincolor, .bg_maincolor *, .neg, .neg * {
  color: #fff;
}
/* line 69, ../custom/sass/_palette.scss */
.bg_maincolor .button, .bg_maincolor .button:focus, .bg_maincolor .button:visited, .bg_maincolor button, .bg_maincolor button:focus, .bg_maincolor button:visited, .neg .button, .neg .button:focus, .neg .button:visited, .neg button, .neg button:focus, .neg button:visited {
  border-color: #ffffff80;
  color: #fff !important;
}
/* line 73, ../custom/sass/_palette.scss */
.bg_maincolor .button:hover, .bg_maincolor button:hover, .neg .button:hover, .neg button:hover {
  color: #fff;
  border-color: #fff;
}
/* line 79, ../custom/sass/_palette.scss */
.bg_maincolor .logo_credits .cls-1, .bg_maincolor .logo_credits .cls-3, .neg .logo_credits .cls-1, .neg .logo_credits .cls-3 {
  fill: #fff;
}
/* line 85, ../custom/sass/_palette.scss */
.bg_maincolor .grid-padding-x-border .cell, .neg .grid-padding-x-border .cell {
  border-color: #ffffff80;
}

/* line 94, ../custom/sass/_palette.scss */
body .has_post_thumbnail {
  background-color: #0000001c;
}
/* line 99, ../custom/sass/_palette.scss */
body .title_head_type-2.entry-header.hide_thumbnail, body .title_head_type-2.entry-header:not(.has_post_thumbnail),
body .title_head_type-3.entry-header.hide_thumbnail,
body .title_head_type-3.entry-header:not(.has_post_thumbnail) {
  background-color: #f0833b;
}
/* line 104, ../custom/sass/_palette.scss */
body .title_head_type-2.entry-header, body .title_head_type-2.entry-header *,
body .title_head_type-3.entry-header,
body .title_head_type-3.entry-header * {
  color: #fff;
}

/*UI*/
/* line 112, ../custom/sass/_palette.scss */
.accordion-title,
.accordion-title:before {
  color: #f0833b;
}

/*Popup*/
/* line 119, ../custom/sass/_palette.scss */
.popin_close {
  background-color: #f0833b;
}

/* line 1, ../custom/sass/_layout.scss */
.site-frame {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 64em) {
  /* line 1, ../custom/sass/_layout.scss */
  .site-frame {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/* line 9, ../custom/sass/_layout.scss */
.entry-content {
  padding-top: 20vw;
  padding-bottom: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 9, ../custom/sass/_layout.scss */
  .entry-content {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
/* line 16, ../custom/sass/_layout.scss */
.entry-content .site-frame {
  overflow: visible;
}

/* line 20, ../custom/sass/_layout.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 25, ../custom/sass/_layout.scss */
.padding-y,
.padding-x {
  padding-top: 20vw;
  padding-bottom: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 25, ../custom/sass/_layout.scss */
  .padding-y,
  .padding-x {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

/* line 35, ../custom/sass/_layout.scss */
.padding-y-t {
  padding-top: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 35, ../custom/sass/_layout.scss */
  .padding-y-t {
    padding-top: 8vw;
  }
}

/* line 41, ../custom/sass/_layout.scss */
.padding-y-b {
  padding-bottom: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 41, ../custom/sass/_layout.scss */
  .padding-y-b {
    padding-bottom: 8vw;
  }
}

/* line 47, ../custom/sass/_layout.scss */
.margin-y,
.space-x {
  margin-top: 20vw;
  margin-bottom: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 47, ../custom/sass/_layout.scss */
  .margin-y,
  .space-x {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

/* line 56, ../custom/sass/_layout.scss */
.margin-y-t {
  margin-top: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 56, ../custom/sass/_layout.scss */
  .margin-y-t {
    margin-top: 8vw;
  }
}

/* line 62, ../custom/sass/_layout.scss */
.margin-y-b {
  margin-bottom: 20vw;
}
@media only screen and (min-width: 640px) {
  /* line 62, ../custom/sass/_layout.scss */
  .margin-y-b {
    margin-bottom: 8vw;
  }
}

@media only screen and (max-width: 640px) {
  /* line 69, ../custom/sass/_layout.scss */
  .grid-padding-x-border {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  /* line 72, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 75, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell:not(:last-child) {
    position: relative;
  }
  /* line 77, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell:not(:last-child):before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 10px;
    right: 10px;
    bottom: 0;
  }
  /* line 88, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell.full-m {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% + 3rem);
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 640px) {
  /* line 101, ../custom/sass/_layout.scss */
  .grid-padding-x,
  .grid-padding-x
  .grid-padding-x {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 106, ../custom/sass/_layout.scss */
  .grid-padding-x > .cell,
  .grid-padding-x
  .grid-padding-x > .cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 111, ../custom/sass/_layout.scss */
  .grid-padding-x-border {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 114, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell {
    padding: 0 25px;
  }
  /* line 116, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell:not(:last-child) {
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media only screen and (min-width: 64em) {
  /* line 128, ../custom/sass/_layout.scss */
  .grid-padding-x-border {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 131, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 139, ../custom/sass/_layout.scss */
  .grid-padding-x,
  .grid-padding-x .grid-padding-x {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 143, ../custom/sass/_layout.scss */
  .grid-padding-x .cell,
  .grid-padding-x .grid-padding-x .cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 150, ../custom/sass/_layout.scss */
.grid-blocks {
  margin: -10px;
}
/* line 152, ../custom/sass/_layout.scss */
.grid-blocks > .cell {
  padding: 10px;
}
@media only screen and (min-width: 640px) {
  /* line 150, ../custom/sass/_layout.scss */
  .grid-blocks {
    margin: -20px;
  }
  /* line 157, ../custom/sass/_layout.scss */
  .grid-blocks > .cell {
    padding: 20px;
  }
}

/* line 162, ../custom/sass/_layout.scss */
#menu-toggle {
  display: none;
}

@media only screen and (max-width: 800px) {
  /* line 167, ../custom/sass/_layout.scss */
  #menu-toggle {
    display: inline-block;
  }

  /* line 171, ../custom/sass/_layout.scss */
  #site-navigation-list {
    display: none;
  }

  /* line 175, ../custom/sass/_layout.scss */
  .menu-toggle .bars {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: none;
    position: relative;
  }
  /* line 183, ../custom/sass/_layout.scss */
  .menu-toggle .el {
    position: absolute;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 2px solid;
  }
  /* line 189, ../custom/sass/_layout.scss */
  .menu-toggle .el .text {
    display: none;
  }
  /* line 193, ../custom/sass/_layout.scss */
  .menu-toggle .el-0 {
    top: 5%;
  }
  /* line 196, ../custom/sass/_layout.scss */
  .menu-toggle .el-1 {
    top: 45%;
  }
  /* line 199, ../custom/sass/_layout.scss */
  .menu-toggle .el-2 {
    top: 85%;
  }

  /* line 203, ../custom/sass/_layout.scss */
  .menu.menu_lang:after {
    display: none;
  }

  /* line 206, ../custom/sass/_layout.scss */
  .menu.menu_lang {
    padding-left: 0;
    margin-left: 0;
  }
}
/* line 212, ../custom/sass/_layout.scss */
.primary-menu-mobile.menu li {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 212, ../custom/sass/_layout.scss */
  .primary-menu-mobile.menu li {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media only screen and (min-width: 800px) {
  /* line 225, ../custom/sass/_layout.scss */
  .main-navigation ul {
    display: block;
  }

  /* line 228, ../custom/sass/_layout.scss */
  #site-navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* line 232, ../custom/sass/_layout.scss */
  .menu li {
    margin-bottom: 0;
  }

  /* line 236, ../custom/sass/_layout.scss */
  .menu.menu_lang {
    padding-left: 1em;
    margin-left: 1em;
  }

  /* line 240, ../custom/sass/_layout.scss */
  .menu.menu_lang:after {
    position: absolute;
    content: "";
    border-left: 1px solid;
    left: 0;
    top: 50%;
    height: 1em;
    margin-top: -0.5em;
    width: 1px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
}
/* line 252, ../custom/sass/_layout.scss */
.has_post_thumbnail {
  position: relative;
}

/* line 255, ../custom/sass/_layout.scss */
.bg-hero {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

/* line 266, ../custom/sass/_layout.scss */
body.overlay .entry-header,
body.has_post_thumbnail {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 270, ../custom/sass/_layout.scss */
body.overlay .entry-header .entry-title-content,
body.has_post_thumbnail .entry-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100px;
}
@media only screen and (min-width: 1200px) {
  /* line 270, ../custom/sass/_layout.scss */
  body.overlay .entry-header .entry-title-content,
  body.has_post_thumbnail .entry-title-content {
    min-height: 150px;
  }
}
@media only screen and (min-width: 64em) {
  /* line 266, ../custom/sass/_layout.scss */
  body.overlay .entry-header,
  body.has_post_thumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 283, ../custom/sass/_layout.scss */
.title_head_type-2 {
  /*min-height: 100vdn;*/
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 286, ../custom/sass/_layout.scss */
  .title_head_type-2 .entry-title-content {
    min-height: 100vw;
  }
}
/* line 290, ../custom/sass/_layout.scss */
.title_head_type-2 .entry-title-content .entry-title {
  font-size: 45px;
}
@media only screen and (min-width: 640px) {
  /* line 290, ../custom/sass/_layout.scss */
  .title_head_type-2 .entry-title-content .entry-title {
    font-size: 60px;
  }
}

/* line 299, ../custom/sass/_layout.scss */
.title_head_type-3 {
  min-height: calc(var(--initial-vh, 1vh) * 100);
}
@media only screen and (min-width: 640px) {
  /* line 299, ../custom/sass/_layout.scss */
  .title_head_type-3 {
    min-height: 100vh;
  }
}
/* line 304, ../custom/sass/_layout.scss */
.title_head_type-3 .bg-hero {
  z-index: 1;
  background-position: center center;
}
/* line 308, ../custom/sass/_layout.scss */
.title_head_type-3 .filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 317, ../custom/sass/_layout.scss */
.fullwidth {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) {
  /* line 317, ../custom/sass/_layout.scss */
  .fullwidth {
    /*    margin-left: calc(-14vw - 30px);*/
    /*    margin-right: calc(-14vw - 30px);*/
    margin-left: -2000px;
    margin-right: -2000px;
  }
  /* line 325, ../custom/sass/_layout.scss */
  .fullwidth.thin {
    min-height: 30vw;
  }
}

/* line 333, ../custom/sass/_layout.scss */
#menu-mobile .menu_lang .sub-menu-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 336, ../custom/sass/_layout.scss */
#menu-mobile .menu_lang .sub-menu-wrapper .sub-menu {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
/* line 339, ../custom/sass/_layout.scss */
#menu-mobile .menu_lang .sub-menu-wrapper .sub-menu li a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 348, ../custom/sass/_layout.scss */
footer.site-footer {
  padding-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  /* line 348, ../custom/sass/_layout.scss */
  footer.site-footer {
    padding-bottom: 75px;
  }
}

/* line 357, ../custom/sass/_layout.scss */
.scrollToTop {
  bottom: 30px;
  right: 30px;
}
@media only screen and (min-width: 64em) {
  /* line 357, ../custom/sass/_layout.scss */
  .scrollToTop {
    bottom: 75px;
    right: 75px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1450px) {
  /* line 357, ../custom/sass/_layout.scss */
  .scrollToTop {
    right: 0;
  }
}

/*Popup*/
/* line 372, ../custom/sass/_layout.scss */
.popin_wrapper {
  padding: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 372, ../custom/sass/_layout.scss */
  .popin_wrapper {
    padding: 75px;
  }
}

@media only screen and (min-width: 640px) {
  /* line 380, ../custom/sass/_layout.scss */
  .cl2, .cl3 {
    column-gap: 40px;
  }
}

/* line 4, ../custom/sass/header_options/_mobile_menu_neg.scss */
body.menu_mobile_open #menu-mobile,
body.no-sticky-menu #menu-mobile {
  color: #fff;
}
/* line 9, ../custom/sass/header_options/_mobile_menu_neg.scss */
body.menu_mobile_open .site-header .logo .logo-a,
body.no-sticky-menu .site-header .logo .logo-a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 12, ../custom/sass/header_options/_mobile_menu_neg.scss */
body.menu_mobile_open .site-header .logo .logo-b,
body.no-sticky-menu .site-header .logo .logo-b {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 17, ../custom/sass/header_options/_mobile_menu_neg.scss */
body.menu_mobile_open #site-navigation-list-mobile li a,
body.no-sticky-menu #site-navigation-list-mobile li a {
  color: #fff;
}
/* line 21, ../custom/sass/header_options/_mobile_menu_neg.scss */
body.menu_mobile_open .main-navigation .menu-toggle,
body.no-sticky-menu .main-navigation .menu-toggle {
  color: #fff;
}

/* line 26, ../custom/sass/header_options/_mobile_menu_neg.scss */
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper .backlink,
body.menu_mobile_open #site-navigation-list-mobile,
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper {
  background-color: #ee7423;
}
/* line 30, ../custom/sass/header_options/_mobile_menu_neg.scss */
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper .backlink, .primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper .backlink *,
body.menu_mobile_open #site-navigation-list-mobile,
body.menu_mobile_open #site-navigation-list-mobile *,
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper,
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper * {
  color: #fff;
}

/* line 2, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header {
  display: block;
  margin-top: -100px;
  position: fixed;
}
@media only screen and (min-width: 640px) {
  /* line 2, ../custom/sass/header_options/_switch.scss */
  #tiny_header .site-header {
    margin-top: -100px;
  }
}
/* line 9, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .logo {
  width: 50px;
  height: 50px;
}

/* line 16, ../custom/sass/header_options/_switch.scss */
body.sticky-menu:not(.scroll-down):not(.noFixed) #tiny_header .site-header {
  margin: 0;
}

/* line 23, ../custom/sass/header_options/_switch.scss */
body.menu_mobile_open .site-header .menu-toggle .el,
body.overlay .site-header .menu-toggle .el {
  color: #fff;
}

/* line 30, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .menu > li > a,
#tiny_header .site-header .menu-toggle .txt {
  color: #fff;
}
/* line 34, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .logo .logo-a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-image: url(../custom-child/images/logo-neg_tiny.svg);
}
/* line 38, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .logo .logo-b {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 41, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .toprow {
  display: none;
}
/* line 44, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header .menu_social .ico_svg {
  fill: #fff;
}

/* line 48, ../custom/sass/header_options/_switch.scss */
#tiny_header .site-header {
  background-color: #ef7a2d;
}

/* line 54, ../custom/sass/header_options/_switch.scss */
body.overlay #masthead .mainrow .menu > li > a,
body.overlay #masthead .mainrow .menu-toggle .txt {
  color: #fff;
}
/* line 58, ../custom/sass/header_options/_switch.scss */
body.overlay #masthead .mainrow .menu_social .ico_svg {
  fill: #fff;
}

/*@import "../../custom/sass/header_options/_change.scss";*/
/*Typography*/
/* line 10, sass/_main.scss */
body {
  font-family: "Roboto", sans-serif;
}

/* line 14, sass/_main.scss */
h1, h2, h3, h4, h5, h6, .hl,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Cabin", sans-serif;
  display: block;
  line-height: 1em;
  font-weight: 500;
  color: #484747;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
/* line 23, sass/_main.scss */
h1.dec-1, h2.dec-1, h3.dec-1, h4.dec-1, h5.dec-1, h6.dec-1, .hl.dec-1,
.h1.dec-1, .h2.dec-1, .h3.dec-1, .h4.dec-1, .h5.dec-1, .h6.dec-1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5em 0 0.5em 2em;
  background-image: url(images/dec-1.svg);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 640px) {
  /* line 23, sass/_main.scss */
  h1.dec-1, h2.dec-1, h3.dec-1, h4.dec-1, h5.dec-1, h6.dec-1, .hl.dec-1,
  .h1.dec-1, .h2.dec-1, .h3.dec-1, .h4.dec-1, .h5.dec-1, .h6.dec-1 {
    font-size: 30px;
  }
}
/* line 37, sass/_main.scss */
h1.dec-2, h2.dec-2, h3.dec-2, h4.dec-2, h5.dec-2, h6.dec-2, .hl.dec-2,
.h1.dec-2, .h2.dec-2, .h3.dec-2, .h4.dec-2, .h5.dec-2, .h6.dec-2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5em 0 0.5em 2em;
  background-image: url(images/dec-2.svg);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 640px) {
  /* line 37, sass/_main.scss */
  h1.dec-2, h2.dec-2, h3.dec-2, h4.dec-2, h5.dec-2, h6.dec-2, .hl.dec-2,
  .h1.dec-2, .h2.dec-2, .h3.dec-2, .h4.dec-2, .h5.dec-2, .h6.dec-2 {
    font-size: 20px;
  }
}
/* line 51, sass/_main.scss */
h1.dec-2c, h2.dec-2c, h3.dec-2c, h4.dec-2c, h5.dec-2c, h6.dec-2c, .hl.dec-2c,
.h1.dec-2c, .h2.dec-2c, .h3.dec-2c, .h4.dec-2c, .h5.dec-2c, .h6.dec-2c {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 2.5em 0 1em 0;
  background-image: url(images/dec-2.svg);
  background-size: 2.5em;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (min-width: 640px) {
  /* line 51, sass/_main.scss */
  h1.dec-2c, h2.dec-2c, h3.dec-2c, h4.dec-2c, h5.dec-2c, h6.dec-2c, .hl.dec-2c,
  .h1.dec-2c, .h2.dec-2c, .h3.dec-2c, .h4.dec-2c, .h5.dec-2c, .h6.dec-2c {
    font-size: 20px;
  }
}
/* line 65, sass/_main.scss */
h1.claim, h2.claim, h3.claim, h4.claim, h5.claim, h6.claim, .hl.claim,
.h1.claim, .h2.claim, .h3.claim, .h4.claim, .h5.claim, .h6.claim {
  margin-bottom: 1.5em;
}

/* line 69, sass/_main.scss */
h1, .h1 {
  font-size: 45px;
}

/* line 70, sass/_main.scss */
h2, .h2 {
  font-size: 40px;
}

/* line 73, sass/_main.scss */
h3, .h3 {
  font-size: 25px;
}

/* line 74, sass/_main.scss */
p, li {
  font-weight: 300;
}
/* line 82, sass/_main.scss */
p color, li color {
  color: #f0833b;
}

/* line 86, sass/_main.scss */
.un {
  text-decoration: underline;
}

/* line 90, sass/_main.scss */
hr,
.grid-padding-x-border > .cell:not(:last-child),
.grid-padding-x-border > .cell:not(:last-child):before {
  border-color: #0000002e;
}

/* line 96, sass/_main.scss */
.grid-blocks {
  margin: -5px;
}
/* line 98, sass/_main.scss */
.grid-blocks .cell {
  padding: 5px;
}
/* line 101, sass/_main.scss */
.grid-blocks item {
  display: block;
  min-height: 100%;
  background-color: #f7f7f7;
  padding: 20px;
}

/*Buttons*/
/* line 112, sass/_main.scss */
a.button, .button, button,
input[type="button"],
[type='submit'], [type='button'] {
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

/* line 140, sass/_main.scss */
a.link {
  text-transform: uppercase;
  color: #f0833b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 149, sass/_main.scss */
.neg h1, .neg h2, .neg h3, .neg h4, .neg h5, .neg h6, .neg .hl,
.neg .h1, .neg .h2, .neg .h3, .neg .h4, .neg .h5, .neg .h6 {
  color: #fff;
}
/* line 153, sass/_main.scss */
.neg a.button, .neg .button, .neg button,
.neg input[type="button"],
.neg [type='submit'], .neg [type='button'] {
  text-transform: uppercase;
}
/* line 160, sass/_main.scss */
.neg a.button, .neg a.button:focus, .neg a.button:visited, .neg a.button.disabled, .neg a.button.disabled:focus, .neg a.button.disabled:visited, .neg a.button[disabled], .neg a.button[disabled]:focus, .neg a.button[disabled]:visited, .neg .button, .neg .button:focus, .neg .button:visited, .neg .button.disabled, .neg .button.disabled:focus, .neg .button.disabled:visited, .neg .button[disabled], .neg .button[disabled]:focus, .neg .button[disabled]:visited, .neg button, .neg button:focus, .neg button:visited, .neg button.disabled, .neg button.disabled:focus, .neg button.disabled:visited, .neg button[disabled], .neg button[disabled]:focus, .neg button[disabled]:visited,
.neg input[type="button"],
.neg input[type="button"]:focus,
.neg input[type="button"]:visited,
.neg input[type="button"].disabled,
.neg input[type="button"].disabled:focus,
.neg input[type="button"].disabled:visited,
.neg input[type="button"][disabled],
.neg input[type="button"][disabled]:focus,
.neg input[type="button"][disabled]:visited,
.neg [type='submit'],
.neg [type='submit']:focus,
.neg [type='submit']:visited,
.neg [type='submit'].disabled,
.neg [type='submit'].disabled:focus,
.neg [type='submit'].disabled:visited,
.neg [type='submit'][disabled],
.neg [type='submit'][disabled]:focus,
.neg [type='submit'][disabled]:visited, .neg [type='button'], .neg [type='button']:focus, .neg [type='button']:visited, .neg [type='button'].disabled, .neg [type='button'].disabled:focus, .neg [type='button'].disabled:visited, .neg [type='button'][disabled], .neg [type='button'][disabled]:focus, .neg [type='button'][disabled]:visited {
  border-color: #ffaf87;
}
/* line 172, sass/_main.scss */
.neg a.button.arrow:not(:hover), .neg a.button:focus.arrow:not(:hover), .neg a.button:visited.arrow:not(:hover), .neg a.button.disabled.arrow:not(:hover), .neg a.button.disabled:focus.arrow:not(:hover), .neg a.button.disabled:visited.arrow:not(:hover), .neg a.button[disabled].arrow:not(:hover), .neg a.button[disabled]:focus.arrow:not(:hover), .neg a.button[disabled]:visited.arrow:not(:hover), .neg .button.arrow:not(:hover), .neg .button:focus.arrow:not(:hover), .neg .button:visited.arrow:not(:hover), .neg .button.disabled.arrow:not(:hover), .neg .button.disabled:focus.arrow:not(:hover), .neg .button.disabled:visited.arrow:not(:hover), .neg .button[disabled].arrow:not(:hover), .neg .button[disabled]:focus.arrow:not(:hover), .neg .button[disabled]:visited.arrow:not(:hover), .neg button.arrow:not(:hover), .neg button:focus.arrow:not(:hover), .neg button:visited.arrow:not(:hover), .neg button.disabled.arrow:not(:hover), .neg button.disabled:focus.arrow:not(:hover), .neg button.disabled:visited.arrow:not(:hover), .neg button[disabled].arrow:not(:hover), .neg button[disabled]:focus.arrow:not(:hover), .neg button[disabled]:visited.arrow:not(:hover),
.neg input[type="button"].arrow:not(:hover),
.neg input[type="button"]:focus.arrow:not(:hover),
.neg input[type="button"]:visited.arrow:not(:hover),
.neg input[type="button"].disabled.arrow:not(:hover),
.neg input[type="button"].disabled:focus.arrow:not(:hover),
.neg input[type="button"].disabled:visited.arrow:not(:hover),
.neg input[type="button"][disabled].arrow:not(:hover),
.neg input[type="button"][disabled]:focus.arrow:not(:hover),
.neg input[type="button"][disabled]:visited.arrow:not(:hover),
.neg [type='submit'].arrow:not(:hover),
.neg [type='submit']:focus.arrow:not(:hover),
.neg [type='submit']:visited.arrow:not(:hover),
.neg [type='submit'].disabled.arrow:not(:hover),
.neg [type='submit'].disabled:focus.arrow:not(:hover),
.neg [type='submit'].disabled:visited.arrow:not(:hover),
.neg [type='submit'][disabled].arrow:not(:hover),
.neg [type='submit'][disabled]:focus.arrow:not(:hover),
.neg [type='submit'][disabled]:visited.arrow:not(:hover), .neg [type='button'].arrow:not(:hover), .neg [type='button']:focus.arrow:not(:hover), .neg [type='button']:visited.arrow:not(:hover), .neg [type='button'].disabled.arrow:not(:hover), .neg [type='button'].disabled:focus.arrow:not(:hover), .neg [type='button'].disabled:visited.arrow:not(:hover), .neg [type='button'][disabled].arrow:not(:hover), .neg [type='button'][disabled]:focus.arrow:not(:hover), .neg [type='button'][disabled]:visited.arrow:not(:hover) {
  background-image: url(../custom-child/images/arrow-neg.svg);
}

/* line 183, sass/_main.scss */
.cell_box_form {
  padding: 30px;
}

/* line 187, sass/_main.scss */
.boxed {
  padding: 10px;
}
@media only screen and (min-width: 640px) {
  /* line 187, sass/_main.scss */
  .boxed {
    padding: 25px;
  }
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
/*layout*/
@media only screen and (min-width: 64em) {
  /* line 211, sass/_main.scss */
  .site-header .site-branding {
    width: 260px;
  }
  /* line 214, sass/_main.scss */
  .site-header #site-navigation {
    width: calc(100% - 520px);
    justify-content: flex-start;
  }
  /* line 218, sass/_main.scss */
  .site-header .header_right {
    width: 260px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

/*Style*/
@media only screen and (max-width: 64em) {
  /* line 227, sass/_main.scss */
  .site-header {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 64em) {
  /* line 234, sass/_main.scss */
  .site-header .site-branding .logo {
    height: 60px;
    width: 100%;
  }
  /* line 240, sass/_main.scss */
  .site-header .main-navigation {
    justify-content: center !important;
  }
  /* line 244, sass/_main.scss */
  .site-header #site-navigation .menu li {
    font-size: 17px;
    font-weight: 500;
  }
  /* line 250, sass/_main.scss */
  .site-header .header_right .tel {
    font-size: 25px;
    margin-bottom: 0;
  }
}

/* line 260, sass/_main.scss */
body.overlay:not(.sticky-menu) .site-header .header_right .tel {
  color: #fff;
}

/* line 267, sass/_main.scss */
#tiny_header .site-header {
  background-color: #484747;
}
/* line 269, sass/_main.scss */
#tiny_header .site-header .logo {
  width: 100%;
  max-width: 130px;
}
@media only screen and (min-width: 64em) {
  /* line 269, sass/_main.scss */
  #tiny_header .site-header .logo {
    width: 150px;
  }
}
/* line 276, sass/_main.scss */
#tiny_header .site-header a.tel {
  color: #fff;
}
@media only screen and (min-width: 64em) {
  /* line 281, sass/_main.scss */
  #tiny_header .mainrow .menu > li > a {
    padding: 1em 0.8em;
  }
}

@media only screen and (min-width: 64em) {
  /* line 287, sass/_main.scss */
  .mainrow .menu > li > a {
    padding: 3em 0.8em;
  }
}

/* line 293, sass/_main.scss */
.entry-header .content {
  width: 100%;
}

/* line 299, sass/_main.scss */
body.megamenu_open .mainrow {
  background-color: #3d3d3d;
}

/* line 306, sass/_main.scss */
body:not(.menu_mobile_open) .menu-main-container ul:not(.sub-menu) > li.current-menu-item, body:not(.menu_mobile_open) .menu-main-container ul:not(.sub-menu) > li.current-menu-item * {
  color: #f0823d;
}

/* line 314, sass/_main.scss */
.primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper .backlink, body.menu_mobile_open #site-navigation-list-mobile, .primary-menu-mobile.menu .menu-item-has-children .sub-menu-wrapper {
  background-color: #424242;
}

/* line 317, sass/_main.scss */
.primary-menu-mobile.menu > li > a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 323, sass/_main.scss */
.main-navigation li.menu-item-has-children .sub-menu-wrapper .sub-menu li {
  float: none;
}

@media only screen and (min-width: 640px) {
  /* line 328, sass/_main.scss */
  .menu-progetti .container {
    display: flex;
  }
  /* line 331, sass/_main.scss */
  .menu-progetti .sub-menu {
    display: flex;
    width: 100%;
    padding: 50px 0 20px;
    margin: 0 auto;
    max-width: 700px;
  }
  /* line 337, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item {
    width: 50%;
    padding: 10px;
  }
  /* line 340, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item .menu-item-img {
    display: block;
    aspect-ratio: 2/1;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition-duration: 2s;
  }
  /* line 349, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item:hover .menu-item-img {
    background-size: 120%;
  }
  /* line 352, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item .menu-item-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0.5em 2em 0.5em 1.8em;
    background-image: url(images/dec-2.svg), url(../custom-child/images/arrow.svg);
    background-repeat: no-repeat,  no-repeat;
    background-size: 1.5em, 1.5em;
    background-position: left center, right 0 center;
    display: inline-block;
    margin-top: 1em;
  }
  /* line 367, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item#menu-item-26 .menu-item-img {
    background-image: url(images/menu/storico.jpg);
  }
  /* line 370, sass/_main.scss */
  .menu-progetti .sub-menu .menu-item#menu-item-842 .menu-item-img {
    background-image: url(images/menu/cantieri.jpg);
  }
}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
/* line 384, sass/_main.scss */
.footer-container {
  background-color: #3d3d3d;
}

/* line 388, sass/_main.scss */
.footer_top {
  overflow: hidden;
}
/* line 390, sass/_main.scss */
.footer_top p.large {
  font-size: 25px;
}
/* line 393, sass/_main.scss */
.footer_top .tel, .footer_top .mail {
  font-size: 25px;
}
@media only screen and (min-width: 64em) {
  /* line 393, sass/_main.scss */
  .footer_top .tel, .footer_top .mail {
    font-size: 35px;
  }
}
/* line 398, sass/_main.scss */
.footer_top .tel span, .footer_top .mail span {
  opacity: 0.5;
  font-weight: 400;
}
/* line 403, sass/_main.scss */
.footer_top .footer_info {
  font-weight: 200;
  font-size: 14px;
}
/* line 406, sass/_main.scss */
.footer_top .footer_info ht {
  display: block;
  font-weight: 400;
}
/* line 411, sass/_main.scss */
.footer_top .logo_footer {
  max-width: 200px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 64em) {
  /* line 415, sass/_main.scss */
  .footer_top .menu {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    columns: 2;
    column-gap: 10px;
  }
}

/* line 427, sass/_main.scss */
.site-footer {
  margin-top: 50px;
}

/*--------------------------------------------------------------
## Pagine 
--------------------------------------------------------------*/
/*testata*/
/* line 438, sass/_main.scss */
body .has_post_thumbnail {
  background-color: #0000001c;
}
/* line 443, sass/_main.scss */
body .title_head_type-2.entry-header.hide_thumbnail, body .title_head_type-2.entry-header:not(.has_post_thumbnail),
body .title_head_type-3.entry-header.hide_thumbnail,
body .title_head_type-3.entry-header:not(.has_post_thumbnail) {
  background-color: #c3c3c3;
}

/*--------------------------------------------------------------
## Progetti 
--------------------------------------------------------------*/
/* line 454, sass/_main.scss */
.hero_cantiere {
  background-color: #eaeaea;
  position: relative;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  transition-duration: 0.5s;
  height: 100dvh;
  display: flex;
  align-items: flex-end;
  /* Livello superiore – fusione standard */
}
/* line 464, sass/_main.scss */
.hero_cantiere .scroll-btn {
  position: relative;
  bottom: inherit;
  margin-top: 40px;
}
/* line 469, sass/_main.scss */
.hero_cantiere .banner {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 469, sass/_main.scss */
  .hero_cantiere .banner {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 640px) {
  /* line 469, sass/_main.scss */
  .hero_cantiere .banner {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
/* line 482, sass/_main.scss */
.hero_cantiere .filter {
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}
/* line 490, sass/_main.scss */
.hero_cantiere .filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(36, 20, 0, 0.5) 0%, rgba(210, 200, 180, 0.2) 50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
/* line 503, sass/_main.scss */
.hero_cantiere .bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
/* line 511, sass/_main.scss */
.hero_cantiere .headline,
.hero_cantiere .buttons {
  position: relative;
  z-index: 1;
}
/* line 516, sass/_main.scss */
.hero_cantiere .headline {
  position: relative;
  z-index: 3;
  overflow: visible;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 522, sass/_main.scss */
  .hero_cantiere .headline .half {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 522, sass/_main.scss */
  .hero_cantiere .headline .half {
    max-width: 50%;
    padding-right: 55px;
  }
}
/* line 532, sass/_main.scss */
.hero_cantiere .headline .date {
  font-size: 20px;
}
@media only screen and (min-width: 640px) {
  /* line 532, sass/_main.scss */
  .hero_cantiere .headline .date {
    font-size: 30px;
  }
}
/* line 539, sass/_main.scss */
.hero_cantiere .headline h1 {
  font-size: 30px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 640px) {
  /* line 539, sass/_main.scss */
  .hero_cantiere .headline h1 {
    font-size: 45px;
  }
}
/* line 546, sass/_main.scss */
.hero_cantiere .headline sub {
  font-size: 23px;
  line-height: 1.1em;
}
/* line 551, sass/_main.scss */
.hero_cantiere .buttons {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  /* line 551, sass/_main.scss */
  .hero_cantiere .buttons {
    bottom: 50px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 559, sass/_main.scss */
  .hero_cantiere .buttons .inner {
    bottom: 50px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
/* line 568, sass/_main.scss */
.hero_cantiere .buttons .button {
  border-color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  /* line 568, sass/_main.scss */
  .hero_cantiere .buttons .button {
    width: 100%;
  }
}

/* line 580, sass/_main.scss */
.accordion-item .show_hide {
  cursor: pointer;
}
/* line 583, sass/_main.scss */
.accordion-item .accordion-content {
  display: none;
}
/* line 585, sass/_main.scss */
.accordion-item .accordion-content.show {
  display: block;
}

/* line 591, sass/_main.scss */
.count_photo .count n {
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
}

/* line 601, sass/_main.scss */
.parallax_pattern {
  position: relative;
}

/* line 604, sass/_main.scss */
.pattern {
  z-index: 1;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (min-width: 640px) {
  /* line 604, sass/_main.scss */
  .pattern {
    width: 150px;
    height: 150px;
  }
}
/* line 614, sass/_main.scss */
.pattern.pattern_1 {
  width: 204px;
  height: 350px;
  top: 0;
  background-image: url(images/pattern-1.svg);
  right: 0;
  margin-top: -350px;
}
/* line 626, sass/_main.scss */
.pattern.pattern_2 {
  background-image: url(images/pattern-2.svg);
  width: 238px;
  height: 475px;
  left: 0;
  top: 0;
  margin-top: -400px;
}
/* line 634, sass/_main.scss */
.pattern.pattern_3 {
  width: 238px;
  height: 475px;
  top: 0;
  background-image: url(images/pattern-3.svg);
  right: 0;
  margin-top: -20vw;
}
@media only screen and (min-width: 640px) {
  /* line 634, sass/_main.scss */
  .pattern.pattern_3 {
    margin-top: -240px;
  }
}

/* line 649, sass/_main.scss */
.hl.val {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .35s ease, transform .35s ease;
}

/* line 654, sass/_main.scss */
.hl.val[data-animated="1"] {
  opacity: 1;
  transform: translateY(0);
}

/*Single*/
@media only screen and (max-width: 640px) {
  /* line 663, sass/_main.scss */
  .single-progetti .progetto {
    margin-bottom: 50px;
  }
}
/* line 669, sass/_main.scss */
.single-progetti .gallerie .buttons {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 669, sass/_main.scss */
  .single-progetti .gallerie .buttons {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 640px) {
  /* line 669, sass/_main.scss */
  .single-progetti .gallerie .buttons {
    justify-content: flex-end;
  }
}
/* line 679, sass/_main.scss */
.single-progetti .gallerie .gallerie_el {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 679, sass/_main.scss */
  .single-progetti .gallerie .gallerie_el {
    margin-bottom: 75px;
  }
}
/* line 687, sass/_main.scss */
.single-progetti .map {
  height: 100vw;
}
@media only screen and (min-width: 640px) {
  /* line 687, sass/_main.scss */
  .single-progetti .map {
    height: 35vw;
  }
}
/* line 696, sass/_main.scss */
.single-progetti .sec_correlati .cantieri_correlati {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 699, sass/_main.scss */
.single-progetti .sec_correlati .cantieri_correlati .img {
  margin-bottom: 10px;
}

/* line 710, sass/_main.scss */
.title_head_type-2 .entry-title-content .entry-title {
  font-size: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 710, sass/_main.scss */
  .title_head_type-2 .entry-title-content .entry-title {
    font-size: 40px;
  }
}

/* line 719, sass/_main.scss */
.filter {
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Livello superiore – fusione standard */
/* line 726, sass/_main.scss */
.filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(255, 140, 0, 0.15) 0%, rgba(210, 200, 180, 0.1) 50%, rgba(120, 150, 170, 0.15) 100%);
  z-index: 1;
}

/* Livello inferiore – fusione multiply */
/* line 741, sass/_main.scss */
.filter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(83, 46, 0, 0.33) 0%, rgba(90, 60, 0, 0.2) 50%, rgba(101, 149, 182, 0.25) 100%), rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
}

/*Pagina progetti*/
/* line 760, sass/_main.scss */
.arch_progetti .cover {
  display: flex;
  align-items: center;
}
/* line 767, sass/_main.scss */
.arch_progetti .section-title {
  color: #f0833b;
  margin-bottom: 2em;
}
/* line 771, sass/_main.scss */
.arch_progetti .progetto-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 771, sass/_main.scss */
  .arch_progetti .progetto-card {
    margin-bottom: 75px;
  }
}
/* line 776, sass/_main.scss */
.arch_progetti .progetto-card .label {
  display: inline-block;
}
/* line 779, sass/_main.scss */
.arch_progetti .progetto-card .title {
  margin-top: 10px;
}
/* line 782, sass/_main.scss */
.arch_progetti .progetto-card .buttons {
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  /* line 787, sass/_main.scss */
  .arch_progetti .stato-chiuso .progetti-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 790, sass/_main.scss */
  .arch_progetti .stato-chiuso .progetti-grid .progetto-card {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
}

/* line 802, sass/_main.scss */
.arch_progetti_in_corso .progetto-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 802, sass/_main.scss */
  .arch_progetti_in_corso .progetto-card {
    margin-bottom: 75px;
  }
}
/* line 808, sass/_main.scss */
.arch_progetti_in_corso .progetto-card .label {
  display: inline-block;
}
/* line 811, sass/_main.scss */
.arch_progetti_in_corso .progetto-card .title {
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/* line 823, sass/_main.scss */
body.home section .buttons {
  display: flex;
}
@media only screen and (max-width: 640px) {
  /* line 823, sass/_main.scss */
  body.home section .buttons {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 640px) {
  /* line 823, sass/_main.scss */
  body.home section .buttons {
    justify-content: flex-end;
  }
}
/* line 833, sass/_main.scss */
body.home .hero {
  position: relative;
  overflow: hidden;
  /* Livello superiore – fusione standard */
  /* Livello inferiore – fusione multiply */
}
/* line 836, sass/_main.scss */
body.home .hero .swiper-slide {
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
/* line 842, sass/_main.scss */
body.home .hero .filter {
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
/* line 849, sass/_main.scss */
body.home .hero .filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(255, 140, 0, 0.15) 0%, rgba(210, 200, 180, 0.1) 50%, rgba(120, 150, 170, 0.15) 100%);
  z-index: 1;
}
/* line 864, sass/_main.scss */
body.home .hero .filter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(83, 46, 0, 0.33) 0%, rgba(90, 60, 0, 0.2) 50%, rgba(101, 149, 182, 0.25) 100%), rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
}
/* line 881, sass/_main.scss */
body.home .hero .headline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: visible;
}
/* line 891, sass/_main.scss */
body.home .hero .headline h1 {
  font-size: 40px;
  margin-bottom: 0.15em;
}
@media only screen and (min-width: 640px) {
  /* line 891, sass/_main.scss */
  body.home .hero .headline h1 {
    font-size: 50px;
  }
}
/* line 898, sass/_main.scss */
body.home .hero .headline .button {
  margin-bottom: 0;
  border-width: 2px;
}
/* line 902, sass/_main.scss */
body.home .hero .headline .inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
/* line 911, sass/_main.scss */
body.home .sec-chi-siamo p.hl {
  font-size: 32px;
}
/* line 915, sass/_main.scss */
body.home .highlights {
  text-align: center;
}
/* line 917, sass/_main.scss */
body.home .highlights .el {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 640px) {
  /* line 917, sass/_main.scss */
  body.home .highlights .el {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 924, sass/_main.scss */
body.home .highlights .el .val {
  font-size: 60px;
}
/* line 927, sass/_main.scss */
body.home .highlights .el .lab {
  font-size: 16px;
}
/* line 933, sass/_main.scss */
body.home .sec-progetti a.el {
  display: flex;
  align-items: flex-end;
  padding: 15px;
  color: #fff;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -70px 50px -30px #000000b3 inset;
}
/* line 945, sass/_main.scss */
body.home .sec-progetti a.el .card-inner {
  font-weight: 600;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
}
/* line 950, sass/_main.scss */
body.home .sec-progetti a.el .card-inner:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 20px;
  width: 20px;
  background-image: url(../custom-child/images/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
/* line 968, sass/_main.scss */
body.home .map {
  height: 100vw;
}
@media only screen and (min-width: 640px) {
  /* line 968, sass/_main.scss */
  body.home .map {
    height: 600px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 975, sass/_main.scss */
  body.home .sec-vantaggi .site-frame.col-r {
    padding: 100px 100px 0 100px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 980, sass/_main.scss */
  body.home .sec-vantaggi .bg_image {
    height: 100vh;
  }
}
/* line 985, sass/_main.scss */
body.home .sec-vantaggi .v-group {
  margin: 40px 0;
}
/* line 987, sass/_main.scss */
body.home .sec-vantaggi .v-group .el {
  padding: 50px 0;
  border-bottom: 1px solid #93908d;
}
/* line 990, sass/_main.scss */
body.home .sec-vantaggi .v-group .el .title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 1em;
}
/* line 995, sass/_main.scss */
body.home .sec-vantaggi .v-group .el p {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  /* line 995, sass/_main.scss */
  body.home .sec-vantaggi .v-group .el p {
    font-size: 20px;
  }
}
/* line 1005, sass/_main.scss */
body.home .sec-workflow .inner {
  max-width: 700px;
}
/* line 1009, sass/_main.scss */
body.home .sec-workflow .accordion {
  margin-top: 50px;
}
/* line 1012, sass/_main.scss */
body.home .sec-workflow .accordion-item {
  padding: 10px 0;
}
/* line 1014, sass/_main.scss */
body.home .sec-workflow .accordion-item:not(:last-child) {
  border-bottom: 1px solid #93908d;
}
/* line 1017, sass/_main.scss */
body.home .sec-workflow .accordion-item .show_hide {
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5em 30px 0.5em 2.5em;
  background-image: url(images/dec-list.svg);
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
/* line 1027, sass/_main.scss */
body.home .sec-workflow .accordion-item .show_hide:after {
  content: "";
  position: absolute;
  background-image: url(images/arrow_down.svg);
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.5em;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: 0.5s;
}
/* line 1041, sass/_main.scss */
body.home .sec-workflow .accordion-item .show_hide.clicked:after {
  transform: rotate(180deg);
}
/* line 1049, sass/_main.scss */
body.home .sec-workflow .accordion-content p {
  margin: 20px 0;
}

/*Mappe*/
/* line 1058, sass/_main.scss */
.gm-style-iw-chr {
  height: 15px;
}
/* line 1060, sass/_main.scss */
.gm-style-iw-chr button {
  background-color: #fff !important;
  border: 1px solid !important;
  border-radius: 100% !important;
  right: 2px !important;
  top: 2px !important;
}

/* line 1069, sass/_main.scss */
.gm-style .content {
  max-width: 190px;
}
/* line 1071, sass/_main.scss */
.gm-style .content img {
  max-width: 100%;
  margin-bottom: 5px;
}
/* line 1075, sass/_main.scss */
.gm-style .content .status {
  background-color: #ededed;
  padding: 0.5em;
  font-size: 8px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5em;
}
/* line 1083, sass/_main.scss */
.gm-style .content .title {
  font-size: 13px;
  font-weight: 300;
}
/* line 1087, sass/_main.scss */
.gm-style .content .button {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 8px;
  padding: 0.7em 3em 0.5em 0.7em;
  padding-right: 40px;
  background-position: 90% center;
}

/*Plugin*/
/* line 1107, sass/_main.scss */
.wpcf7 .grid-x {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1110, sass/_main.scss */
.wpcf7 .grid-x .cell {
  padding: 5px;
}
