/*
 Theme Name: luciaceschin-child
 Template: luciaceschin
*/
.cit {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.wave {
  aspect-ratio: 6.4;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.wave.footer, .wave.cyan1 {
  background-image: url("./assets/waves/wave-footer.svg");
  margin-bottom: -2px;
}
.wave.s1 {
  background-image: url("./assets/waves/wave-s1.svg");
}
.wave.s1_2 {
  background-image: url("./assets/waves/wave-s1_2.svg");
}
.wave.cyan2 {
  background-image: url("./assets/waves/wave-azzurra-bot.svg");
}
/*html,
body {
  pointer-events: none !important;
  * {
    pointer-events: none !important;
  }
}*/
.gform_validation_errors {
  display: none !important;
}
.gform_wrapper {
  width: 100%;
}
.gform_wrapper form {
  width: 100%;
}
.gform_wrapper form .gform-body {
  width: 100%;
}
.gform_wrapper form .gform-body .gform_fields {
  width: 100%;
  row-gap: 17px;
}
.gform_wrapper form .gform-body .gform_fields .gfield_error input, .gform_wrapper form .gform-body .gform_fields .gfield_error textarea {
  color: #e81717 !important;
}
.gform_wrapper form .gform-body .gform_fields .gfield_error input::placeholder, .gform_wrapper form .gform-body .gform_fields .gfield_error textarea::placeholder {
  color: #e81717 !important;
}
.gform_wrapper form .gform-body .gform_fields label {
  font-size: 14px;
  line-height: 105%;
  color: #fff;
}
.gform_wrapper form .gform-body .gform_fields #field_1_1 label {
  display: none;
}
.gform_wrapper form .gform-body .gform_fields .gfield_required, .gform_wrapper form .gform-body .gform_fields .gfield_description {
  display: none;
}
.gform_wrapper form .gform-body .gform_fields input:not([type="checkbox"]) {
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 24px;
  height: 50px;
  background: #ffffff64;
  border: 0;
}
.gform_wrapper form .gform-body .gform_fields input:not([type="checkbox"])::placeholder {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.gform_wrapper form .gform-body .gform_fields textarea {
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 20px;
  height: 200px !important;
  min-height: 0 !important;
  resize: none;
  background: #ffffff64;
  border: 0;
}
.gform_wrapper form .gform-body .gform_fields textarea::placeholder {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.gform_wrapper form .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper form .gform_footer .gform_button {
  background: #fff !important;
  color: #a8cbe5 !important;
  text-transform: uppercase !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px !important;
  border-radius: 24px !important;
  outline: none !important;
  border: none !important;
  font-weight: bold !important;
  width: 165px !important;
}
body, html {
  box-sizing: border-box;
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
.t1 {
  font-size: 60px;
  line-height: 70px;
}
h1, h2, h3 {
  margin: 0;
}
a, span {
  color: #000;
  text-decoration: none;
}
header#masthead {
  padding: 0 100px !important;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header#masthead .site-branding {
  width: auto;
}
header#masthead .site-branding .site-logo span img, header#masthead .site-branding .site-logo a img {
  height: auto;
  width: 300px;
  display: block;
}
header#masthead #site-navigation .primary-menu-container > ul li:hover > a, header#masthead #site-navigation .primary-menu-container > ul li:hover > span {
  color: #cbb29d;
}
header#masthead #site-navigation .primary-menu-container > ul li.current-menu-item a, header#masthead #site-navigation .primary-menu-container > ul li.current-menu-item span {
  color: #cbb29d;
  font-weight: bold;
  text-decoration: underline;
}
header#masthead #site-navigation .primary-menu-container > ul li a, header#masthead #site-navigation .primary-menu-container > ul li span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
header#masthead #site-navigation .primary-menu-container > ul li:not(:last-child) {
  margin-right: 50px;
}
header#masthead #site-navigation .primary-menu-container > ul li .sub-menu {
  top: calc(100% + 10px) !important;
  background-color: #ffefe0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px !important;
  border-radius: 17px;
  box-shadow: 3px 4px 3px #00000031;
}
header#masthead #site-navigation .primary-menu-container > ul li .sub-menu li {
  text-align: center;
}
header#masthead #site-navigation .primary-menu-container > ul li .sub-menu li a, header#masthead #site-navigation .primary-menu-container > ul li .sub-menu li span {
  font-size: 17px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  header#masthead {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  header#masthead {
    padding: 0 20px !important;
  }
  #mobile-navigation {
    top: 50%;
  }
  #mobile-navigation .menu-button-container {
    left: 20px !important;
    padding: 0;
    top: 0;
    transform: translateY(-50%);
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li > a {
    font-weight: 500;
    font-size: 23px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu li a {
    padding: 2.5px 0;
  }
}
@media only screen and (max-width: 768px) {
  header#masthead .site-branding .site-logo span img, header#masthead .site-branding .site-logo a img {
    width: 240px;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #000 !important;
  color: #fff !important;
}
.boxed {
  padding: 0 100px;
}
.button {
  padding: 8px 20px;
  border-radius: 24px;
  background: #cbb29d;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.button.bg1 {
  background: #66d2ce;
}
#content {
  position: relative;
  z-index: 8;
}
p {
  margin: 0;
}
h1, .h1 {
  font-size: 60px;
  line-height: 65px;
}
h2, .h2 {
  font-size: 50px;
  line-height: 55px;
}
h3, .h3 {
  font-size: 45px;
  line-height: 50px;
}
h4, .h4 {
  font-size: 35px;
  line-height: 40px;
}
.img-animation {
  overflow: hidden;
  display: flex;
}
.page-template-template-home #heading {
  height: calc(100vh - 130px);
  width: 100%;
}
.page-template-template-home #heading .container {
  width: 100%;
  padding: 0 30px;
  height: 100%;
}
.page-template-template-home #heading .container .slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.page-template-template-home #heading .container .slider .slick-slide, .page-template-template-home #heading .container .slider .slick-track, .page-template-template-home #heading .container .slider .slick-list {
  height: 100% !important;
}
.page-template-template-home #heading .container .slider .slick-slide > div {
  height: 100%;
}
.page-template-template-home #heading .container .slider .slick-dots {
  position: absolute;
  bottom: 12px;
}
.page-template-template-home #heading .container .slider .slick-dots li {
  margin: 0;
}
.page-template-template-home #heading .container .slider .slick-dots li button::before {
  font-size: 12px;
  color: #eee !important;
}
.page-template-template-home #heading .container .slider .slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  flex-shrink: 0;
}
.page-template-template-home #heading .container .slider .slide .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 30px;
}
.page-template-template-home #heading .container .slider .slide .background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000040;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-template-template-home #heading .container .slider .slide .background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.page-template-template-home #heading .container .slider .slide .slideContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 65px;
}
.page-template-template-home #heading .container .slider .slide .slideContent span {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 105%;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
.page-template-template-home #heading .container .slider .slide .slideContent h3 {
  font-size: 48px;
  line-height: 108%;
  max-width: 30vw;
  text-align: left;
  margin-bottom: 35px;
  color: #fff;
}
.page-template-template-home #first {
  margin-top: 80px;
}
.page-template-template-home #first .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-home #first .container .servizio {
  width: calc(100% / 6 - 10px);
  aspect-ratio: 1;
  border-radius: 24px;
}
.page-template-template-home #first .container .servizio:not(:last-child) {
  margin-right: calc(60px / 5);
}
.page-template-template-home #first .container .servizio a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #eaeaea;
  padding: 18px;
  width: 100%;
  border-radius: 24px;
}
.page-template-template-home #first .container .servizio a .icon {
  width: 150px;
  height: auto;
  max-width: 90%;
}
.page-template-template-home #first .container .servizio a .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-template-home #first .container .servizio a .title {
  margin-top: 20px;
}
.page-template-template-home #first .container .servizio a .title span {
  display: flex;
  font-size: 20px;
  line-height: 107%;
  text-align: center;
  min-height: 35px;
}
.page-template-template-home #second {
  width: 100%;
  margin-top: -80px;
}
.page-template-template-home #second .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  background: #ffefe0;
}
.page-template-template-home #second .container .left, .page-template-template-home #second .container .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-template-home #second .container .left h1, .page-template-template-home #second .container .right h1 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 10px;
}
.page-template-template-home #second .container .left .text, .page-template-template-home #second .container .right .text {
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 60px;
}
.page-template-template-home #second .container .left .text p, .page-template-template-home #second .container .right .text p {
  margin-top: 0.7em;
}
.page-template-template-home #second .container .left {
  padding-right: 75px;
}
.page-template-template-home #second .container .right {
  padding: 0 80px;
}
.page-template-template-home #second .container .right .image {
  width: 100%;
}
.page-template-template-home #second .container .right .image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-home #third {
  width: 100%;
}
.page-template-template-home #third .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.page-template-template-home #third .container .left, .page-template-template-home #third .container .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-template-home #third .container .left h2, .page-template-template-home #third .container .right h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 10px;
}
.page-template-template-home #third .container .left .text, .page-template-template-home #third .container .right .text {
  width: 100%;
  margin-bottom: 60px;
}
.page-template-template-home #third .container .left .text p, .page-template-template-home #third .container .right .text p {
  margin-top: 0.7em;
}
.page-template-template-home #third .container .right {
  padding-left: 0px;
}
.page-template-template-home #third .container .left {
  padding: 0 100px;
}
.page-template-template-home #third .container .left .image {
  width: 100%;
}
.page-template-template-home #third .container .left .image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-home #fourth {
  width: 100%;
  margin-top: 130px;
}
.page-template-template-home #fourth .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.page-template-template-home #fourth .container .left, .page-template-template-home #fourth .container .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-template-home #fourth .container .left h2, .page-template-template-home #fourth .container .right h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 10px;
}
.page-template-template-home #fourth .container .left .text, .page-template-template-home #fourth .container .right .text {
  width: 100%;
  margin-bottom: 60px;
}
.page-template-template-home #fourth .container .left .text p, .page-template-template-home #fourth .container .right .text p {
  margin-top: 0.7em;
}
.page-template-template-home #fourth .container .left {
  padding-right: 70px;
}
.page-template-template-home #fourth .container .right {
  padding: 0 100px;
}
.page-template-template-home #fourth .container .right .image {
  width: 100%;
}
.page-template-template-home #fourth .container .right .image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-home #fifth {
  width: 100%;
  margin-top: 150px;
  margin-bottom: -60px;
}
.page-template-template-home #fifth .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-template-home #fifth .container .title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.page-template-template-home #fifth .container .title h2 {
  text-align: center;
  font-size: 36px;
  line-height: 105%;
}
.page-template-template-home #fifth .container .news {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.page-template-template-home #fifth .container .news .single-news {
  display: flex;
  flex-direction: column;
}
.page-template-template-home #fifth .container .news .single-news .thumb {
  height: 18vw;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-home #fifth .container .news .single-news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-template-home #fifth .container .news .single-news .info span {
  display: block;
  font-size: 18px;
  line-height: 105%;
  margin-bottom: 15px;
}
.page-template-template-home #fifth .container .news .single-news .info h3 {
  font-size: 24px;
  line-height: 105%;
}
.page-template-template-home #fifth .container .news .slick-list {
  margin: 0 -30px;
}
.page-template-template-home #fifth .container .news .slick-list .slick-slide {
  margin: 0 30px;
}
.page-template-template-home #fifth .container .actions {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-chi-sono #heading .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-template-template-chi-sono #heading .container .left {
  width: 47.5%;
  position: relative;
}
.page-template-template-chi-sono #heading .container .left .div-img {
  width: 100%;
}
.page-template-template-chi-sono #heading .container .left .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-chi-sono #heading .container .right {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-chi-sono #heading .container .right .title {
  margin-bottom: 25px;
}
.page-template-template-chi-sono #heading .container .right .cv {
  margin-top: 25px;
}
.page-template-template-chi-sono #first .container {
  background: #ffefe0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-template-chi-sono #first .container .text {
  width: 65%;
}
.page-template-template-chi-sono #first .container .div-img {
  width: 30%;
  position: relative;
}
.page-template-template-chi-sono #first .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-chi-sono #second .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-chi-sono #second .container .cit {
  text-align: center;
  width: 60%;
}
.page-template-template-chi-sono #second .container .cit span {
  font-size: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-chi-sono #second .container .cit span {
    font-size: 25px;
    line-height: 30px;
  }
}
.single-servizio #heading .container {
  background-color: #a8cbe5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.single-servizio #heading .container h1 {
  color: #fff;
}
.single-servizio #first .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-servizio #first .container .left {
  width: 20%;
  position: relative;
}
.single-servizio #first .container .left .div-img {
  width: 100%;
}
.single-servizio #first .container .left .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-servizio #first .container .right {
  width: 65%;
}
.single-servizio #second {
  margin-top: 50px;
}
.single-servizio #second .container {
  background-color: #ffefe0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-servizio #second .container .cit {
  text-align: center;
  width: 60%;
}
.single-servizio #second .container .cit span {
  font-size: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .single-servizio #second .container .cit span {
    font-size: 25px;
    line-height: 30px;
  }
}
.single-servizio #third .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
  position: relative;
  margin: 0 auto;
}
.single-servizio #third .container .title {
  margin-bottom: 30px;
}
.single-servizio #third .container .single-row {
  width: 100%;
  position: relative;
}
.single-servizio #third .container .single-row .domanda {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
}
.single-servizio #third .container .single-row .domanda span {
  font-weight: bold;
  user-select: none;
  display: block;
  width: calc(100% - 60px);
}
.single-servizio #third .container .single-row .domanda::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/themes/luciaceschin-child/assets/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
  transform-origin: center;
}
.single-servizio #third .container .single-row .domanda.open::before {
  transform: translateY(-50%) rotate(-180deg);
}
.single-servizio #third .container .single-row .risposta {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.single-servizio #third .container .single-row .risposta span {
  display: block;
}
.single-servizio #third .container .single-row:not(:last-child) {
  border-bottom: 1px solid #cbb29d;
}
.blog #content {
  min-height: unset;
}
.blog #heading .container {
  background-color: #a8cbe5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
.blog #heading .container h1 {
  color: #fff;
}
.blog #first {
  margin-top: -100px;
}
.blog #first .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.blog #first .container .single-news {
  width: calc((100% - 100px) / 3);
  position: relative;
}
.blog #first .container .single-news a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog #first .container .single-news a .thumb {
  height: 18vw;
  width: 100%;
  margin-bottom: 20px;
}
.blog #first .container .single-news a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog #first .container .single-news a .info span {
  display: block;
  font-size: 18px;
  line-height: 105%;
  margin-bottom: 15px;
}
.blog #first .container .single-news a .info h3 {
  font-size: 24px;
  line-height: 105%;
}
.page-template-template-contatti #heading .container {
  background-color: #a8cbe5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  gap: 300px;
}
.page-template-template-contatti #heading .container h1 {
  color: #fff;
}
.page-template-template-contatti #heading .container .left {
  color: #fff;
}
.page-template-template-contatti #heading .container .left * {
  color: #fff !important;
}
.page-template-template-contatti #heading .container .left .title {
  margin-bottom: 50px;
}
.page-template-template-contatti #heading .container .left .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.page-template-template-contatti #heading .container .left .text .single-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
}
.page-template-template-contatti #heading .container .left .text .single-row img {
  width: 30px;
  height: auto;
}
.page-template-template-contatti #heading .container .left .text .single-row.name span {
  font-weight: bold;
}
.page-template-template-contatti #heading .container .left .text .single-row.luogo img {
  width: 25px;
}
.page-template-template-contatti #heading .container .right {
  width: 25%;
  position: relative;
}
.page-template-template-contatti #heading .container .right .div-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.page-template-template-contatti #heading .container .right .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-contatti #first .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-contatti #first .container iframe {
  width: 60%;
  aspect-ratio: 1.7777777778;
}
.single-post .boxed {
  padding: 0 18vw;
}
.single-post #heading .container {
  background-color: #ffefe0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 100px;
}
.single-post #heading .container .div-img {
  width: 100%;
  position: relative;
}
.single-post #heading .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #heading .container .title {
  margin-top: 30px;
}
.single-post #heading .container .title h1 {
  text-align: center;
}
.single-post #first .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 50px;
}
.single-post #first .container .single-row {
  width: 100%;
  position: relative;
}
.single-post #first .container .single-row.text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.single-post #first .container .single-row.img {
  display: flex;
}
.single-post #first .container .single-row.img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #first .container .single-row.double-img {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.single-post #first .container .single-row.double-img img {
  width: 47.5%;
  height: auto;
  object-fit: cover;
}
.single-post #first .container .single-row.text-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post #first .container .single-row.text-img .text {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.single-post #first .container .single-row.text-img .div-img {
  width: 47.5%;
  position: relative;
}
.single-post #first .container .single-row.text-img .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #first .container .single-row.gallery {
  width: 100%;
  position: relative;
}
.single-post #first .container .single-row.gallery .slick-track {
  display: flex !important;
}
.single-post #first .container .single-row.gallery .slick-slide {
  height: inherit !important;
}
.single-post #first .container .single-row.gallery .slick-slide > div {
  height: 100%;
}
.single-post #first .container .single-row.gallery .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post #first .container .single-row.gallery .slick-dots {
  position: absolute;
  bottom: 12px;
}
.single-post #first .container .single-row.gallery .slick-dots li {
  margin: 0;
}
.single-post #first .container .single-row.gallery .slick-dots li button::before {
  font-size: 12px;
  color: #eee !important;
}
@media only screen and (max-width: 1440px) {
  .boxed {
    padding: 0 30px;
  }
  .blog #first {
    margin-top: -40px;
  }
  .page-template-template-contatti #first .container iframe {
    width: 80%;
  }
  .single-post .boxed {
    padding: 0 13vw;
  }
  .single-servizio #second .container .cit {
    width: 80%;
  }
  .single-servizio #third .container {
    width: 80%;
  }
}
@media only screen and (max-width: 1350px) {
  .home #first .container {
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
  }
  .home #first .container .servizio {
    width: calc((100% - 40px) / 3);
    margin-right: 0 !important;
    aspect-ratio: unset;
    height: auto;
  }
  .home #first .container .servizio a {
    height: 100%;
  }
  .home #second {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-template-chi-sono #first .container .text {
    width: 47.5%;
  }
  .page-template-template-chi-sono #first .container .div-img {
    width: 47.5%;
  }
  .page-template-template-chi-sono #second .container .cit {
    width: 100%;
  }
  .page-template-template-contatti #heading .container {
    gap: 70px;
  }
  .page-template-template-contatti #heading .container .left {
    width: 50%;
  }
  .page-template-template-contatti #heading .container .right {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 45px;
  }
  h3, .h3 {
    font-size: 35px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .boxed {
    padding: 0 20px;
  }
  .home #heading .container {
    padding: 0 20px;
  }
  .home #second {
    margin-top: 0;
  }
  .home #second .container .left {
    padding-right: 30px;
  }
  .home #second .container .right {
    padding: 0;
    padding-left: 30px;
  }
  .home #third .container .left {
    padding: 0;
    padding-right: 60px;
  }
  .home #fourth {
    margin-top: 70px;
  }
  .home #fourth .container .left {
    padding: 0;
  }
  .home #fourth .container .right {
    padding: 0;
    padding-left: 60px;
  }
  .home #fifth {
    margin-bottom: -30px;
  }
  .home #fifth .container .title {
    margin-bottom: 30px;
  }
  .home #fifth .container .news .single-news .thumb {
    height: auto;
  }
  .home #fifth .container .news .single-news .thumb img {
    height: auto;
  }
  .home #fifth .container .actions {
    margin-top: 50px;
  }
  .home #fifth .slick-dots {
    bottom: -40px;
  }
  .page-template-template-chi-sono #heading .container .left {
    width: 35%;
  }
  .page-template-template-chi-sono #heading .container .right {
    width: 60%;
  }
  .page-template-template-chi-sono #first .container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .page-template-template-chi-sono #first .container .text {
    width: 100%;
  }
  .page-template-template-chi-sono #first .container .div-img {
    width: 100%;
    max-width: 450px;
  }
  .blog #first .container .single-news {
    width: calc((100% - 50px) / 2);
  }
  .blog #first .container .single-news a .thumb {
    height: auto;
  }
  .blog #first .container .single-news a .thumb img {
    height: auto;
  }
  .page-template-template-contatti #heading .container {
    padding-top: 40px;
  }
  .page-template-template-contatti #heading .container .left .title {
    margin-bottom: 20px;
  }
  .single-post .boxed {
    padding: 0 20px;
  }
  .single-post #heading .container {
    padding-top: 30px;
  }
  .single-servizio #heading .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .single-servizio #first .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .single-servizio #first .container .right {
    width: 100%;
  }
  .single-servizio #first .container .left {
    width: 300px;
    max-width: 60%;
  }
  .single-servizio #second {
    margin-top: 0;
  }
  .single-servizio #second .container .cit {
    width: 100%;
  }
  .single-servizio #third .container {
    width: 100%;
  }
  .single-servizio #third .container .title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body, html {
    font-size: 20px;
    line-height: 24px;
  }
  h1, .h1 {
    font-size: 48px !important;
    line-height: 55px !important;
  }
  h2, .h2 {
    font-size: 38px !important;
    line-height: 45px !important;
  }
  h3, .h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h4, .h4 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .home #heading {
    height: calc(80vh - 130px);
  }
  .home #heading .container .slider .slide .slideContent {
    padding: 20px;
    padding-bottom: 55px;
  }
  .home #heading .container .slider .slide .slideContent h3 {
    max-width: 100%;
  }
  .home #first {
    margin-top: 30px;
  }
  .home #second .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 40px;
  }
  .home #second .container .left {
    width: 100%;
    padding: 0;
  }
  .home #second .container .right {
    width: 100%;
    padding: 0;
    max-width: 450px;
  }
  .home #third .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .home #third .container .right {
    width: 100%;
    padding: 0;
  }
  .home #third .container .left {
    width: 100%;
    padding: 0;
    max-width: 450px;
  }
  .home #fourth .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .home #fourth .container .left {
    width: 100%;
    padding: 0;
  }
  .home #fourth .container .right {
    width: 100%;
    padding: 0;
    max-width: 450px;
  }
  .home #fifth {
    margin-top: 70px;
  }
  .home #fifth .news .single-news a .thumb {
    margin-bottom: 10px;
  }
  .home #fifth .news .single-news a .info span {
    margin-bottom: 3px;
  }
  .page-template-template-chi-sono #heading .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-template-template-chi-sono #heading .container .left {
    width: 100%;
    max-width: 450px;
  }
  .page-template-template-chi-sono #heading .container .right {
    width: 100%;
  }
  .page-template-template-chi-sono #heading .container .right .title {
    margin-bottom: 10px;
  }
  .page-template-template-chi-sono #first {
    margin-top: -30px;
  }
  .blog #first .container {
    gap: 40px 20px;
  }
  .blog #first .container .single-news {
    width: calc((100% - 20px) / 2);
  }
  .blog #first .container .single-news a .thumb {
    margin-bottom: 10px;
  }
  .blog #first .container .single-news a .info span {
    margin-bottom: 3px;
  }
  .single-post #first .container .single-row.text-img {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
  }
  .single-post #first .container .single-row.text-img .text {
    width: 100%;
  }
  .single-post #first .container .single-row.text-img .div-img {
    width: 100%;
  }
  .single-servizio #third .container .single-row .domanda::before {
    right: 5px;
  }
  .single-servizio #third .container .single-row .domanda span {
    width: calc(100% - 45px);
  }
}
@media only screen and (max-width: 650px) {
  .home #first .container .servizio {
    width: calc((100% - 20px) / 2);
  }
  .page-template-template-contatti #heading .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .page-template-template-contatti #heading .container .left {
    width: 100%;
  }
  .page-template-template-contatti #heading .container .right {
    width: 100%;
  }
  .page-template-template-contatti #first .container iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .blog #heading .container {
    padding-top: 30px;
  }
  .blog #first {
    margin-top: 0;
  }
  .blog #first .container .single-news {
    width: 100%;
  }
  .single-post #heading .container {
    padding-bottom: 20px;
  }
  .single-post #first .container {
    gap: 30px;
  }
  .single-post #first .container .single-row.double-img {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .single-post #first .container .single-row.double-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body, html {
    font-size: 17px;
    line-height: 22px;
  }
  h1, .h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  h2, .h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h3, .h3 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  h4, .h4 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .page-template-template-chi-sono #first .container {
    gap: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .home #fifth {
    margin-bottom: 0;
  }
}
footer#colophon {
  width: 100%;
  position: relative;
  z-index: 0;
}
footer#colophon .content-inner {
  display: block;
  padding: 50px 0 0;
  background: #a8cbe5;
}
footer#colophon .content-inner .footer-inner .footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 105%;
}
footer#colophon .content-inner .footer-inner .footer-col > span {
  margin-bottom: 6px;
  display: block;
  text-align: center;
  color: #fff;
}
footer#colophon .content-inner .footer-inner .footer-col > span:first-child {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 40px;
}
footer#colophon .content-inner .footer-inner .footer-col > span:nth-child(2) {
  margin-bottom: 35px;
}
footer#colophon .content-inner .footer-inner .footer-col .links {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#colophon .content-inner .footer-inner .footer-col .links a:first-child {
  margin-right: 15px;
  display: block;
}
footer#colophon .content-inner .footer-inner .footer-col:last-child {
  padding-right: 70px;
}
footer#colophon .content-inner .footer-bottom {
  width: 100%;
}
footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer {
  width: 100%;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 105%;
}
footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer span, footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer a {
  font-size: 14px;
  line-height: 105%;
  color: #fff;
}
footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer > div a:last-child {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  footer#colophon .content-inner .footer-inner {
    flex-direction: column !important;
    align-items: center;
    gap: 60px;
    padding: 30px 0;
  }
  footer#colophon .content-inner .footer-inner .footer-col {
    padding-right: 0;
  }
  footer#colophon .content-inner .footer-inner .footer-col:last-child {
    padding-right: 0;
  }
  footer#colophon .content-inner {
    padding: 0 20px;
  }
  footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  footer#colophon .content-inner .footer-inner {
    gap: 30px;
  }
  footer#colophon .content-inner .footer-bottom .textwidget .bottom-footer {
    flex-direction: column;
    gap: 3px;
  }
}
