body {
  height: 100%;
  color: #333;
  background-color: #1c1a17;
  padding-left: 300px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #e88f2a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
}

a {
  color: #e88f2a;
}

a:hover {
  color: #5c5246;
}

li {
  margin-bottom: 6px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00721d;
  border-radius: 3px;
  margin-top: 15px;
  margin-right: 6px;
  padding: 4px 25px;
  font-family: Oswald, sans-serif;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

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

.button.slider-button {
  z-index: 3;
  background-color: #e88f2a;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.button.slider-button:hover {
  color: #e88f2a;
  background-color: #fff;
}

.button.submit-button {
  width: 100%;
  margin-top: 10px;
}

.button.yellow {
  background-color: #e88f2a;
}

.button.yellow:hover {
  background-color: #3d3833;
}

.button.blog-archive {
  background-color: #e88f2a;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  position: absolute;
  top: 19px;
  right: 53px;
}

.button.blog-archive:hover {
  background-color: #f1a348;
}

.button._20:hover {
  background-color: #8d8a8a;
}

.navbar-left {
  width: 300px;
  height: 100%;
  text-align: center;
  background-color: #00721d;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-container {
  width: 100%;
  float: none;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 25px;
  display: block;
}

.nav-menu {
  width: 100%;
  float: none;
  margin-top: 10px;
  margin-bottom: 5px;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.logo-text.subtitle {
  opacity: .3;
  letter-spacing: 3px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(232, 143, 42, .66);
}

.nav-link.w--current {
  color: #faf3eb;
  background-color: #e88f2a;
}

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

.menu-divider {
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  display: inline-block;
}

.nav-contact-block {
  margin-top: 25px;
}

.nav-social-button {
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
}

.nav-social-button:hover {
  opacity: .3;
}

.nav-social-icon {
  height: 25px;
}

.nav-social-icon._22 {
  height: 20px;
}

.nav-bottom-text {
  color: #fff;
  margin-top: 22px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.nav-bottom-text._2 {
  opacity: .5;
  margin-top: 5px;
  line-height: 11px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

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

.hero-slide._2 {
  background-image: url('../images/Gelati3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/aperi.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 1px;
  padding-left: 35px;
  padding-right: 35px;
}

.hero-slide-button {
  width: 100px;
  height: 80px;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  font-size: 19px;
  transition: background-color .3s;
}

.hero-slide-button:hover {
  color: #000;
  background-color: #faf3eb;
}

.hero-slide-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, .4);
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
}

.hero-slide-title.subtitle {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}

.section {
  text-align: center;
  background-color: #fff;
  border-top: 3px #a02d84;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 35px;
  display: block;
}

.section.menu-page-section {
  padding-top: 0;
  padding-bottom: 80px;
}

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

.section.white._03 {
  background-color: #000;
}

.section._00 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_2234.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top-style: none;
}

.section.galler, .section.c {
  background-color: #fff;
}

.section.c.f {
  background-image: url('../images/Gelateria-a-Pisa---La-bottega-del-gelato.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.container {
  z-index: 2;
  text-align: center;
  position: relative;
}

.container.left-align {
  text-align: left;
  margin-bottom: 45px;
}

.container.align-left {
  text-align: left;
}

.section-intro-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-intro-title {
  color: #3d3833;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.section-intro-title.subtitle {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

.section-intro-title.subtitle.nn.b {
  color: #fff;
}

.section-intro-title.small {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.section-intro-title.new {
  font-size: 40px;
  line-height: 50px;
}

.section-intro-title.new.d {
  color: #3d3833;
  text-shadow: none;
  line-height: 45px;
}

.section-intro-title.new.d.a {
  margin-right: 10px;
  font-size: 26px;
  line-height: 30px;
}

.section-intro-title.new.d-copy {
  color: #3d3833;
  text-align: center;
  text-shadow: none;
  line-height: 45px;
}

.section-intro-title.new.d-copy.a {
  margin-right: 10px;
  font-size: 26px;
  line-height: 30px;
}

.section-intro-title._0000 {
  color: #000;
}

.section-intro-title._034 {
  color: #e88f2a;
  font-size: 50px;
  line-height: 65px;
}

.section-intro-title._5 {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
}

.section-intro-title.d {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.image-section {
  background-image: url('../images/la-bottega-del-gelato.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.owner {
  background-image: url('../images/Owner_1.jpg');
  background-position: 50% 0;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  padding: 125px 35px;
}

.image-section-overlay.owner {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.image-section-row {
  margin-top: 70px;
}

.image-section-icon {
  height: 80px;
  margin-bottom: 27px;
}

.image-section-column-title {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.menu-tabs-menu {
  border-radius: 3px;
  margin-top: 45px;
  display: inline-block;
  overflow: hidden;
}

.menu-tab-button {
  color: #ab9f91;
  text-transform: uppercase;
  background-color: #faf3eb;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Oswald, sans-serif;
  line-height: 30px;
  transition: background-color .3s, color .35s;
}

.menu-tab-button:hover {
  color: #fff;
  background-color: #3d3935;
}

.menu-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
}

.menu-tab-button.w--current:hover {
  background-color: #e88f2a;
}

.menu-tab-pane {
  padding-top: 55px;
}

.menu-list-item {
  text-align: left;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 90px;
  position: relative;
}

.menu-item-title {
  margin-bottom: 3px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.menu-item-title.description {
  color: #9e9e9e;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.menu-item-price {
  float: none;
  color: #fff;
  background-color: #e88f2a;
  border-radius: 3px;
  margin-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 24px;
}

.link {
  color: #00721d;
}

.link:hover {
  color: #e88f2a;
}

.link.white {
  color: #fff;
}

.link.white:hover {
  opacity: 1;
  color: rgba(255, 255, 255, .5);
}

.hero-slide-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.intro-title {
  color: #e88f2a;
  margin-bottom: 14px;
  font-family: Satisfy, sans-serif;
  font-size: 26px;
  line-height: 20px;
}

.intro-title.slider-intro-title {
  color: #e88f2a;
  text-shadow: none;
  font-weight: 400;
  line-height: 40px;
}

.intro-title.w {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
}

.footer {
  text-align: left;
  background-color: #00721d;
  padding: 65px 35px;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(130, 180, 68, 0);
}

.section-divider-line {
  width: 40%;
  height: 1px;
  background-color: #e88f2a;
  margin: 35px auto 25px;
  display: block;
}

.section-divider-line._2 {
  width: 25%;
}

.text-column-left {
  padding-top: 30px;
  padding-right: 45px;
}

.gallery-thumb {
  width: 100%;
  height: 150px;
  border-radius: 4px;
}

.gallery-thumb.large {
  height: 675px;
}

.small-gallery-row {
  margin-bottom: 15px;
}

.small-gallery-lightbox {
  width: 97%;
  float: left;
}

.small-gallery-lightbox:hover {
  opacity: .8;
}

.small-gallery-lightbox._2 {
  float: right;
}

.small-gallery-lightbox._2:hover {
  opacity: .7;
}

.footer-row {
  text-align: left;
}

.footer-text {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.footer-text.small {
  font-size: 10px;
}

.go-to-top-link-block {
  width: 90px;
  height: 90px;
  text-align: left;
  background-color: #e88f2a;
  border-radius: 20%;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.icon-go-to-top {
  width: 100%;
  height: 100%;
  opacity: .4;
  padding: 35px;
  position: absolute;
  transform: rotate(-45deg);
}

.icon-go-to-top:hover {
  opacity: 1;
}

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

.page-header {
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_2242.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-header.reservations {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0;
}

.page-header.gallery {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_2234.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.page-header.gallery.aperitivi {
  height: 60vh;
  background-color: #2da0a0;
  background-image: url('../images/inner_liquid.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header.contact-us {
  height: 50vh;
  background-image: url('../images/Gelateria-a-Pisa---La-bottega-del-gelato_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.page-header.blog-post {
  background-position: 50%;
}

.page-header.license {
  background-image: url('../images/Beans.jpg');
}

.page-header-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
}

.page-header-overlay.blog-post {
  padding-top: 135px;
  padding-bottom: 175px;
}

.page-header-overlay.b {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.menu-page-tabs-menu {
  margin-top: -70px;
}

.menu-page-tab-button {
  width: 25%;
  height: 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  padding-top: 19px;
  padding-left: 58px;
  transition: background-color .2s;
  position: relative;
}

.menu-page-tab-button:hover {
  color: #fff;
  background-color: #3d3833;
}

.menu-page-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.menu-page-tab-button.w--current:hover {
  background-color: #e88f2a;
}

.menu-page-tab-title {
  float: none;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-page-tab-title.subtitle {
  opacity: .49;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.menu-tab-icon {
  height: 29px;
  float: left;
  margin-bottom: 9px;
  position: absolute;
  top: 20px;
  left: 18px;
}

.menu-page-tab-pane {
  padding-top: 100px;
}

.menu-page-tabs-content {
  overflow: visible;
}

.gallery-lightbox {
  margin-bottom: 20px;
}

.gallery-lightbox:hover {
  opacity: .8;
}

.gallery-block-left {
  width: 50%;
  float: left;
}

.gallery-block-right {
  width: 50%;
  float: right;
  padding-left: 20px;
}

.contact-us-image {
  width: 100%;
  height: 330px;
  background-image: url('../images/person-woman-coffee-cup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 5px 0 0;
  overflow: hidden;
}

.contact-us-image._2 {
  background-image: url('../images/Gelati2.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.contact-us-column {
  padding-left: 0;
  padding-right: 0;
}

.contact-us-column.text-left {
  padding: 45px 45px 25px;
}

.contact-us-column.text-right {
  padding-top: 77px;
  padding-left: 45px;
  padding-right: 45px;
}

.contact-us-column.form-left {
  padding-left: 45px;
  padding-right: 45px;
}

.logo-icon {
  height: 75px;
  opacity: .3;
  margin-bottom: 13px;
}

.contact-us-map {
  height: 350px;
}

.field {
  width: 100%;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 12px;
  transition: border .2s;
}

.field:hover {
  border-color: #e8e0d8;
}

.field:focus {
  border-color: #e88f2a;
  box-shadow: 0 0 13px rgba(232, 143, 42, .5);
}

.field.area {
  height: 108px;
}

.field.first-half {
  width: 99%;
  float: left;
}

.field.last-half {
  width: 99%;
  float: right;
}

.contact-us-reservation-link-block {
  width: 100%;
  height: 487px;
  text-align: left;
  background-image: url('../images/Eating.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.reservation-link-block-overlay {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .65) 53%);
  padding: 100px 45px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.reservation-overlay-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}

.reservation-overlay-title._2 {
  font-size: 22px;
  font-weight: 300;
}

.success-bg {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 150px;
  padding-left: 0;
}

.success-text {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  font-size: 27px;
  line-height: 30px;
}

.success-text._2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  line-height: 46px;
}

.error-bg {
  border-radius: 4px;
  padding-bottom: 5px;
}

.error-text {
  color: red;
  font-size: 11px;
}

.reservation-image-block {
  width: 100%;
  height: 487px;
  background-image: url('../images/Reservation-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.reservation-image-block._2 {
  background-image: url('../images/Interior.jpg');
}

.about-us-image {
  width: 100%;
  height: 500px;
  filter: grayscale();
  background-image: url('../images/Fare-gelato3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.about-us-image:hover {
  filter: none;
}

.about-us-image._0001 {
  width: 100%;
  height: 300px;
  background-image: url('../images/Fare-il-gelato.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 20px;
}

.about-us-image._0001.b {
  height: 400px;
  filter: none;
  background-image: url('../images/bf690f1b-0bd0-443d-b982-079db1a81eb5-1.jpeg');
  background-position: 0;
}

.about-us-text-col-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.owner-image {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 100%;
  margin-bottom: 19px;
}

.owner-title {
  color: #e88f2a;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.owner-signature {
  color: #9e9e9e;
  margin-top: 38px;
  font-family: Reenie Beanie, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.event-image-section {
  background-image: url('../images/55d82b0753965dde61577b33_Spare-ribs.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.event-image-section._2 {
  background-image: url('../images/55d82b1aa811abde4e36a0d7_Coffee.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.event-image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .49);
  padding: 90px 35px;
  transition: background-color .5s;
}

.event-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 61px;
  line-height: 60px;
}

.event-title._2 {
  color: #e88f2a;
  margin-bottom: 29px;
  font-size: 30px;
  line-height: 30px;
}

.event-info-title {
  color: #e88f2a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.event-info-title._2 {
  color: #0a0a0a;
  margin-bottom: 45px;
  font-size: 34px;
  line-height: 30px;
}

.more-info-text {
  margin-left: 12px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.footer-social-block {
  width: 30px;
  height: 30px;
  color: #00721d;
  text-align: center;
  background-color: #00721d;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 10px;
  padding-top: 6px;
  transition: background-color .25s;
}

.footer-social-block:hover {
  background-color: #e88f2a;
}

.image-background-section {
  background-color: #fff;
  background-image: url('../images/BG-food.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 1000px;
  padding: 0;
}

.image-background-section.coffee {
  background-image: url('../images/55d8297553965dde61577b1f_BG-coffee.jpg');
  background-position: 100%;
}

.rating-block {
  margin-top: 45px;
}

.star-rating {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.star-rating.gray {
  opacity: .2;
}

.rating-stars-wrapper {
  margin-bottom: 7px;
}

.rating-title {
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.rating-title.ne {
  color: #8d8a8a;
  font-family: Montserrat, sans-serif;
}

.rating-name {
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.rating-name.vv {
  color: #8d8a8a;
}

.empty-state {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 3px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.blog-link-title {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link-title:hover {
  color: #e88f2a;
}

.blog-post-image {
  width: 100%;
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.blog-post-item {
  margin-bottom: 20px;
}

.blog-column-left {
  padding-left: 0;
}

.blog-text-column-right {
  padding-top: 75px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-post-text-block {
  text-align: left;
}

.image-background-overlay {
  background-image: linear-gradient(to right, #fff 68%, rgba(255, 255, 255, .01));
  padding: 100px 35px;
}

.event-column-right {
  padding-top: 32px;
  padding-left: 45px;
  padding-right: 45px;
}

.event-title-link {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.event-title-link:hover {
  color: #e88f2a;
}

.event-overview-image {
  width: 100%;
  height: 300px;
  background-image: url('../images/Owner_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.events-row {
  margin-bottom: 20px;
}

.event-header-block {
  width: 500px;
  text-align: left;
}

.blog-date {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-author-block {
  width: 100%;
  float: none;
  color: #fff;
  text-align: left;
  background-color: #3d3833;
  padding: 18px 18px 18px 79px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-profile-image {
  width: 70px;
  height: 70px;
  float: left;
  border: 5px solid #fff;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 20px;
}

.blog-post-author-title {
  float: none;
  margin-top: 15px;
  font-size: 12px;
}

.blog-post-author-title.name {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.blog-post-block {
  z-index: 10;
  width: 70%;
  background-color: #fff;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 140px;
  display: block;
  position: relative;
}

.image-link-block {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.image-link-block:hover {
  background-color: rgba(232, 143, 42, .8);
}

.blog-author-wrapper {
  width: 265px;
  float: left;
}

.template-info-title {
  margin-top: 0;
}

.table-wrapper {
  background-color: #fff;
}

.table-row-rapper {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  padding: 11px;
  transition: background-color .2s;
}

.table-row-rapper:hover {
  background-color: #fcf8f5;
}

.table-row-rapper.title {
  color: #fff;
  background-color: #e88f2a;
}

.image-license-thumb {
  border-radius: 3px;
}

.empty-state-icon {
  height: 90px;
}

.empty-state-title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
}

.empty-state-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.menu-white-wrapper {
  background-color: rgba(255, 255, 255, .7);
  padding: 23px 13px 3px 0;
}

.para {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.para._3, .para.c {
  color: #3d3833;
}

.para.c-copy {
  color: #3d3833;
  text-align: center;
  margin-top: 30px;
}

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

.footer-link:hover {
  color: #82b444;
}

.image {
  height: 450px;
  margin-top: 20px;
}

.link-footer {
  color: #82b444;
}

.section-map {
  background-color: rgba(0, 0, 0, 0);
}

._03456789 {
  color: #00721d;
}

._03456789:hover {
  color: #e88f2a;
}

.cit {
  color: #8d8a8a;
}

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

.link-foote:hover {
  color: #fff;
  text-decoration: underline;
}

.container-10 {
  padding: 10px;
}

.rich {
  color: #fff;
  padding: 10px;
}

.p {
  font-size: 16px;
}

.testo-descrittivo {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
}

.apeitivi {
  text-align: justify;
  font-size: 16px;
}

.a {
  color: #a51515;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.immagine {
  padding-bottom: 77px;
}

.html {
  height: 100%;
}

.text-block {
  color: #faf3eb;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block {
  height: 50vh;
}

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

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: 6px 6px 3px rgba(0, 0, 0, .82);
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-intro-title-copy {
  color: #3d3833;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.section-intro-title-copy.subtitle {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

.section-intro-title-copy.subtitle.nn.b {
  color: #fff;
}

.section-intro-title-copy.small {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.section-intro-title-copy.new {
  font-size: 40px;
  line-height: 50px;
}

.section-intro-title-copy.new.d {
  color: #faf3eb;
}

.section-intro-title-copy._0000 {
  color: #000;
}

.section-intro-title-copy._034 {
  font-size: 50px;
  line-height: 65px;
}

.section-intro-title-copy._5 {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.slider {
  height: 50vh;
  background-color: #fff;
}

.icon {
  color: #e88f2a;
  font-size: 15px;
}

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

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

.column-2 {
  height: 100%;
  padding-left: 0;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/limone-della-sicilia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4._2a {
  background-image: url('../images/amarena.jpg');
}

.div-block-4._3a {
  background-image: url('../images/amaretto-di-saronno.jpg');
}

.div-block-4._4a {
  background-image: url('../images/caffè.jpg');
  background-position: 50%;
}

.div-block-4._5a {
  background-image: url('../images/Cocco-Sri-Lanka.jpg');
}

.div-block-4._6a {
  background-image: url('../images/frutto-della-passione.jpg');
}

.div-block-4._7a {
  background-image: url('../images/gianduia-del-piemonte.jpg');
}

.div-block-4._8a {
  background-image: url('../images/Liquirizia.jpg');
}

.div-block-4._9a {
  background-image: url('../images/mandorla-di-avola.jpg');
}

.div-block-4._10a {
  background-image: url("https://assets.website-files.com/5a7872fcd8030000011b35bc/5a7adf0eb8c94600016d7d7d_mango%20dell'India.jpg");
}

.div-block-4._11a {
  background-image: url('../images/menta-bianca.jpg');
}

.div-block-4._12a {
  background-image: url('../images/noce-di-sorrento.jpg');
}

.div-block-4._13a {
  background-image: url('../images/pinoli-del-mediterraneo.jpg');
}

.div-block-4._14a {
  background-image: url('../images/pistacchio-della-sicilia.jpg');
}

.div-block-4._16a {
  background-image: url('../images/pistacchio-di-Bronte.jpg');
}

.div-block-4._17a {
  background-image: url('../images/vaniglia-del-madagascar.jpg');
}

.text-block-3 {
  font-family: Satisfy, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.slide-nav {
  font-size: 10px;
}

.paragraph {
  margin-top: 20px;
  font-family: Merriweather, serif;
}

.image-2 {
  float: left;
}

.div-block-5 {
  background-color: #faf3eb;
  padding: 40px 0;
}

.image-3 {
  margin-top: -150px;
}

.text-block-4 {
  z-index: 2;
  width: 100%;
  color: #faf3eb;
  text-align: center;
  background-color: #e88f2a;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: absolute;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.lightbox-link.limone {
  background-image: url('../images/Limone.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.arancia {
  background-image: url('../images/Arancia.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.cioccolato-f {
  background-image: url('../images/Cioccololato-fondente.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.lampo {
  background-image: url('../images/Lampone.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.biscotto {
  background-image: url('../images/Biscotto.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.cocco {
  background-image: url('../images/Cocco.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.crema {
  background-image: url("https://assets.website-files.com/5a7872fcd8030000011b35bc/5a7dbfee965b1e0001852136_Crema%20all'uovo.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.gianduia {
  background-image: url('../images/Gianduia.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.cioccolato-al-latte {
  background-image: url('../images/Cioccolato-al-latte.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.pistacchio-di-sicilia {
  background-image: url('../images/Pistacchio-di-Sicilia.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.yogurt {
  background-image: url('../images/Yogurt-mediterraneo.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.amarena {
  background-image: url('../images/Amarena_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.fragola {
  background-image: url('../images/Fragola.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.liquirizia {
  background-image: url('../images/Liquirizia_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.meringa {
  background-image: url('../images/Meringa.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.nocciola {
  background-image: url('../images/Nocciola.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.nutella {
  background-image: url('../images/Nutella.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.stracciatella {
  background-image: url('../images/Stracciatella.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.tiramisu {
  background-image: url('../images/Tiramisù.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.fior-di-latte {
  background-image: url('../images/Fior-di-latte.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.yogur {
  background-image: url('../images/Yogurt.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.ricotta-fichi {
  background-image: url('../images/Ricotta-fichi-e-noci.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link.crema-di-arancia {
  background-image: url('../images/Crema-di-arancia-amara-con-cannella.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image-5 {
  position: absolute;
  bottom: 40%;
  left: 20%;
}

.div-block-6 {
  height: 500px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.row-2 {
  margin-top: 20px;
}

.html-embed {
  height: 350px;
}

.section-intro-title-aaa {
  color: #faf3eb;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.section-intro-title-aaa.subtitle {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

.section-intro-title-aaa.subtitle.nn.b {
  color: #fff;
}

.section-intro-title-aaa.small {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.section-intro-title-aaa.new {
  font-size: 40px;
  line-height: 50px;
}

.section-intro-title-aaa.new.d {
  color: #3d3833;
  text-shadow: none;
  line-height: 45px;
}

.section-intro-title-aaa._0000 {
  color: #000;
}

.section-intro-title-aaa._034 {
  color: #e88f2a;
  font-size: 50px;
  line-height: 65px;
}

.section-intro-title-aaa._5 {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
}

.section-intro-title-aaa.d {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
}

.div-block-7 {
  background-color: #fff;
  padding: 50px 20px;
}

.div-block-8 {
  width: 300px;
  height: 300px;
  border-radius: auto;
  background-color: #fff;
  background-image: url('../images/logo-png-la-bottega-del-gelato.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #00721d;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.div-block-10 {
  background-color: #fff;
}

.div-block-11 {
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(97deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .31) 40%, #fff 57%, #fff), url('../images/2.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.intro-title-copy {
  color: #e88f2a;
  margin-bottom: 0;
  font-family: Satisfy, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.intro-title-copy.slider-intro-title {
  color: #e88f2a;
  text-shadow: none;
  font-weight: 400;
  line-height: 40px;
}

.intro-title-copy.w {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-right: 10px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.div-block-15 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.image-7 {
  margin-top: 20px;
}

.div-block-16 {
  background-color: #fff;
  padding: 50px 20px 0;
}

.div-block-9-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 20%;
  height: 2px;
  float: none;
  text-align: center;
  background-color: #00721d;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-4 {
  justify-content: center;
  align-items: center;
}

.row-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-4 {
  background-color: rgba(250, 243, 235, .73);
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-18 {
  height: 70vh;
  background-image: url('../images/home.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-2-copy {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-19 {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-20 {
  height: 60vh;
  background-color: #fff;
  padding-top: 20px;
}

.image-9 {
  background-color: #fff;
}

.div-block-21 {
  background-color: #faf3eb;
  padding-bottom: 100px;
  padding-left: 35px;
  padding-right: 35px;
}

.div-block-21._4 {
  padding-top: 100px;
}

.contact-us-row-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  height: 50vh;
  background-color: #fff;
  background-image: url('../images/gelato-a-Pisa---La-bottega-del-gelato.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.section-copy {
  text-align: center;
  background-color: #fff;
  border-top: 3px #a02d84;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 35px 0;
  display: block;
}

.section-copy.menu-page-section {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-copy.white {
  background-color: #fff;
}

.section-copy.white._03 {
  background-color: #000;
}

.section-copy._00 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Mantecazione-del-gelato-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-style: none;
}

.section-copy.galler, .section-copy.c {
  background-color: #fff;
}

.section-copy.c.f {
  background-image: url('../images/gelato-a-pisa---la-bottega.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section-copy._3 {
  padding-bottom: 100px;
}

.image-10 {
  width: 100%;
}

.l {
  color: #fff;
}

.l:hover {
  color: #e88f2a;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.page-header-copy {
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_2242.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: block;
}

.page-header-copy.reservations {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0;
}

.page-header-copy.gallery {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_2234.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.page-header-copy.gallery.aperitivi {
  height: 60vh;
  background-color: #2da0a0;
  background-image: url('../images/inner_liquid.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-copy.contact-us {
  height: 50vh;
  background-image: url('../images/Gelateria-a-Pisa---La-bottega-del-gelato_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.page-header-copy.blog-post {
  background-position: 50%;
}

.page-header-copy.license {
  background-image: url('../images/Beans.jpg');
}

.div-block-23 {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/IMG_2242.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-nav-2 {
  font-size: 10px;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Chi-siamo---La-bottega-del-gelato.jpg');
  background-position: 0 0, 0;
  background-size: auto, cover;
}

.columns {
  margin-top: 10px;
}

.section-2 {
  height: 100vh;
  background-color: #82b444;
}

html.w-mod-js [data-ix="tab-menu-column"], html.w-mod-js [data-ix="tab-menu-column-2"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="slider-title"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="slider-title-2"], html.w-mod-js [data-ix="slider-title-3"] {
  opacity: 0;
}

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

html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"], html.w-mod-js [data-ix="fade-in-on-load-5"], html.w-mod-js [data-ix="fade-in-on-load-6"] {
  opacity: 0;
  transform: translate(0, -30px);
}

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

@media screen and (max-width: 991px) {
  body {
    padding-left: 220px;
  }

  h3 {
    font-size: 17px;
    line-height: 26px;
  }

  p {
    font-size: 12px;
  }

  .button {
    margin-top: 10px;
    font-size: 12px;
    line-height: 31px;
  }

  .button.blog-archive {
    top: 24px;
    right: 23px;
  }

  .navbar-left {
    width: 220px;
  }

  .nav-link {
    line-height: 5px;
  }

  .nav-social-icon {
    height: 17px;
  }

  .hero-slide-overlay {
    padding-top: 1px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .hero-slide-button {
    width: 50px;
  }

  .hero-slide-title {
    font-size: 65px;
    line-height: 60px;
  }

  .hero-slide-title.subtitle {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 30px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.menu-page-section {
    padding-bottom: 25px;
  }

  .section-intro-block {
    width: 90%;
  }

  .section-intro-title {
    font-size: 35px;
    line-height: 36px;
  }

  .section-intro-title.small {
    font-size: 26px;
    line-height: 26px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .image-section-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-row {
    margin-top: 40px;
  }

  .image-section-icon {
    height: 60px;
  }

  .image-section-column-title {
    font-size: 15px;
    line-height: 19px;
  }

  .menu-tab-button {
    line-height: 20px;
  }

  .menu-tab-pane {
    padding-top: 35px;
  }

  .menu-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 72px;
  }

  .menu-item-title {
    font-size: 13px;
  }

  .menu-item-title.description {
    font-size: 10px;
    line-height: 15px;
  }

  .menu-item-price {
    font-size: 13px;
    right: 11px;
  }

  .intro-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .footer {
    padding: 55px 25px 25px;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .gallery-column-right {
    padding-top: 72px;
  }

  .gallery-thumb {
    height: 80px;
  }

  .gallery-thumb.large {
    height: auto;
  }

  .footer-col-left {
    padding-top: 7px;
  }

  .go-to-top-link-block {
    width: 60px;
    height: 60px;
    margin-top: -69px;
    margin-bottom: -21px;
  }

  .icon-go-to-top {
    padding: 14px;
  }

  .page-header-overlay {
    padding: 90px 35px;
  }

  .page-header-overlay.menu {
    padding-top: 95px;
    padding-bottom: 165px;
  }

  .page-header-overlay.blog-post {
    padding-top: 75px;
  }

  .menu-page-tabs-menu {
    margin-top: -120px;
  }

  .menu-page-tab-button {
    height: 120px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-page-tab-title.subtitle {
    margin-top: 4px;
    font-size: 10px;
  }

  .menu-tab-icon {
    float: none;
    position: static;
  }

  .menu-page-tab-pane {
    padding-top: 45px;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .contact-us-image {
    height: 280px;
  }

  .contact-us-column.text-left, .contact-us-column.text-right, .contact-us-column.form-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-us-reservation-link-block {
    height: 417px;
  }

  .reservation-link-block-overlay {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .reservation-overlay-title {
    font-size: 36px;
    line-height: 38px;
  }

  .reservation-overlay-title._2 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .reservation-image-block {
    height: 416px;
  }

  .reservation-image-column {
    padding-left: 6px;
    padding-right: 0;
  }

  .about-us-image {
    height: 680px;
  }

  .about-us-text-col-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-image-section-overlay {
    padding: 70px 35px 50px;
  }

  .event-title {
    font-size: 51px;
    line-height: 50px;
  }

  .image-background-section {
    background-position: 100%;
  }

  .rating-block {
    margin-top: 25px;
  }

  .blog-link-title {
    font-size: 23px;
    line-height: 28px;
  }

  .blog-post-image {
    height: 370px;
  }

  .blog-text-column-right {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-background-overlay {
    background-color: rgba(255, 255, 255, .9);
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .event-column-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-title-link {
    font-size: 25px;
    line-height: 26px;
  }

  .event-overview-image {
    height: 230px;
  }

  .events-row {
    margin-bottom: 10px;
  }

  .event-header-block {
    width: 420px;
  }

  .blog-post-author-block {
    padding-left: 30px;
  }

  .blog-post-block {
    width: 90%;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-author-wrapper {
    width: 235px;
  }

  .section-intro-title-copy {
    font-size: 35px;
    line-height: 36px;
  }

  .section-intro-title-copy.small {
    font-size: 26px;
    line-height: 26px;
  }

  .section-intro-title-aaa {
    font-size: 35px;
    line-height: 36px;
  }

  .section-intro-title-aaa.small {
    font-size: 26px;
    line-height: 26px;
  }

  .intro-title-copy {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.menu-page-section {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
  }

  p {
    font-size: 12px;
  }

  .button, .button.slider-button {
    line-height: 30px;
  }

  .button.blog-read-more {
    margin-top: 0;
  }

  .navbar-left {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .logo-container {
    width: 240px;
    float: left;
    margin-top: 13px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 4000;
    float: right;
    background-color: #262321;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .logo-text {
    text-align: left;
    font-size: 19px;
    line-height: 28px;
  }

  .hero-slider {
    height: 420px;
  }

  .hero-slide-overlay {
    padding-top: 41px;
  }

  .hero-slide-title {
    font-size: 45px;
    line-height: 40px;
  }

  .hero-slide-title.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .section {
    padding: 25px;
    font-size: 12px;
  }

  .section-intro-block {
    width: 100%;
  }

  .section-intro-title.subtitle {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 25px;
  }

  .image-section-icon {
    height: 50px;
    margin-bottom: 16px;
  }

  .menu-tabs-menu {
    margin-top: 25px;
  }

  .menu-list-item {
    padding-left: 0;
    padding-right: 57px;
  }

  .menu-item-title {
    font-size: 14px;
  }

  .menu-item-title.description {
    font-size: 11px;
    line-height: 16px;
  }

  .menu-item-price {
    right: 0;
  }

  .hero-slide-container {
    padding-left: 35px;
    padding-right: 35px;
    top: 53%;
  }

  .footer {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-overlay {
    padding-bottom: 10px;
    position: relative;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-thumb {
    height: auto;
  }

  .footer-col-left {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .go-to-top-link-block {
    margin-top: -39px;
  }

  .go-to-top-link-block.w--current {
    width: 70px;
    height: 70px;
    margin-top: -38px;
    margin-bottom: -26px;
  }

  .icon-go-to-top {
    padding: 22px;
  }

  .footer-col-right {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .page-header-overlay {
    padding: 120px 35px 50px;
  }

  .page-header-overlay.menu {
    padding-top: 115px;
    padding-bottom: 95px;
  }

  .page-header-overlay.blog-post {
    padding-top: 105px;
    padding-bottom: 165px;
  }

  .menu-page-tabs-menu {
    margin-top: -55px;
  }

  .menu-page-tab-button {
    width: 100%;
    height: 55px;
    text-align: left;
    background-color: #3d3833;
    border-bottom: 1px solid #534d47;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .2s;
    display: block;
  }

  .menu-page-tab-button:hover {
    color: #fff;
    background-color: #e88f2a;
  }

  .menu-page-tab-title {
    font-size: 15px;
    line-height: 13px;
  }

  .menu-tab-icon {
    height: 26px;
    float: left;
    margin-right: 14px;
  }

  .menu-page-tab-pane {
    padding-top: 25px;
  }

  .gallery-block-left {
    padding-right: 10px;
  }

  .gallery-block-right {
    padding-left: 0;
  }

  .contact-us-column.text-left {
    padding: 0 0 15px;
  }

  .contact-us-column.text-right {
    padding-top: 35px;
  }

  .contact-us-column.form-left {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-icon {
    height: 35px;
    float: left;
    margin-left: 20px;
    margin-right: 9px;
  }

  .contact-us-map {
    height: 370px;
    padding-bottom: 37px;
  }

  .contact-us-reservation-link-block {
    height: 307px;
  }

  .reservation-image-column {
    padding-left: 0;
  }

  .about-us-image {
    height: 290px;
  }

  .about-us-image-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-text-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .event-image-section-overlay {
    padding: 110px 25px 20px;
  }

  .event-title._2 {
    margin-bottom: 20px;
  }

  .event-info-title._2 {
    margin-bottom: 25px;
  }

  .facts-column {
    padding-bottom: 14px;
  }

  .image-background-section {
    background-size: cover;
  }

  .gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #e88f2a;
  }

  .blog-post-image {
    height: 250px;
  }

  .blog-post-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-column-left {
    padding-right: 0;
  }

  .blog-text-column-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-background-overlay {
    background-color: #fff;
    padding: 25px;
  }

  .event-column-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-header-block {
    width: 80%;
  }

  .blog-post-block {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-author-wrapper {
    width: 265px;
  }

  .menu-white-wrapper {
    padding: 0;
  }

  .section-intro-title-copy.subtitle, .section-intro-title-aaa.subtitle {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .section-copy {
    padding: 25px;
    font-size: 12px;
  }

  .container-11 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .button {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  .button.slider-button {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 17px;
  }

  .button.overview-button {
    width: auto;
  }

  .button.event-button {
    margin-bottom: 10px;
  }

  .button.blog-archive {
    width: auto;
    display: block;
    position: static;
  }

  .navbar-left {
    top: 0;
    left: 0;
    right: 0;
  }

  .logo-container.w--current {
    width: auto;
    margin-top: 0;
  }

  .nav-menu {
    background-color: #00721d;
  }

  .nav-link {
    font-size: 13px;
    line-height: 4px;
  }

  .hero-slider {
    height: 400px;
  }

  .hero-slide-overlay {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slide-button {
    width: 30px;
    height: 70px;
    font-size: 14px;
    top: 50px;
  }

  .hero-slide-title {
    font-size: 40px;
  }

  .hero-slide-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section {
    padding: 20px;
  }

  .section.galler {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-intro-block {
    margin-bottom: 1px;
  }

  .section-intro-title {
    font-size: 26px;
    line-height: 28px;
  }

  .section-intro-title.subtitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .section-intro-title.new.d {
    font-size: 13px;
    line-height: 20px;
  }

  .section-intro-title.new.d.a {
    font-size: 20px;
  }

  .image-section-overlay {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-section-row {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-section-icon {
    width: 25px;
    height: 25px;
  }

  .image-section-column-title {
    font-size: 14px;
  }

  .menu-tabs-menu {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .menu-tab-button {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 2px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-list-item {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }

  .hero-slide-container {
    padding-left: 45px;
    padding-right: 45px;
    top: 60%;
  }

  .intro-title {
    margin-top: 15px;
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
  }

  .intro-title.slider-intro-title {
    line-height: 23px;
  }

  .menu-overlay {
    padding-bottom: 0;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 16px;
  }

  .gallery-thumb {
    width: auto;
  }

  .small-gallery-row {
    margin-bottom: 8px;
  }

  .go-to-top-link-block.w--current {
    margin-top: -48px;
    margin-bottom: -7px;
  }

  .page-header {
    height: 60vh;
  }

  .page-header-overlay {
    padding: 110px 25px 35px;
  }

  .page-header-overlay.blog-post {
    padding-top: 95px;
    padding-bottom: 155px;
  }

  .gallery-block-left, .gallery-block-right {
    width: auto;
  }

  .contact-us-image {
    height: 200px;
  }

  .contact-us-column.text-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-map {
    padding-bottom: 75px;
  }

  .field {
    width: 100%;
    height: auto;
  }

  .reservation-image-block {
    height: 305px;
  }

  .about-us-image {
    height: 170px;
  }

  .about-us-image-column {
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
  }

  .event-image-section-overlay {
    padding: 100px 20px 30px;
  }

  .event-title {
    font-size: 29px;
    line-height: 30px;
  }

  .event-title._2 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 23px;
  }

  .event-info-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .event-info-title._2 {
    font-size: 24px;
  }

  .more-info-text {
    margin-left: 0;
    display: block;
  }

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

  .image-background-section {
    background-position: -261%;
  }

  .rating-block {
    text-align: center;
  }

  .rating-title {
    font-size: 20px;
  }

  .menu-button {
    background-color: #00721d;
  }

  .menu-button.w--open {
    background-color: #faf3eb;
  }

  .blog-link-title {
    margin-top: 10px;
    line-height: 25px;
  }

  .blog-post-image {
    height: 140px;
  }

  .blog-text-column-right {
    padding-top: 15px;
  }

  .event-column-right {
    padding-top: 15px;
    padding-right: 0;
  }

  .event-title-link {
    font-size: 17px;
    line-height: 17px;
  }

  .event-overview-image {
    height: 170px;
  }

  .event-header-block {
    width: 90%;
  }

  .blog-date {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-post-author-block {
    padding-left: 30px;
    padding-right: 28px;
  }

  .blog-post-block {
    width: 100%;
    padding-bottom: 160px;
  }

  .blog-author-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .table-column {
    padding-left: 0;
  }

  .table-title.title {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .para {
    font-size: 15px;
  }

  .section-intro-title-copy {
    font-size: 26px;
    line-height: 28px;
  }

  .section-intro-title-copy.subtitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

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

  .div-block-3 {
    text-align: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .image-5 {
    position: static;
  }

  .div-block-6 {
    height: 200px;
  }

  .row-2 {
    margin-top: 0;
  }

  .section-intro-title-aaa {
    font-size: 26px;
    line-height: 28px;
  }

  .section-intro-title-aaa.subtitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    display: flex;
  }

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

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-12 {
    margin-right: 0;
  }

  .intro-title-copy {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
  }

  .intro-title-copy.slider-intro-title {
    line-height: 23px;
  }

  .image-7 {
    margin-top: 41px;
  }

  .div-block-9-copy {
    flex-direction: column;
    justify-content: center;
  }

  .column-4 {
    flex-direction: column;
    display: flex;
  }

  .row-3, .row-4 {
    flex-direction: column;
  }

  .div-block-18 {
    height: 50vh;
  }

  .text-block-2-copy {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-21._4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-row-copy {
    flex-direction: column;
  }

  .section-copy {
    padding: 20px;
  }

  .icon-2 {
    color: #e88f2a;
  }

  .image-11 {
    margin-top: 20px;
  }

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

  .page-header-copy {
    height: 60vh;
  }
}


