/*!
Theme Name: boutique-hotel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Version: 1.0.0.37
Text Domain: boutique-hotel
*/

.newsletter-input-group {
    position: relative;
}

.newsletter-input-group .newsletter-submit {
    position: absolute;
    right: 0;
    height: 100%;
}

.newsletter-input {
    width: 100%;
}

.contact-form-input-textarea span {
    width: 100%;
    height: inherit;
    max-height: inherit;
}

/* Hide scrollbar*/
.contact-form-input-textarea textarea::-webkit-scrollbar {
    display: none;
}

.contact-form-input-textarea textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contact-form button[type="submit"] {
    z-index: 2;
}

.contact-form .wpcf7-list-item {
    margin-left: 0;
}

.contact-form
    .contact-form-checkbox:has(input:checked)
    .contact-form-checkbox-box {
    background: black;
    border-color: black;
}

.contact-form-input textarea {
    height: min-content;

    background: repeating-linear-gradient(transparent 0 59px, black 59px 60px)
        local;
    max-height: inherit;
}

.bh-search-input {
    border-bottom: 1px solid black;
    gap: 8px;
}

.bh-search-input input {
  border: none;
  flex: 1;
  min-width: 0;
  padding: 8px 0;
  outline: none;
}

.bh-search-input input::placeholder,
.bh-search-input input {
  color: #000;
  font-size: 18px;
}

.bh-search-input button[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  max-width: 30px;
}

.bh-search-input button[type="submit"] svg {
    width: auto;
    height: 100%;
}

@media (min-width: 992px) {
    .bh-search-input input::placeholder,
    .bh-search-input input {
        font-size: 30px;
    }

    .booking-card-img {
        height: 300px;
    }

     .booking-card-img img{
    height: inherit;
} 
}

@media screen and (max-width: 768px) {
    .bh-search-wrapper {
        gap: 50px;
    }
    .bh-search-wrapper .heading-sans-md  {
        text-align: center !important;
    }

    .bh-search-input button[type="submit"] {
        max-width: 26px;
    }
    .booking-card-img img {
        height: 300px;
    }

}

/* .booking-card-img img{
    height: auto;
} */

/* share this page start */
.sharing-tool {
    position: relative;
}

.share-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0;
  min-width: 80px;
  list-style: none;
  margin: 10px 0 0 0;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  
    .share-list {
        left: -30%;
    }
}

.share-list.active {
  display: block;
}

.addtoany_shortcode .addtoany_list {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}

.addtoany_shortcode .addtoany_list a {
  display: flex;
  padding: 8px 10px;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: black;
  text-align: center;
  justify-content: center;
}

.a2a_label {
  display: none !important;
}
/* share this page end */

.sec-booking-form::before {
  background: none;
}