/*
Theme Name: maccabiah WP
Theme URI: https://example.com/maccabiah-wp
Author: Your Name
Author URI: https://example.com
Description: A minimal WordPress theme optimized for single-page use.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maccabiah-wp
*/

.features-list li img {
  height: 22px;
}

.room-item a.room-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.thumb-content-item.style--two .thumb .single-slide {
  height: 100%;
  position: relative;
}

.thumb-content-item.style--two .thumb .single-slide img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb-content-item.style--two .thumb .single-slide::after {
  content: "";
  display: block;
  padding-bottom: 69%;
}

.thumb-content-item.style--two.active {
  align-items: normal;
}

.room-accordion .accordion-body {
  border: 0;
}

.room-accordion .accordion-header {
  border-bottom: 1px solid rgba(119, 107, 79, 0.368627451);
}

html[dir="rtl"] .room-accordion .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.thumb-content-item .thumb {
  overflow: hidden;
}

@media (min-width: 992px) {
  .gallery-item:nth-of-type(9n + 6) img {
    max-height: 350px;
  }

  .thumb-content-item.style--two .thumb {
    max-height: 570px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .thumb-content-item .content {
    margin-top: -60px;
    width: calc(100% - 16px);
  }

  .thumb-content-item .thumb img {
    min-height: 400px;
    object-fit: cover;
  }

  .highlights-slider-section {
    overflow: hidden;
  }

  .thumb-content-item .content h3 {
    font-weight: 800;
  }

  [lang="en-US"] .menu .has-sub-menu .arrow-icon {
    top: 18px;
  }
}

[dir="rtl"] .promotion-item__content {
  padding-right: 0;
}

[dir="rtl"] .promotion-item:nth-of-type(2n + 1) .promotion-item__content {
  padding-left: 0;
  padding-right: 0;
}
