/*
 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: #1B2340;        /* blu navy */
  --ds-color-secondary: #EFEAE5;      /* beige chiaro */
  --ds-color-tertiary: #D32D12;       /* rosso acceso */
  --ds-color-black: #1B2340;          /* usato come base testo */
  --ds-color-white: #ffffff;          /* bianco puro */
  --ds-color-gray-dark: #92765A;      /* grigio marrone */
  --ds-color-gray-light: #EFEAE5;     /* beige chiaro */
  --ds-color-link: #92765A;           /* colore link */
  --ds-color-link-hover: #1B2340;     /* colore link hover */
  --ds-color-selection: #1B2340;      
  --ds-color-selection-dark-mode: #EFEAE5;

  /* ----------------------------------------
  UX & UI 
  ---------------------------------------- */
  --ds-bgcolor-icons: transparent;
  --ds-color-icons: #1B2340;
  --ds-outline-success: #25d366;
  --ds-outline-info: #1B2340;
  --ds-outline-warning: #ffc107;
  --ds-outline-danger: #D32D12;
  --ds-body-font-family: "futura-pt", sans-serif;
  --ds-body-font-weight: 400;
  --ds-body-title-weight: 600;
  --ds-line-height-base: 1.4em;
  --ds-body-line-height: 1.6em;

  /* ----------------------------------------
  🔝 HEADER
  ---------------------------------------- */
  --ds-bgcolor-header: #EFEAE5;
  --ds-color-menu: #fff;
  --ds-color-menu-active: #ffffff;
  --ds-color-bg-menu-active: #1B2340;
  --ds-font-menu: "futura-pt", sans-serif;
  --ds-font-menu-size: 20.5px;

  /* ----------------------------------------
  📄 CONTENT
  ---------------------------------------- */
  --ds-bgcolor-body: #ffffff;
  --ds-color-title: #1B2340;
  --ds-color-font: #1B2340;
  --ds-font-title: "futura-pt", sans-serif;
  --ds-font-body: "futura-pt", sans-serif;
  --ds-font-size: 18px; /* media tra le varie grandezze corpo testo */

  --ds-font-size-h1: 80px;
  --ds-font-size-h2: 60px;
  --ds-font-size-h3: 45px;
  --ds-font-size-h4: 38px;
  --ds-font-size-h5: 28px;
  --ds-font-size-h6: 22px;

  --ds-radius-button: 50px;
  --ds-color-button: #1B2340;
  --ds-color-button-hover: #92765A;
  --ds-font-button: #ffffff;

  /* ----------------------------------------
  📥 FORM / INPUT
  ---------------------------------------- */
  --ds-form-bg: #ffffff;
  --ds-form-text: #1B2340;
  --ds-form-border: #cccccc;
  --ds-form-bg-focus: #f5f5f5;
  --ds-form-border-focus: #1B2340;
  --ds-form-submit-bg: #1B2340;
  --ds-form-submit-color: #ffffff;
  --ds-form-submit-radius: 8px;
  --ds-radius-form: 8px;

  /* ----------------------------------------
  ⚫ FOOTER 
  ---------------------------------------- */
  --ds-bgcolor-site-info: var(--ds-color-primary);
  --ds-font-color-site-info: #fff;
  --ds-font-site-info: 17.08px;
  --ds-footer-title-color: #1B2340;
  --ds-link-color-site-info: #1B2340;
  --ds-link-hover-site-info: #92765A;

  /* ----------------------------------------
  🌑 DARK MODE
  ---------------------------------------- */
		/* Sfondo e testo */
		--ds-dark-bg: #1B2340;
		--ds-dark-text: #ffffff;
		
		/* Link */
		--ds-dark-link: #EFEAE5;
		--ds-dark-link-hover: #ffffff;
		
		/* Pulsanti */
		--ds-dark-button-bg: #ffffff;
		--ds-dark-button-bg-hover: var(--ds-color-primary);
		--ds-dark-button-text: var(--ds-color-primary);
		--ds-dark-button-text-hover: #ffffff;
		
		/* ----------------------------------------
		 📦 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;
		    --ds-font-menu-size: 14px;
		    --ds-radius-button: 50px;
		  }
}




.gsap-text-reveal {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.gsap-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}





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

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

#iub-legalDoc {
	border-top: 0 !important
}
.footer__credits{
	display: none !important
}


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

body {
	margin: 0;
	font-family: var(--ds-font-body);
	font-weight: var(--ds-body-font-weight);
	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);
}

.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, .h1 {
  font-size: var(--ds-font-size-h1);
  line-height: var(--ds-line-height-base);
}

h2, .h2 {
  font-size: var(--ds-font-size-h2);
  line-height: var(--ds-line-height-base);
}

h3, .h3 {
  font-size: var(--ds-font-size-h3);
  line-height: var(--ds-line-height-base);
}

h4, .h4 {
  font-size: var(--ds-font-size-h4);
  line-height: var(--ds-line-height-base);
}

h5, .h5 {
  font-size: var(--ds-font-size-h5);
  line-height: var(--ds-line-height-base);
}

h6, .h6 {
  font-size: var(--ds-font-size-h6);
  line-height: var(--ds-line-height-base);
}

p {
  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);
}


b, strong {color: #000000;}

a, a:visited  {color: var(--ds-color-link) ;}
a:hover, { color: var(--ds-color-link-hover); text-decoration: underline}	

/******    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: 30px !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 */
}

/* Bottoni Outline */
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: var(--ds-transition-normal);
}

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

.btn-success.btn-outline { color: var(--ds-outline-success); }
.btn-info.btn-outline { color: var(--ds-outline-info); }
.btn-warning.btn-outline { color: var(--ds-outline-warning); }
.btn-danger.btn-outline { color: var(--ds-outline-danger); }

.btn-outline:hover {
    color: var(--ds-color-accent);
    background-color: var(--ds-color-button-hover);
}

/* Header */
.site-header a,
.site-header a:visited {
    color: var(--ds-color-primary);
}

/* Bottoni classici */
a.button,
a.button:visited,
a.wp-block-button__link:not(.has-background) {
    color: var(--ds-color-accent);
    background-color: var(--ds-color-button);
    font-family: var(--ds-font-title);
    font-weight: var(--ds-body-title-weight);
    padding: 12px 24px;
    border-radius: var(--ds-radius-button);
    margin-top: 10px;
    font-size: 12px;
}

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

/* Elementor Button */
.elementor-button {
    transition: var(--ds-transition-fast);
    display: inline-block;
    line-height: 1;
    background-color: var(--ds-color-button) !important;
    border-radius: var(--ds-radius-button) !important;
    border: 2px solid var(--ds-color-button);
    font-size: 15px;
    padding: 12px 24px;
    font-weight: var(--ds-font-weight-semibold);
    color: var(--ds-color-accent);
    fill: var(--ds-color-accent);
    text-align: center;
}

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

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: var(--ds-color-font) !important;
}

/* Elementor Button Size */
.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-button-text {
    color: var(--ds-font-button);
    font-weight: var(--ds-font-weight-semibold);
    border-radius: var(--ds-radius-button);
}

.elementor-button-text:hover {
    color: var(--ds-color-black);
    text-decoration: none;
}

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

/* Box associativi */
.box-associativo p {
    font-size: 1rem;
}

.box-associativo h4 {
    text-transform: uppercase;
}

.box-associativo-people h5 {
    font-size: 15px;
    color: var(--ds-color-accent);
    padding: 0 20px 20px;
    background-image: linear-gradient(180deg, #ffffff00 0%, #00000090 90%);
}

.box-servizi h3 {
    font-size: 20px;
    margin-bottom: 0 !important;
}

.box-servizi:hover h3 {
    color: var(--ds-color-accent) !important;
}

.box {
    width: 600px;
    height: 400px;
    overflow: hidden;
    background-color: var(--ds-color-tertiary);
    position: relative;
}

.box-team-shadow {
    box-shadow: var(--ds-shadow-lg);
}

/* Pulsante call */
.menu-btn-call {
    background-color: #fff !important;
    padding: 8px 15px;
    border-radius: 50px;
    line-height: 15px;
    margin-left: 50px;
    font-weight: var(--ds-font-weight-semibold);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s ease, color .3s ease;
}

.menu-btn-call a,
.menu-btn-call a:hover {
    color: var(--ds-color-accent) !important;
}



.content-dark .tag-button h5 {
    color: var(--ds-color-accent) !important;
    font-size: 18px
}



.contatti-box h3{
	font-size: 30px
}
.contatti-box p{
	font-weight: 400;
	font-size: 22px
}


.df-popup-thumb{
	width: 250px !important;
	margin: 0 !important
}

.sezione-cataloghi h5{
	font-size: 20px;
	padding-top: 20px
}




.cta-icon-after .elementor-cta__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
}

.cta-icon-after .elementor-cta__title {
  padding-bottom: 10px;
}


.punti-forza p{
	font-size: 15px
}







.entry-content .alignwide {
	padding: 80px 0 !important
}


.wc-block-components-product-badge {
	display: none !important
}


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

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

.top-bar p,
.top-head-right p {
    margin-bottom: 0;
    color: var(--ds-color-accent);
    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{
	margin-top: -10px;
}

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


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

.site-header {
    z-index: 100;
    background-color: var(--ds-bgcolor-header);
}


ul.shopping-icon-menu-inline li a{
	    color: #fff !important;
}


/*------------------------------------------------------------------
   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 ul ul{
	    border-radius: 5%;
}


.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);
    text-transform: uppercase;
}

.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);
  text-decoration: underline
}

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



.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a, .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a{
	background: transparent;
    color: #fff;
}


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

.page-hero h1 {
    font-family: var(--ds-font-title);
    font-size: var(--ds-font-size-h3); /* 51.2px */
    font-weight: 600;
    color: #fff;
}

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


.content-dark h1, .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) !important;s
}

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

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

/* 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: transparent !important;
  border: 1px solid var(--ds-dark-text);
}

/* Pulsante Elementor */
.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: 15px 20px !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 pulsante Elementor */
.content-dark .elementor-button-text {
  color: var(--ds-dark-button-text) !important;
  background-color: var(--ds-dark-button-bg) !important;
  border-radius: var(--ds-radius-button);
  text-transform: uppercase;
  font-weight: var(--ds-font-weight-semibold);
  transition: color 0.3s ease;
}

.content-dark .elementor-button:hover,
.content-dark .elementor-button-text:hover {
  color: var(--ds-dark-button-text-hover) !important;
  background-color: transparent !important;
  text-decoration: none;
}

/* Submit button */
.content-dark input[type="submit"] {
  color: var(--ds-dark-button-text) !important;
  background-color: var(--ds-dark-button-bg) !important;
  border: 1px solid var(--ds-dark-text);
  font-family: var(--ds-font-title);
  padding: 8px 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;
}

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

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





/*------------------------------------------------------------------
   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: 25%; }
.footer-widgets .footer-widget-2 { flex-basis: 25%; }
.footer-widgets .footer-widget-3 { flex-basis: 15%; }
.footer-widgets .footer-widget-4 { flex-basis: 20%; }
.footer-widgets .footer-widget-5 { flex-basis: 15%; }

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

.site-footer {
    margin-top: 0;
}

.footer-widgets {
    background-color: var(--ds-bgcolor-footer);
    padding: 50px 0;
    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: 10px 20px;
    color: var(--ds-font-color-site-info);
}

.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: #fff;
    font-size: var(--ds-font-site-info) !important;
    text-decoration: none;
}

.site-info a:hover {
    color: #fff;
}

/* 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: 20px;
	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 li a:hover i, .triggeredHover {
	transform: rotate(360deg);
	transition: all 0.2s;
}

.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
-------------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	width: 100%;
	height: 35px;
	padding: 20px;
	color: var(--ds-form-text) !important;
	border: 1px solid var(--ds-form-border);
	outline: none;
	font-weight: var(--ds-font-weight-regular);
	overflow: hidden;
	margin-bottom: 0;
	border-radius: var(--ds-radius-form);
	background: var(--ds-form-bg);
	box-sizing: border-box;
}

select {
	width: 100%;
	min-height: 45px;
	padding: 5px 12px;
  vertical-align: middle;
	color: var(--ds-form-text) !important;
	border: 1px solid var(--ds-form-border);
	border-radius: var(--ds-radius-form);
	background: var(--ds-form-bg);
	font-weight: var(--ds-font-weight-regular);
	box-sizing: border-box;
}


/* Textarea */
textarea {
	min-height: 100px;
	max-height: 100px;
}

/* Numerici */
input[type="number"] {
	color: var(--ds-form-text);
}

/* 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, select:focus {
	background: var(--ds-form-bg-focus);
	border: 1px solid var(--ds-form-border-focus);
}

/* Submit */
input[type="submit"] {
	color: var(--ds-form-submit-color);
	background-color: var(--ds-form-submit-bg) !important;
	font-family: var(--ds-font-title);
	padding: 15px 20px !important;
	border-radius: var(--ds-form-submit-radius) !important;
	font-size: var(--ds-font-size);
	font-weight: var(--ds-font-weight-bold);
	margin-top: 10px;
}

/* Label generiche */
.label-form {
	margin-top: 10px;
	color: var(--ds-color-primary);
}

.label-privacy-form {
	margin-top: 20px;
}

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

/* Checkbox e radio */
.wpcf7-list-item-label {
	font-size: 16px !important;
	margin-left: 10px;
	text-align: left !important
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 18px !important;
	margin-left: 10px;
	margin-right: 30px;
}

.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: 50px;
	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; /* eventualmente: var(--ds-color-form-footer) */
	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;
	margin-top: -30px
}

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



.qodef-qi-contact-form-7 input[type="date"], .qodef-qi-contact-form-7 input[type="email"], .qodef-qi-contact-form-7 input[type="number"], .qodef-qi-contact-form-7 input[type="password"], .qodef-qi-contact-form-7 input[type="search"], .qodef-qi-contact-form-7 input[type="tel"], .qodef-qi-contact-form-7 input[type="text"], .qodef-qi-contact-form-7 input[type="url"], .qodef-qi-contact-form-7 select, .qodef-qi-contact-form-7 textarea {
	margin-bottom: 10px;
}











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


.woocommerce table.shop_attributes td p{
	padding: 8px 10px;
}

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


.woocommerce ul.products li.product a img{
	border-radius: 15%;
}

ul.products li.product span.onsale{
	border-radius: 10% !important;
    padding: 10px !important;
}

.woocommerce ul.products li.product.sales-flash-overlay .onsale{
	top: 10px !important;
    right: 10px !important;
}


.woocommerce ul.products li.product .button{
	    border-radius: 50px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.woocommerce ul.products li.product .price{
	font-size: 1.2em;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-family: var(--ds-font-title);
    font-weight: var(--ds-body-title-weight);
    line-height: 1.2;
    color: var(--ds-color-title);
}




.woocommerce-product-gallery__image {
	position: relative;
}

/* Badge "Promo" in stile pillola nera */
.woocommerce span.onsale {
	position: absolute !important;
	top: 10px;
	left: 10px;
	background-color: #000;
	color: #fff;
	padding: 15px 25px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 10;
	pointer-events: none;
	line-height: 1;
}

.single-product span.onsale {
	top: 10px;
	left: 10px;
	background-color: var(--e-global-color-primary);
	color: #fff;
	padding: 12px 20px !important;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 10;
	pointer-events: none;
	line-height: 1;
}


.woocommerce-message {
	display: flex;
  flex-direction: column;
  align-items: flex-start; /* o center se vuoi centrare il bottone */
  gap: 0.5rem;
  position: absolute !important;
  bottom: 0;
  left: 0;
  text-align: left !important;
  width: 100%;
  z-index: 9999;
  margin: 0;
  border-radius: 0;
}

.woocommerce-message .button {
  display: block;
  white-space: normal;
  text-align: left;
  width: 100%;
    background-color: var(--ds-color-button) !important;
    border-radius: var(--ds-radius-button) !important;
    border: 2px solid var(--ds-color-button);
    font-size: 15px;
    width: 200px;
    padding: 5px 24px !important;
    font-weight: var(--ds-font-weight-semibold);
    color: var(--ds-color-accent);
    text-align: center;
}

.yith-wcan-filters{
	background-color: #f8f8f8 !important
}

.yith-wcan-filters h4{
	font-size: 20px
}
.yith-wcan-filters .yith-wcan-filter{
	margin-bottom: 10px
}


/*------------------------------------------------------------------
    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: 18px !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: 25px !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: 45px !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: 60px !important; }
		.fh-10 h1, .fh-10 h2, .fh-10 h3, .fh-10 h4, .fh-10 h5, .fh-10 h6, .fh-10 p { font-size: 60px !important; }
				
				
				
		.inside-header{padding: 20px;}
			
		.header-widget{
		display: none
		}
		

		.entry-content .alignwide {
		padding: 40px 50px !important
		}
		.page-hero h1{
		padding: 0 30px
		}
		
		.logo-mobile {
		max-width: 70%}
		
		.main-navigation .main-nav ul li a{
		font-size: 25px;
		text-transform: uppercase;
		font-weight: var(--ds-body-title-weight);}
		
		.slideout-navigation.main-navigation .widget-title{
		color: #fff !important
		}
		
		.slideout-navigation.main-navigation .main-nav ul li a{
		text-transform: uppercase !important;
		
		}
		
		body.elementor-popup-active .your-mobile-menu-class {
    display: none !important;
}
body .elementor-popup-modal .dialog-widget-content {
    z-index: 999999 !important;
    position: relative;
}


		
		
		.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{
			padding: 0 
		}
		
		.title-long h1{
			font-size: 36px !important
		}
		
		h1 {font-size: 45px; margin-bottom: 0.8rem !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;
    	}
    	
    	.footer-widgets{
	    	padding: 40px 30px
    	}
}

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

}