/*** End ****/

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

span.price-from {
  display: none;
}
.processing {
  opacity: 0.5 !important;
  position: relative;
  pointer-events: none !important;
}

.processing::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}

.hide-sitename {
  visibility: hidden;
  height: 0;
  width: 0;
}

#wp-admin-bar-wp-logo img {
  max-width: 100%;
  height: 100%;
}

.mona-empty {
  color: white;
}

.ez-toc-debug-messages {
  display: none;
}

input#submitContact {
  display: none;
}

input#formAdvise {
  display: none;
}

input#submitApply {
  display: none;
}

input#submitBooking {
  display: none;
}
input#submitBookingRes {
  display: none;
}

.wpcf7-form .form-submit .btn input {
  display: none;
}

.form-group.number-input {
  width: 100% !important;
}

/* Booking Form - Search */
#be-booking-form {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#tl-booking-cart {
  z-index: 1 !important;
}

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  min-height: 93px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}

#block-search.block-search-wrapper--main {
  max-width: 330px;
  min-height: 498px;
  margin: 0;
  background: rgba(253, 253, 253, 0.8);
  box-shadow: none;
  border-radius: 30px;
}

.block-search {
  display: none;
  max-width: 1600px;
  margin: 0 auto;
  padding: 23px 30px;
}

.block-search-wrapper--main .block-search {
  flex-direction: column;
}

.be-container {
  width: 100%;
}

.block-search__top-block {
  margin-right: 10px;
}

.block-search-wrapper--main .block-search__top-block {
  margin: 0 0 10px;
}

.block-search__title {
  margin-bottom: 6px;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e2947;
  white-space: nowrap;
}

.block-search__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: rgba(14, 41, 71, 0.8);
  white-space: nowrap;
}

.block-search__form {
  display: flex;
  width: 100%;
}

.block-search-wrapper--main .block-search__form {
  flex-direction: column;
}

.block-search__city-hotel {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  padding: 1px;
  margin: 0 9px 0 0;
}

.block-search-wrapper--main .block-search__city-hotel {
  flex-direction: column;
  gap: 12px;
  max-width: none;
  margin: 0 0 11px;
}

.block-search__city,
.block-search__hotel {
  position: relative;
  width: 100%;
}

.block-search__city:after,
.block-search__hotel:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 6px 6px 9px -24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCc+PHBhdGggZmlsbD0nIzBFMjk0NycgZD0nbTEyIDE2LjUtNy03TDYuNSA4bDUuNSA1LjVMMTcuNSA4IDE5IDkuNVonLz48L3N2Zz4=");
  opacity: 0.88;
}

.block-search__city:hover:after,
.block-search__hotel:hover:after {
  opacity: 1;
}

.block-search__city-hotel select {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 12px 30px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 30px;
  text-overflow: ellipsis;
  color: #0e2947;
  background: transparent;
  border: none;
  box-shadow: 0 1px 0 0 #0e2947;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-search__city-hotel select:focus {
  border: none !important;
}

.block-search__label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 12px;
  height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #575757;
}

.block-search__city-hotel select:focus-visible {
  border-radius: 0;
  outline: none;
}

.block-search__city-hotel select:hover {
  cursor: pointer;
}

.block-search__hotel-item {
  display: none;
}

.visible {
  display: block;
}

@media screen and (max-width: 1585px) {
  .block-search {
    flex-direction: column;
  }

  .block-search__top-block {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .block-search__form {
    flex-direction: column;
  }

  .block-search__city-hotel {
    max-width: none;
    margin: 0 0 11px;
  }
}

@media screen and (max-width: 988px) {
  .block-search__city-hotel {
    gap: 18px;
  }
}

@media screen and (max-width: 416px) {
  .block-search__city-hotel {
    flex-direction: column;
    gap: 12px;
  }
}
