.relative {
  position: relative;
}
.text-decoration-underline a:hover {
    text-decoration: underline;
}
.text-decoration-none,
.text-decoration-none a {
  text-decoration: none;
}
.text-decoration-none a:hover,
.text-decoration-none a:focus .text-decoration-none:hover,
.text-decoration-none:focus {
  text-decoration: underline;
}

.wp-block-site-logo  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto !important;
}

.hamburger-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-toggle {
  display: flex !important;
  font-size: 0 !important;
}
.menu-toggle a::before {
  display: flex;
  content: "";
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  width: 24px;
  height: 23px;
  background-size: contain;
  background-color: currentColor;
  -webkit-mask: url("../img/burger.svg");
  mask: url("../img/burger.svg");
}
.menu-toggle[aria-expanded="true"] a::before {
  content: "";
  -webkit-mask: url("../img/close.svg");
  mask: url("../img/close.svg");
  background-color: currentColor;
}

/*.viber svg {*/
/*  -webkit-mask: url("../img/viber.svg");*/
/*  mask: url("../img/viber.svg");*/
/*  background-color: currentColor;*/
/*  mask-repeat: no-repeat;*/
/*  -webkit-mask-repeat: no-repeat;*/
/*  -webkit-mask-size: 80%;*/
/*  -webkit-mask-position: center;*/
/*  mask-size: 80%;*/
/*  mask-position: center;*/
/*}*/

.wp-social-link-facebook svg {
    -webkit-mask: url("../img/social/facebook.jpg");
    mask: url("../img/social/facebook.jpg");
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-size: 100%;
    mask-position: center;
}

.wp-social-link-instagram svg {
    -webkit-mask: url("../img/social/instagram.jpg");
    mask: url("../img/social/instagram.jpg");
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-size: 100%;
    mask-position: center;
}

.wp-social-link-telegram svg {
    -webkit-mask: url("../img/social/telegram.jpg");
    mask: url("../img/social/telegram.jpg");
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-size: 100%;
    mask-position: center;
}

.wp-social-link-chain.viber svg {
    -webkit-mask: url("../img/social/viber.jpg");
    mask: url("../img/social/viber.jpg");
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-size: 100%;
    mask-position: center;
}

footer.wp-block-template-part .wp-block-social-link-anchor {
  padding: 0;
}

footer.wp-block-template-part .wp-social-link svg{
  width: 1.25em;
  height: 1.25em;
}

.button-phone {
  position: relative;
  display: flex;
  padding-left: calc(0.5rem + 20px);
}
.button-phone::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  display: flex;
  width: 21px;
  height: 21px;
  -webkit-mask: url("../img/phone_v2.svg");
  mask: url("../img/phone_v2.svg");
  background-color: currentColor;
  background-size: cover;
  background-repeat: no-repeat;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 3px 0;
  background-color: #333;
}

.primary-menu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.primary-menu.toggled {
  display: flex !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slide > div {
  width: 100%;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: flex;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0 solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  background-image: url("../img/cursor_prev.svg");
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-next {
  background-image: url("../img/cursor_next.svg");
  right: 4rem;
}
.slick-prev {
  left: 4rem;
}
.slick-slide > div {
  transform: scale(.9);
  transition: all 500ms ease;
  will-change: transform, opacity;
}
.slick-slide > div .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #7b6469 !important;
  opacity: .75;
  transition: all 500ms ease;
}
.slick-center.slick-slide > div .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000000 !important;
  opacity: .3;
}
.slick-slide.slick-center > div {
  opacity: 1;
  transform: scale(1);
}
.slick-slide .slider-content {
  opacity: .75;
  transition: all 500ms ease;
}
.slick-center.slick-slide .slider-content {
  opacity: 1;
}
.slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    margin: -30px 0 0 0;
    padding:  0 0 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.15rem;
}
.slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgb(204 204 204 / 25%);
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #ccc;
}


/* Newsletter */
.wpcf7 * {
  box-sizing: border-box;
}
.wpcf7 form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name="your-name"] {
  flex-basis: 50%;
}
.wpcf7-form-control-wrap[data-name="your-email"] {
  flex-basis: 50%;
}
.wpcf7-form-control-wrap[data-name="your-email"] input {
  border-left: 0;
}
.wpcf7 input {
  background: transparent;
  border: 1px solid currentColor;
  padding: 12px 20px;
  color: currentColor;
  line-height: 20px;
  font-size: 0.9rem;
  width: 100%;
}
.wpcf7 input::placeholder {
  color: currentColor !important;
  font-weight: 300;
}
.wpcf7 .wpcf7-submit {
  flex-basis: 100%;
  cursor: pointer;
  border-top: 0;
  margin-top: -1px;
  color: currentColor;
}

.wp-block-post-title.has-poiretone-font-family {
  font-family: var(--wp--preset--font-family--poiretone) !important;
}

/* Languge selector block  */
.wp-block-custom-language-switcher-block-language-switcher ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.wp-block-custom-language-switcher-block-language-switcher li.lang-item-first {
  position: relative;
}
.wp-block-custom-language-switcher-block-language-switcher li {
  transition: opacity ease-in-out .2s;
  position: absolute;
}
.wp-block-custom-language-switcher-block-language-switcher li:not(.lang-item-first) {
  opacity: 0;
}
.wp-block-custom-language-switcher-block-language-switcher ul:hover li:not(.lang-item-first) {
  opacity: 1;
}
.wp-block-custom-language-switcher-block-language-switcher li:nth-child(2) {
  transform: translateY(0%);
}
.wp-block-custom-language-switcher-block-language-switcher li:nth-child(3) {
  transform: translateY(100%);
}
.wp-block-custom-language-switcher-block-language-switcher li:nth-child(4) {
  transform: translateY(200%);
}
.wp-block-custom-language-switcher-block-language-switcher li:nth-child(5) {
  transform: translateY(300%);
}
.wp-block-custom-language-switcher-block-language-switcher li a {
  text-decoration: none;
  color: currentColor;
}
.has-booking-iframe .is-position-sticky {
  position: relative;
}
.show-on-mobile {
  display: none !important;
}
@media (max-width: 960px) {
  .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .primary-menu {
    max-height: calc(100vh - 60px);
    max-height: calc(100svh - 60px);
    overflow: auto;
  }
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
    background-size: cover;
  }
  .slick-next {
    right: 1rem;
  }
  .slick-prev {
    left: 1rem;
  }
  .wp-block-site-logo img {
    max-width: 140px !important;
  }
}

@media (max-width: 600px) {
    .offers-and-news ul li {
        display:none;
    }
    .offers-and-news ul li:first-of-type {
        display:block;
    }
}

/* FAQ custom styles */
.faq-block {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.faq-heading {
    text-align: center;
}

.ewd-ufaq-faq-div {
    margin: 0;
    padding: 0;
}

.ewd-ufaq-faq-div + .ewd-ufaq-faq-div {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--wp--preset--color--primary);
}

.ewd-ufaq-faq-title-text * {
    font-weight: 700;
    font-size: calc(var(--wp--preset--font-size--medium) * 1.2);
}

.ewd-ufaq-faq-body {
    padding: 0;
    display: grid !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 250ms ease-in-out;
}

.ewd-ufaq-faq-post {
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: margin-top 250ms ease-in-out;
}

.ewd-ufaq-faq-post > *:first-child {
    margin-top: 0;
}

.ewd-ufaq-faq-post > *:last-child {
    margin-bottom: 0;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-body {
    grid-template-rows: 1fr;
}

.ewd-ufaq-post-active .ewd-ufaq-faq-post {
    margin-top: 15px;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin {
    display: flex;
    align-items: center;
}

.ewd-ufaq-faq-title-text {
    flex: 1;
    width: auto;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 18px;
}


