/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
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
*/

/*TABLE OF CONTENTS

01 - Header
02 - Global
03 - Mobile
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky-header {
  background: transparent;
  transition: 0.3s background;
}

.sticky-header .trigger,
.sticky-header.stick .logo {
  opacity: 0;
  transition: 0.4s opacity;
}

.sticky-header.stick .logo {
  pointer-events: none;
}

.sticky-header.stick {
  background: var(--e-global-color-secondary);
  transition: 0.3s background;
}

.sticky-header.stick .trigger,
.sticky-header .logo {
  opacity: 1;
  transition: 0.4s opacity;
}

.sticky-header.stick .menu .elementor-widget-container {
  border-color: transparent !important;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

button,
button:hover,
*:focus {
  outline: 0 !important;
  -webkit-box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
          box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
}

ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

.elementor-icon-wrapper {
  display: flex;
}

.comments-area a, .page-content a {
  text-decoration: none;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  transform: scale(1.1);
}

.elementor-icon svg,
.elementor-icon-list-icon svg,
.elementor-button-icon svg {
  stroke-width: 1;
}

ul.inclusion,
ul.exclusion {
  list-style: none;
}

ul.inclusion span,
ul.exclusion span {
  color: #008037;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5px;
}

.hover-effect .post-wrapper,
.hover-effect .tax-wrapper {
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.hover-effect .post-wrapper:hover,
.hover-effect .tax-wrapper:hover {
  -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.itinerary .repeater-wrapper {
  counter-increment: my-awesome-counter;
}

.itinerary .repeater-wrapper::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -16px;
  color: #fff;
  background: var(--e-global-color-accent);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-hover .elementor-button-link {
  position: relative;
  overflow: hidden;
}

.icon-hover .elementor-button-content-wrapper {
  align-items: center !important;
}

.icon-hover .elementor-button-icon {
  width: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
}

.icon-hover .elementor-button-icon i {
  transform: rotate(0deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-icon::before {
  transform: scale(10);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-text {
  color: #fff !important;
  z-index: 10;
}

.icon-hover .elementor-button-link:hover .elementor-button-icon i {
  transform: rotate(-90deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-icon i {
  position: relative;
}

.icon-hover .elementor-button-icon::before {
  content: '';
  background: var(--e-global-color-accent);
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 100%;
  position: absolute;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover.blue .elementor-button-icon::before {
  background: var(--e-global-color-9f2ea3f);
}

.icon-hover.green .elementor-button-icon::before {
  background: var(--e-global-color-3f55d54);
}

.icon-hover.orange .elementor-button-icon::before {
  background: var(--e-global-color-30b3b7d);
}

.custom-num-list ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

.custom-num-list li {
  counter-increment: item;
  margin-bottom: 10px;
}

.custom-num-list li:before {
  font-size: 16px;
  margin-right: 10px;
  content: counter(item);
  background: var(--e-global-color-primary);
  border-radius: 100%;
  color: #fff;
  width: 2.2em;
  line-height: 2.2em;
  text-align: center;
  display: inline-block;
}

.blurred-bg {
  backdrop-filter: blur(6px);
}

#reservation {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Mobile
/////////////////////////////////////////////////////////////////////*/

@media all and (min-width: 769px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .column:last-child {
    padding-right: 0;
  }

  .mobile-menu svg {
    display: none;
  }

}

@media all and (max-width: 900px) {

}

@media all and (max-width: 768px) {
  .mobile-hidden .elementor-icon-box-content {
    display: none;
  }
	
  #mobile-menu {
    max-width: 85%;
  }

}

@media all and (max-width: 550px) {
  .elementor-element.elementor-grid-3 .pp-elementor-grid .pp-grid-item-wrap {
    width: 100%;
    float: none;
  }
  
  .elementor-widget-Taxonomy .elementor-grid {
    grid-template-columns: repeat(1,1fr) !important;
  }
  
}