/*
Theme Name:     Roomvo Child
Theme URI:      n/a
Template:       kadence
Author:         Roomvo
Author URI:     https://get.roomvo.com
Description:    Roomvo Child Theme
Version:        1.2.1
GitHub Theme URI: https://github.com/leaptools/roomvo-elite-site-theme
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

table tr.mbhi-is-current td {
  background-color: #eeeeee;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 15px;
}

.mb-bhi-open {
  color: #18864B;
}

.mb-bhi-closed {
  color: #EA4235;
}

/* Custom Catalog */
.custom-catalog__filters .kb-query-label {
  padding-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .custom-catalog__filters {
    max-width: 100% !important;
    width: 100% !important;
    display: none;
  }

  .custom-catalog__filters--visible {
    display: block;
    background-color: #fff;
  }
}

.custom-catalog__filters .kadence-filter-wrap {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
}

.custom-catalog__filters .kt-inside-inner-col {
  display: flex;
  gap: 1rem;
}

.stimr-button-wrap {
  margin-top: auto !important;
}

.stimr-button:focus,
.stimr-button:focus-visible {
  box-shadow: none;
}

/* Ghost Button - Used for Clear Filters */
.custom-catalog__search-input {
  width: 100%;
  max-width: 17.5rem;
}

.custom-catalog__filter-button {
  border-color: rgb(203, 213, 224) !important;
  border-radius: 0.5rem !important;
  height: 100%;
  display: none !important;
  color: rgba(47, 51, 55, 0.7) !important;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .custom-catalog__filter-button {
    display: flex !important;
  }
}

.custom-catalog__filter-button-amount {
  font-size: 0.875rem;
  margin-left: 0.125rem;
}

.custom-catalog__filter-button-amount:empty {
  display: none;
}

.custom-filters--close-button {
  border-color: rgb(203, 213, 224) !important;
  border-radius: 0.5rem !important;
  height: 40px;
  color: rgba(47, 51, 55, 0.7) !important;
}

.custom-catalog__filter-button .kb-svg-icon-wrap,
.custom-filters--close-button .kb-svg-icon-wrap {
  display: flex !important;
}

.custom-catalog__filter-button:hover,
.custom-catalog__filter-button:active {
  background-color: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none;
}

.custom-filter__title-section {
  display: none;
}

@media screen and (max-width: 767px) {
  .custom-filter__title-section {
    display: block;
  }
}

.custom-filter__done {
  background-color: black !important;
  color: white !important;
}

@media screen and (min-width: 768px) {
  .custom-filter__done {
    display: none;
  }
}

.custom-filters__clear-filters {
  width: auto;
}

@media screen and (min-width: 768px) {
  .custom-filters__clear-filters {
    width: 100%;
  }
}

/* Query Layout Override Mobile */
@media screen and (max-width: 767px) {
  .custom-catalog__card .kb-query-grid-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 500px) {
  .custom-catalog__card .kb-query-grid-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* Bookmark */
.custom-catalog__item-boomark-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  fill: #FFF;
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  top: 1rem;
  right: 1rem;
}

.custom-catalog__input-clear {
  position: absolute;
  right: 0;
  background-color: transparent;
  padding: 0;
  color: rgba(47, 51, 55, 0.7);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-catalog__input-clear:hover,
.custom-catalog__input-clear:focus {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  color: rgba(47, 51, 55, 0.95);
}

/* Search section */
.custom-catalog__search-wrapper .kt-row-column-wrap {
  grid-template-columns: 1fr auto !important;
}