@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/ght2awl.css");
/* line 3, ../custom/sass/_palette.scss */
.color {
  color: #c18478 !important;
}

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

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

/* 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: #c18478;
  background-color: transparent;
  border-color: rgba(193, 132, 120, 0.5);
}
/* line 27, ../custom/sass/_palette.scss */
.button:hover, button:hover,
input[type="button"]:hover,
[type='submit']:hover, [type='button']:hover {
  color: #c18478;
  background-color: transparent;
  border-color: #c18478;
}
/* line 32, ../custom/sass/_palette.scss */
.button.primary, button.primary,
input[type="button"].primary,
[type='submit'].primary, [type='button'].primary {
  border-color: #c18478;
}
/* 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: #c18478;
  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: #b16455;
}

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

/* line 51, ../custom/sass/_palette.scss */
.label {
  color: #c99489;
  border: 1px solid rgba(201, 148, 137, 0.6);
}

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

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

/* 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 93, ../custom/sass/_palette.scss */
body .has_post_thumbnail {
  background-color: #0000001c;
}
/* line 98, ../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: #c18478;
}
/* line 103, ../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 111, ../custom/sass/_palette.scss */
.accordion-title,
.accordion-title:before {
  color: #c18478;
}

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

/* 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: -40px;
    margin-right: -40px;
  }
  /* line 106, ../custom/sass/_layout.scss */
  .grid-padding-x > .cell,
  .grid-padding-x
  .grid-padding-x > .cell {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 111, ../custom/sass/_layout.scss */
  .grid-padding-x-border {
    margin-left: -40px;
    margin-right: -40px;
  }
  /* 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: -40px;
    margin-right: -40px;
  }
  /* line 131, ../custom/sass/_layout.scss */
  .grid-padding-x-border > .cell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@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: -40px;
  }
  /* line 157, ../custom/sass/_layout.scss */
  .grid-blocks > .cell {
    padding: 40px;
  }
}

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

@media only screen and (max-width: 80000px) {
  /* 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: 80000px) {
  /* 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: 80px;
  }
}

/* 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: #b97467;
}
/* 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: #bc7a6e;
}

/* 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 13, sass/_main.scss */
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* line 19, sass/_main.scss */
.hl,
h1, h2, h3, h4, h5, h6, .overline,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
}

/* line 25, sass/_main.scss */
.hl,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #443c3d;
  letter-spacing: 0.2em;
  font-weight: 500;
}

/* line 33, sass/_main.scss */
.overline {
  letter-spacing: 0.5em;
  margin-bottom: 1.5em;
  font-weight: 400;
}

/* line 39, sass/_main.scss */
h1, h2,
.h1, .h2 {
  color: #aa5650;
}

/* line 46, sass/_main.scss */
p, li {
  color: #1d1d1b;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 14px;
}

/* line 58, sass/_main.scss */
.cursive {
  font-family: "parlare", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0b5254;
}

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

/*Buttons*/
/* line 73, sass/_main.scss */
a.button, .button, button,
input[type="button"],
[type='submit'], [type='button'] {
  border-radius: 3em;
  border-width: 2px;
  border-color: #bf615778;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #bf6157;
}

/* line 109, sass/_main.scss */
.bg_maincolor {
  background-color: #44746B;
}

/* line 112, sass/_main.scss */
.bg_image[class*="banner_"] {
  height: 100vw;
}
@media only screen and (min-width: 640px) {
  /* line 112, sass/_main.scss */
  .bg_image[class*="banner_"] {
    height: 70vh;
  }
}

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

/*Header*/
/* line 134, sass/_main.scss */
.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
/* line 142, sass/_main.scss */
.menu-toggle .txt {
  display: block;
  order: 1;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: calc(50% - 0.5em);
  letter-spacing: 0.1em;
}
/* line 152, sass/_main.scss */
.menu-toggle .bars {
  order: 2;
  width: 20px;
  height: 10px;
  margin-top: 3px;
}
/* line 157, sass/_main.scss */
.menu-toggle .bars .el {
  border-width: 1px;
}

/* line 163, sass/_main.scss */
#menu-mobile {
  margin-top: 80px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

/* line 171, sass/_main.scss */
#menu-main {
  text-align: center;
}

/* line 178, sass/_main.scss */
#mobile_header_menu.site-header .logo,
#masthead.site-header .logo {
  height: 110px;
  width: 220px;
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  /* line 178, sass/_main.scss */
  #mobile_header_menu.site-header .logo,
  #masthead.site-header .logo {
    margin-top: 20px;
  }
}

/* line 189, sass/_main.scss */
#mobile_header_menu.site-header .logo .logo-b {
  opacity: 1;
}

/* line 197, sass/_main.scss */
#mobile_header_menu .menu-toggle,
#tiny_header .site-header .menu-toggle,
body.overlay #masthead .mainrow .menu-toggle {
  border-color: #fff;
}

/* line 202, sass/_main.scss */
#tiny_header .site-header .logo {
  width: 100px;
}
/* line 205, sass/_main.scss */
#tiny_header .site-header .menu-toggle {
  width: 60px;
  height: 60px;
  border-width: 2px;
  margin: 5px 0;
}
/* line 210, sass/_main.scss */
#tiny_header .site-header .menu-toggle .txt {
  font-size: 12px;
}

/* line 217, sass/_main.scss */
#menu-mobile ul li a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/* line 229, sass/_main.scss */
body.home .hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}

/* line 237, sass/_main.scss */
.hero-svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 640px) and (max-width: 2000px) {
  /* line 237, sass/_main.scss */
  .hero-svg {
    width: 140%;
    margin-left: -20%;
  }
}

/* =========================
   TINT system – double layer
   ========================= */
/* line 250, sass/_main.scss */
.tint {
  opacity: 0.7;
  pointer-events: none;
}

/* Colori */
/* line 256, sass/_main.scss */
.tint-left {
  fill: #4f8f86;
}

/* line 260, sass/_main.scss */
.tint-right {
  fill: #c18478;
}

/* Primo livello: colore puro (usa luminanza sottostante) */
/* line 265, sass/_main.scss */
.tint-blend {
  mix-blend-mode: color;
}

/* Secondo livello: velatura normale */
/* line 270, sass/_main.scss */
.tint-flat {
  mix-blend-mode: normal;
}

/* line 274, sass/_main.scss */
.panel-left,
.panel-right {
  isolation: isolate;
}

/* line 280, sass/_main.scss */
.ma-mark {
  mix-blend-mode: luminosity;
}

/* line 284, sass/_main.scss */
.panel-left .ma-mark {
  fill: #cbd0ffbf;
}

/* line 287, sass/_main.scss */
.panel-right .ma-mark {
  fill: #ffdede94;
}

/* =========================
   HERO ambient motion 
   ========================= */
/* line 297, sass/_main.scss */
.hero-svg image.in-1,
.hero-svg image.in-2,
.hero-svg image.ex-1,
.hero-svg image.ex-2 {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

/* --- Drift (pan + zoom) --- */
@keyframes driftA {
  0% {
    transform: scale(1) translate(-1.2%, -0.8%);
  }
  50% {
    transform: scale(1.5) translate(0.6%, 0.4%);
  }
  100% {
    transform: scale(1) translate(-1.2%, -0.8%);
  }
}
@keyframes driftB {
  0% {
    transform: scale(1) translate(1.1%, 0.6%);
  }
  50% {
    transform: scale(1.5) translate(-0.5%, -0.3%);
  }
  100% {
    transform: scale(1) translate(1.1%, 0.6%);
  }
}
/* --- Seamless crossfade --- */
/* A è visibile → dissolve → invisibile → dissolve → visibile */
@keyframes fadeA {
  0%,
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80%,
  100% {
    opacity: 1;
  }
}
/* B è l'inverso perfetto di A */
@keyframes fadeB {
  0%,
  20% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
/* LEFT / interior */
/* line 347, sass/_main.scss */
.hero-svg .in-1 {
  animation: driftA 20s ease-in-out infinite, fadeA  18s linear infinite;
}

/* line 353, sass/_main.scss */
.hero-svg .in-2 {
  animation: driftB 22s ease-in-out infinite, fadeB  18s linear infinite;
}

/* RIGHT / exterior */
/* line 360, sass/_main.scss */
.hero-svg .ex-1 {
  animation: driftB 21s ease-in-out infinite, fadeA  18s linear infinite;
}

/* line 366, sass/_main.scss */
.hero-svg .ex-2 {
  animation: driftA 23s ease-in-out infinite, fadeB  18s linear infinite;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  /* line 374, sass/_main.scss */
  .hero-svg image.in-1,
  .hero-svg image.in-2,
  .hero-svg image.ex-1,
  .hero-svg image.ex-2 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* =========================
   Motion easing variables
   ========================= */
/* line 387, sass/_main.scss */
.hero {
  --ease-typo: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-studio: cubic-bezier(0.16, 0.84, 0.44, 1);
}

/* =========================
   HERO typo entrance
   ========================= */
/* Stato iniziale */
/* line 397, sass/_main.scss */
.hero-svg .content-left,
.hero-svg .content-right {
  opacity: 0;
  will-change: transform, opacity;
}

/* Left typo: da destra */
/* line 404, sass/_main.scss */
.hero.is-loaded .content-left {
  transform: translateX(18px);
  animation: typoInFromRight 950ms var(--ease-typo) forwards;
  animation-delay: 150ms;
}

/* Right typo: da sinistra */
/* line 411, sass/_main.scss */
.hero.is-loaded .content-right {
  transform: translateX(-18px);
  animation: typoInFromLeft 950ms var(--ease-typo) forwards;
  animation-delay: 150ms;
}

@keyframes typoInFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes typoInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* =========================
   HERO studio entrance
   ========================= */
/* line 429, sass/_main.scss */
.hero-svg .hero-studio {
  opacity: 0;
  transform: translateY(22px);
  will-change: transform, opacity;
}

/* line 435, sass/_main.scss */
.hero.is-loaded .hero-studio {
  animation: studioInFromBottom 1100ms var(--ease-studio) forwards;
  animation-delay: 320ms;
}

@keyframes studioInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   Accessibilità
   ========================= */
@media (prefers-reduced-motion: reduce) {
  /* line 452, sass/_main.scss */
  .hero-svg .content-left,
  .hero-svg .content-right,
  .hero-svg .hero-studio {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/*--------------------------------------------------------------
## Pagine
--------------------------------------------------------------*/
/* line 468, sass/_main.scss */
.entry-title-content .cursive {
  font-size: 45px;
}
@media only screen and (min-width: 640px) {
  /* line 468, sass/_main.scss */
  .entry-title-content .cursive {
    font-size: 50px;
  }
}

/* line 476, sass/_main.scss */
.hero_p {
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 476, sass/_main.scss */
  .hero_p {
    min-height: 10vw;
  }
}
/* line 481, sass/_main.scss */
.hero_p .frame {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
/* line 489, sass/_main.scss */
.hero_p .filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000040;
}
@media only screen and (min-width: 640px) {
  /* line 489, sass/_main.scss */
  .hero_p .filter {
    background-color: #00000040;
  }
}
/* line 500, sass/_main.scss */
.hero_p .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
/* line 511, sass/_main.scss */
.hero_p .cover-image {
  aspect-ratio: 3 / 2 !important;
  /* Mantiene il rapporto 1800/1200 */
  object-fit: cover !important;
  /* L'immagine si adatta al contenitore, mantenendo l'aspetto */
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 511, sass/_main.scss */
  .hero_p .cover-image {
    margin-top: -10%;
  }
}
/* line 519, sass/_main.scss */
.hero_p .content,
.hero_p .filter {
  transition-duration: 1.5s;
}
/* line 523, sass/_main.scss */
.hero_p .title {
  max-width: 800px;
  transition-duration: 0.5s;
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-size: 30px;
}
@media only screen and (min-width: 640px) {
  /* line 523, sass/_main.scss */
  .hero_p .title {
    font-size: 60px;
  }
}
/* line 536, sass/_main.scss */
.hero_p.loading .content,
.hero_p.loading .filter,
.hero_p.loading .cover-image {
  opacity: 0;
}
/* line 541, sass/_main.scss */
.hero_p.loading .title {
  margin-bottom: -1em;
}
/* line 545, sass/_main.scss */
.hero_p .subtitle {
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 25px;
  letter-spacing: 0.05em;
}

/* line 553, sass/_main.scss */
.content_p {
  transition-duration: 0.5s;
}
/* line 555, sass/_main.scss */
.content_p.loading {
  opacity: 0;
}
/* line 558, sass/_main.scss */
.content_p .title {
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 640px) {
  /* line 561, sass/_main.scss */
  .content_p .subtitle {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 640px) {
  /* line 568, sass/_main.scss */
  .content_p .progetto p {
    font-size: 17px;
  }
}
/* line 575, sass/_main.scss */
.content_p .cl2 > * {
  break-inside: inherit;
}
/* line 579, sass/_main.scss */
.content_p .content {
  margin-bottom: 20px;
}
/* line 582, sass/_main.scss */
.content_p .activities {
  margin-top: 30px;
}
/* line 584, sass/_main.scss */
.content_p .activities .el {
  display: inline-block;
  background-color: #ededed;
  color: #1d1d1ba8;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 6px;
  margin-right: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  /* line 582, sass/_main.scss */
  .content_p .activities {
    margin-bottom: 30px;
  }
}
/* line 601, sass/_main.scss */
.content_p .first_img {
  min-height: 100vw;
}
@media only screen and (min-width: 640px) {
  /* line 601, sass/_main.scss */
  .content_p .first_img {
    min-height: 50vw;
  }
}
/* line 607, sass/_main.scss */
.content_p .grid-x.layout_images {
  margin-left: -10px;
  margin-right: -10px;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  /* line 607, sass/_main.scss */
  .content_p .grid-x.layout_images {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
/* line 615, sass/_main.scss */
.content_p .grid-x.layout_images .cell {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 615, sass/_main.scss */
  .content_p .grid-x.layout_images .cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 624, sass/_main.scss */
.content_p .arch_1 {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  /* line 627, sass/_main.scss */
  .content_p .w100 {
    margin-left: -30%;
    margin-right: -30%;
    width: 160%;
    max-width: 160%;
  }
}
/* line 635, sass/_main.scss */
.content_p .img_int {
  background-size: cover;
  background-position: center center;
}
/* line 640, sass/_main.scss */
.content_p .sez_arch .overline, .content_p .sez_inte .overline {
  color: #aa5650;
  font-size: 13px;
}
@media only screen and (min-width: 640px) {
  /* line 644, sass/_main.scss */
  .content_p .sez_arch p, .content_p .sez_inte p {
    columns: 2;
    gap: 40px;
  }
}

/* line 655, sass/_main.scss */
.progetti_loop .el {
  margin-bottom: 20px;
}
/* line 657, sass/_main.scss */
.progetti_loop .el .card {
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  /* line 657, sass/_main.scss */
  .progetti_loop .el .card {
    margin-top: 20px;
  }
}
/* line 662, sass/_main.scss */
.progetti_loop .el .card .anno {
  font-size: 12px;
  color: #aa5650;
  margin-bottom: 0.5em;
}
/* line 667, sass/_main.scss */
.progetti_loop .el .card .title {
  color: #aa5650;
  font-size: 30px;
  margin-bottom: 0.3em;
}
/* line 672, sass/_main.scss */
.progetti_loop .el .card .luogo {
  font-size: 13px;
}
/* line 677, sass/_main.scss */
.progetti_loop .el .frame img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 654, sass/_main.scss */
  .progetti_loop {
    padding-top: 200px;
  }
  /* line 684, sass/_main.scss */
  .progetti_loop .grid-x {
    margin-left: -60px;
    margin-right: -60px;
  }
  /* line 687, sass/_main.scss */
  .progetti_loop .grid-x .cell {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 692, sass/_main.scss */
  .progetti_loop .grid-x .el:first-child .frame {
    margin-top: -30%;
  }
  /* line 698, sass/_main.scss */
  .progetti_loop .el {
    margin-bottom: 120px;
  }
  /* line 700, sass/_main.scss */
  .progetti_loop .el.el_a {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 703, sass/_main.scss */
  .progetti_loop .el.el_a .frame {
    overflow: hidden;
  }
}

/* line 713, sass/_main.scss */
.tipologie-links {
  display: block;
  margin: 20px -5px;
}
/* line 717, sass/_main.scss */
.tipologie-links .label {
  margin: 5px;
  color: #aa5650;
}

/**/
/* line 726, sass/_main.scss */
.data-list .el {
  border-bottom: 1px solid #a5a5a5;
  padding: 13px 0;
  font-weight: 400;
}
/* line 730, sass/_main.scss */
.data-list .el .lab {
  font-size: 12px;
  color: #595959;
}
/* line 734, sass/_main.scss */
.data-list .el .val {
  font-size: 15px;
  color: #000000;
}
/* line 739, sass/_main.scss */
.data-list .el:first-child {
  padding-top: 0;
}

/*Gallery*/
/* line 747, sass/_main.scss */
a.fancybox {
  overflow: hidden;
  width: 100%;
  display: block;
  cursor: zoom-in;
}
/* line 752, sass/_main.scss */
a.fancybox img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}
/* line 758, sass/_main.scss */
a.fancybox:hover img {
  transform: scale(1.08);
}
