@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Playfair+Display:400,400i,700,700i");

body {
  background-color: #ececec;
  background-image: url(/wp-content/themes/table-dor-bali/dist/images/bg.png);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 40px 0;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    padding: 15px 0 30px;
    background-image: url(/wp-content/themes/table-dor-bali/dist/images/mobile-bg.png);
    background-position: top right;
    background-size: auto;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
}

a {
  color: #9b9366;
}

a:hover {
  color: #9b9366;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}

.container.use-max {
  max-width: 1400px;
  width: 100%;
}

.burger-menu-container {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
}

.burger-menu-container .inner {
  height: 1px;
  position: relative;
}

.burger-menu-container .inner .burger {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .burger-menu-container .inner .burger {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

.burger-menu-container .inner .burger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #9b9366;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.burger-menu-container .inner .burger span:nth-child(1) {
  top: 6px;
}

.burger-menu-container .inner .burger span:nth-child(2) {
  top: 18px;
}

.burger-menu-container .inner .burger span:nth-child(3) {
  top: 18px;
}

.burger-menu-container .inner .burger span:nth-child(4) {
  top: 30px;
}

.burger-menu-container .inner .burger.active span {
  background: #fff;
}

.burger-menu-container .inner .burger.active span:nth-child(1) {
  top: 18px;
  opacity: 0;
}

.burger-menu-container .inner .burger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-menu-container .inner .burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger-menu-container .inner .burger.active span:nth-child(4) {
  top: 18px;
  opacity: 0;
}

.overlay-menu-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  background: #9b9366;
  background: rgba(155, 147, 102, 0.75);
  backdrop-filter: blur(25px);
  display: none;
}

.overlay-menu-container .head-logo {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .overlay-menu-container .head-logo {
    padding-top: 15px;
  }
}

.overlay-menu-container .menu-items {
  max-width: 480px;
  width: 100%;
  margin: 40px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay-menu-container .menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay-menu-container .menu-items ul li {
  display: block;
  margin: 5px 0;
}

.overlay-menu-container .menu-items ul li a {
  display: block;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 48px;
  padding: 10px 0;
  line-height: 1em;
}

@media (max-width: 767px) {
  .overlay-menu-container .menu-items ul li a {
    font-size: 28px;
  }
}

.head-logo {
  position: relative;
  width: 200px;
  margin: 0 auto 0;
}

@media (max-width: 767px) {
  .head-logo {
    width: 68px;
  }
}

.head-logo img {
  display: block;
  width: 100%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.head-logo img.reg {
  opacity: 1;
}

.head-logo img.white {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.head-logo.white img.reg {
  opacity: 0;
}

.head-logo.white img.white {
  opacity: 1;
}

.component-heading {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .component-heading {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.component-heading .pre-title {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .component-heading .pre-title {
    font-size: 14px;
  }
}

.component-heading h1, .component-heading h2 {
  font-weight: bold;
  margin: 0;
  font-size: 66px;
  color: #9b9366;
}

@media (max-width: 767px) {
  .component-heading h1, .component-heading h2 {
    font-size: 28px;
  }
}

.component-heading .heading-tagline {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #cfc488;
}

@media (max-width: 767px) {
  .component-heading .heading-tagline {
    font-size: 13px;
  }
}

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

.component-heading.align-center .heading-tagline {
  padding: 0 30px;
}

.component-heading.align-center.add-separator:after {
  content: "";
  width: 200px;
  height: 11px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  background: url(/wp-content/themes/table-dor-bali/dist/images/separator.png);
}

@media (max-width: 767px) {
  .component-heading.align-center.add-separator:after {
    margin-top: 20px;
  }
}

.component-body-copy p {
  text-align: justify;
  margin-bottom: 15px;
}

.component-body-copy ul li {
  margin-bottom: 10px;
  text-align: justify;
}

.component-on-instagram {
  margin-top: 60px;
  margin-bottom: 60px;
}

.component-on-instagram #sb_instagram {
  display: none;
}

.component-on-instagram .ig-title {
  text-decoration: none;
  font-weight: bold;
}

.component-on-instagram .ig-title h2 {
  font-size: 34px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .component-on-instagram .ig-title h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .component-on-instagram .ig-title img {
    width: 40px;
  }
}

.component-on-instagram #le_instagram_block {
  margin-top: 20px;
}

.component-on-instagram #le_instagram_block:after {
  content: "";
  display: block;
  clear: both;
}

.component-on-instagram .one_instagram {
  display: block;
  float: left;
  width: 16.6666666667%;
  position: relative;
}

@media (max-width: 767px) {
  .component-on-instagram .one_instagram {
    width: 33.3333333333%;
  }
}

.component-on-instagram .one_instagram .padd {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.component-on-instagram .one_instagram .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.component-on-instagram .one_instagram:hover .bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.component-gallery-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.component-gallery-slider .slides-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .component-gallery-slider .slides-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.component-gallery-slider .slides-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.component-gallery-slider .slides-wrapper .one-slide {
  width: 50%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .component-gallery-slider .slides-wrapper .one-slide {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .component-gallery-slider .slides-wrapper .one-slide {
    margin-top: -20px;
  }
}

.component-gallery-slider .slides-wrapper .one-slide .left,
.component-gallery-slider .slides-wrapper .one-slide .right {
  width: 50%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {

  .component-gallery-slider .slides-wrapper .one-slide .left,
  .component-gallery-slider .slides-wrapper .one-slide .right {
    padding-left: 0;
    padding-right: 0;
  }
}

.component-gallery-slider .inner {
  background-color: black;
  background-position: center center;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .component-gallery-slider .inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.component-gallery-slider .inner.size-1-2 {
  height: 460px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .component-gallery-slider .inner.size-1-2 {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .component-gallery-slider .inner.size-1-2 {
    height: 400px;
  }
}

@media (max-width: 539px) {
  .component-gallery-slider .inner.size-1-2 {
    height: 280px;
  }
}

.component-gallery-slider .inner.size-1-1 {
  height: 220px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .component-gallery-slider .inner.size-1-1 {
    height: 160px;
  }
}

@media (max-width: 539px) {
  .component-gallery-slider .inner.size-1-1 {
    height: 140px;
  }
}

.component-feature-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .component-feature-slider .feture-slider-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.component-feature-slider .feture-slider-wrap .slick-arrow {
  height: 44px;
  width: 19px;
}

.component-feature-slider .feture-slider-wrap .slick-arrow:before {
  content: none;
}

.component-feature-slider .feture-slider-wrap .slick-arrow.slick-next {
  background: url(/wp-content/themes/table-dor-bali/dist/images/arrow-right.png);
  right: -60px;
}

@media (max-width: 991px) {
  .component-feature-slider .feture-slider-wrap .slick-arrow.slick-next {
    right: 0;
  }
}

.component-feature-slider .feture-slider-wrap .slick-arrow.slick-prev {
  background: url(/wp-content/themes/table-dor-bali/dist/images/arrow-left.png);
  left: -60px;
}

@media (max-width: 991px) {
  .component-feature-slider .feture-slider-wrap .slick-arrow.slick-prev {
    left: 0;
  }
}

.component-feature-slider .one-item h3 {
  font-size: 26px;
  font-weight: bold;
  color: #9b9366;
  margin: 0;
}

@media (max-width: 767px) {
  .component-feature-slider .one-item h3 {
    font-size: 18px;
  }
}

.component-feature-slider .one-item p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}

.component-paralax-banner {
  margin-top: 40px;
  margin-bottom: 40px;
}

.component-paralax-banner .inner {
  height: 540px;
  background-color: #cfc488;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .component-paralax-banner .inner {
    height: 280px;
  }
}

.component-link-buttons {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .component-link-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.component-link-buttons .button {
  display: inline-block;
  background: #9b9366;
  color: #fff;
  padding: 10px 40px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 10px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .component-link-buttons .button {
    margin: 10px;
  }
}

.component-link-buttons .button img {
  height: 30px;
}