.hero-additional {
	display: none;
}
@media (max-width: 768px) {
   .whotelier{
      display:none;
   }
}
@media (min-width: 768px) {
   .whotelier2{
      display:none;
   }
}

.page-price{
	display: none;
}

.rooms-slider__price{
	display: none;
}


/* Hebrew RTL — match EN: blocks without .text-right align left (close to image on left) */
html[lang="he-IL"] .hb-text-block___inner_wrapper:not(.text-right),
html[lang="he-IL"] .hb-text-block___inner_wrapper:not(.text-right) .featured-rooms-slider__title,
html[lang="he-IL"] .hb-text-block___inner_wrapper:not(.text-right) .featured-rooms-slider__text {
  text-align: left !important;
}

/* Hebrew RTL — unify gap to image across all 3 blocks (match 50px style1 padding) */
html[lang="he-IL"] .style2 .hb-text_block_content {
  padding-right: 50px !important;
}
/* Hebrew RTL — 50px gap on BOTH sides (image side + outer screen side) */
html[lang="he-IL"] .hb-text_block_content,
html[lang="he-IL"] .style2 .hb-text_block_content {
  width: 100% !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  float: none !important;
}

html[lang="he-IL"] .footer-image {
  background-image: url('https://thetahotel.gr/wp-content/uploads/Banner-Αγγλικό.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 82px !important;
  margin-bottom: 40px;
}

/* Hebrew RTL: spacing between logo (right side in RTL) and menu items */
html[lang="he-IL"] .nav-bar__item--menu {
  margin-right: 50px;
}

/* Hebrew RTL footer: center menu items, buttons, and text within their columns */
html[lang="he-IL"] .footer_widget .menu li,
html[lang="he-IL"] .footer_widget .vc_btn3-container,
html[lang="he-IL"] .footer_widget .textwidget {
  text-align: center !important;
}

/* Hebrew RTL — checkmark on the right side of features list */
html[lang="he-IL"] .list--check .list__item,
html[lang="he-IL"] .list__item {
  padding-left: 0;
  padding-right: 22px;
}
html[lang="he-IL"] .list--check .list__item::before,
html[lang="he-IL"] .list__item::before {
  left: auto;
  right: 0;
}


/* Fix Slick / Owl-carousel RTL transform bugs by forcing the slider track to LTR */
html[lang="he-IL"] .image-gallery__main,
html[lang="he-IL"] .image-gallery__main .slick-list,
html[lang="he-IL"] .image-gallery__main .slick-track,
html[lang="he-IL"] .hb_related_other_room .rooms,
html[lang="he-IL"] .hb_related_other_room .owl-wrapper-outer,
html[lang="he-IL"] .hb_related_other_room .owl-wrapper {
  direction: ltr;
}

/* Hebrew RTL — flip 'Check details' arrow direction and margin */
html[lang="he-IL"] .featured-room__more::after {
  content: "\f104";
  margin-left: 0;
  margin-right: 4px;
}

/* Hebrew RTL — restore RTL direction inside the hero text (track stays LTR for transform) */
html[lang="he-IL"] .he-hero-track .hero-slider__wrap,
html[lang="he-IL"] .he-hero-track .title--slider,
html[lang="he-IL"] .he-hero-track .subtitle--slider {
  direction: rtl;
}

/* Hebrew RTL — force every text element to use the body's font (matches subtitle) */
html[lang="he-IL"],
html[lang="he-IL"] body,
html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6,
html[lang="he-IL"] .page-title,
html[lang="he-IL"] .title,
html[lang="he-IL"] .title--slider,
html[lang="he-IL"] .subtitle--slider,
html[lang="he-IL"] .featured-rooms-slider__title,
html[lang="he-IL"] .featured-rooms-slider__text,
html[lang="he-IL"] .featured-room__title,
html[lang="he-IL"] .featured-room__more,
html[lang="he-IL"] .testimonial__name,
html[lang="he-IL"] .testimonial__text,
html[lang="he-IL"] .rooms-slider__title,
html[lang="he-IL"] .booking__title,
html[lang="he-IL"] .booking__price,
html[lang="he-IL"] .icon--style-2 .icon__title,
html[lang="he-IL"] .counter__time,
html[lang="he-IL"] .page-price__val,
html[lang="he-IL"] .page-description,
html[lang="he-IL"] .hb-slider .hb-slider__text h2,
html[lang="he-IL"] .widget-title,
html[lang="he-IL"] .block__title,
html[lang="he-IL"] .vc_btn3,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] textarea,
html[lang="he-IL"] select {
  font-family: "Open Sans", sans-serif !important;
}

/* Hebrew RTL — mobile menu submenu toggle on the left in RTL */
html[lang="he-IL"] .site-menu .sub-menu-toggle {
  right: auto;
  left: 0;
}
