/* 
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 */
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

ul.wpr-grid-filters { display:none !important; }
.header--menu a.hfe-menu-item:hover, .header--menu .menu-item.current-menu-item a.hfe-menu-item { 
	color:#026e81 !important; border-bottom:2px solid #026e81
}
.header--slider a { color:#fff !important; text-decoration:none !important; }
.header--slider a:hover { color:#fff !important; text-decoration:underline !important; }
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
    color: #026e81 !important;
}
.menu-item a.hfe-menu-item  {
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
	margin-left:15px;
	margin-right:15px;
}
.box--swipe .wpr-slider-controls { display:none !important; }
.box--swipe .wpr-slider-arrow {
    display: flex !important;
    color: #026e81 !important;
    border-color: rgba(255,255,255,0.8);
    font-size: 25px;
    width: 20px;
    height: 60px;
}
.box--swipe .wpr-slider-arrow svg {
    fill: #fff !important;
    background: rgba(2, 110, 129, 0.7); /* Imposta il colore di sfondo con un valore alpha per la trasparenza (0.7) */
    width: 40px !important; /* Imposta la larghezza desiderata */
    height: 40px !important; /* Imposta l'altezza desiderata */
    border-radius: 50%; /* Imposta il bordo per renderlo circolare */
	padding:5px;
}
.header--slider { height:auto !important;}
.box--news h2 { padding:10px 0px 20px 0px; }

.box--progetti--video .elementor-custom-embed-image-overlay img {
    height: auto;
    max-width: 130% !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.box--progetti--video .elementor-widget-video .elementor-custom-embed-image-overlay img {
	width:130% !important;
}

.box--privacy h2 { font-size:42px !important; color:#026E81 !important; }
.box--privacy h3 { font-size:28px !important; color:#026E81 !important; }
.box--privacy a {  color:#026E81 !important; text-decoration:underline; }
.contatti a { text-decoration:none; }

@media (max-width: 767px) {
  .wpr-slider-arrow-container { display:none; }
}
@media only screen and (max-width: 1024px){
	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        margin-top: 12px !important;
    }
	nav.hfe-dropdown li a.hfe-menu-item { padding: 20px 0 !important; font-weight:bold !important; }
	.header--menu .menu-item.current-menu-item a.hfe-menu-item { border-bottom: none !important; }
}


.footer, .footer a { color:#fff !important;}
.footer a:hover { color:#fff !important; text-decoration:underline; }