/*** Fixes ***/
.site-header .header-bottom .header-nav {
  padding-top: 20px;
}
.header-nav {
  text-transform: uppercase;
}
.site-header .header-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header .header-bottom .header-nav {
  padding-top: 30px;
}
.site-footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wrapper-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.widget-title {
  margin-bottom: 40px;
}
.widget-newsletter input[type="email"] {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 64px 0 20px;
  color: #fff;
  background-color: #5c677b;
}
/*** Owl carousel ***/
.owl-carousel.owl-type-room .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin-top: 0;
}
.home-slider .owl-nav .owl-prev::before,
.home-slider .owl-nav .owl-next::before {
  content: "" !important;
}
/*** Home room card ***/
.widget-rooms-carousel .rooms-item {
  /* max-height: 700px;
  max-width: 348px; */
}
/*** Home facility card ***/
.widget-features-grid .features-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 60px 30px 30px 30px;
  color: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 128, 78, 1) 70%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 128, 78, 1) 70%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 128, 78, 1) 70%
  );
}
.widget-features-grid .features-item .text:hover {
  padding-bottom: 60px;
}
/*** Room booking ***/
.widget-rooms-detail .room-booking .data-form input[type="email"],
.widget-rooms-detail .room-booking .data-form input[type="tel"] {
  width: 100%;
  outline: none;
  padding: 0 15px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 1px 1px 4px 0px rgb(40 35 29 / 10%);
  -moz-box-shadow: inset 1px 1px 4px 0px rgba(40, 35, 29, 0.1);
  box-shadow: inset 1px 1px 4px 0px rgb(40 35 29 / 10%);
}
.widget-rooms-detail .room-booking .data-form textarea {
  height: auto;
}
.widget-booking-form .booking-detail .detail-room .room-photo a {
  padding-top: 0;
}
