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

body.show .toTop {
    opacity: 1;
    visibility: visible;
	transition: all .5s ease-in-out;
}
a {
	color: var(--e-global-color-text);
}
.none {
	display: none!important;
}
#sb_instagram #sbi_images {
	padding: 0!important;
}
.video iframe {
	height: 100vh;
}
.edith_video iframe {
	border-radius: 20px;
}

.menu-blob nav a{
  position: relative;
}

.menu-blob nav a::before {
    content: "";
    background: url(https://minarte.it/wp-content/uploads/2025/12/hover-menu.svg);
    position: absolute;
    width: 28px !important;
    height: 28px !important;
    left: 50% !important;
    margin-left: -14px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    z-index: -1 !important;
}
.menu-blob nav .current-menu-item a {
	font-style: italic;
	font-weight: 500;
}
.elementor-button-link span {
    align-items: center;
}
.elementor-button-icon:not(.toTop .elementor-button-icon) {
	font-size: 36px;
}
.newsletter .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	border: 1px solid;
    border-radius: 50px;
    padding: 5px;
}
.newsletter input#form-field-email:focus {
    border: none;
    box-shadow: none;
}
.newsletter .elementor-button[type="submit"] svg *,
.formContatti .elementor-button[type="submit"] svg * {
	fill: revert-layer!important;
}
.footerMenu li {
    border-bottom: 1px solid var(--e-global-color-136f34f);
    padding-bottom: 0 !important;
}
.formContatti input {
    padding: 15px 25px;
    border-radius: 50px !important;
}
.formContatti textarea {
    padding: 15px 25px;
}
.formContatti .elementor-field-type-acceptance:last-child {
    margin: 20px 0 30px !important;
}
.newsletter form .elementor-field-type-acceptance {
	margin-top: 20px;
}
.block .imgH {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.block .imgP {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.block h3.black {
	transition: all 0.5s ease-in-out;
}
.block:hover .imgP {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.block:hover .imgH {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.block:hover h3.black {
	color: #1a1a1a!important;
	transition: all 0.5s ease-in-out;
}
.animationLogo {
  display: flex;
  align-items: center;     
  justify-content: center; 
  height: 100%;            
  overflow: hidden;
}
.animationLogo img {
  width: 0;
  overflow: hidden;
  display: inline-block;
  animation: logoExpand 8s ease-in-out infinite;
}

@keyframes logoExpand {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.dialog-widget nav a {
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 5px;
}
.elementor-field-type-recaptcha_v3 {
	width: 0!important;
	height: 0;
}



/* MEDIA SCREEN */
@media only screen and (max-width: 768px) {
	.newsletter .elementor-form-fields-wrapper {
		border: none;
	}
	.newsletter input {
		padding: 20px;
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 70px;
		border-radius: 50px;
		transition: all .5s ease-in-out;
	}
	.swiper-pagination-bullet {
		transition: all .5s ease-in-out;
	}
}