body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #121212;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #212121;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #121212;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 15px;
  line-height: 25px;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #616161;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 3px solid #9061c2;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.banner {
  position: relative;
  height: 100vh;
  background-color: #303030;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.14);
  background-color: #fff;
  color: #fff;
}

.nav-menu {
  display: inline-block;
  margin-top: 10px;
  float: left;
}

.nav-menu.center-menu {
  display: block;
  float: none;
  text-align: center;
}

.nav-menu.right {
  float: right;
}

.brand-logo {
  display: inline-block;
  float: none;
}

.brand-logo.float-left {
  float: left;
}

.align-center {
  position: relative;
  text-align: center;
}

.align-center.with-pading {
  padding-top: 15px;
}

.align-center.top-title {
  margin-bottom: 50px;
}

.navigation-link {
  padding: 15px 10px 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current {
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.navigation-link.dropdown {
  padding-right: 35px;
}

.navigation-link.dark {
  color: hsla(0, 0%, 46.7%, 0.8);
  font-weight: 500;
}

.navigation-link.dark:hover {
  color: #212121;
}

.follow-text {
  display: inline-block;
  margin-right: 5px;
  font-family: Playball, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.follow-text.in-footer {
  position: relative;
  top: -19px;
  color: #fff;
  font-size: 21px;
}

.align-right {
  text-align: right;
}

.align-right.top-space {
  margin-top: 20px;
}

.sociall-wrapper {
  position: relative;
  top: -4px;
  display: inline-block;
  float: right;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url('../images/fb-nuovo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
}

.social-icon:hover {
  background-color: #f32f41;
  opacity: 1;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  background-size: 20px;
}

.social-icon.twitter.biger {
  background-size: 20px;
}

.social-icon.google {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/instg.png');
  background-size: 50px;
}

.social-icon.biger {
  width: 50px;
  height: 50px;
  background-size: 16px;
}

.big-slider {
  height: 100%;
  background-color: transparent;
}

.arrow {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 24px;
}

.arrow:hover {
  background-color: #f32f41;
}

.arrow.right {
  margin-right: 0px;
  margin-left: 25px;
}

.video-background {
  height: 100%;
}

.container-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-center.in-slider {
  top: 55%;
}

.container-center.in-pages {
  top: 60%;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/about-bg-50.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.without-image {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.without-image.less-padding {
  padding-bottom: 0px;
}

.section.prallax {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #c00f20;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #861a24;
  text-align: center;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.space {
  height: 20px;
}

.sub-text {
  margin-bottom: 10px;
  font-family: Playball, sans-serif;
  color: #c70f20;
  font-size: 32px;
  text-transform: capitalize;
}

.padding-both {
  padding-right: 151px;
  padding-left: 151px;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-image: url('../images/backg-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.call-us {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #f32f41;
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-3.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.services-wrapper {
  position: relative;
  display: block;
  width: 33.333%;
  height: 600px;
  max-height: 600px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.services-wrapper.color {
  padding-top: 85px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #fafafa;
  text-align: left;
}

.services-wrapper.color.purple {
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
  background-color: #9061c2;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.services-wrapper.photo-1 {
  background-image: url('../images/gelateria.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-wrapper.photo-2 {
  background-image: url('../images/sughero-vino.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.services-wrapper.photo-3 {
  background-image: url('../images/conserve-copertina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.services-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  background-image: url('../images/verification-sign-sketch.png');
  background-position: 50% 50%;
  background-size: cover;
}

.services-icon.icon-2 {
  background-image: url('../images/verification-sign-sketch.png');
  background-size: cover;
}

.services-icon.icon-3 {
  background-image: url('../images/verification-sign-sketch.png');
  background-position: 50% 50%;
  background-size: cover;
}

.day {
  color: hsla(0, 0%, 100%, 0.65);
  font-style: italic;
}

.white-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.white-heading.big {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}

.white-font {
  color: #fff;
}

.center-div {
  position: absolute;
  left: 50px;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-div.add-center {
  text-align: center;
}

.center-div._2 {
  top: 50%;
}

.line-divider {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #f32f41;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #121212;
}

.button.white {
  background-color: #fff;
  color: #9061c2;
}

.button.white:hover {
  background-color: #212121;
  color: #fff;
}

.button.submit {
  width: 30%;
  height: 50px;
  float: left;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f32f41;
}

.button.in-blog {
  color: #fff;
}

.button.a-destra {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: right;
  clear: none;
  font-size: 10px;
}

.right-section {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
  box-shadow: none;
}

.column-without-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-menu {
  text-align: center;
}

.tab-content {
  margin-top: 70px;
}

.tab-content.less-margin {
  margin-top: 40px;
}

.tab-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 0px 10px;
  background-color: transparent;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #9061c2;
  font-size: 14px;
  font-weight: 500;
}

.tab-link:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #000;
}

.tab-link.w--current {
  margin-right: 5px;
  margin-left: 5px;
  border-bottom-color: #9061c2;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #f32f41;
}

.tab-icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/009-flour.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-icons.icon-2 {
  background-image: url('../images/008-bag-of-sugar.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon-3 {
  background-image: url('../images/007-marmalade.png');
  background-size: cover;
}

.tab-icons.icon-4 {
  background-image: url('../images/006-oil.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon-5 {
  background-image: url('../images/005-wine.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon6 {
  background-image: url('../images/004-cheese.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon7 {
  background-image: url('../images/003-icecream-cone.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon8 {
  background-image: url('../images/002-package.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-icons.icon9 {
  background-image: url('../images/001-vegemite.png');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-text {
  position: relative;
  top: 18px;
  display: inline-block;
  font-size: 15px;
}

.menu-items {
  padding: 20px 20px 18px;
  border-bottom: 1px dashed #d8d8d8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
}

.item-name {
  display: inline-block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.item-name.price {
  margin-right: 5px;
  font-family: Playball, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.item-name.tag {
  font-family: 'Playfair Display', sans-serif;
  color: #b4b4b4;
}

.item-name.tag.dollar {
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
}

.biger {
  color: #a09595;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.no-padding {
  margin-bottom: 0px;
}

.hide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 750px;
  max-height: 750px;
  padding-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.show-text {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
}

.dynamic-list {
  padding-right: 55px;
  padding-left: 55px;
}

.image-popup {
  position: relative;
  width: 16.666%;
  float: left;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-left-radius: 5px;
  background-color: #212121;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #353535;
}

.copyright-text {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.59);
  font-size: 15px;
}

.copy-link {
  color: #fff;
  text-decoration: none;
}

.copy-link:hover {
  text-decoration: underline;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9061c2), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #9061c2, hsla(0, 0%, 100%, 0));
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.zoom-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.zoom-icon:hover {
  background-color: #9061c2;
}

.arrow-dropdown {
  margin-top: 18.5px;
  margin-right: 15px;
  font-size: 12px;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.77);
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.slide-2 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.center {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.big-title-slider {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
}

.navigation-style-2 {
  position: absolute;
  width: 100%;
  padding: 35px 25px 20px;
  background-color: transparent;
}

.float-right {
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-align: right;
}

.navigation-style-3 {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.inner-banner {
  height: 500px;
  background-image: url('../images/backg-2.png'), url('../images/newSlider12.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.inner-banner.image-2 {
  background-image: url('../images/backg-2.png'), url('../images/photo-5.jpg');
}

.inner-banner.image-3 {
  background-image: url('../images/backg-2.png'), url('../images/food-big-6.jpg');
}

.inner-banner.image-4 {
  position: relative;
  background-image: url('../images/backg-2.png'), url('../images/food-big-2.jpg');
  background-attachment: scroll, fixed;
}

.inner-banner.in-blog-page {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-banner.color {
  background-color: #9061c2;
  background-image: url('../images/backg-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.subscribe-text {
  width: 70%;
  height: 50px;
  padding-top: 6px;
  padding-left: 20px;
  float: left;
  border-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #363636;
  font-family: 'Playfair Display', sans-serif;
}

.subscribe-text:hover {
  background-color: #303030;
  color: #fff;
}

.subscribe-text:active {
  color: #fff;
}

.subscribe-text:focus {
  color: #fff;
}

.subscribe-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  float: left;
}

.menu-wrapper {
  margin-bottom: 20px;
  background-color: #fafafa;
}

.menu-wrapper.with-padding {
  padding: 20px 0px 0px;
  box-shadow: 0 2px 0 0 #f1f1f1;
}

.menu-photo {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-photo.no-left {
  display: block;
  width: 240px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.menu-content {
  position: relative;
  overflow: hidden;
  height: 120px;
  max-height: 120px;
  padding: 20px;
}

.menu-content.auto {
  height: auto;
  max-height: 100%;
  padding-right: 35px;
  padding-left: 35px;
}

.float-left {
  float: right;
}

.top-space {
  margin-top: 10px;
}

.top-small-space {
  margin-top: 15px;
}

.form-wrapper {
  margin-top: 40px;
  padding-right: 0px;
  text-align: left;
}

.float-field {
  width: 48%;
  margin-right: 10px;
  float: left;
}

.float-field.not-full {
  width: 97%;
}

.float-field.date {
  width: 15%;
}

.text-field {
  height: 50px;
  padding-left: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: #e8ebee;
  font-family: 'Playfair Display', sans-serif;
}

.text-field:active {
  background-color: #dce1e6;
  color: #313131;
}

.text-field:focus {
  background-color: #dce1e6;
  color: #313131;
}

.text-field.center-date {
  padding-left: 12px;
  text-align: center;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 40px;
}

.label {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  font-family: 'Playfair Display', sans-serif;
  color: #616161;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  text-align: center;
}

.info-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.info-wrapper.no-line {
  border-bottom-style: none;
}

.icon-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/phone-call-2.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.icon-icon.marker {
  background-image: url('../images/search-marker.png');
  background-size: 60px;
}

.info-content {
  position: relative;
  top: 15px;
  overflow: hidden;
  text-align: left;
}

.number {
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.hide {
  display: none;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #589b39;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
}

.error-message {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #c52020;
  color: #fff;
}

.blog-post-wrapper {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.left-image-blog {
  width: 250px;
  height: 250px;
  margin-right: 35px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-content {
  position: relative;
  overflow: hidden;
  padding-right: 49px;
}

.data-created {
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 16px;
}

.blog-title {
  font-family: Playball, sans-serif;
  font-size: 34px;
}

.background-blog-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/backg-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-navigation {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.source-link {
  color: #919191;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.sub-image {
  margin-bottom: 20px;
}

.top-margin {
  margin-top: 40px;
}

.top-margin.less-space {
  margin-top: 20px;
}

.footer-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: url('../images/phone-call-4.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1.png');
  background-size: 60px;
}

.footer-icon.email {
  background-image: url('../images/envelope-1.png');
  background-size: 60px;
}

.heading {
  font-family: Playball, sans-serif;
  color: #fff;
  letter-spacing: 6px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  z-index: 1;
  width: 60%;
  height: 100%;
  float: left;
  background-image: url('../images/cannolo-siciliano.jpg');
  background-position: 83% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-2 {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 80%;
  margin-left: -10%;
  float: left;
  background-image: url('../images/Pane-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  height: 350px;
  background-image: url('../images/shutterstock_77590927.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-4 {
  height: 400px;
}

.div-block-3 {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/ristoranti.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3._20 {
  background-image: url('../images/bar.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3._21 {
  background-image: url('../images/hotel.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-3._22 {
  background-image: url('../images/pasticcerie.jpg');
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.div-block-4:hover {
  background-color: rgba(0, 0, 0, 0.81);
  opacity: 1;
}

.heading-2 {
  font-family: Playball, sans-serif;
  color: #fff;
  font-weight: 800;
}

.button-2 {
  margin-top: 20px;
  background-color: #000;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fff;
  color: #000;
}

.section-5 {
  padding-top: 20px;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

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

.text-span {
  margin-right: 0px;
  float: right;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #000;
  line-height: 30px;
}

.row {
  height: 250px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/food-catania.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2 {
  height: 100%;
  background-image: url('../images/farina.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-2.zucchero {
  background-image: url('../images/zucchero.jpg');
  background-position: 50% 50%;
}

.column-2.conserve {
  background-image: url('../images/conserve.jpg');
  background-position: 50% 50%;
}

.column-2.grassi {
  background-image: url('../images/grassi-e-oli.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.alcolici {
  background-image: url('../images/alcolici4.jpg');
}

.column-2.formaggi {
  background-image: url('../images/salumi.jpg');
  background-position: 50% 50%;
}

.column-2.gelateria {
  background-image: url('../images/gelateria-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.packaging {
  background-image: url('../images/packaging.jpg');
  background-position: 50% 50%;
}

.column-2.altri-prodotti {
  background-image: url('../images/altri-prodotti-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.link {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.link-2 {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.link-2:hover {
  color: #000;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  margin-top: 87px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/farina-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/farina-copertina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.zuccheri {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/zuccheri-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/zuccheri-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.conserve-alimentari {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/conserve-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/conserve-copertina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.grassi-e-oli-vegetali {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/grassi-copertina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/grassi-copertina.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.gelateri {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/gelateria.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/gelateria.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.alcolic {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sughero-vino.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sughero-vino.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.formaggi-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/formaggi-e-salumi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/formaggi-e-salumi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.altri-prodot {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/cacao.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/cacao.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-7.packaging-alimentari {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-4 {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
}

.section-8 {
  padding: 30px 10px;
}

.button-3 {
  float: right;
}

.container {
  margin-top: 0px;
}

.paragraph-3 {
  margin-top: 45px;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.section-9 {
  height: 350px;
  background-image: url('../images/farina-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-9.zuccher {
  background-image: url('../images/zuccheri.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-9.conser {
  background-image: url('../images/conserve-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-9.grassi-e {
  background-image: url('../images/grassi-e-oli-vegetali.jpg');
}

.section-9.gelt {
  background-image: url('../images/gelateria-2.jpg');
}

.section-9.wine {
  background-image: url('../images/white-wine.jpg');
}

.section-9.salumi {
  background-image: url('../images/formaggi-e-salumi-2.jpg');
}

.section-9.prodotti-altri {
  background-image: url('../images/coloranti.jpg');
}

.section-9.monouso {
  background-image: url('../images/packaging-alimentare.jpg');
}

.paragraph-4 {
  color: #fff;
}

.link-block {
  text-decoration: none;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  margin-top: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/carretto-siciliano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/carretto-siciliano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-11 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #f32f41;
}

.row-2 {
  height: 300px;
}

.row-2.vvv {
  height: auto;
}

.column-3 {
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-5 {
  font-family: Playball, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.text-block {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.div-block-7 {
  display: block;
  width: 100%;
  margin: 20px auto;
  background-color: #f32f41;
}

.map {
  width: 100%;
  height: 100%;
}

.section-12 {
  height: 300px;
  background-image: url('../images/copertina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-5 {
  color: #000;
  font-size: 14px;
}

.form {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
}

.link-3 {
  color: #fff;
}

.link-3:hover {
  color: #f32f41;
}

.pop-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.pop-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -18%;
  right: 0%;
  bottom: 5px;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #201d24;
  cursor: pointer;
}

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

.primary-button {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 50px;
  background-color: #0e0e0f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.image-5 {
  padding-top: 30px;
}

.paragraph-9 {
  color: #302e2e;
  font-size: 17px;
}

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

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

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

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

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

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

.link-4 {
  color: #fff;
}

html.w-mod-js *[data-ix="slide-out-zoom-icon-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="slide-out-lightbox-overlay-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  .banner {
    height: 650px;
  }

  .nav-menu.right {
    margin-top: 0px;
    background-color: #fafafa;
  }

  .navigation-link.dark.w--current {
    border-radius: 0px;
    color: #f32f41;
  }

  .padding-both {
    padding-right: 50px;
    padding-left: 50px;
  }

  .services-wrapper {
    width: 100%;
    height: 400px;
  }

  .services-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .dynamic-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-popup {
    width: 33.3333%;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .dropdown-link._201 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .hamburger {
    background-color: transparent;
  }

  .hamburger.w--open {
    margin-top: 5px;
    padding: 13px;
    background-color: #f32f41;
  }

  .section-7 {
    margin-top: 0px;
  }

  .section-10 {
    margin-top: 0px;
  }

  .row-2 {
    height: 400px;
  }

  .column-4 {
    height: 400px;
  }

  .div-block-6 {
    padding: 10px;
  }

  .map {
    width: 100%;
    height: 100%;
  }

  .heading-6 {
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section.without-image {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .padding-both {
    padding-right: 90px;
    padding-left: 90px;
  }

  .call-us {
    right: 10px;
    bottom: 10px;
  }

  .right-section {
    height: 1700px;
    max-height: 2000px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link {
    position: relative;
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tab-text {
    left: 0px;
    top: 15px;
    display: inline-block;
    padding-left: 0px;
  }

  .item-name {
    display: block;
    text-align: center;
  }

  .item-name.price {
    display: inline-block;
  }

  .item-name.tag {
    display: inline-block;
  }

  .item-name.left-mobile {
    display: block;
    text-align: left;
  }

  .no-padding {
    text-align: center;
  }

  .hide-section {
    display: block;
    height: 1500px;
    max-height: 1500px;
  }

  .show-text {
    font-size: 36px;
  }

  .big-title-slider {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 70px;
  }

  .navigation-style-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .inner-banner {
    height: 350px;
  }

  .subscribe-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-wrapper.with-padding {
    margin-right: 80px;
    margin-left: 80px;
  }

  .float-field {
    width: 97%;
  }

  .blog-post-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .heading {
    font-size: 30px;
  }

  .row {
    height: 200px;
  }

  .section-7.zuccheri {
    margin-top: 0px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .follow-text.in-footer {
    font-size: 18px;
  }

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

  .sub-text {
    font-size: 33px;
  }

  .padding-both {
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-heading.big {
    line-height: 40px;
  }

  .button.submit {
    width: 100%;
    float: none;
    border-radius: 5px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .right-section.on-mobile {
    height: 900px;
    max-height: 900px;
  }

  .tab-link {
    width: 100%;
  }

  .image-popup {
    width: 50%;
  }

  .copyright-text {
    line-height: 26px;
  }

  .big-title-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subscribe-text {
    width: 100%;
    float: none;
    border-radius: 5px;
  }

  .menu-wrapper.with-padding {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-photo {
    width: 100%;
    height: 200px;
  }

  .float-field {
    width: 100%;
  }

  .float-field.not-full {
    width: 100%;
  }

  .float-field.date {
    width: 25%;
  }

  .left-image-blog {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-navigation {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-4 {
    height: auto;
  }

  .div-block-3 {
    width: auto;
    height: 300px;
    float: none;
  }

  .section-7 {
    margin-top: 0px;
  }

  .heading-4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 35px;
  }

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

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

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

