/* 
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 */

/* MENU */

.hfe-nav-menu li.menu-item.current-menu-item.current_page_item a.hfe-menu-item {
    font-weight: bold !important;
}

.hfe-nav-menu-icon {
    position: absolute;
    top: -100px;
    right: 20px;
}

/* TESTO */

p b, p strong {color: #4A655E;}

.bianco p b, 
.bianco p strong {color: #fff;}

/* IMMAGINI */

.elementor-widget.elementor-widget-image {
	position: relative;
}

.elementor-widget.elementor-widget-image:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #4a655e57;
    border-radius: 15px;
    left: 10px;
    top: 10px;
}

header .elementor-widget.elementor-widget-image:after,	
footer .elementor-widget.elementor-widget-image:after,
.nobordo.elementor-widget.elementor-widget-image:after{
	content: none;
}

.elementor-widget.elementor-widget-image img {
	border-radius: 15px;
}

/* IMMAGINI LA STORIA */

#immaginisovrapposte {
	position: relative !important;
}

#immaginegrande {
	width: 80%;
}

#immaginepiccola {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 45%;
}

/* IMMAGINI DINTORNI */

.elementor-image-box-wrapper {
	position: relative;
}

.elementor-image-box-wrapper:before {
    background-color: #4a655e;
    opacity: 0.38;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
}

.elementor-image-box-content {	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3.elementor-image-box-title {
    margin: 0;
}

h3.elementor-image-box-title a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	padding: 100px;
}

figure.elementor-image-box-img {
    margin-bottom: 0 !important;
}

/* FOOTER */

footer p a strong {color: #4A655E !important;}

footer ul#menu-1-e9d47b6 li:first-child a,
footer ul#menu-1-115f0c9 li:first-child a{
    padding-top: 0;
}

footer ul#menu-1-e9d47b6 li:last-child {
    display: none;
}

/* WHATSAPP */

.wa a {
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    background: white;
    padding: 15px;
    z-index: 999;
    line-height: 100%;
}

.wa a i {
	color: #4A655E;
	font-size: 30px;
}

.wa:hover a i{
	font-size: 35px;
	transition: all 1s ease-in-out;
}

/* Form prenotazione WA */

#prenotazione-form button[type=button] {
	background-color: var(--e-global-color-primary) !important;
	color: white;
	margin-top: 15px;
	border: 1px solid var(--e-global-color-primary);
}

/* Slider foto camere */

.swiper-slide,
.swiper-slide figure.swiper-slide-inner {
    border-radius: 15px;
}

.swiper-slide figure.swiper-slide-inner {
	position: relative;
}

.swiper-slide figure.swiper-slide-inner:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #4a655e57;
    border-radius: 15px;
    left: 10px;
    top: 10px;
}

/* Gallery */

figure.gallery-item,
figure.gallery-time .gallery-icon.landscape {
    max-height: 150px;
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    max-height: 150px;
    object-fit: cover;
}

footer.elementor-slideshow__footer {
	display: none;
}