/*
Theme Name: Alice NYC
Author: Pravda Collective
Author URI: https://pravdacollective.com
Description:
Version: 1.0
Text Domain: alicenyc
*/
:root {
  --urw-din-font-family: urw-din, sans-serif;
  --apple-chancery-font-family: 'apple_chanceryregular';
  --color-primary: #BF932E;
  --color-light-yello-wish: #f3ecd9;
  --color-medium-dark-yello-wish: #b0a179;
  --primary-dark-color: #1D2F3A;
  --primary-dark-alpha-color: rgba(23, 38, 46, 0.7);
  --color-white: #ffffff;
}

/*--- FLEX CONTAINERS ---*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

::-moz-selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--urw-din-font-family);
  color: var(--color-primary);
}

h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }
}

p, ul, ol, a {
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  p, ul, ol, a {
    font-size: 1.7rem;
  }
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  cursor: pointer;
}

a:not([class]):hover {
  color: var(--color-medium-dark-yello-wish);
}

.link-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.link-with-icon .svg-icon {
  width: 100%;
  max-width: 22px;
  fill: var(--color-primary);
  margin-right: 10px;
}

.link-with-icon:hover {
  color: var(--color-medium-dark-yello-wish);
}

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

.text-center img {
  margin: 0 auto;
}

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

.carousel .carousel-image {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1366px) {
  .carousel .carousel-image {
    width: 240px;
  }
}

.flickity-slider {
  mix-blend-mode: lighten;
}

.flickity-prev-next-button.previous {
  z-index: 999;
  background: transparent;
  color: var(--color-white);
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .flickity-prev-next-button.previous {
    left: 10px;
    opacity: 0.8;
  }
}

.flickity-prev-next-button.next {
  z-index: 999;
  background: transparent;
  color: var(--color-white);
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .flickity-prev-next-button.next {
    right: 10px;
    opacity: 0.8;
  }
}

.show-menu #alice-start-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#alice-start-popup .popup-text-content {
  padding: 3rem 0;
}

.popup-wrapper {
  position: relative;
  z-index: 9999;
}

.popup-wrapper .bck-close {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.popup-wrapper .popup-content-item {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

.popup-wrapper .popup-content-item.available {
  display: none;
}

.popup-wrapper .popup-content-item:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-wrapper .popup-content-item .popup-inner-content {
  max-width: 1135px;
  width: 95%;
  background-color: var(--color-white);
  padding: 0;
  margin: 1rem auto 1rem;
  position: relative;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.popup-wrapper .popup-content-item .popup-inner-content .close-lightbox {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 0.7rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  font-size: 2.3rem;
}

.popup-wrapper .popup-content-item .popup-inner-content .close-lightbox svg {
  width: 23px;
  height: 16px;
}

.popup-wrapper .popup-content-item .popup-inner-content .close-lightbox svg .close-svg {
  fill: var(--color-white);
}

.popup-wrapper .popup-content-item .popup-inner-content .popup-text-content {
  height: 80vh;
  padding: 3rem;
  overflow-y: auto;
}

@media only screen and (max-width: 479px) {
  .popup-wrapper .popup-content-item .popup-inner-content .popup-text-content {
    height: auto;
  }
}

.popup-with-bg-image .popup-inner-content {
  background-image: url("/wp-content/themes/alicenyc/assets/images/popup-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  background-size: cover;
  border: 5px solid var(--color-primary);
  max-width: 570px !important;
}

.popup-with-bg-image .popup-inner-content .popup-text-content {
  height: auto !important;
  padding: 50px 10% 60px !important;
}

@media only screen and (max-width: 767px) {
  .popup-with-bg-image .popup-inner-content .popup-text-content {
    padding: 50px 20px 60px;
  }
}

.popup-with-bg-image .popup-inner-content .popup-text-content .inner-deli-ctn {
  text-align: center;
}

.popup-with-bg-image .popup-inner-content .popup-text-content .inner-deli-ctn h4 {
  margin-bottom: 11%;
  font-weight: bold;
  font-size: 2.8rem;
}

@media only screen and (max-width: 479px) {
  .popup-with-bg-image .popup-inner-content .popup-text-content .inner-deli-ctn h4 {
    font-size: 2.6rem;
  }
}

.popup-with-bg-image .close-lightbox {
  background: transparent !important;
}

.popup-with-bg-image button.deliver-btn {
  padding: 6px 20px 10px;
  font-size: 2rem;
  background: #1379bb;
  color: var(--color-white);
  border: none;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.popup-with-bg-image button.deliver-btn:hover {
  background-color: var(--color-primary);
}

#reserve-popup .inner-deli-ctn h4 {
  margin-bottom: 15px;
}

#reserve-popup .inner-deli-ctn p {
  margin-bottom: 20px;
  color: var(--color-white);
}

#reserve-popup .inner-deli-ctn p, #reserve-popup .inner-deli-ctn a {
  font-size: 2rem;
}

.mt-footer {
  background: var(--color-light-yello-wish);
  padding: 20px 0;
}

main#site-content {
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 96%;
}

.mt-section {
  position: relative;
}

.mt-section .mt-row {
  max-width: 1490px;
  margin: 0 auto;
  width: 90%;
}

.mt-section .mt-row::after {
  content: "";
  clear: both;
  display: table;
}

.mt-section .mt-row.mt-row-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 575px) {
  .mt-section .mt-row.mt-row-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mt-section .mt-row.mt-row-columns .mt-column-1-of-2 {
  width: calc((100% - 0rem) / 2);
}

.mt-section .mt-row.mt-row-columns .mt-column-1-of-2:not(:last-child) {
  margin-right: 0rem;
}

@media only screen and (max-width: 575px) {
  .mt-section .mt-row.mt-row-columns .mt-column-1-of-2 {
    width: calc((100% - 0rem) / 1);
    padding: 0 30px 30px 30px;
  }
}

.mt-section .mt-row.mt-row-columns .mt-column-1-of-3 {
  width: calc((100% - 2 * 0rem) / 3);
}

@media only screen and (max-width: 980px) {
  .mt-section .mt-row.mt-row-columns .mt-column-1-of-3 {
    width: calc((100% - 2 * 0rem) / 1);
    margin-bottom: 20px;
  }
}

.mt-section .mt-row.mt-row-columns .mt-column-1-of-3:not(:last-child) {
  margin-right: 0rem;
}

.row-fullwidth {
  max-width: 100% !important;
  width: 100% !important;
}

a.button.skip {
  position: absolute;
  top: -400px;
  left: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  z-index: 999999;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  background-color: var(--color-primary);
  color: var(--primary-dark-color);
  padding: 20px 20px;
}

a.button.skip:focus {
  top: 8vh;
}

header#header.header-scroll {
  padding: 15px 0;
  background: var(--primary-dark-alpha-color);
}

header#header.header-scroll .inner-menu-content ul li a {
  padding: 5px 15px !important;
}

header#header.header-scroll .inner-menu-content ul li a:hover {
  color: var(--color-light-yello-wish);
}

header#header {
  position: fixed;
  top: 0;
  padding: 60px 0 0;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 999;
}

header#header .container {
  padding: 0;
}

header#header .container .inner-menu-content {
  width: 100%;
}

header#header .container .inner-menu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*max-width: 1050px;*/
  width: auto;
}

@media only screen and (max-width: 980px) {
  header#header .container .inner-menu-content ul.nav-menu.desktop {
    display: none;
  }
}

header#header .container .inner-menu-content ul li {
  font-family: var(--urw-din-font-family);
}

header#header .container .inner-menu-content ul li a {
  padding: 2px;
  font-size: 2.2rem;
  font-family: var(--urw-din-font-family);
  text-transform: lowercase;
}

/*@media only screen and (max-width: 1024px) {
  header#header .container .inner-menu-content ul li a {
    font-size: 17px;
  }
}*/

header#header .container .inner-menu-content ul li a:hover {
  color: var(--color-light-yello-wish);
}

header#header .container .inner-menu-content ul li:first-child {
  padding-left: 0;
}

.for-mobile.close-menu {
  visibility: hidden;
  position: relative;
  z-index: 1000000;
  cursor: pointer;
  color: var(--color-primary);
}

.for-mobile.menu-btn-wrapper.menu-trigger {
  position: relative;
  cursor: pointer;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--color-primary);
  font-size: 30px;
  display: none;
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .for-mobile.menu-btn-wrapper.menu-trigger {
    display: block;
  }
}

.mt-mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("/wp-content/themes/alicenyc/assets/images/alice-background.webp");
  background-repeat: repeat;
  background-position: top;
  visibility: hidden;
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
  z-index: 1;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: visibility 0s 600ms,-webkit-transform 300ms 300ms;
  transition: visibility 0s 600ms,-webkit-transform 300ms 300ms;
  transition: transform 300ms 300ms,visibility 0s 600ms;
  transition: transform 300ms 300ms,visibility 0s 600ms,-webkit-transform 300ms 300ms;
  height: 100vh;
  width: 100%;
  z-index: 9;
  display: none;
}

@media only screen and (max-width: 980px) {
  .mt-mobile-menu-wrapper {
    display: block;
  }
}

.mt-mobile-menu-wrapper #main-menu-mobile {
  color: var(--color-primary);
  height: 100vh;
  width: 100%;
  padding: 125px 0;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mt-mobile-menu-wrapper #main-menu-mobile .menu-item a {
  display: block;
  padding: 10px;
  font-size: 2.3rem;
}

.menu-active .for-mobile.close-menu {
  visibility: visible;
  z-index: 9999;
  right: 10px;
  position: absolute;
  font-size: 45px;
  right: 0;
  top: 58%;
}

.menu-active .mt-mobile-menu-wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  -webkit-transition: visibility 0s,-webkit-transform 300ms;
  transition: visibility 0s,-webkit-transform 300ms;
  transition: transform 300ms,visibility 0s;
  transition: transform 300ms,visibility 0s,-webkit-transform 300ms;
}

.menu-active #main-menu-mobile {
  opacity: 1;
}

.menu-active span#menu-btn-tx {
  font-size: 45px;
}

header#header .reserve-item > span {
  background: #b18a2e !important;
}

body.home .main-content {
  background-image: url("/wp-content/themes/alicenyc/assets/images/alice-background.webp");
  background-repeat: repeat;
  background-position: top;
  position: relative;
  display: block;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: auto;
}

img.to-right-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 980px) {
  img.to-right-image {
    max-width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  img.to-right-image {
    max-width: 190px;
  }
}

.banner-section {
  padding: 175px 0 125px;
}

@media only screen and (max-width: 767px) {
  .banner-section {
    padding: 115px 0 125px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section {
    padding: 115px 0 0;
  }
}

.banner-section .mt-text-content {
  max-width: 540px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .banner-section .mt-text-content {
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .mt-text-content {
    max-width: 345px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .mt-text-content {
    margin: 0 auto;
  }
}

.banner-section img.alice-brand-logo {
  width: 415px;
  margin: 0 auto 17px;
}

@media only screen and (max-width: 1024px) {
  .banner-section img.alice-brand-logo {
    width: 400px;
  }
}

@media only screen and (max-width: 980px) {
  .banner-section img.alice-brand-logo {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section img.alice-brand-logo {
    width: 235px;
  }
}

.banner-section h1 {
  font-family: var(--urw-din-font-family);
  font-weight: inherit;
  padding-right: 3%;
}

@media only screen and (max-width: 980px) {
  .banner-section h1 {
    font-size: 3.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section h1 {
    font-size: 2.4rem;
  }
}

.banner-section img.banner-shelve {
  width: 600px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  mix-blend-mode: lighten;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .banner-section img.banner-shelve {
    max-width: 460px;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .banner-section img.banner-shelve {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section img.banner-shelve {
    max-width: 340px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section img.banner-shelve {
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
  }
}

.menu-slider-section {
  padding: 365px 0 145px;
}

@media only screen and (max-width: 1366px) {
  .menu-slider-section {
    padding: 285px 0 145px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-slider-section {
    padding: 215px 0 145px;
  }
}

.menu-slider-section img.menu-left-bg-image {
  opacity: 0.8;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 140px;
  max-width: 235px;
}

@media only screen and (max-width: 1366px) {
  .menu-slider-section img.menu-left-bg-image {
    max-width: 200px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-slider-section img.menu-left-bg-image {
    max-width: 130px;
    bottom: 145px;
    left: -45px;
  }
}

.menu-slider-section img.menu-right-bg-image {
  opacity: 0.8;
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
  max-width: 280px;
}

@media only screen and (max-width: 1366px) {
  .menu-slider-section img.menu-right-bg-image {
    max-width: 235px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-slider-section img.menu-right-bg-image {
    max-width: 160px;
    bottom: 93px;
    right: -55px;
  }
}

.menu-slider-section img.menu-frame {
  position: absolute;
  bottom: 42px;
  right: 311px;
  width: 571px;
}

@media only screen and (max-width: 1366px) {
  .menu-slider-section img.menu-frame {
    bottom: 87px;
    right: 183px;
    width: 343px;
  }
}

@media only screen and (max-width: 575px) {
  .menu-slider-section img.menu-frame {
    right: -13px;
    width: 310px;
    bottom: 118px;
  }
}

.menu-section {
  padding: 35px 0 165px;
}

@media only screen and (max-width: 767px) {
  .menu-section {
    padding: 10px 0 116px;
  }
}

@media only screen and (max-width: 575px) {
  .menu-section {
    padding: 10px 0 70px;
  }
}

.menu-section img {
  width: 100%;
  mix-blend-mode: lighten;
}

.menu-section .mt-column-1-of-2:last-child {
  padding-top: 8%;
}

.bar-section {
  padding: 150px 0 165px;
}

@media only screen and (max-width: 1366px) {
  .bar-section {
    padding: 125px 0 120px;
  }
}

@media only screen and (max-width: 980px) {
  .bar-section {
    padding: 70px 0 110px;
  }
}

@media only screen and (max-width: 767px) {
  .bar-section {
    padding: 57px 0 75px;
  }
}

@media only screen and (max-width: 479px) {
  .bar-section {
    padding: 50px 0 40px;
  }
}

.bar-section .mt-row-columns {
  width: 100%;
  max-width: 100%;
}

.bar-section .mt-column:last-child {
  padding-top: 8%;
}

.bar-section .mt-text-content img {
  width: 100%;
  mix-blend-mode: lighten;
}

.bar-slider-section {
  padding: 140px 0 40px;
}

@media only screen and (max-width: 980px) {
  .bar-slider-section {
    padding: 145px 0 40px;
  }
}

.bar-slider-section .frame-two {
  bottom: 0;
  right: 1140px;
  position: absolute;
  z-index: 99;
  width: 475px;
}

@media only screen and (max-width: 1615px) {
  .bar-slider-section .frame-two {
    right: 750px;
  }
}

@media only screen and (max-width: 1366px) {
  .bar-slider-section .frame-two {
    width: 288px;
    bottom: 20px;
    right: 700px;
  }
}

@media only screen and (max-width: 1215px) {
  .bar-slider-section .frame-two {
    right: 375px;
  }
}

@media only screen and (max-width: 1100px) {
  .bar-slider-section .frame-two {
    right: 460px;
  }
}

@media only screen and (max-width: 820px) {
  .bar-slider-section .frame-two {
    right: 220px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .bar-slider-section .frame-two {
    right: -4px;
    width: 270px;
    bottom: 30px;
  }
}

.menu-active .location-slider-section .row-bull-image {
  z-index: 9;
}

.location-slider-section {
  padding: 150px 0 45px;
}

@media only screen and (max-width: 1366px) {
  .location-slider-section {
    padding: 0 0 45px;
  }
}

@media only screen and (max-width: 980px) {
  .location-slider-section {
    padding: 0 0 45px;
  }
}

@media only screen and (max-width: 1180px) {
  .location-slider-section .row-bull-image {
    margin-bottom: 15px;
    padding: 80px 13% 0;
    position: relative;
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .location-slider-section .row-bull-image {
    padding: 80px 7% 0;
  }
}

.location-slider-section .text-center img.bull-center {
  margin: 0 auto;
  z-index: 99;
  position: relative;
  width: 100%;
  max-width: 1010px;
  mix-blend-mode: lighten;
  padding: 0 0 95px;
}

@media only screen and (max-width: 1366px) {
  .location-slider-section .text-center img.bull-center {
    padding: 0 0 60px;
  }
}

@media only screen and (max-width: 980px) {
  .location-slider-section .text-center img.bull-center {
    padding: 0 0 40px;
  }
}

.location-slider-section img.frame-three {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 345px;
  width: 465px;
}

@media only screen and (max-width: 1366px) {
  .location-slider-section img.frame-three {
    right: 229px;
    width: 260px;
    bottom: 33px;
  }
}

@media only screen and (max-width: 575px) {
  .location-slider-section img.frame-three {
    right: -9px;
    width: 275px;
    bottom: 25px;
  }
}

.contact-section {
  padding: 138px 0 0;
}

@media only screen and (max-width: 1366px) {
  .contact-section {
    padding: 105px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section {
    padding: 85px 0 0;
  }
}

.contact-section .row-contact-info {
  z-index: 99;
  position: relative;
}

.contact-section .mt-row-columns.row-contact-images .mt-column {
  position: relative;
}

.contact-section .mt-row-columns.row-contact-images .mt-column:last-child {
  padding-bottom: 135px;
}

.contact-section .mt-row-columns.row-contact-images img.large-left-image {
  padding-left: 55px;
  width: 100%;
}

@media only screen and (max-width: 1366px) {
  .contact-section .mt-row-columns.row-contact-images img.large-left-image {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 980px) {
  .contact-section .mt-row-columns.row-contact-images img.large-left-image {
    padding-left: 0;
  }
}

.contact-section .mt-row-columns.row-contact-images img.large-right-image {
  margin: 0 0 0 auto;
  width: 100%;
  padding-left: 10%;
  mix-blend-mode: lighten;
}

@media only screen and (max-width: 575px) {
  .contact-section .mt-row-columns.row-contact-images img.large-right-image {
    padding-left: 0;
  }
}

.contact-section .mt-row-columns.row-contact-images img.shrimp-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
}

.contact-section .row-contact-info {
  padding: 130px 30px;
}

@media only screen and (max-width: 980px) {
  .contact-section .row-contact-info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 130px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .row-contact-info {
    padding: 64px 30px 0;
  }
}

.contact-section .row-contact-info a {
  font-family: var(--urw-din-font-family);
  font-weight: inherit;
  font-size: 3.3rem;
}

@media only screen and (max-width: 1180px) {
  .contact-section .row-contact-info a {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .row-contact-info a {
    font-size: 2.3rem;
  }
}

.copyright-section {
  padding: 0 30px 25%;
}

.copyright-section .mt-row {
  position: relative;
  z-index: 99;
}

.copyright-section img.menu-right-bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 200px;
  width: 17%;
}

@media only screen and (max-width: 479px) {
  .copyright-section img.menu-right-bg-image {
    min-width: 160px;
  }
}

.copyright-section .row-feel-lost {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .copyright-section .row-feel-lost {
    padding: 55px 0 85px;
  }
}

.copyright-section .row-copyright p {
  font-family: var(--urw-din-font-family);
  font-weight: inherit;
  font-size: 3.5rem;
}

@media only screen and (max-width: 980px) {
  .copyright-section .row-copyright p {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .copyright-section .row-copyright p {
    font-size: 2.3rem;
  }
}

.copyright-section .row-copyright a {
  font-family: var(--urw-din-font-family);
  font-weight: inherit;
  font-size: 3.5rem;
}

@media only screen and (max-width: 980px) {
  .copyright-section .row-copyright a {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .copyright-section .row-copyright a {
    font-size: 2.3rem;
  }
}

body.page-template-comming-soon {
  font-family: var(--urw-din-font-family);
  color: var(--primary-dark-color);
}

body.page-template-comming-soon a.button.skip {
  display: none;
}

body.page-template-comming-soon header#header {
  display: none;
}

.mt-comming-soon {
  padding: 50px 0 80px;
}

.mt-comming-soon .text-content h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mt-comming-soon .comming-soon-menu {
  width: 95%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 65px 0 95px;
}

.mt-comming-soon .info-item:not(:last-child) {
  margin-bottom: 6rem;
}

.mt-comming-soon .info-item__details.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.mt-comming-soon .info-item__details.phone-number i.fad {
  position: relative;
}

.mt-comming-soon .info-item__details.phone-number i.fad svg {
  position: absolute;
  top: 50%;
  width: 20px;
}

.mt-comming-soon .info-item__details.phone-number a.link-with-icon {
  padding-top: 20px;
  padding-left: 30px;
}

.mt-comming-soon .info-item__title {
  text-transform: uppercase;
}

.mt-comming-soon .info-item__emails:not(:last-child) {
  padding-bottom: 30px;
}

.elementor-align-center .elementor-button {
    width: -webkit-fill-available !important;
}

@media (max-width: 767px) {
.hoursdesk {
    display: none;
}}
@media (min-width: 767px) {
.hoursmob {
    display: none;
}}
/*# sourceMappingURL=main.css.map */