/* italiana-regular - latin */
/* roboto-flex-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  src: url("../../Assets/Fonts/RobotoFlex/roboto-flex-v27-latin_latin-ext-regular.woff2") format("woff2"), url("../../Assets/Fonts/RobotoFlex/roboto-flex-v27-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --border-radius-main: 4px !important;
  --border-radius-secondary: 2px !important;
  --border-radius-form: 2px !important;
  --font-color-accent: #f7457f !important;
  --font-color-footer: #4d4d4d !important;
  --font-family-accent: "Roboto Flex", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-accent);
  font-weight: 400 !important;
  letter-spacing: 1px;
}

p br {
  margin-bottom: 0.25rem;
}

.page-header .logo a {
  text-decoration: none;
}
.page-header .logo .logo-text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--font-color-accent);
  font-family: var(--font-family-accent);
}
.page-header .desktop .side.logo {
  width: 33%;
  display: flex;
  align-items: center;
}
.page-header .desktop .side.other-content {
  display: none !important;
}
.page-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-header .menu.menu {
  align-items: center;
  height: auto;
}
.page-header .menu.menu .menu-link {
  text-transform: none;
}
.page-header .menu.menu .menu-item.menu-item--77 {
  margin-right: 0;
}
.page-header .menu.menu .menu-item.menu-item--77 a {
  background: #f9917d;
  color: #FFF;
  padding: 0.5em 1em;
  transition: background-color 0.1s ease-out;
  border-radius: var(--border-radius-secondary);
}
.page-header .menu.menu .menu-item.menu-item--77 a:hover {
  background-color: var(--font-color-accent);
}

.page-footer {
  padding-bottom: 0;
  min-height: 80px;
}
.page-footer .menu {
  padding: 1.5em 1em;
  font-size: 0.75em;
}

header h1:last-child, header h2:last-child, header h3:last-child, header h4:last-child, header h5:last-child, header h6:last-child, header .h1:last-child, header .h2:last-child, header .h3:last-child, header .h4:last-child, header .h5:last-child, header .h6:last-child {
  margin-bottom: 0;
}

.text-and-image-wrap .image-wrap img {
  border-radius: var(--border-radius-main);
}

@media (max-width: 600px) {
  .advanced-gallery-wrap {
    padding-bottom: 514.3369175627%;
  }
}
.advanced-gallery-wrap .advanced-gallery {
  height: auto;
}
.advanced-gallery-wrap .advanced-gallery img {
  border-radius: var(--border-radius-main);
}

a.link-button.link-button {
  border: 0;
  background: #f9917d;
  color: #FFF;
  padding: 0.5em 1em;
  transition: background-color 0.1s ease-out;
  border-radius: var(--border-radius-secondary);
}
a.link-button.link-button::after {
  content: none;
}
a.link-button.link-button:hover {
  background-color: var(--font-color-accent);
}

/*# sourceMappingURL=default.css.map */
