.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

.content {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .content {
    width: 1020px;
  }
}
@media screen and (min-width: 1400px) {
  .content {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    width: 800px;
  }
}

.center, .column-flex, .verticle-center, .horizontal-center {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.column-flex {
  flex-direction: column;
}

.horizontal-center {
  justify-content: center;
}

.verticle-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.fl-100 {
  flex-basis: 100%;
}

.local-destination-banner {
  background-image: url("../images/local-destination/bakubang_header.jpg");
  background-size: cover;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .local-destination-banner {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .local-destination-banner {
    height: 500px;
  }
}
@media screen and (max-width: 545px) {
  .local-destination-banner {
    height: 300px;
  }
}
.local-destination-banner img {
  width: 700px;
  max-width: 100%;
}
@media screen and (max-width: 545px) {
  .local-destination-banner img {
    width: 300px;
  }
}
.local-destination .content {
  padding: 40px 15px;
  align-content: center;
}
.local-destination .content .local-destination-logo {
  margin-bottom: 40px;
}
.local-destination .content .local-destination-logo img {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 450px) {
  .local-destination .content .local-destination-logo img {
    width: 250px;
  }
}
.local-destination .content .local-destination-price {
  text-align: center;
  margin: 0 0 36px;
}
@media screen and (max-width: 545px) {
  .local-destination .content .local-destination-price {
    margin-top: -11px;
  }
}
.local-destination .content .local-destination-price span, .local-destination .content .local-destination-price p {
  font-family: DroidSerif, "Times New Roman", Times, serif;
  color: #2f5d86;
}
.local-destination .content .local-destination-price span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.local-destination .content .local-destination-price p {
  line-height: 1.1;
  font-size: 50px;
  margin: 0;
  line-height: 1.1;
}
.local-destination .content .blurb {
  text-align: center;
}
.local-destination .content .booking-dropdowns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  max-width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 545px) {
  .local-destination .content .booking-dropdowns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local-destination .content .booking-dropdowns .jcf-select {
  border: 2px solid #d9d9d9;
  height: 58px;
}
.local-destination .content .booking-dropdowns .jcf-select-text {
  margin: 0 35px 0 40px;
  line-height: 53px;
}
.local-destination .content .booking-dropdowns .item {
  position: relative;
  font-family: "open_sans";
  color: #6a6e72;
}
.local-destination .content .booking-dropdowns .item i {
  color: #a39377;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 18px;
}
.local-destination .content .booking-dropdowns .item.datepicker i {
  right: 20px;
  left: auto;
}
.local-destination .content .booking-dropdowns .item.datepicker input {
  padding: 18px 15px 18px 27px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 450px) {
  .local-destination .content .booking-dropdowns .item.datepicker input {
    font-size: 16px;
  }
}
.local-destination .content button.submit-btn {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 450px) {
  .local-destination .content button.submit-btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.local-destination .covid-19-notice {
  background-image: url("../images/local-destination/covid-19-germ.jpg");
  background-size: cover;
}
@media screen and (max-width: 545px) {
  .local-destination .covid-19-notice {
    background-position-x: 40%;
  }
}
.local-destination .covid-19-notice .content {
  color: #a39377;
  display: flex;
  align-items: center;
}
.local-destination .covid-19-notice p {
  margin: 0 auto 0 0;
  color: #a39377;
  font-size: 20px;
  text-transform: uppercase;
}
.local-destination .covid-19-notice button {
  background-color: #a39377;
  font-family: Noto Serif, serif;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  width: 136px;
  max-width: 100%;
  padding: 10px 3px;
}
.local-destination .more-properties {
  padding-top: 40px;
}
@media screen and (max-width: 545px) {
  .local-destination .more-properties {
    padding-top: 0px;
  }
}
@media screen and (max-width: 545px) {
  .local-destination .more-properties .content {
    padding-bottom: 0;
  }
}
.local-destination .more-properties .content .card-ld {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.local-destination .more-properties .content .card-ld .item {
  width: 33.3333333%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 545px) {
  .local-destination .more-properties .content .card-ld .item {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .local-destination .more-properties .content .card-ld .item {
    width: 100%;
  }
}
.local-destination .more-properties .content .card-ld .item .feature-img {
  position: relative;
  padding-bottom: 69%;
  overflow: hidden;
}
.local-destination .more-properties .content .card-ld .item .feature-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.local-destination .more-properties .content .card-ld .item h3, .local-destination .more-properties .content .card-ld .item p {
  font-family: DroidSerif, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.local-destination .more-properties .content .card-ld .item h3 {
  color: #a39377;
  margin-bottom: 5px;
}
.local-destination .more-properties .content .card-ld .item p {
  font-size: 22px;
}

/*# sourceMappingURL=local-destination.css.map */
