:root {
  --heading-colour: #111;
  --black: black;
  --site-background: #f4fbf5;
  --white-2: #aa9744;
  --dark-background: #24252c;
  --white: white;
}

body {
  color: #333;
  background-color: #eee;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h1 {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h5 {
  color: var(--heading-colour);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

h6 {
  color: var(--heading-colour);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

p {
  margin-bottom: 27px;
}

a {
  text-decoration: underline;
  transition: opacity .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 27px;
  margin-left: 0;
  padding-left: 19px;
  line-height: 34px;
}

ol {
  margin-top: 0;
  margin-bottom: 27px;
  padding-left: 19px;
  line-height: 34px;
}

blockquote {
  background-color: #fff;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 54px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 41px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.container {
  max-width: 1170px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.container.navigation-container {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.menu-container {
  width: 990px;
  max-width: 100%;
}

.container.about-us-container {
  max-width: 990px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.functions-form-container {
  max-width: 770px;
  text-align: center;
}

.container.blog-post-container {
  max-width: 990px;
  padding-top: 81px;
  padding-bottom: 81px;
}

.section {
  background-image: linear-gradient(#fff, #fff);
  margin-bottom: 0;
}

.section.top-space-large {
  background-color: #717453;
  background-image: url('../images/baita-caltanissetta.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 108px;
  padding-bottom: 108px;
}

.section.top-space-large.white {
  background-color: #fff;
}

.section.top-space-large.baita {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/ristorante-la-baita-.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.bottom-space-large {
  padding-bottom: 108px;
}

.section.gallery-section {
  z-index: 2;
  background-color: #fff;
  margin-top: 151px;
  padding-top: 27px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.function-form-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 81px;
}

.section.bottom-space-extra-large {
  padding-bottom: 162px;
}

.section.bottom-space-extra-large.white {
  background-image: none;
}

.paragraph-large {
  margin-bottom: 27px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}

.paragraph-large.feature-card-paragraph {
  color: var(--black);
  margin-bottom: 54px;
  font-size: 29px;
}

.paragraph-large.page-title-paragraph {
  max-width: 680px;
  color: #94771b;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  display: block;
}

.paragraph-large.cta-text {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-small {
  margin-bottom: 27px;
  font-size: 14px;
}

.body {
  background-color: var(--site-background);
}

.site-container {
  background-color: var(--site-background);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.main-hero {
  height: 100vh;
  background-color: var(--heading-colour);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-white {
  color: #fff;
  font-size: 27px;
}

.text-white.l {
  font-size: 22px;
}

.horizontal-rule {
  width: 54px;
  height: 2px;
  background-color: var(--heading-colour);
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.horizontal-rule.horizontal-rule-white {
  background-color: #fff;
}

.horizontal-rule.page-title-rule {
  margin-top: 41px;
}

.navigation {
  z-index: 2;
  width: 100%;
  background-color: var(--white-2);
  position: static;
  top: 0;
}

.navigation-bar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.navigation-link {
  opacity: .85;
  color: #fff;
  text-transform: uppercase;
  padding: 0 27px 0 0;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s;
  top: 5px;
}

.navigation-link:hover {
  opacity: 1;
}

.navigation-link.w--current {
  opacity: 1;
  color: #fff;
}

.navigation-link.navigation-link-last {
  padding-right: 0;
}

.logo {
  max-height: 85px;
  padding-right: 20px;
}

.logo.footer-logo {
  margin-bottom: 81px;
}

.column-fullwidth {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.column-fullwidth.text-center {
  text-align: center;
}

.feature-card {
  width: 90%;
  float: left;
  background-color: #fff;
  padding: 108px 81px;
}

.feature-card.feature-card-right {
  width: 90%;
  float: right;
  text-align: right;
}

.feature-card-image {
  z-index: 2;
  max-width: 470px;
  float: left;
  margin-top: 81px;
  position: relative;
}

.feature-card-image.feature-card-image-right {
  float: right;
}

.feature-card-heading {
  margin-bottom: 52px;
}

.text-link {
  border-bottom: 1px solid var(--heading-colour);
  color: var(--heading-colour);
  text-decoration: none;
  display: inline-block;
}

.text-link.text-link-large {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-link.text-link-white {
  color: #fff;
}

.text-link.text-link-white.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.hero-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  position: absolute;
  top: 0;
}

.hero-slide-nav {
  opacity: 0;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
}

.hero-slide-arrow {
  opacity: 0;
}

.feature-card-content {
  max-width: 501px;
  text-align: left;
  margin-bottom: 11px;
  display: inline-block;
}

.feature-card-image-container {
  width: 10%;
  float: left;
}

.feature-card-image-container.feature-card-image-container-right {
  width: 20%;
  float: right;
}

.image-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-slide-container.slide-2 {
  background-image: url('../images/la-baita-pizzaria-caltanissetta.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-slide-container.slide-1 {
  background-image: url('../images/pizza-a-caltanissetta.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-slide-container.slide-3 {
  background-image: url('../images/ristorante-caltanissetta.jpg');
  background-position: 50%;
  background-size: cover;
}

.footer {
  color: #fff;
  background-color: #24252c;
  padding-top: 108px;
  padding-bottom: 81px;
}

.column {
  flex-direction: column;
  justify-content: center;
  padding-left: 13.5px;
  padding-right: 20px;
  display: flex;
}

.baseline-list {
  line-height: 27px;
}

.text-inline {
  margin-right: 6px;
  font-size: 18px;
  display: block;
}

.navigation-scrim {
  z-index: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, var(--dark-background), transparent 74%);
  opacity: .65;
  position: absolute;
  top: 0;
}

.brand-badge {
  height: 135px;
}

.brand-badge.feature-card-badge {
  position: absolute;
  top: -60px;
  right: 27px;
  transform: translate(0, -50%);
}

.brand-badge.inner-title-badge {
  position: absolute;
  bottom: -75px;
  right: 27px;
}

.circle-link {
  width: 41px;
  height: 41px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.next-screen-link {
  z-index: 1;
  opacity: 1;
  margin-left: -20.5px;
  transition: transform .2s;
  position: absolute;
  bottom: 27px;
  left: 50%;
}

.next-screen-link:hover {
  transform: translate(0, 5px);
}

.circle-link-image {
  height: 9px;
  position: relative;
  top: 5px;
}

.button {
  height: 50px;
  border: 2px solid var(--dark-background);
  background-color: var(--dark-background);
  padding: 0 27px;
  line-height: 46px;
}

.equal-height-children {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-list-item {
  margin-right: 13.5px;
  display: inline-block;
}

.social-image {
  height: 22px;
}

.copyright-text {
  opacity: 1;
  color: #fff;
  margin-top: 54px;
  margin-right: 13.5px;
  font-size: 16px;
  display: inline-block;
}

.copyright-text.text-link-inline {
  text-decoration: underline;
}

.back-to-top {
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: #31323a;
  border: 2px #fff;
  border-radius: 50%;
  transition: transform .2s;
  position: absolute;
  bottom: 27px;
  right: 27px;
}

.back-to-top:hover {
  transform: translate(0, -5px);
}

.back-to-top-arrow {
  height: 9px;
  display: block;
  position: relative;
  top: 21px;
  right: -20px;
  transform: rotate(180deg);
}

.inner-page-header {
  height: 486px;
  background-color: var(--dark-background);
}

.inner-page-header.about-us-header {
  height: 648px;
  background-image: url('../images/pizza-a-caltanissetta.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.inner-page-header.menu-header {
  background-image: url('../images/carne-ala-griglia-caltanissetta-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-header.reservations-header {
  background-image: url('../images/Hero-7.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 1px;
}

.inner-page-header.news-header {
  background-image: url('../images/Hero-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.inner-page-header.blog-post-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.inner-page-header.functions-header {
  background-image: url('../images/ristorante-la-baita-.jpg');
  background-position: 50%;
  background-size: cover;
}

.inner-page-title-area {
  width: 990px;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 81px 0;
  display: block;
  position: relative;
}

.menu-title {
  margin-bottom: 54px;
}

.menu-title-heading {
  margin-bottom: 0;
  margin-right: 27px;
  display: inline-block;
}

.menu-title-subheading {
  font-style: italic;
  display: inline-block;
}

.menu-list {
  margin-bottom: 0;
  line-height: 41px;
}

.menu-meal {
  width: 90%;
  float: left;
}

.menu-price {
  width: 10%;
  float: right;
  text-align: right;
}

.inner-page-title-content {
  position: relative;
}

.about-us-text {
  max-width: 370px;
  text-align: left;
  margin-right: 0;
  display: inline-block;
}

.about-us-column {
  width: 50%;
}

.about-us-column.about-us-column-right {
  text-align: right;
}

.last-paragraph {
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
}

.cta-card {
  z-index: 2;
  width: 690px;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 81px;
  padding-bottom: 81px;
  display: block;
  position: relative;
  top: 27px;
}

.cta-actions {
  margin-bottom: 0;
  padding-left: 0;
}

.cta-action-item {
  margin-left: 27px;
  margin-right: 27px;
  display: inline-block;
}

.vertical-align-children {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.functions-heading {
  margin-bottom: 54px;
}

.functions-h3 {
  margin-bottom: 0;
}

.functions-text {
  max-width: 370px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.functions-form-block {
  margin-top: 54px;
  margin-bottom: 0;
}

.form-block-half {
  width: 50%;
  margin-bottom: 13.5px;
  padding-left: 13.5px;
  padding-right: 13.5px;
  display: inline-block;
}

.form-label {
  height: 54px;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 54px;
}

.form-text-input {
  height: 54px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 0;
  padding: 0 13.5px;
}

.form-text-input.form-textarea {
  height: 189px;
  padding-top: 13.5px;
}

.form-block-full {
  margin-bottom: 27px;
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.image-slider {
  z-index: 2;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  top: -108px;
}

.slider-paging {
  height: 27px;
  margin-top: 13.5px;
  font-size: 10px;
  line-height: 22px;
  display: none;
  position: relative;
}

.slider-arrow {
  color: var(--heading-colour);
  font-size: 18px;
}

.slider-arrow-container {
  width: 54px;
  height: 54px;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 27px;
  margin-right: 27px;
  transition: transform .2s;
}

.slider-arrow-container:hover {
  transform: scale(1.05);
}

.form-success {
  color: #fff;
  background-color: #709c5b;
  padding-top: 81px;
  padding-bottom: 81px;
}

.form-error {
  margin-top: 27px;
  margin-left: 13.5px;
  margin-right: 13.5px;
  padding: 13.5px;
}

.blog-post-item {
  width: 50%;
  height: 350px;
  float: left;
  flex: 0 auto;
  margin-bottom: 27px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.blog-post-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-item-title {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.blog-item-date {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-item-text-container {
  z-index: 1;
  position: relative;
}

.blog-item-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-colour);
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-item-link {
  z-index: 2;
  height: 100%;
  padding-top: 54px;
  padding-left: 54px;
  padding-right: 54px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-date {
  text-transform: uppercase;
}

.blog-post-body {
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
  display: block;
}

.blog-post-body figure, .blog-post-body blockquote {
  margin-top: 54px;
  margin-bottom: 54px;
}

.blog-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.blog-item-container {
  width: 100%;
  height: 350px;
  margin-left: 13.5px;
  margin-right: 13.5px;
  position: relative;
  overflow: hidden;
}

.recent-news-section {
  background-color: #fff;
  padding-top: 54px;
  padding-bottom: 54px;
}

.recent-news-title {
  margin-bottom: 54px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--site-background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-heading {
  margin-top: 13.5px;
}

.license-row {
  text-align: center;
  border-bottom: 1px solid rgba(17, 17, 17, .09);
  align-items: center;
  padding-bottom: 27px;
  display: flex;
}

.license-image {
  height: 108px;
}

.license-list-item {
  margin-bottom: 27px;
}

.link, .link-2 {
  color: #fff;
}

.text-span {
  display: none;
}

.section-2, .section-3 {
  background-image: linear-gradient(#fff, #fff);
}

.heading {
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 30px;
}

.section-4 {
  background-color: #fff;
  padding: 82px 40px;
}

.section-5 {
  background-image: linear-gradient(#fff, #fff);
}

.form {
  padding-top: 2px;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.image {
  margin-bottom: 33px;
}

.paragraph-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-top: 15px;
  font-size: 17px;
}

.link-3 {
  color: var(--white-2);
  text-decoration: none;
}

.link-4 {
  color: #fff;
}

.text-span-2 {
  font-size: 21px;
}

.v {
  color: var(--white-2);
  font-weight: 400;
}

.columns {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 17px;
  display: flex;
}

.column-4 {
  justify-content: center;
  display: flex;
}

.column-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-6, .column-7 {
  justify-content: center;
  display: flex;
}

.div-block {
  width: 350px;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.div-block.zuppa {
  background-image: url('../images/WhatsApp-Image-2019-10-12-at-00.22.18.jpeg');
  background-size: cover;
}

.div-block.macco {
  background-image: url('../images/WhatsApp-Image-2019-10-12-at-00.22.19.jpeg');
  background-size: cover;
}

.div-block.frittelle {
  background-image: url('../images/WhatsApp-Image-2019-10-12-at-00.22.192.jpeg');
  background-size: cover;
}

.div-block.cosciotto {
  background-image: url('../images/WhatsApp-Image-2019-10-12-at-00.22.193.jpeg');
  background-size: cover;
}

.container-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.section-6 {
  background-color: #fff;
}

.div-block-235 {
  padding-top: 150px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  height: 2px;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 20px;
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.pop-up-modal {
  z-index: 999999;
  background-color: rgba(42, 42, 45, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up {
  width: 529px;
  height: auto;
  text-align: center;
  background-color: #112b46;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .25);
}

.pop-up-icon {
  width: 150px;
  height: 150px;
  background-color: var(--heading-colour);
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.exit-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white-2);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pop-up-heading {
  color: #e8832e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

.primary-button {
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #dbbd7c;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #f6b685;
}

.image-2 {
  margin-bottom: 18px;
}

.paragraph-4 {
  color: #fff;
}

html.w-mod-js [data-ix="logo-fade-in"] {
  opacity: 0;
  transform: translate(0);
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 27px;
    padding-right: 27px;
    overflow: hidden;
  }

  .container.navigation-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .container.menu-container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .container.about-us-container {
    max-width: 714px;
  }

  .section.top-space-large {
    padding-top: 81px;
  }

  .section.bottom-space-large {
    padding-bottom: 81px;
  }

  .section.gallery-section {
    margin-top: 0;
    padding-bottom: 27px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 108px;
  }

  .paragraph-large {
    font-size: 30px;
    line-height: 41px;
  }

  .navigation-bar {
    justify-content: space-between;
  }

  .navigation-link, .navigation-link.w--current {
    color: var(--heading-colour);
  }

  .feature-card {
    width: 100%;
  }

  .feature-card.feature-card-right {
    width: 100%;
    float: none;
    text-align: left;
  }

  .feature-card-image {
    width: 100%;
    max-width: none;
    opacity: 1;
    margin-top: 0;
    position: relative;
  }

  .feature-card-image.feature-card-image-right.antipasti {
    margin-top: 300px;
  }

  .feature-card-content {
    max-width: 380px;
  }

  .feature-card-image-container {
    width: 340px;
    float: right;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translate(0, -50%);
  }

  .feature-card-image-container.feature-card-image-container-right {
    width: 36%;
    margin-top: 220px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-scrim, .brand-badge.feature-card-badge {
    display: none;
  }

  .inner-page-header.menu-header {
    height: 486px;
  }

  .inner-page-header.blog-post-header {
    height: 405px;
  }

  .inner-page-title-area {
    width: 714px;
    margin-top: -135px;
  }

  .about-us-text {
    max-width: 290px;
  }

  .cta-card {
    margin-bottom: 54px;
    top: 0;
  }

  .vertical-align-children {
    flex-direction: row;
  }

  .functions-heading {
    margin-bottom: 5px;
  }

  .functions-text {
    max-width: 400px;
  }

  .image-slider {
    top: 0;
  }

  .blog-post-item {
    width: 100%;
  }

  .hamburger-icon {
    color: #fff;
  }

  .hamburger-toggle {
    bottom: 6px;
  }

  .hamburger-toggle.w--open {
    background-color: rgba(255, 255, 255, .3);
  }

  .nav-menu {
    background-color: #fff;
    padding: 27px;
  }

  .section-4 {
    padding: 20px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .v {
    font-size: 26px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    margin-top: 86px;
  }

  .div-block.zuppa {
    width: 351px;
    margin-bottom: 10px;
  }

  .div-block.macco, .div-block.frittelle {
    margin-bottom: 10px;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .container {
    padding-top: 10px;
  }

  .container.about-us-container {
    padding-left: 27px;
    padding-right: 27px;
    display: block;
  }

  .container.blog-post-container {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section.top-space-large {
    padding-top: 68px;
  }

  .section.bottom-space-large {
    padding-bottom: 68px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 81px;
  }

  .feature-card {
    padding: 81px 68px;
  }

  .feature-card-content {
    max-width: 100%;
  }

  .feature-card-image-container {
    display: none;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .inner-page-header {
    height: 351px;
  }

  .inner-page-header.about-us-header {
    height: 405px;
  }

  .inner-page-title-area {
    width: 540px;
    margin-top: -108px;
    padding: 68px 54px 81px;
  }

  .menu-title {
    margin-bottom: 27px;
  }

  .menu-meal {
    line-height: 34px;
  }

  .about-us-text {
    max-width: 100%;
  }

  .about-us-column {
    width: 100%;
    margin-bottom: 27px;
  }

  .cta-card {
    width: 100%;
  }

  .vertical-align-children {
    flex-direction: column;
  }

  .slider-arrow {
    font-size: 12px;
  }

  .slider-arrow-container {
    width: 41px;
    height: 41px;
  }

  .section-4 {
    padding: 10px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .columns {
    flex-direction: column;
  }

  .div-block.zuppa {
    margin-bottom: 8px;
  }

  .div-block.frittelle {
    margin-bottom: 10px;
  }

  .primary-button {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container.text-center {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.navigation-container {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section.top-space-large {
    padding-top: 54px;
  }

  .section.bottom-space-large {
    padding-bottom: 54px;
  }

  .section.bottom-space-extra-large {
    padding-bottom: 68px;
  }

  .paragraph-large {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-large.feature-card-paragraph {
    margin-bottom: 27px;
    font-size: 16px;
  }

  .paragraph-large.page-title-paragraph {
    font-size: 33px;
  }

  .paragraph-large.cta-text {
    margin-bottom: 0;
  }

  .navigation-bar {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo {
    margin-right: 10px;
    padding-right: 0;
  }

  .logo.footer-logo {
    margin-bottom: 10px;
  }

  .column-fullwidth {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-card {
    padding: 27px;
  }

  .feature-card-heading {
    margin-bottom: 27px;
  }

  .text-link.text-link-large {
    margin-top: 14px;
    padding-bottom: 15px;
  }

  .image-slide-container.slide-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-inline {
    text-align: center;
  }

  .brand-badge.inner-title-badge {
    height: 110px;
    bottom: -44px;
  }

  .copyright-text {
    color: #fff;
    text-align: center;
    margin-top: 0;
  }

  .inner-page-header {
    height: 270px;
  }

  .inner-page-header.menu-header {
    height: 351px;
  }

  .inner-page-header.blog-post-header {
    height: 324px;
  }

  .inner-page-title-area {
    width: 100%;
    padding: 54px 27px 0;
  }

  .menu-title-subheading {
    margin-bottom: 0;
  }

  .menu-meal {
    line-height: 27px;
  }

  .menu-item {
    margin-bottom: 13.5px;
  }

  .cta-card {
    padding: 54px 13.5px;
  }

  .paragraph, .body-3 {
    font-size: 16px;
  }

  .vertical-align-children {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .functions-h3 {
    font-size: 27px;
  }

  .functions-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-block-half {
    width: 100%;
  }

  .slider-arrow-container {
    display: none;
  }

  .blog-post-title {
    font-size: 36px;
    line-height: 41px;
  }

  .blog-item-title {
    font-size: 34px;
    line-height: 41px;
  }

  .blog-item-link {
    padding-top: 27px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .hamburger-icon {
    color: #fff;
  }

  .hamburger-toggle {
    background-color: #8a6d07;
    border-radius: 20px;
    margin-left: 46px;
    font-size: 15px;
  }

  .license-image {
    height: auto;
  }

  .section-4 {
    padding: 10px 20px;
  }

  .paragraph-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    font-size: 17px;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .list-item {
    text-align: center;
  }

  .link-3 {
    color: var(--white-2);
    text-decoration: none;
  }

  .link-4 {
    color: var(--white);
    text-decoration: none;
  }

  .column-2, .column-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns, .column-4 {
    flex-direction: column;
    align-items: center;
  }

  .column-5 {
    flex-direction: column;
  }

  .div-block.zuppa {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }

  .div-block.macco {
    width: 200px;
    height: 200px;
  }

  .div-block.frittelle {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }

  .div-block.cosciotto {
    width: 200px;
    height: 200px;
  }

  .lightbox-link {
    flex-direction: row;
    display: flex;
  }

  .paragraph-3 {
    font-size: 33px;
  }

  .section-6 {
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }

  .primary-button {
    text-align: center;
  }
}


