:root {
  --blue-color: #40757d;
  --white-color: #ffffff;
  --orange-color: #FF891B;
  --yellow-color: #D8E850;
  --grey-color: #A0AC96;
  --purple-color: #BDABC7;
  --black-color: #31211A;
  --beige-color: #DBD0BC;
  --pink-color: #fff3e8;
  --default-font: "rig-sans", sans-serif;
}

body {
  font-family: var(--default-font);
}

.white {
  color: var(--white-color);
}
.orange {
  color: var(--orange-color);
}
.yellow {
  color: var(--yellow-color);
}
.blue {
  color: var(--blue-color);
}
.grey {
  color: var(--grey-color);
}
.purple {
  color: var(--purple-color);
}
.black {
  color: var(--black-color);
}

.default_title,
.default_title h3 {
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
}

.title {
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
}

.upper_title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.default_text,
.default_text p,
.default_text p a,
.default_text a {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
}
.default_text.bigger,
.default_text.bigger p {
  font-size: 28px;
  line-height: 36px;
}

.default_button,
button.default_button {
  border: solid 1px var(--white-color);
  background-color: var(--white-color);
  font-size: 24px;
  line-height: 32px;
  color: var(--black-color);
  padding: 10px 35px;
  font-weight: bold;
  transition: 0.5s;
}
.default_button.orange,
button.default_button.orange {
  color: var(--orange-color);
  border-color: var(--white-color);
}
.default_button.orange:hover,
button.default_button.orange:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
}

.pl-md-5 {
  padding-left: 3rem;
}

/* HEADER */

header#sp-header {
    background-color: var(--blue-color);
    color: var(--white-color);
    box-shadow: none;
}

#offcanvas-toggler {
  display: none !important;
}

#offcanvas-toggler .burger-icon span {
  background-color: var(--white-color);
}
.centro_hygge_page #offcanvas-toggler .burger-icon span {
  background-color: var(--blue-color);
}

header #sp-menu ul li a {
  color: var(--white-color);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

header#sp-header > .container {
  max-width: unset;
}

header #sp-menu ul li a.sostienici_link {
  font-weight: bold;
  padding: 6px 15px;
  background-color: var(--yellow-color);
  color: var(--blue-color);
}
.centro_hygge_page header #sp-menu ul li a.sostienici_link {
  background-color: var(--blue-color);
  color: var(--pink-color);
}

/* .centro_hygge_page #sp-logo .logo img {
    fill: var(--blue-color);
    filter: brightness(0) saturate(100%) invert(44%) sepia(13%) saturate(1571%) hue-rotate(137deg) brightness(95%) contrast(87%);
} */
.centro_hygge_page header#sp-header {
  background-color: var(--pink-color);
}
.centro_hygge_page header #sp-menu ul li a {
  color: var(--blue-color);
}

.centro_hygge_page #sp-menu nav ul li.current-item.active::after {
  background-image: url('/images/sottolineatura.svg?1769708864773');
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

#sp-logo .logo {
  display: none !important;
}
#sp-header #sp-logo .sp-module {
margin-left: 0;
}
#sp-header #sp-logo .sp-module .mod-custom.custom {
  height: 80px;
  display: flex;
  align-items: center;
}

/* FOOTER */

#sp-footer, #sp-bottom {
    background-color: var(--blue-color);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
}

#sp-bottom .container > .container-inner > .row {
  align-items: end;
}

.footer_menu ul li {
  text-align: center;
}
.footer_menu ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
#sp-bottom .footer_menu ul li a {
  color: var(--white-color);
}
#sp-bottom .footer_menu ul li a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

img.logo_footer {
  width: 100%;
  max-width: 150px;
  height: auto;
}

/* HOME */
/* HOME MAIN BANNER */
.main_banner_intro_text {
  max-width: 500px;
  margin-left: -100px;
}
.main_banner_intro_text h1 {
  color: var(--white-color);
  font-size: 60px;
  line-height: 64px;
  align-self: start;
}

.main_banner_intro_text p {
  color: var(--yellow-color);
  font-size: 20px;
  max-width: 300px;
  line-height: 26px;
  justify-self: center;
  margin-top: 50px;
  font-weight: 500;
}

.main_banner_second_row img {
  margin-top: -100px;
}

.home_banner_second_text {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: var(--white-color);
}

/* HOME PULSANTI */
.row_pulsanti .sppb-column-addons {
  text-align: center;
}
.pulsante_borgo_container {
  background-color: var(--grey-color);
}

.pulsante_bistrot_container {
  background-color: var(--beige-color);
}

.pulsante_hygge_container {
  background-color: var(--orange-color);
}
.pulsanti_text_container {
  min-height: 270px;
  padding: 30px 30px 20px;
}
.pulsanti_text_container h3 {
  color: var(--white-color);
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
}
.pulsanti_text_container p {
  color: var(--black-color);
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}

.bottoni_icon_image img {
  width: 100px;
  height: auto;
  margin: 30px auto 20px;
}

/* CONTACTS SECTION */
.contacts_section {
  padding-left: calc((100vw - 1300px) / 2);
  max-width: 600px;
}

.contacts_section h3 {
  color: var(--blue-color);
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contacts_section .address_label {
  color: var(--blue-color);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.contacts_section .address_info {
  color: var(--black-color);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.contacts_section .address_info a {
  color: var(--black-color);
  font-size: 16px;
  line-height: 22px;
}
.contacts_section .address_info a:hover {
  text-decoration: underline;
}

.contacts_section hr {
  margin: 20px 0;
  border-top: solid 2px var(--blue-color);
  width: 350px;
}
/* FINE HOME */

/* HYGGE */
.hygge_column_text_image > .sppb-column-addons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.hygge_image_with_background {
  text-align: right;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

.default_text.black p a {
  color: var(--black-color);
}
.default_text.black p a:hover {
  text-decoration: underline;
}

.image_long img {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

@media(max-width: 1199px) {
  .image_long img {
    padding-bottom: 150px;
  }
}

@media(max-width: 992px) {
  img.logo-image {
    height: 56px;
  }
}

@media(max-width: 991px) {
  #sp-bottom {
    text-align: center;
  }
  #sp-bottom #sp-bottom1 img {
    margin: 0 auto;
  }
  .row_long_image_container {
    background-size: 350px !important;
    background-position: 100% 100% !important;
  }
  #sp-header {
    height: 80px;
  }
  #sp-header #sp-logo .sp-module .mod-custom.custom {
    height: 80px;
  }
  #offcanvas-toggler {
    display: inline-flex !important;
  }
}

@media(max-width: 767px) {
  .main_banner_intro_text {
    margin: -20px auto 30px;
    max-width: 540px;
    padding: 0 15px;
  }
  .main_banner_intro_text p {
    /* max-width: 540px; */
    width: calc(100% - 50px);
    margin-left: 50px;
    font-size: 18px;
    line-height: 22px;
  }
  .main_banner_second_row.row_reverse_mobile .sppb-row-container .sppb-row {
    flex-direction: column-reverse;
  }
  .main_banner_second_row img {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .main_banner_intro_text h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .home_banner_second_text {
    font-size: 22px;
    line-height: 28px;
  }
  .default_title, .default_title h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .default_text, .default_text p, .default_text p a, .default_text a {
    font-size: 20px;
    line-height: 28px;
  }
  .default_button, button.default_button {
    font-size: 20px;
    line-height: 28px;
  }
  .contacts_section {
    max-width: 540px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .title {
    font-size: 40px;
    line-height: 46px;
  }
  .default_text.bigger, .default_text.bigger p {
    font-size: 24px;
    line-height: 32px;
  }
  .pulsanti_text_container {
    min-height: unset;
  }
  .row_pulsanti .sppb-row-container .sppb-row {
    gap: 40px;
  }
  .pl-md-5 {
    padding-left: 0;
  }
  .home_dona_row {
    background-image: none !important;
  }
  .dona_cta_container {
    text-align: center;
  }
  .image_long {
    text-align: center;
    margin-top: 30px;
  }
  .image_long img {
    max-width: 400px;
    width: 100%;
  }
}

@media(max-width: 575px) {
  #sp-header #sp-logo .sp-module .mod-custom.custom {
    height: 80px;
  }
  #offcanvas-toggler {
    height: 80px;
  }
}