/*   
Theme Name: Siebkens Resort
Theme URI: http://siebkens.com
Description: Custom theme for Siebkens Resort
Author: Autoarts
Author URI: http://autoarts.co
Version: 1
*/

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-top: 130px;
  background-color: #f4eee0;
  font-family: Tinos, sans-serif;
  color: #1f5a41;
  font-size: 18px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

a {
  color: #1f5a41;
  text-decoration: underline;
}

.visible-mobile {
  display: none;
}

.footer-top {
  padding: 40px;
  background-color: #1f5a41;
  color: #fff;
  letter-spacing: 1px;
}

.footer-bottom {
  padding: 20px 40px;
  background-color: #fff;
}

.footer-bottom-left {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
}

.footer-bottom-right {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.nav {
  box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.15);
}

nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#menu-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-footer li {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #1f5a41;
}

#menu-footer a {
  color: #1f5a41;
  text-decoration: none;
  text-transform: uppercase;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f4eee0;
}

nav .menu-item {
  margin-left: auto;
  margin-right: auto;
}

nav .menu-item a {
  text-decoration: none;
  padding: 15px 20px;
  color: #1f5a41;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

nav .menu-item a:hover {
  text-decoration: none;
  color: #a8353a;
  background-image: url('images/hover_red.svg');
  background-position: 50% 100%;
  background-size: 70px;
  background-repeat: no-repeat;
}

nav .menu-item:hover {
  cursor: pointer;
}

.nav-link.nav-centered {
  text-align: center;
}

.nav-left, .nav-right {
  width: 40%;
}

.menu-main-menu-left-container, .menu-main-menu-right-container {
  width: 100%;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4eee0;
}

.logo {
  height: 80px;
}

.book-now {
  position: fixed;
  right: 65px;
  bottom: 45px;
  z-index: 9;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.book-now:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.book-image {
  width: 95px;
}

.book-now-mobile {
  display: none;
}

.padded-row {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vw;
  background-image: url('images/bg_sample.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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(0, 0, 0, 0.4);
}

.inner-overlay.half {
  padding: 10% 20%;
}

.inner-overlay.full {
  padding: 10% 20%;
}

.inner-overlay.room {
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-half-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-half {
  position: relative;
  height: 45vw;
  background-image: url('images/bg_sample.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-half.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #1f5a41;
  background-image: none;
  color: #fff;
}

.inner-container {
  width: 100%;
  max-width: 550px;
  color: #fff;
  text-align: center;
}

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

.btn {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn:hover {
  background-color: rgba(31, 90, 65, 0.75);
}

.btn.btn-margin {
  margin-top: 14px;
}

.btn-inner {
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.footer-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  width: 35%;
  text-align: left;
}

.footer-location {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

.footer-subscribe {
  width: 35%;
}

.social-link {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.social-icon {
  height: 30px;
}

.subscribe-input {
  margin-bottom: 0px;
  padding: 20px;
  border: 0px solid #000;
  color: #1f5a41;
}

.subscribe-btn {
  background-color: transparent;
  text-transform: uppercase;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

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

.main {
  position: relative;
}

.sub-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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: #dfdac9;
  position: fixed;
  left: 0px;
  top: 130px;
  right: 0px;
  z-index: 9;
}

.sub-menu-wrapper.sub-has-announcement {
  top: 176px;
}

.sub-hide {
  display: none;
}

.sub-menu-wrapper [class*=container] {
  width: 100%;
}

.sub-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -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;
}

.sub-menu-wrapper li {
  width: 16%;
  text-align: center;
}

.sub-menu-wrapper li a {
  padding: 15px 20px;
  color: #1f5a41;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.sub-menu-wrapper li a:hover {
  background-image: url('images/hover_green.svg');
  background-position: 50% 100%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.sub-menu-link.w--current {
  background-image: url('images/hover_red.svg');
  background-position: 50% 100%;
  background-size: 70px;
  background-repeat: no-repeat;
  color: #a8353a;
}

.dine-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fbfaf5;
}

.dine-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.dine-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-bottom: 40px;
  padding: 20px;
  -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: url('images/hover_green.svg');
  background-position: 50% 100%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.dine-footer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dine-footer-btn {
  margin-top: 40px;
}

.menu-btn {
  padding: 10px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f5a41;
  background-color: transparent;
  color: #1f5a41;
}

.menu-btn:hover {
  background-color: #1f5a41;
  color: #fff;
}

.red {
  color: #a8353a;
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 80px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.menu-bottom {
  padding: 80px 40px 160px;
  -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: url('images/divider.svg');
  background-position: 50% 0%;
  background-size: 200px;
  background-repeat: no-repeat;
  text-align: center;
}

.menu-inner {
  width: 800px;
  max-width: 90%;
}

.purveyor-grid {
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.purveyor-grid.shopping-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.property-logo {
  max-height: 110px;
  max-width: 150px;
}

.stay-option {
  position: relative;
  height: 30vh;
  background-position: center;
  background-size: cover;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-block {
  margin-bottom: 40px;
  padding: 80px 40px;
  text-align: center;
}

.shop-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.store-description {
  margin-top: 10px;
  font-size: 14px;
}

.shop-image-wrapper {
  position: relative;
  margin-bottom: 20px;
  color: transparent;
}

.shop-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: #1f5a41;
  opacity: 0.8;
}

.shop-image-overlay:hover {
  opacity: 0.95;
  color: #fff;
}

.autoarts {
  width: 160px;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  float: right;
  background-image: url('images/autoarts-black.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.autoarts:hover {
  background-image: url('images/autoarts-red.svg');
}

.divider {
  height: 80px;
  margin-bottom: 40px;
  background-image: url('images/divider.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.photo-credit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  text-align: right;
}

.text-block {
  font-size: 16px;
}

.quote {
  text-transform: none;
}

.btn-outline {
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f5a41;
  background-color: transparent;
  color: #1f5a41;
}

.btn-outline:hover {
  background-color: #1f5a41;
  color: #fff;
}

.testimonial-inner {
  padding: 60px;
  text-align: center;
}

.announcement {
  padding: 15px 40px;
  background-color: #1f5a41;
  color: #fff;
  font-size: 18px;
}

.announcement .owl-item p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.announcement a {
  color: #fff;
  text-decoration: underline;
}

.announcement .owl-nav {
  position: absolute;
  top: 0;
  margin: 0 !important;
  width: 100%;
}

.announcement .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}

.announcement .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
}

.announcement .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  opacity: .5;
}

.has-announcement {
  padding-top: 180px;
}

.has-submenu {
  padding-top: 243px;
}

.has-submenu.has-announcement {
  padding-top: 268px;
}

.announce-right {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.announce-middle {
  text-align: center;
}

.announce-left {
  padding-right: 0px;
  padding-left: 0px;
}

.mobile-navbar-wrapper {
  display: none;
}

.nav-mobile {
  display: none;
}

.content-carousel .owl-dots {
  margin: 0;
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.content-carousel.owl-theme .owl-dots .owl-dot span  {
    width: 20px;
    height: 20px;
    margin: 5px 0px;
    background-color: transparent;
    background-image: url("images/carousel-dot.svg");
    border-radius: 0px;
}

.roomsCarousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.roomsCarousel.owl-theme .owl-dots .owl-dot span  {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    background-color: transparent;
    background-image: url("images/carousel-dot.svg");
    border-radius: 0px;
}

.content-carousel.owl-theme .owl-dots .owl-dot.active span, .content-carousel .owl-theme .owl-dots .owl-dot:hover span, .roomsCarousel.owl-theme .owl-dots .owl-dot.active span, .roomsCarousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    background-image: url("images/carousel-dot-active.svg");
}

.error {
	background-image: url("images/404.jpg");
}

.error a {
	color: #fff;
}

.hero-carousel-row {
  position: relative;
}

.hero-carousel-row .inner-overlay {
  z-index: 99;
  left: 40px;
  right: 40px;
}


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

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom-right {
    margin-top: 10px;
    text-align: center;
  }
	
  .footer-bottom-left {
    flex-wrap: wrap;
    flex-direction: column;
  }
	
  #menu-footer li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
  }
	
  nav .menu {
	flex-direction: column;
  }

  .nav-left {
    display: none;
  }

  .nav-logo {
    display: none;
  }

  .nav-right {
    display: none;
  }

  .nav-wrapper {
    padding-top: 0px;
    padding-bottom: 30px;
    -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;
  }

  .book-now {
    right: 45px;
    bottom: 25px;
  }

  .padded-row {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-full {
    height: 55vw;
  }

  .section-half-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-half {
    height: 55vw;
  }

  .section-half.testimonial {
    height: auto;
  }

  .footer-top-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-social {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-location {
    margin-bottom: 15px;
  }

  .footer-subscribe {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
	
  .sub-menu-wrapper {
    top: 100px;
  }

  .sub-menu-wrapper.sub-menu-fixed.sub-has-announcement {
    top: 150px;
  }

  .sub-menu-link {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .dine-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dine-footer-inner {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .purveyor-grid.shopping-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  }

  .purveyor-grid.attraction-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .autoarts {
    background-position: 50% 50%;
  }

  .divider.mobile {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    background-size: 100px;
  }

  .has-announcement {
    padding-top: 152px;
  }

  .has-submenu {
    padding-top: 235px;
  }

  .mobile-logo-wrapper {
    padding-left: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .mobile-logo {
    height: 50px;
  }

  .nav-btn {
    width: 60px;
  }

  .nav-btn.w--open {
    background-color: #1f5a41;
  }

  .mobile-navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-mobile {
    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;
  }
	
  .sub-menu-wrapper.sub-has-announcement {
    top: 150px;
  }
	
  .has-submenu.has-announcement {
  	padding-top: 263px;
  }
  
  .hero-carousel-row .inner-overlay {
    left: 20px;
    right: 20px;
  }
	
}

@media screen and (max-width: 767px) {
  .visible-mobile {
	display: block;
  }
	
  .hidden-mobile {
	display: none;
  }
	
  .book-now {
    right: 30px;
  }
    
  .announcement {
    padding: 15px;
  }
  
  .announcement .owl-item p {
    font-size: 16px;
  }

  .section-full {
    height: 65vw;
  }

  .inner-overlay.full {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-half {
    height: 65vw;
  }

  .sub-menu-wrapper li a {
    padding: 10px;
  }

  .sub-menu-wrapper li {
    flex-grow: 1;
  } 

  .purveyor-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .purveyor-grid.shopping-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .purveyor-grid.attraction-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .has-announcement {
    padding-top: 153px;
  }

  .has-submenu {
    padding-top: 100px;
  }
	
  .has-announcement.has-submenu {
    padding-top: 150px;
  }
	
  .sub-menu-wrapper {
    display: block !important;
    top: 0 !important;
    position: relative;
  }

  .announce-right {
    display: none;
  }

  .announce-left {
    display: none;
  }

  .book-now-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 20px;
    padding-top: 80px;
  }
	
  .has-book-now {
	padding-bottom: 60px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  nav .menu-item a:hover {
    background-size: 40px;
  }

  .nav-wrapper {
    padding-bottom: 10px;
  }

  .book-now {
    display: none;
  }

  .padded-row {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-full {
    height: 100vw;
  }

  .inner-overlay.half {
    padding-right: 10%;
    padding-left: 10%;
  }

  .inner-overlay.full {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section-half-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-half {
    height: 100vw;
  }

  .btn.btn-margin {
    margin-top: 0px;
  }

  .btn-inner {
    text-align: center;
  }

  .footer-location {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-subscribe {
    width: 100%;
  }

  .subscribe-input {
    width: 100%;
    text-align: center;
  }

  .subscribe-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-menu-wrapper.sub-menu-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-menu-wrapper.sub-menu-fixed.sub-has-announcement {
    position: static;
    top: 129px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-menu-link:hover {
    background-size: 40px;
  }

  .sub-menu-link.w--current {
    background-size: 40px;
  }

  .dine-footer-inner {
    width: 100%;
  }

  .text-section {
    margin-bottom: 10px;
    padding: 60px 20px;
  }

  .purveyor-grid {
    margin-top: 60px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .purveyor-grid.shopping-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .purveyor-grid.attraction-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-block {
    margin-bottom: 10px;
    padding: 60px 20px;
  }

  .divider {
    margin-bottom: 20px;
  }

  .divider.mobile {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .quote {
    font-size: 24px;
    line-height: 24px;
  }

  .testimonial-inner {
    padding: 20px;
  }

  .has-announcement {
    padding-top: 128px;
  }
	
  .has-submenu {
    padding-top: 80px;
  }

  .has-announcement.has-submenu {
    padding-top: 132px;
  }

  .mobile-navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .book-now-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1f5a41;
    color: #fff;
    font-style: italic;
    text-decoration: none;
  }
  
  .hero-carousel-row .inner-overlay {
    left: 10px;
    right: 10px;
  }
  
}

