/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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
*/

/* Add your custom styles here */
html, body {
    overflow-x: hidden !important;
}


.home .logo svg * {
	fill:white
}

.elementor-button:hover .elementor-button-icon {
    padding-left:20px
}

.dwn .elementor-button:hover .elementor-button-icon {
    padding-left:0
}

.dwn .elementor-button:hover .elementor-button-icon {
    padding-top:6px
}

.elementor-button .elementor-button-icon {
    transition: all 0.3s ease
}


@media(max-width:767px) {

	.posts-slider .jet-listing-grid__slider  {
		max-width: 100vw;

	}

	.posts-slider .jet-listing-grid {
		margin-right: -50vw;

	}
 
	.img-slider .elementor-image-carousel-wrapper {
		margin-right: -50vw;
	}
	.img-slider
	.swiper-slide0 {
		width:280px
	}
}



 [data-elementor-type="header"] > div  {
     transition: all 1.1s ease
}

.is-scrolled [data-elementor-type="header"] .header-desktop  {
    background:white;
    border-radius:100px;
    min-height:90px;
    padding:0 20px 0 50px;
	transform: translateY(30px);
}

.is-scrolled [data-elementor-type="header"] .header-desktop svg * {
    fill: rgba(2, 58, 158, 1)
    
}

 
.is-scrolled [data-elementor-type="header"] .header-desktop ul li a svg * {
    fill: black !important
    
}


.is-scrolled [data-elementor-type="header"] .header-desktop  nav a   {
    color: black !important
    
}





.is-scrolled [data-elementor-type="header"] .header-desktop
.elementor-button {
     background: var(--e-global-color-secondary) !important;
    color:white !important;
     fill: rgba(2, 58, 158, 1)
}

.is-scrolled [data-elementor-type="header"] .header-desktop
.elementor-button svg * {
    
     fill: white !important;
}
.is-scrolled [data-elementor-type="header"]
.jet-hamburger-panel__icon * {
 fill: var(--e-global-color-df62953) !important;
 }


.elementor-widget-text-editor ul li{
 list-style-type:none;
	display:flex;
	gap:20px;
	margin-bottom:20px
      
}

.elementor-widget-text-editor ul li:before{
 
     content:url('img/ul.svg');

}
.elementor-widget-text-editor
ul {
    padding-left: 0;
}

figcaption.elementor-image-carousel-caption {
    bottom: 34px;
    position:absolute;
    z-index: 99;
    left: 24px;
    min-width: 430px;
    text-align: left;
    background: white;
    padding: 15px 30px;
    border-radius: 20px;
}

@media(max-width:767px) {
    figcaption.elementor-image-carousel-caption {
        min-width: 0px;
        padding: 10px 15px;
    }
}

.marker {
	cursor:pointer
}
.location-popup {
  position: absolute;
  z-index: 999;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  min-width: 260px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

#map > g:not(#mbg) {
    cursor: pointer;
}

