/*
 Theme Name:   DacunaSite Fennex
 Theme URI:    https://www.dacunastudio.com
 Description:  Dacuna Studio &amp;eacute un&lsquo;agenzia di Comunicazione, Marketing e Design che realizza siti web e mobile, brand identity, e-commerce, strategie digitali, produzione e gestione dei contenuti sia online che offline per dar valore alla tua azienda in formato digitale.
 Author:       Dacuna Studio - Agenzia Marketing Brescia
 Author URI:   https://www.dacunastudio.com
 Template:     generatepress
 Version:      2.0
 
*/


/*------------------------------------------------------------------
[Table of contents]
 
 - Global
 - Typography
 - Color
 - UI
 - Top Header
 - Header
 - Title
 - Menu
 - Contents
 - Blog
 - Sidebar
 - Footer Widget
 - Footer Bottom
 - Social media icon
 - Contact form
 - Slider Revolution
 - Event Calendars
 - Other style
 - Media Query style

-------------------------------------------------------------------*/

:root {
		  /* ----------------------------------------
		  🧠 BASE / BRAND / GRIGI
		  ---------------------------------------- */
		  --ds-color-primary: #4A576B;
		  --ds-color-secondary: #6A836B;
		  --ds-color-tertiary: #A6B9A7;
		  --ds-color-accent: #ffffff;
		  --ds-color-link: #1B331C;
		  --ds-color-link-hover: #6A836B;
		  --ds-color-selection: var(--ds-color-primary);
		  --ds-color-black: #000000;
		  --ds-color-white: #ffffff;
		  --ds-color-gray-light: #b2b2be;
		
		  /* ----------------------------------------
		  UX & UI
		  ---------------------------------------- */
		  --ds-bgcolor-icons: #000000;
		  --ds-color-icons: #000000;
		  --ds-outline-success: #5cb85c;
		  --ds-outline-info: #5bc0de;
		  --ds-outline-warning: #f0ad4e;
		  --ds-outline-danger: #d9534f;
		  --ds-body-font-family: "Inter", sans-serif;
		  --ds-body-font-weight: 400;
		  --ds-body-title-weight: 500;
		  --ds-line-height-base: 1.6em;
		  --ds-body-line-height: 1.6em;
		
		  /* ----------------------------------------
		  🔝 HEADER
		  ---------------------------------------- */
		  --ds-bgcolor-header: #ffffff;
		  --ds-color-menu: #1B331C;
		  --ds-color-menu-active: #6A836B;
		  --ds-font-menu: "new-science", serif;
		  --ds-font-menu-size: 18px;
		
		  /* ----------------------------------------
		  📄 CONTENT
		  ---------------------------------------- */
		  --ds-bgcolor-body: #ffffff;
		  --ds-color-title: #1B331C;
		  --ds-color-font: #000000;
		  --ds-font-title: "new-science", serif;
		  --ds-font-body: "Inter", sans-serif;
		  --ds-font-size: 18px;
		  --ds-font-size-h1: 60px;
		  --ds-font-size-h2: 48px;
		  --ds-font-size-h3: 38px;
		  --ds-font-size-h4: 20px;
		  --ds-font-size-h5: 14px;
		  --ds-font-size-h6: 12px;
		
		  --ds-color-button-line: var(--ds-color-primary);
			--ds-radius-button: 0; 
			--ds-color-button: var(--ds-color-primary);
			--ds-color-button-hover: transparent;
			--ds-color-button-text: #ffffff;
			--ds-color-button-text-hover: var(--ds-color-primary);
					
		  /* ----------------------------------------
		  📥 FORM / INPUT
		  ---------------------------------------- */
		  --ds-form-bg: #ffffff;
		  --ds-form-text: #000000;
		  --ds-form-border: #cccccc;
		  --ds-form-bg-focus: #eeeeee;
		  --ds-form-border-focus: #000000;
		  --ds-form-submit-bg: var(--ds-color-primary);
		  --ds-form-submit-color: #ffffff;
		  --ds-form-submit-radius: 0;
		  --ds-radius-form: 0;
		
		  /* ----------------------------------------
		  🦶 FOOTER
		  ---------------------------------------- */
		  --ds-bgcolor-footer: #6A836B;
		  --ds-font-color-footer: #000000;
		  --ds-font-footer: 14px;
		  --ds-footer-title-color: #000000;
		  --ds-footer-link-color: #000000;
		  --ds-footer-link-hover: #6A836B;
		
		  /* ----------------------------------------
		  ⚫ FOOTER BOTTOM / SITE INFO
		  ---------------------------------------- */
		  --ds-bgcolor-site-info: #fff;
		  --ds-font-color-site-info: #000;
		  --ds-font-site-info: 12px;
		  --ds-link-color-site-info: #ffffff;
		  --ds-link-hover-site-info: #6A836B;
		
		  /* ----------------------------------------
		  🌑 DARK MODE
		  ---------------------------------------- */
		  /* Sfondo e testo */
		  --ds-dark-bg: #000000;
		  --ds-dark-text: #ffffff;
		  --ds-dark-accent: #FFE63D;
		
		  /* Link */
		  --ds-dark-link: #ffffff;
		  --ds-dark-link-hover: #F2D5CE;
		
		  /* Pulsanti */
		  --ds-dark-button-bg: #ffffff;
		  --ds-dark-button-bg-hover: #F2D5CE;
		  --ds-dark-button-text: var(--ds-color-primary);
		  --ds-dark-button-text-hover: var(--ds-color-primary);
		
		  /* ----------------------------------------
		  📦 CLASS SUPPORT
		  ---------------------------------------- */
		  --ds-shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.06);
		  --ds-shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
		  --ds-shadow-lg: 0 20px 30px rgba(0, 0, 0, 0.1);
		
		  --ds-transition-fast: all 0.2s ease;
		  --ds-transition-normal: all 0.4s ease;
		  --ds-transition-slow: all 0.6s ease;
		
		  --ds-font-weight-regular: 400;
		  --ds-font-weight-semibold: 600;
		  --ds-font-weight-bold: 700;
		
		  /* 🔁 BREAKPOINTS */
		  --ds-breakpoint-xs: 0px;
		  --ds-breakpoint-sm: 480px;
		  --ds-breakpoint-md: 768px;
		  --ds-breakpoint-lg: 1024px;
		  --ds-breakpoint-xl: 1280px;
		  --ds-breakpoint-xxl: 1440px;

		
	
		/* =====================================
		💻 TABLET (≥768px)
		===================================== */
		@media (min-width: 768px) and (max-width: 1023.98px) {
		  :root {
		    --ds-font-size-h1: 64px;
		    --ds-font-size-h2: 48px;
		    --ds-font-size-h3: 40px;
		    --ds-font-size-h4: 32px;
		    --ds-font-size-h5: 24px;
		    --ds-font-size-h6: 20px;
		    --ds-font-menu-size: 16px;
		  }
		}
		
		
		/* ----------------------------------------
		 📦 ELEMENTOR GLOBAL VARS
		---------------------------------------- */
		--e-global-color-primary: var(--ds-color-primary);
		--e-global-color-secondary: var(--ds-color-secondary);
		--e-global-color-text: var(--ds-color-font);
		--e-global-color-accent: var(--ds-color-accent);	
		--e-global-typography-primary-font-family: var(--ds-font-body);
		--e-global-typography-primary-font-weight: var(--ds-font-weight-semibold);
		--e-global-typography-secondary-font-family: var(--ds-font-title);
		--e-global-typography-secondary-font-weight: var(--ds-font-weight-bold);
		--e-global-typography-text-font-family: var(--ds-font-body);
		--e-global-typography-text-font-weight: var(--ds-font-weight-regular);
		--e-global-typography-accent-font-family: var(--ds-font-body);
		--e-global-typography-accent-font-weight: var(--ds-font-weight-medium);
		
		/* ----------------------------------------
		 🗓️ TEC CALENDAR
		---------------------------------------- */
		--tec-color-text-primary: var(--ds-color-blue);
		--tec-color-event-icon-hover: var(--ds-color-blue);
		--tec-color-accent-primary: var(--ds-color-blue);
		--tec-color-accent-primary-hover: var(--ds-color-yellow);
		--e-a-btn-bg-accent: var(--ds-color-blue);

}


/* =====================================
📱 MOBILE (<768px)
===================================== */
@media (max-width: 480px) {
	  :root {
	    --ds-font-size: 18px;
	    --ds-font-size-h1: 42px;
	    --ds-font-size-h2: 36px;
	    --ds-font-size-h3: 30px;
	    --ds-font-size-h4: 24px;
	    --ds-font-size-h5: 20px;
	    --ds-font-size-h6: 18px;
	  }
}


.sticky-stack-wrapper {
  position: relative;
}

.sticky-stack-section {
  position: sticky;
  top: 5vh;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  overflow: hidden;
}

.sticky-stack-wrapper .sticky-stack-section:nth-child(1) { z-index: 4; }
.sticky-stack-wrapper .sticky-stack-section:nth-child(2) { z-index: 3; }
.sticky-stack-wrapper .sticky-stack-section:nth-child(3) { z-index: 2; }
.sticky-stack-wrapper .sticky-stack-section:nth-child(4) { z-index: 1; }

/* Sezione successiva */
.post-sticky-spacer {
  position: relative;
  z-index: 10;
}


.elementor-accordion .elementor-tab-content {
	border-bottom: 1px solid #fff
}

.elementor-accordion .elementor-tab-title{
border-bottom: 2px solid #fff;
width: 70%;
padding: 35px 20px;
}

.elementor-tab-title a{
	font-size: 50px;
	font-weight: 500;
	color: #fff !important
}


.servizio-home-box h1{
	color: #fff !important
}
.servizio-home-box p{
	font-size: 22px
}



.icon-updown {
  display: inline-block;
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}




.video-zoom-150 .elementor-video {
  transform: scale(1.5);
  transform-origin: center center;
}



.marquee-container {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-track p {
  display: inline;
  font-weight: 800;
  font-size: 120px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  padding-right: 3rem; /* Distanza tra ripetizioni */
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}



.title-citazione h5{
	font-size: 100px !important
}


.title-praph p{
	  font-family: var(--ds-font-title);
  font-weight: var(--ds-body-title-weight);
  line-height: 1.2;
  color: var(--ds-color-title);
	}


/*------------------------------------------------------------------
    Global
-------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: var(--ds-font-body);
	font-weight: var(--ds-body-font-weight);
	font-size: var(--ds-font-size);
	line-height: var(--ds-body-line-height);
	color: var(--ds-color-font);
	text-align: var(--ds-body-text-align);
	background-color: var(--ds-bgcolor-body);
	overflow-x: hidden;
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	max-width: 100%;
    padding: 0 150px;
}

.bg-bianco-caldo {
		background: #fff}


.separate-containers .inside-article{
	background-color: var(--ds-bgcolor-body);
}

table, th, td { border: 1px solid rgba(0, 0, 0, 0.1); }

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th, td { padding: 8px; }
th { border-width: 0 1px 1px 0; }
td { border-width: 0 1px 1px 0; }

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

ol, ul {
    padding-left: 0;
}

.pdtb-10{padding-top:10px!important;padding-bottom:10px!important}.pdtb-20{padding-top:20px!important;padding-bottom:20px!important}.pdtb-30{padding-top:30px!important;padding-bottom:30px!important}.pdtb-40{padding-top:40px!important;padding-bottom:40px!important}.pdtb-50{padding-top:50px!important;padding-bottom:50px!important}.pdtb-60{padding-top:60px!important;padding-bottom:60px!important}.pdtb-80{padding-top:80px!important;padding-bottom:80px!important}.pdtb-100{padding-top:100px!important;padding-bottom:100px!important}.pdtb-120{padding-top:120px!important;padding-bottom:120px!important}.pdtb-150{padding-top:150px!important;padding-bottom:150px!important}.pdtb-200{padding-top:200px!important;padding-bottom:200px!important}
.pd-0{padding:0!important}.pd-5{padding:5px!important}.pd-10{padding:10px!important}.pd-15{padding:15px!important}.pd-20{padding:20px!important}.pd-30{padding:30px!important}.pd-40{padding:40px!important}.pd-50{padding:50px!important}.pd-60{padding:60px!important}.pd-70{padding:70px!important}.pd-80{padding:80px!important}.pd-90{padding:90px!important}.pd-100{padding:100px!important}.pd-150{padding:100px!important}.pdt-0{padding-top:0!important}.pdt-5{padding-top:5px!important}.pdt-10{padding-top:10px!important}.pdt-15{padding-top:15px!important}.pdt-20{padding-top:20px!important}.pdt-30{padding-top:30px!important}.pdt-40{padding-top:40px!important}.pdt-50{padding-top:50px!important}.pdt-80{padding-top:80px!important}.pdt-100{padding-top:100px!important}.pdt-150{padding-top:150px!important}.pdt-200{padding-top:200px!important}.pdr-0{padding-right:0!important}.pdr-5{padding-right:5px!important}.pdr-10{padding-right:10px!important}.pdr-15{padding-right:15px!important}.pdr-20{padding-right:20px!important}.pdr-30{padding-right:30px!important}.pdr-40{padding-right:40px!important}.pdr-50{padding-right:50px!important}.pdr-60{padding-right:60px!important}.pdr-70{padding-right:70px!important}.pdr-80{padding-right:80px!important}.pdr-90{padding-right:90px!important}.pdr-100{padding-right:100px!important}.pdr-150{padding-right:150px!important}.pdb-0{padding-bottom:0!important}.pdb-5{padding-bottom:5px!important}.pdb-10{padding-bottom:10px!important}.pdb-15{padding-bottom:15px!important}.pdb-20{padding-bottom:20px!important}.pdb-30{padding-bottom:30px!important}.pdb-40{padding-bottom:40px!important}.pdb-50{padding-bottom:50px!important}.pdb-60{padding-bottom:60px!important}.pdb-70{padding-bottom:70px!important}.pdb-80{padding-bottom:80px!important}.pdb-90{padding-bottom:90px!important}.pdb-100{padding-bottom:100px!important}.pdb-120{padding-bottom:120px!important}.pdb-150{padding-bottom:150px!important}.pdb-200{padding-bottom:200px!important}.pdl-0{padding-left:0!important}.pdl-5{padding-left:5px!important}.pdl-10{padding-left:10px!important}.pdl-15{padding-left:15px!important}.pdl-20{padding-left:20px!important}.pdl-30{padding-left:30px!important}.pdl-40{padding-left:40px!important}.pdl-50{padding-left:50px!important}.pdl-60{padding-left:60px!important}.pdl-70{padding-left:70px!important}.pdl-80{padding-left:80px!important}.pdl-90{padding-left:90px!important}.pdl-100{padding-left:100px!important}.pdl-150{padding-left:150px!important}.mg-0{margin:0!important}.mg-5{margin:5px!important}.mg-10{margin:10px!important}.mg-15{margin:15px!important}.mg-20{margin:20px!important}.mg-30{margin:30px!important}.mg-40{margin:40px!important}.mg-50{margin:50px!important}.mg-60{margin:60px!important}.mg-70{margin:70px!important}.mg-80{margin:80px!important}.mg-90{margin:90px!important}.mg-100{margin:100px!important}.mg-120{margin:120px!important}.mg-130{margin:130px!important}.mg-150{margin:150px!important}.mg-200{margin:200px!important}.mgt-0{margin-top:0!important}.mgt-5{margin-top:5px!important}.mgt-10{margin-top:10px!important}.mgt-15{margin-top:15px!important}.mgt-20{margin-top:20px!important}.mgt-30{margin-top:30px!important}.mgt-40{margin-top:40px!important}.mgt-50{margin-top:50px!important}.mgt-60{margin-top:60px!important}.mgt-70{margin-top:70px!important}.mgt-80{margin-top:80px!important}.mgt-90{margin-top:90px!important}.mgt-100{margin-top:100px!important}.mgt-120{margin-top:120px!important}.mgt-130{margin-top:130px!important}.mgt-150{margin-top:150px!important}.mgt-200{margin-top:200px!important}.mgr-0{margin-right:0!important}.mgr-5{margin-right:5px!important}.mgr-10{margin-right:10px!important}.mgr-15{margin-right:15px!important}.mgr-20{margin-right:20px!important}.mgr-30{margin-right:30px!important}.mgr-40{margin-right:40px!important}.mgr-50{margin-right:50px!important}.mgr-60{margin-right:60px!important}.mgr-70{margin-right:70px!important}.mgr-80{margin-right:80px!important}.mgr-90{margin-right:90px!important}.mgr-100{margin-right:100px!important}.mgr-120{margin-right:120px!important}.mgr-130{margin-right:130px!important}.mgr-150{margin-right:150px!important}.mgr-200{margin-right:200px!important}.mgb-0{margin-bottom:0!important}.mgb-5{margin-bottom:5px!important}.mgb-10{margin-bottom:10px!important}.mgb-15{margin-bottom:15px!important}.mgb-20{margin-bottom:20px!important}.mgb-30{margin-bottom:30px!important}.mgb-40{margin-bottom:40px!important}.mgb-50{margin-bottom:50px!important}.mgb-60{margin-bottom:60px!important}.mgb-70{margin-bottom:70px!important}.mgb-80{margin-bottom:80px!important}.mgb-90{margin-bottom:90px!important}.mgb-100{margin-bottom:100px!important}.mgb-120{margin-bottom:120px!important}.mgb-130{margin-bottom:130px!important}.mgb-150{margin-bottom:150px!important}.mgb-200{margin-bottom:200px!important}.mgl-0{margin-left:0!important}.mgl-5{margin-left:5px!important}.mgl-10{margin-left:10px!important}.mgl-15{margin-left:15px!important}.mgl-20{margin-left:20px!important}.mgl-30{margin-left:30px!important}.mgl-40{margin-left:40px!important}.mgl-50{margin-left:50px!important}.mgl-60{margin-left:60px!important}.mgl-70{margin-left:70px!important}.mgl-80{margin-left:80px!important}.mgl-90{margin-left:90px!important}.mgl-100{margin-left:100px!important}.mgl-120{margin-left:120px!important}.mgl-130{margin-left:130px!important}.mgl-150{margin-left:150px!important}.mgl-200{margin-left:200px!important}.hg-50{height: 50px !important} .hg-60{height: 60px !important} .hg-70{height: 70px !important} .hg-80{height: 80px !important} .hg-90{height: 90px !important} .hg-100{height: 100px !important} .hg-150{height: 150px !important} .hg-200{height: 200px !important} .hg-250{height: 250px !important} .hg-300{height: 300px !important} .hg-350{height: 350px !important}

.min-h-200{min-height:200px}.min-h-230{min-height:230px}.min-h-260{min-height:260px}.min-h-290{min-height:290px}.min-h-320{min-height:320px}.min-h-350{min-height:350px}.min-h-380{min-height:380px}.min-h-410{min-height:410px}.min-h-440{min-height:440px}.min-h-470{min-height:470px}.min-h-500{min-height:500px}.min-h-550{min-height:550px}
.max-h-200{max-height:200px}.max-h-230{max-height:230px}.max-h-260{max-height:260px}.max-h-290{max-height:290px}.max-h-320{max-height:320px}.max-h-350{max-height:350px}.max-h-380{max-height:380px}.max-h-410{max-height:410px}.max-h-440{max-height:440px}.max-h-470{max-height:470px}.max-h-500{max-height:500px}.max-h-550{max-height:550px}


/*------------------------------------------------------------------
    Typography
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--ds-font-title);
  font-weight: var(--ds-body-title-weight);
  line-height: 1.2;
  color: var(--ds-color-title);
}

h1 { font-size: var(--ds-font-size-h1); margin-bottom: 1.5rems !important;}
h2 { font-size: var(--ds-font-size-h2); margin-bottom: 1.5rem !important;}
h3 { font-size: var(--ds-font-size-h3); margin-bottom: 0.8rem !important;}
h4 { font-size: var(--ds-font-size-h4);}
h5 { font-size: var(--ds-font-size-h5);}
h6 { font-size: var(--ds-font-size-h6);}
p {
  font-size: var(--ds-font-size);
  margin-bottom: 10px;
  font-family: var(--ds-font-body);
  color: var(--ds-color-font);
  line-height: var(--ds-body-line-height);
}

.serif-font-italic h1,
.serif-font-italic h2,
.serif-font-italic h3,
.serif-font-italic h4,
.serif-font-italic h5,
.serif-font-italic h6, .serif-font-italic p{
	font-family: var(--ds-font-serif); font-style: italic; font-weight: 400 !important;
 }


h2 a { font-size: var(--ds-font-size-h2); margin-bottom: 1.5rem !important;}



.yellow-font p {color: var(--ds-color-primary) !important}


b, strong {color: var(--ds-color-black);}

a, a:visited  {color: var(--ds-color-link) ; font-weight: 700}
a:hover { color: var(--ds-color-link-hover);}	

/******    Text Wight    ******/
.fw-1 h1, .fw-1 h2, .fw-1 h3, .fw-1 h4, .fw-1 h5, .fw-1 h6, .fw-1 p { font-weight: 100; }
.fw-2 h1, .fw-2 h2, .fw-2 h3, .fw-2 h4, .fw-2 h5, .fw-2 h6, .fw-2 p { font-weight: 200; }
.fw-3 h1, .fw-3 h2, .fw-3 h3, .fw-3 h4, .fw-3 h5, .fw-3 h6, .fw-3 p { font-weight: 300; }
.fw-4 h1, .fw-4 h2, .fw-4 h3, .fw-4 h4, .fw-4 h5, .fw-4 h6, .fw-4 p { font-weight: 400; }
.fw-5 h1, .fw-5 h2, .fw-5 h3, .fw-5 h4, .fw-5 h5, .fw-5 h6, .fw-5 p { font-weight: 500; }
.fw-6 h1, .fw-6 h2, .fw-6 h3, .fw-6 h4, .fw-6 h5, .fw-6 h6, .fw-6 p { font-weight: 600; }
.fw-7 h1, .fw-7 h2, .fw-7 h3, .fw-7 h4, .fw-7 h5, .fw-7 h6, .fw-7 p { font-weight: 700; }
.fw-8 h1, .fw-8 h2, .fw-8 h3, .fw-8 h4, .fw-8 h5, .fw-8 h6, .fw-8 p { font-weight: 800; }
.fw-9 h1, .fw-9 h2, .fw-9 h3, .fw-9 h4, .fw-9 h5, .fw-9 h6, .fw-9 p { font-weight: 900; }

/******    Font-size Height    ******/
.fh-2 h1, .fh-2 h2, .fh-2 h3, .fh-2 h4, .fh-2 h5, .fh-2 h6, .fh-2 p { font-size: 20px !important; }
.fh-3 h1, .fh-3 h2, .fh-3 h3, .fh-3 h4, .fh-3 h5, .fh-3 h6, .fh-3 p { font-size: 30px !important; }
.fh-4 h1, .fh-4 h2, .fh-4 h3, .fh-4 h4, .fh-4 h5, .fh-4 h6, .fh-4 p { font-size: 40px !important; }
.fh-5 h1, .fh-5 h2, .fh-5 h3, .fh-5 h4, .fh-5 h5, .fh-5 h6, .fh-5 p { font-size: 50px !important; }
.fh-6 h1, .fh-6 h2, .fh-6 h3, .fh-6 h4, .fh-6 h5, .fh-6 h6, .fh-6 p { font-size: 60px !important; }
.fh-7 h1, .fh-7 h2, .fh-7 h3, .fh-7 h4, .fh-7 h5, .fh-7 h6, .fh-7 p { font-size: 70px !important; }
.fh-8 h1, .fh-8 h2, .fh-8 h3, .fh-8 h4, .fh-8 h5, .fh-8 h6, .fh-8 p { font-size: 80px !important; }
.fh-9 h1, .fh-9 h2, .fh-9 h3, .fh-9 h4, .fh-9 h5, .fh-9 h6, .fh-9 p { font-size: 90px !important; }
.fh-10 h1, .fh-10 h2, .fh-10 h3, .fh-10 h4, .fh-10 h5, .fh-10 h6, .fh-10 p { font-size: 100px !important; }

/******    Line Height    ******/
.l-height-24 { line-height: 24px; }
.l-height-26 { line-height: 26px; }
.l-height-28 { line-height: 28px; }
.l-height-30 { line-height: 30px; }
.l-height-32 { line-height: 32px; }
.l-height-34 { line-height: 34px; }
.l-height-36 { line-height: 36px; }
.l-height-38 { line-height: 38px; }
.l-height-40 { line-height: 40px; }


/*------------------------------------------------------------------
    Color
-------------------------------------------------------------------*/

/******    Text selection   ******/
*::-moz-selection { background: var(--ds-color-selection); color: #fff; text-shadow: none; }
::-moz-selection { background: var(--ds-color-selection); color: #fff; text-shadow: none; }
::selection { background: var(--ds-color-selection); color: #fff; text-shadow: none; }

.highlighted-link {
        background-color: yellow !important;
        transition: background-color 1s ease-in-out !important;
    }

/******    Text color    ******/
.theme-color { color: #84ba3f; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p { color: #fff !important; }
.text-black { color: #363636; }
.text-gray { color: #999999; }

.theme-color { color: #84ba3f; }
.text-white { color: #ffffff; }
.text-black { color: #363636; }
.text-gray { color: #999999; }
.white-bg { background: #ffffff; }
.gray-bg { background: #f7f7f7; }
.dark-gray-bg { background: #666666; }
.theme-bg { background: #84ba3f; }
.black-bg { background: #323232; }
.dark-theme-bg { background: #050801; }



/*------------------------------------------------------------------
    UI
-------------------------------------------------------------------*/

.title h2 {
    font-size: 55px;
}

.subtitle h2 {
    font-size: 25px;
}

/* Icon Fonts */
.fa, .far, .fas {
    /* Stili specifici opzionali */
}

.elementor-portfolio__filter {
    padding: 10px 20px !important;
    background-color: var(--ds-color-primary);
    color: var(--ds-color-accent);
}


.box-manifesto h3 {
    font-size: 30px !important;
    padding-bottom: 10px !important;
}

/* Pulsante call */
.menu-btn-call {
    background-color: var(--ds-color-primary);
    padding: 5px 8px;
    border-radius: 0px;
    font-size: var(--ds-font-menu-size);
    font-weight: var(--ds-font-weight-semibold);
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s ease, color .3s ease;
    line-height: 35px !important;
}




.menu-btn-call a,
.menu-btn-call a:hover {
    color: var(--ds-color-accent) !important;
    text-transform: none;
    line-height: 35px !important;
}

/* -------------------------------------
   BOTTONI OUTLINE
------------------------------------- */
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all 0.5s;
}

.btn-primary.btn-outline {
    color: var(--ds-color-primary);
    border-color: var(--ds-color-primary);
    border-radius: var(--ds-radius-button);
    padding: 5px 20px;
}

.btn-success.btn-outline { color: #5cb85c; border-color: #5cb85c; }
.btn-info.btn-outline { color: #5bc0de; border-color: #5bc0de; }
.btn-warning.btn-outline { color: #f0ad4e; border-color: #f0ad4e; }
.btn-danger.btn-outline { color: #d9534f; border-color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff !important;
    background-color: var(--ds-color-primary);
    border-color: var(--ds-color-primary);
}

/* Fix per il colore interno dei link nei bottoni outline */
.btn-outline:hover *,
.btn-outline:focus * {
    color: #fff !important;
}


/* -------------------------------------
   HEADER - LINK COLOR
------------------------------------- */
.site-header a,
.site-header a:visited {
    color: var(--ds-color-button-text);
}


/* -------------------------------------
   BOTTONI CLASSICI (link/button/WordPress)
------------------------------------- */
a.button,
a.button:visited,
a.wp-block-button__link:not(.has-background) {
    color: var(--ds-color-button-text);
    background-color: var(--ds-color-button);
    font-family: var(--ds-font-title);
    font-weight: 400;
    padding: 10px 12px;
    border-radius: var(--ds-radius-button);
    margin-top: 10px;
    font-size: 12px;
    transition: background-color 0.8s ease;
}

a.button:hover {
    background-color: var(--ds-color-button-hover);
    color: var(--ds-color-button-text-hover);
}


/* -------------------------------------
   ELEMENTOR BUTTON
------------------------------------- */
.elementor-button {
    display: inline-block;
    line-height: 1;
    border: 2px solid var(--ds-color-button-line);
    background-color: var(--ds-color-button) !important;
    border-radius: var(--ds-radius-button) !important;
    font-size: 18px;
    padding: 10px 12px;
    font-weight: 400;
    color: var(--ds-color-button-text) !important;
    text-align: center;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    background-color: var(--ds-color-button-hover) !important;
    border-color: var(--ds-color-button);
    color: var(--ds-color-button-text-hover) !important;
}

.elementor-button:hover .elementor-button-text {
    color: var(--ds-color-button-text-hover) !important;
}


/* -------------------------------------
   ELEMENTOR BUTTON SIZES
------------------------------------- */
.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
}


/* -------------------------------------
   ELEMENTI TESTO PULSANTE (Elementor)
------------------------------------- */
.elementor-button-text {
    color: var(--ds-color-button-text) !important;
    font-weight: 500;
    border-radius: var(--ds-radius-button);
    transition: color 0.3s ease;
}


/* -------------------------------------
   BUTTON LINE (Outline Style)
------------------------------------- */
a.button.button-line,
.elementor-button.button-line {
    background-color: transparent !important;
    color: var(--ds-color-button-line) !important;
    border: 2px solid var(--ds-color-button-line) !important;
}

a.button.button-line:hover,
.elementor-button.button-line:hover {
    background-color: var(--ds-color-button-line) !important;
    color: #fff !important;
    border-color: var(--ds-color-button-line) !important;
}

a.button.button-line .elementor-button-text,
.elementor-button.button-line .elementor-button-text {
    color: var(--ds-color-button-line) !important;
}

a.button.button-line:hover .elementor-button-text,
.elementor-button.button-line:hover .elementor-button-text {
    color: #fff !important;
}




.elementor-widget-google_maps iframe {
  filter: grayscale(90%) brightness(90%) contrast(120%);
  mix-blend-mode: multiply;
}





/* RESET: tutte le testimonianze */
.elementor-testimonial {
  border-radius: 5px;
  padding: 25px 20px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* SLIDE CENTRALE: aumenta altezza e si solleva */
.swiper-slide-active .elementor-testimonial {
  transform: translateY(-20px) scale(1.03);
  min-height: 280px; /* aumentata */
  z-index: 2;
}

/* STELLE (fisse, puoi sostituirle con icone dinamiche) */
.elementor-testimonial__content::before {
  content: "★★★★★";
  display: block;
  font-size: 16px;
  color: #2c3e50;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* TESTO CITAZIONE */
.elementor-testimonial__text {
  font-style: italic;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333;
  margin-bottom: 15px;
}

/* NOME AUTORE */
.elementor-testimonial__name {
  font-style: italic;
  font-weight: bold;
  color: #2c3e50;
  font-size: 14px;
  margin-top: 10px;
}

/* MARGINE TRA SLIDE */
.swiper-slide {
  padding: 10px;
  transition: transform 0.3s ease;
}

/* Transizione più lenta e gradevole */
.elementor-testimonial,
.swiper-slide {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}




.elementor-video {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.elementor-wrapper {
  --video-aspect-ratio: auto !important;
  aspect-ratio: auto !important;
  height: auto !important;
  max-height: 75vh;
}




.first-section h1{
	font-size: 70px;
	padding-bottom: 30px
	}
	
.first-section p{
	font-size: 20px;
	}


.bottoni-affiancati .elementor-container {
    gap: 20px !important; /* diminuisce lo spazio tra colonne */
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.bottoni-affiancati .elementor-column {
    width: auto !important; /* le colonne si stringono al contenuto */
    flex: none;
}

.bottoni-affiancati .elementor-button {
    margin: 0 !important;
}




/*------------------------------------------------------------------
    Top Header
-------------------------------------------------------------------*/

.top-bar,
.inside-top-bar {
    background-color: var(--ds-color-primary);
    color: var(--ds-color-white);
    font-size: 12px;
}

.top-bar p,
.top-head-right p {
    margin-bottom: 0;
    color: var(--ds-color-white);
    font-size: 12px;
}

.top-bar a,
.top-bar a:visited {
    color: var(--ds-color-black);
    font-weight: var(--ds-font-weight-semibold);
}

.top-bar a:hover {
    color: #dd3333;
}

.top-bar ul {
    margin: 0 !important;
}

.inside-top-bar .col {
    padding: 0 !important;
}

.inside-top-bar ol,
.inside-top-bar ul {
    margin: 0;
}

.col .inside-top-bar {
    padding-right: 0;
}

.top-head-right .wpml-ls-legacy-list-horizontal,
.top-head-right .textwidget {
    float: right !important;
}

.top-head-right .textwidget a,
.top-head-right .textwidget a:visited {
    color: var(--ds-color-accent) !important;
}

ul.social-top li,
ul.contact-top li {
    list-style: none;
    display: inline;
    margin-right: 10px;
    padding: 8px 0;
}

ul.contact-top li {
    float: left;
    padding: 5px 0;
}

.top-bar .nav-inline > .menu-item + .menu-item:before {
    content: '|';
    color: #cad5d5;
    display: inline-block;
    margin: 0 1em;
}

.top-bar .social-top i {
    color: #81d742;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    transition: var(--ds-transition-fast);
    display: flex;
    justify-content: center;
}

.top-bar .social-top i:hover {
    color: inherit;
}

.top-bar .social-top a {
    text-decoration: none;
}



/*------------------------------------------------------------------
    Header
-------------------------------------------------------------------*/

.site-logo {margin-bottom: 0;}
.site-logo img {border-radius: 0 !important}

.site-header .header-image{
	
}

.inside-header{
	padding: 30px 150px;
}


.social-part .fab{padding-left:20px;}

.site-header {
    z-index: 100;
}





/*------------------------------------------------------------------
   Menu
-------------------------------------------------------------------*/

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active > a,
.main-navigation .menu-bar-items .search-item.active > a {
    color: var(--ds-color-menu-active);
    background-color: var(--ds-color-accent) !important;
}

.main-navigation .main-nav ul li a {
    font-weight: var(--ds-font-weight-bold);
    font-family: var(--ds-font-menu);
    font-size: var(--ds-font-menu-size);
    padding: 0 15px;
    color: var(--ds-color-menu);
    line-height: 30px !important
}

.main-navigation .main-nav ul li a:hover {
    color: var(--ds-color-gray-mid);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--ds-color-menu-active);
}

.main-navigation .main-nav ul ul li a {
    font-weight: var(--ds-font-weight-semibold);
    font-size: var(--ds-font-size);
    text-transform: none;
}





.navigation-popup-full{
	font-family: var(--ds-font-menu);
    font-size: var(--ds-font-menu-size);
    padding: 0 15px;
    color: var(--ds-color-menu);
	
	}
	
	
	
.elementor-nav-menu--dropdown .elementor-sub-item{
	font-size: 20px !important;
	}	
	
	
.elementor-nav-menu--dropdown a {
	text-decoration: none !important
	}

	
	
	
	



/*------------------------------------------------------------------
   Title
-------------------------------------------------------------------*/


.page-hero {
	margin-bottom: 100px
	}

.page-hero h1 {
    font-family: var(--ds-font-title);
    font-size: var(--ds-font-size-h2); /* 51.2px */
    font-weight: 800;
    color: var(--ds-color-primary);
}

.titolo-pagina {
    font-family: var(--ds-font-title);
    text-align: center;
    font-size: var(--ds-font-size-h4); /* 40.96px */
    font-weight: var(--ds-font-weight-bold);
    margin: 0;
    padding: 200px 0;
}

.titolo-pagina a,
.titolo-pagina a:visited {
    color: var(--ds-color-accent);
    font-size: var(--ds-font-size);
}


.titolo-pagina a:hover {
    color: var(--ds-color-secondary);
    font-size: var(--ds-font-size);
}

.header-news {
    margin-bottom: 100px;
}

.section-titolo {
    min-height: 250px;
}

.title-autore h3 {
    text-transform: uppercase;
}

.title-corner h3 {
    font-size: var(--ds-font-size-h5); /* 32.77px oppure regola personalizzata */
}

.title-corner-sidebar h3 {
    font-size: var(--ds-font-size-h6); /* 26.21px oppure regola personalizzata */
}

.page-caption-divider {
    border-color: #C7B173; /* potresti creare una var --ds-color-divider-gold */
    width: 80px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    margin-top: 35px;
}


/*------------------------------------------------------------------
   Breadcrumb
-------------------------------------------------------------------*/

.header-breadcrumb {
    color: #00ddcf; /* eventualmente definire var: --ds-color-breadcrumb */
}

.breadcrumbs span,
.breadcrumbs a {
    color: #8224e3 !important; /* --ds-color-breadcrumb-link? */
    font-size: 12px;
    font-weight: var(--ds-font-weight-semibold);
    text-transform: capitalize;
}

.breadcrumb_last {
    color: #00ddcf; /* --ds-color-breadcrumb-active? */
}



/*------------------------------------------------------------------
   Contents
-------------------------------------------------------------------*/

.separate-containers .site-main {
    margin: 0;
}

.site-content {
    padding: 0;
}

.box-shadow-multicolor p,
.box-shadow-multicolor h2 {
    color: var(--ds-color-accent) !important;
}

.title-content h2 {
    font-size: var(--ds-font-size-h2); /* 64px */
    font-weight: var(--ds-font-weight-bold);
}

.entry-meta a {
    color: #8FC5E4; /* puoi valutare di creare: --ds-color-link-meta */
}

.elementor-posts .elementor-post__title a {
    font-weight: var(--ds-font-weight-regular);
    font-size: var(--ds-font-size-h5); /* 32.77px */
}

.icon_box_heading {
    font-weight: var(--ds-font-weight-regular);
}

.box-team h3 {
    font-size: 22px;
    text-align: center;
}

.box-team p {
    text-align: center;
}

.box-attivita h6 {
    font-size: 14px;
    line-height: 20px;
}





.cta-box-prefooter {
    /* Aggiungi qui eventuali stili specifici */
}

.cta-box-prefooter h2 {
    margin-bottom: 0.2rem !important;
    font-weight: var(--ds-font-weight-bold);
}

.cta-box-prefooter .elementor-button:hover {
    background-color: var(--ds-color-button) !important;
    color: #f9eb1f !important; /* puoi creare una var tipo --ds-color-yellow */
}




/*------------------------------------------------------------------
   Content Dark
-------------------------------------------------------------------*/

/* Testi generali */
.content-dark,
.content-dark h1, 
.content-dark h2, 
.content-dark h3, 
.content-dark h4, 
.content-dark h5, 
.content-dark h6,
.content-dark strong, 
.content-dark b,
.content-dark p,
.content-dark ul, 
.content-dark li,
.box-dark,
.box-dark h2,
.box-dark p,
.box-dark a,
.box-dark strong,
.box-dark b {
  color: var(--ds-dark-text);
}

/* Link */
.content-dark a {
  color: var(--ds-dark-link);
}

.content-dark a:hover {
  color: var(--ds-dark-link-hover);
}

/* Titoli accento */
.box-dark h3 {
  color: var(--ds-dark-accent, #FFE63D); /* fallback se variabile non definita */
  margin-bottom: 0.2rem !important;
}

/* Pulsanti WordPress */
.content-dark a.button, 
.content-dark a.button:visited, 
.content-dark a.wp-block-button__link:not(.has-background) {
  color: var(--ds-dark-button-text) !important;
  background-color: var(--ds-dark-button-bg) !important;
  border: 1px solid var(--ds-dark-text);
}

/* Pulsanti Elementor - base */
.content-dark .elementor-button {
  background-color: var(--ds-dark-button-bg) !important;
  border: 2px solid var(--ds-dark-text) !important;
  color: var(--ds-dark-button-text) !important;
  font-family: var(--ds-font-body);
  padding: 10px 12px !important;
  border-radius: var(--ds-radius-button) !important;
  font-size: var(--ds-font-size);
  font-weight: var(--ds-font-weight-bold);
  margin-top: 10px;
  transition: all 0.3s ease;
}

/* Testo pulsanti Elementor */
.content-dark .elementor-button .elementor-button-text {
  color: var(--ds-dark-button-text) !important;
  font-weight: 400;
  border-radius: var(--ds-radius-button);
  transition: color 0.3s ease;
}

/* Hover Elementor */
.content-dark .elementor-button:hover {
  background-color: var(--ds-dark-button-bg-hover) !important;
  color: var(--ds-dark-button-text-hover) !important;
  border-color: var(--ds-dark-button-bg-hover) !important;
}

.content-dark .elementor-button:hover .elementor-button-text {
  color: var(--ds-dark-button-text-hover) !important;
}

/* Pulsante di invio */
.content-dark input[type="submit"] {
  color: var(--ds-dark-button-text) !important;
  background-color: var(--ds-dark-button-bg) !important;
  font-family: var(--ds-font-title);
  padding: 10px 12px !important;
  border: 0;
  border-radius: var(--ds-radius-button) !important;
  font-size: var(--ds-font-size);
  font-weight: var(--ds-font-weight-bold);
  margin-top: 10px;
  transition: all 0.3s ease;
}

.content-dark input[type="submit"]:hover {
  background-color: var(--ds-dark-button-bg-hover) !important;
  color: var(--ds-dark-button-text-hover) !important;
  border-color: var(--ds-dark-button-bg-hover);
}


/*------------------------------------------------------------------
   Blog
-------------------------------------------------------------------*/

.entry-title {
    font-size: 30px; /* Potresti anche usare --ds-font-size-h5 */
    font-family: var(--ds-font-title);
    font-weight: var(--ds-font-weight-bold);
    color: var(--ds-color-primary);
}

.entry-title a {
    color: var(--ds-color-primary);
}
.entry-title a:hover {
    color: var(--ds-color-link-hover);
}

.elementor-posts .elementor-post__title a {
    font-weight: var(--ds-font-weight-semibold);
}

.entry-meta {
    font-weight: var(--ds-font-weight-semibold);
    color: #408DB7; /* Puoi creare: --ds-color-meta-blog */
}

.inside-article {
    /* nessuno stile da ottimizzare qui */
}

article {
    padding: 0;
    margin: 0;
}


/*------------------------------------------------------------------
   Sidebar
-------------------------------------------------------------------*/

.widget-area .widget {
    padding: 0 20px 10px;
}

.sidebar .widget .widget-title {
    font-family: var(--ds-font-title);
    font-weight: var(--ds-font-weight-bold);
    border-color: #d32525; /* → suggerita nuova var: --ds-color-border-alert */
    border-bottom: solid;
    font-size: 18px;
    color: var(--ds-color-gray-dark);
    padding-bottom: 8px;
    text-transform: none;
}

.sidebar .widget-area .widget {
    padding: 0;
}

.widget-title {
    margin-bottom: 0;
}

.widget .search-form button.search-submit {
    background: #C7B173; /* → suggerita nuova var: --ds-color-gold */
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/


/* Layout colonne */
.footer-widgets .footer-widget-1 { flex-basis: 35%; }
.footer-widgets .footer-widget-2 { flex-basis: 15%; }
.footer-widgets .footer-widget-3 { flex-basis: 15%; }
.footer-widgets .footer-widget-4 { flex-basis: 15%; }
.footer-widgets .footer-widget-5 { flex-basis: 20%; }

.logo-footer {
    width: 85%;
    border-radius: 0 !important;
    padding-bottom: 20px;
}

.site-footer {
    margin-top: 0;
    max-width: 100%;
    padding: 0 150px;
}

.footer-widgets {
    background-color: var(--ds-bgcolor-footer);
    padding: 30px 150px 80px;
    font-size: var(--ds-font-footer);
    color: var(--ds-font-color-footer);
}

/* Link footer */
.footer-widgets a,
.footer-widgets a:visited {
    font-size: 15px;
    color: var(--ds-link-color-site-info); /* o crea --ds-footer-link-color */
    text-decoration: none;
}

.footer-widgets a:hover {
    color: var(--ds-link-hover-site-info) !important; /* o --ds-footer-link-hover */
    text-decoration: underline;
}

/* Paragrafi */
.inside-footer-widgets p,
.footer-widgets p {
    font-size: var(--ds-font-footer);
    color: var(--ds-font-color-footer);
    font-weight: var(--ds-font-weight-regular);
}

/* Titoli footer */
.footer-widgets h6 {
    color: var(--ds-footer-title-color);
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer-widgets .widget-title {
    line-height: var(--ds-line-height-base);
    color: var(--ds-footer-title-color);
    font-size: 20px;
    font-weight: var(--ds-font-weight-bold);
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

/* Grassetti */
.footer-widgets b,
.footer-widgets strong {
    color: var(--ds-color-black) !important;
}

/* Icone */
.footer-widgets .fa,
.footer-widgets .far,
.footer-widgets .fas {
    padding-right: 10px;
}

/* Liste */
.footer-widgets .widget ul li {
    margin-bottom: 0.3em;
}

/*------------------------------------------------------------------
    Footer Bottom
-------------------------------------------------------------------*/

.site-info {
    font-size: var(--ds-font-site-info) !important;
    background-color: var(--ds-bgcolor-site-info);
    text-align: center;
    padding: 0 20px 10px;
    color: var(--ds-font-color-site-info);
}

.inside-site-info .grid-container {
	max-width: 100% !important
	}

.site-info p {
    color: var(--ds-font-color-site-info);
    font-size: var(--ds-font-site-info) !important;
}

.site-info a,
.site-info a:visited {
    color: #000;
    font-size: var(--ds-font-site-info) !important;
    text-decoration: none;
}

.site-info a:hover {
    color: var(--ds-color-primary);
}

/* CTA footer button (ripetuto dal blocco precedente) */
.cta-box-prefooter .elementor-size-md:hover {
    background: var(--ds-color-button) !important;
    color: var(--ds-font-button) !important;
}



/*------------------------------------------------------------------
   Social media icon
-------------------------------------------------------------------*/
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.social-network a.icoRss:hover { background-color: #F56505; }
.social-network a.icoFacebook:hover { background-color: #3B5998; }
.social-network a.icoTwitter:hover { background-color: #1DA1F2; }
.social-network a.icoLinkedin:hover { background-color: #0e76a8; }
.social-network a.icoYoutube:hover { background-color: #FF0000; }

.social-network a.icoInstagram:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
	color: var(--ds-color-icons);
}

a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	border-radius: 50px;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 40px;
	background: var(--ds-bgcolor-icons);
	color: var(--ds-color-icons) !important;
}

.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}



.social-circle i {
	color: var(--ds-color-icons);
	transition: all 0.8s;
}

/****** Social icon Box team ******/
.box-team .social-circle li a {
	display: inline-block;
	position: relative;
	margin-left: 45%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 15px;
	color: var(--ds-color-icons);
}

.box-team .social-circle li i {
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: var(--ds-color-icons);
}




/* Versione verticale */
ul.social-network.vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    align-items: flex-start; /* 👈 Forza l'allineamento a sinistra */
}

ul.social-network.vertical li {
    display: block;
    margin: 0;
}

ul.social-network.vertical li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--ds-bgcolor-icons);
    color: var(--ds-color-icons) !important;
    transition: all 0.3s ease;
}

ul.social-network.vertical li a:hover i {
    transform: rotate(360deg);
}

ul.social-network.vertical li i {
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
}



/****** Social icon footer ******/
.footer-widgets .social-circle li a {
	color: var(--ds-color-icons) !important;
	background: var(--ds-bgcolor-icons) !important;
}

.footer-widgets .social-circle i {
	color: var(--ds-color-icons) !important;
}



/*------------------------------------------------------------------
   Contact form
-------------------------------------------------------------------*/
/* CAMPI TESTUALI + TEXTAREA */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%;
	padding: 10px 0;
	color: var(--ds-form-text) !important;
	border: none;
	border-bottom: 1px solid var(--ds-form-border);
	outline: none;
	font-weight: var(--ds-font-weight-regular);
	background: transparent;
	border-radius: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	box-shadow: none;
}

/* TEXTAREA */
textarea {
	min-height: 150px;
	max-height: 150px;
	resize: vertical;
}

/* SELECT */
select {
	width: 100%;
	padding: 10px 0;
	color: var(--ds-form-text) !important;
	border: none;
	border-bottom: 1px solid var(--ds-form-border);
	font-weight: var(--ds-font-weight-regular);
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	appearance: auto;
	height: 45px;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: transparent;
	border-bottom: 1px solid var(--ds-form-border-focus);
}

/* LABEL GENERICHE */
label {
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: var(--ds-color-primary);
}

/* SUBMIT BUTTON */
input[type="submit"] {
	color: var(--ds-form-submit-color);
	background-color: var(--ds-form-submit-bg) !important;
	font-family: var(--ds-font-title);
	padding: 10px 12px !important;
	border-radius: var(--ds-form-submit-radius) !important;
	font-size: var(--ds-font-size);
	font-weight: var(--ds-font-weight-bold);
	margin-top: 0;
	float: right;
	text-transform: lowercase;
}

/* CHECKBOX E RADIO */
.wpcf7-checkbox,
.wpcf7-acceptance {
	margin-top: 20px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.wpcf7-list-item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.wpcf7-list-item-label {
	font-size: 14px !important;
	color: var(--ds-form-text);
}

/* VERSIONI PER IL FOOTER O NEWSLETTER (non toccate) */
.footer-widgets input[type="text"],
.footer-widgets input[type="email"],
.footer-widgets input[type="url"],
.footer-widgets input[type="password"],
.footer-widgets input[type="search"],
.footer-widgets input[type="tel"],
.footer-widgets input[type="number"],
.footer-widgets textarea,
.footer-widgets select {
	width: 100%;
	height: 40px;
	padding: 3px 50px 0 30px;
	border: 0;
	outline: none;
	font-weight: var(--ds-font-weight-bold);
	margin-bottom: 10px !important;
	border-radius: 5px !important;
	background-color: #dd3333 !important;
	font-family: var(--ds-font-title);
	box-sizing: border-box;
}

.footer-widgets .wpcf7-list-item-label {
	font-size: 12px !important;
}

.form-news input[type="submit"] {
	padding: 5px 15px 20px !important;
	font-size: var(--ds-font-size);
	font-weight: var(--ds-font-weight-bold);
	margin-top: 0;
	height: 40px;
	line-height: inherit;
}

.iscrizione-newsletter input[type="submit"] {
	margin-top: 0;
	padding: 5px 20px !important;
}

/* SEARCH (widget) */
.widget .search-form button.search-submit {
	border-radius: var(--ds-radius-button) !important;
}











/*------------------------------------------------------------------
    Woocommerce MODE
-------------------------------------------------------------------*/

.shopping-icon-menu-inline i,
.shopping-icon-menu-inline a:hover i {
    color: #4A576B !important;
}

.box-prodotto .categoria-link a{
	font-size: 25px !important;
	font-weight: 400
	}
	
.box-prodotto p{
	font-size: 16px !important
	}
.woocommerce div.product p.price {
	font-size: 35px !important;
	font-weight: 500
	}
	
.woocommerce ul.products li.product .price {
	font-weight: 500;
	font-size: 25px !important
	}
	
.woocommerce .elementor-element.elementor-products-grid ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product{
	text-align: left
	}
	
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
	color: var(--ds-color-accent) !important;
	    background-color: var(--ds-color-primary);
	
	}
	
	
.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    pointer-events: none; /* evita interferenze con altri elementi */
}

.woocommerce-notices-wrapper .woocommerce-message {
    pointer-events: auto; /* riattiva clic su pulsanti all’interno */
    background-color: #BDC8B8;
    color: #000;
    padding: 1em 5em;
    margin: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-message a {
    color: #000 !important; /* Nero o altro colore leggibile */
    font-weight: 700 !important;    
}

.woocommerce-message .button.wc-forward {
    margin-left: 20px;
}


.footer-widgets .payment-icon ul li {
	margin-bottom: 0;
}	



/*------------------------------------------------------------------
    Mobile - Media Query style
-------------------------------------------------------------------*/

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
		
		
		/******    Font-size Height    ******/
.fh-2 h1, .fh-2 h2, .fh-2 h3, .fh-2 h4, .fh-2 h5, .fh-2 h6, .fh-2 p { font-size: 20px !important; }
.fh-3 h1, .fh-3 h2, .fh-3 h3, .fh-3 h4, .fh-3 h5, .fh-3 h6, .fh-3 p { font-size: 20px !important; }
.fh-4 h1, .fh-4 h2, .fh-4 h3, .fh-4 h4, .fh-4 h5, .fh-4 h6, .fh-4 p { font-size: 30px !important; }
.fh-5 h1, .fh-5 h2, .fh-5 h3, .fh-5 h4, .fh-5 h5, .fh-5 h6, .fh-5 p { font-size: 40px !important; }
.fh-6 h1, .fh-6 h2, .fh-6 h3, .fh-6 h4, .fh-6 h5, .fh-6 h6, .fh-6 p { font-size: 50px !important; }
.fh-7 h1, .fh-7 h2, .fh-7 h3, .fh-7 h4, .fh-7 h5, .fh-7 h6, .fh-7 p { font-size: 50px !important; }
.fh-8 h1, .fh-8 h2, .fh-8 h3, .fh-8 h4, .fh-8 h5, .fh-8 h6, .fh-8 p { font-size: 50px !important; }
.fh-9 h1, .fh-9 h2, .fh-9 h3, .fh-9 h4, .fh-9 h5, .fh-9 h6, .fh-9 p { font-size: 50px !important; }
.fh-10 h1, .fh-10 h2, .fh-10 h3, .fh-10 h4, .fh-10 h5, .fh-10 h6, .fh-10 p { font-size: 70px !important; }
		
		
		.title-citazione h5{
	font-size: 50px !important
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	    padding: 0 30px;
	
	}
	
	.page-hero{
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px
		}
		
	
	.widget ul li {
		
		margin-bottom: 0.2em !important;
		}
	ul.shopping-icon-menu-inline {
		margin-right: 15px !important
	}
		



.elementor-wrapper {
  width: 100%;
  height: 100vh; /* <--- era 10vh, ora corretto */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-video {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-wrapper iframe {
  padding-top: 0 !important;
  aspect-ratio: unset !important;
  height: 100vh !important;
  width: 100% !important;
}
		.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder){
			display: none
			}

		
		.site-footer {
		    padding: 0 30px;
		}
		
		.site-header .header-widget{
			margin-top: 0;
			        position: absolute;
        right: 30px;
        
			}
		
		.bg-bianco-caldo {
		background: #F6EDE7 !important;	}
		
		.menu-btn-call {
			display: none
		}
		
		.inside-header{padding: 20px;}
		
		h1 {font-size: 45px; margin-bottom: 0 !important;}
		h2 { font-size: 40px ; margin-bottom: 0.8rem !important;}
		h3 { font-size: 32px ; margin-bottom: 0.8rem !important;} 

		.site-info .inside-site-info{
        flex-direction: column-reverse;
    	}
    	
    	
    	.servizio-home-box p{
	    	font-size: 18px;
    	}
    	
    	
    	.footer-widgets{
	    	padding: 40px 30px
    	}
    	
    	.servizi-box h4 {
	    	font-size: 20px
	    	}
    	
    	
    	.elementor-tab-title a{
		font-size: 30px;
		}
		
		.elementor-accordion .elementor-tab-title{
		width: 90%;
		}
		
		
		
		estendi-mobile {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
  }

  
  
		
		
    	
    	
    	
}

/* Media Query for low resolution Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {


}

/*------------------------------------------------------------------
   Tablet - Media Query style
-------------------------------------------------------------------*/

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) { 

}


/*------------------------------------------------------------------
   Pc e Desktop - Media Query style
-------------------------------------------------------------------*/

/* Media Query for Large screens */
@media (min-width: 1281px) and (max-width: 1919px) { 

}

@media (min-width: 1920px) { 

}