/* 
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.0
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 */
.header-full-width {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.header-full-width .site-title a {
  color: white;
}
/* Animation on scroll */
.fade:not(.elementor-element-edit-mode) {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease-in-out;
  will-change: transform, opacity;
}
.fadeIn:not(.elementor-element-edit-mode) {
  opacity: 1;
  transform: translateY(0px);
}
.phonebutton {
  position: fixed;
  top: 0;
  z-index: 1;
}
.phonebutton ul li:first-of-type a span svg {
  background: url(https://salentovacanze.wuaze.com/wp-content/uploads/2025/03/england.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
}
.phonebutton ul li:nth-of-type(2) a span svg {
  background: url(https://salentovacanze.wuaze.com/wp-content/uploads/2025/03/italia.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
}
.site-header .site-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.pagination_link .elementor-icon-box-icon {
  align-items: center;
  display: flex !important;
}

/*Galleria*/
.gallery-item {
  height: 380px;
}
.gallery-item .gallery-icon {
  height: 100%;
}
.gallery-item .gallery-icon img {
  height: 100%;
  object-fit: cover;
}
