/*
Theme Name: healingguide theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and customized by zünd.io.
Author: Elementor Team, zund.io, Roman Zuend
Author URI: https://zund.io/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/******************************************************************************/
/* Global Styles */
/******************************************************************************/

/*
colors:

*/

html {
    font-size: 16px;
}


/******************************************************************************/
/* Header */
/******************************************************************************/

body .uael-side {
    width: 100vw !important;
}

.znd-menu .eael-advanced-menu-container {
  display: flex;
  justify-content: flex-end;
}

/******************************************************************************/
/* Home */
/******************************************************************************/


.znd-slider-1 .swiper-slide {
  display: flex;
  flex-direction: row;
}

.znd-slider-1 .swiper-slide-bg {
  flex-grow: 2;
  min-width: inherit;
}

.znd-slider-1 .swiper-slide-inner {
  position: relative;
  width: 380px;
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .znd-slider-1 .swiper-slide {
    flex-direction: column;
    height: 530px;
  }

  .znd-slider-1 .swiper-slide-bg {
    flex-grow: 0;
    height: 33.33%;
    min-height: inherit;
  }

  .znd-slider-1 .swiper-slide-inner {
    width: auto;
    height: 66.66%;
    align-items: flex-start;
 }
}

.znd-slides-1 a.elementor-button.elementor-slide-button.elementor-size-sm {
    color: #E3A215;
}


/******************************************************************************/
/* Hotel Detail Page */
/******************************************************************************/

.znd-img-cover img {
  object-fit: cover;
}

/* make flex to order destination
.znd-flex .jet-listing-dynamic-terms {
  display: flex;
  align-items: baseline;
  white-space: pre-wrap;
}

.znd-destination.znd-flex .jet-listing-dynamic-terms__link:nth-child(1) {
  order: 99;
}

.znd-destination.znd-flex .jet-listing-dynamic-terms__delimiter:nth-child(2) {
  order: 98;
}
/* end make flex to order destination */
/*
.znd-hide-region .jet-listing-dynamic-terms__link:nth-child(1), .znd-hide-region .jet-listing-dynamic-terms__delimiter:nth-child(2), .znd-hide-country .jet-listing-dynamic-terms__link:nth-child(5), .znd-hide-country .jet-listing-dynamic-terms__delimiter:nth-child(4), .znd-hide-location .jet-listing-dynamic-terms__link:nth-child(3), .znd-hide-location .jet-listing-dynamic-terms__delimiter:nth-child(4), .znd-hide-location .jet-listing-dynamic-terms__delimiter:nth-child(2) {
  display: none;
}

.znd-hero .znd-flex .jet-listing-dynamic-terms {
  justify-content: center;
}
*/
