.main-menu .navigation > li > a {
  font-family: "Josefin Sans", Sans-serif !important;
  font-weight: 400 !important;
}

.hb_single_room_details {
  display: none;
}

.banner-section .search-room-inner,
button {
  font-family: "Josefin Sans", Sans-serif !important;
  font-weight: 300 !important;
}

.contact-section .inner-box p {
  font-size: 16px;
}

.dining-options .inner-box .lower-box,
.price-inner {
  display: none !important;
}

.dining-options .inner-container .bg-layer {
  height: calc(100% - 0px) !important;
}

.room-block-two .inner-box .lower-content .feature-list li {
  padding: 25px 10px 10px 25px !important;
  height: 90px;
}

.about-style-three .content-box .tab-btns:before {
  width: calc(100% + 30px) !important;
}

.room-block-two .inner-box .image-box .post-date {
  display: none;
}

.room-tab .tab-btns li h3 {
  font-size: 25px !important;
}

.lower-content > p {
  display: none;
}

.news-block-one .inner-box .lower-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dining-options .inner-box .upper-box {
  height: 517px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-top: 10px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  background: #a9774e;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wpcf7-form-control {
  border: 1px solid #e2dfdd !important;
}

.testimonial-block-one .inner-box .overlay-content .rating {
  z-index: 999;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #e4562e;
  color: #fff;
}

.events-block-one .inner-box .lower-content .title-box h3 {
  text-align: center;
}

.footer-bottom,
.testimonial-section .owl-nav button.owl-prev:before,
.testimonial-section .owl-nav button.owl-next:before,
.link i {
  display: none;
}

.experience-block-one .inner-box {
  background: rgba(10, 8, 7, 0.7) !important;
}

ul.footer-nav.clearfix,
ul.feature-list.clearfix,
ul.list-item.clearfix {
  font-family: "Josefin Sans", Sans-serif !important;
  font-weight: 300 !important;
}

.footer-logo {
  width: 190px !important;
}

.events-block-one .inner-box .lower-content .title-box {
  margin-bottom: 30px !important;
}

/* custom css  */
.btn-booking {
  cursor: pointer;
}

.pop-up-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  display: none;
  max-width: 430px;
  width: 100%;
  border-radius: 15px;
}

.pop-up-modal .pop-upmodal-wrapper {
  padding: 10px 20px;
}

.pop-up-modal .wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pop-up-modal .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.pop-up-modal .btn-close-pop-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.pop-up-modal .block-title {
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #a9774e;
  margin-bottom: 15px;
}

#gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1111;
  display: none;
  cursor: pointer;
}

@media (max-width: 1279.98px) {
  .pop-up-modal {
    max-width: 80%;
  }
}
