/*
Theme Name: GBS Child
Theme URI: https://www.gbs-group.it/
Author: Global Business Solution S.r.l.
Author URI: https://www.gbs-group.it/
Description: GBS Custom WordPress Theme. This theme is not available for you to download or buy.
Template: gbs
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */



/*classi per correggere impostazioni tema */
::-moz-selection {
  /* Code for Firefox */
  color: var(--white);
  background: var(--accent-color);
}
::selection {
  color: var(--white);
  background: var(--accent-color);
}

::-webkit-scrollbar {
  width: var(--width-scrollbar);
}
::-webkit-scrollbar-thumb {
  background:var(--background-scrollbar-thumb);
  border-radius: var(--radius-scrollbar);
}
::-webkit-scrollbar-track {
  background:var(--background-scrollbar-track);
}

/*reset*/
*:focus {
  outline: none;
}
* img {
  image-rendering: -webkit-optimize-contrast !important;
}
* {
  text-rendering: optimizeLegibility !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body, html {
  width: 100vw !important;
  overflow-x: hidden !important;
}
main{
  overflow:hidden;
}
figure {
  margin: 0;
}
p {
  margin-block-start: initial;
  margin-block-end: 1em;
}
a:hover {
  text-decoration: none;
}


/*----------------extra----------------*/
div#Content {
  padding: 0;
}
.post,.page {
  margin:0em;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
}
html.stop {
  overflow: hidden !important;
}

/*----------------clear----------------*/
.clearfix:before,.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after{
  clear:both;
}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

/*----------------Rules for icon sizes----------------*/
i.material-icons,
span.material-icons {
  line-height: inherit;
  vertical-align: sub;
  font-size: 1.2em;
}
i.material-icons.md-18 { font-size: 18px; }
i.material-icons.md-24 { font-size: 24px; } /* Default */
i.material-icons.md-36 { font-size: 36px; }
i.material-icons.md-48 { font-size: 48px; }

/*----------------righe e colonne----------------*/
section {
  margin: 0 auto;
}
section.margin {
  margin-top: var(--space-margin);
  margin-bottom: var(--space-margin);
}
section.margin.first {
  margin-top: calc(var(--space-margin) * 2);
  margin-bottom: var(--space-margin);
}
section.margin.last {
  margin-bottom: calc(var(--space-margin) * 2);
  margin-top: var(--space-margin);
}
section.margin.last.margin0bottom {
  margin-bottom: 0;
  margin-top: var(--space-margin);
}
.margin-top {
  margin-top: var(--space-margin);
}
.margin-bottom {
  margin-bottom: var(--space-margin);
}
.full-height {
  height: 100vh;
}
.height-100 {
  height: 100%!important;
}
.full-width {
  max-width: none !important;
}
.width-100 {
  width: 100%;
}
.width-auto{
  width: auto;
}
section,
.w-container,
.w-container-small,
.col-100,
.col-85,
.col-80,
.col-75,
.col-70,
.col-60,
.col-50,
.col-40,
.col-33,
.col-30,
.col-25,
.col-15 {
  box-sizing: border-box;
}
.contenuto {
  padding: var(--padding-container)
}

/*----------------colonne----------------*/
.w-container {
  width: var(--w-container);
  max-width: 100%;
}
.w-container-small {
  width: var(--w-container-stretto);
  max-width: 100%;
}
.col-100,
.full-width {width: 100%;}


/*grid*/
section .grid-container {
grid-template-columns: repeat(12, 1fr);
grid-template-rows: auto;
grid-auto-flow: dense;
/* align-items: start; */
display: grid;
margin-left: auto;
margin-right: auto;
/* border:#ff00004a 0.5px dotted; */
box-sizing: border-box;
}
section .grid-container .cell {
box-sizing: border-box;
position: relative;
}

section .grid-container .cell.g12 {grid-column-end: span 12;}
section .grid-container .cell.g11 {grid-column-end: span 11;}
section .grid-container .cell.g10 {grid-column-end: span 10;}
section .grid-container .cell.g9 {grid-column-end: span 9;}
section .grid-container .cell.g8 {grid-column-end: span 8;}
section .grid-container .cell.g7 {grid-column-end: span 7;}
section .grid-container .cell.g6 {grid-column-end: span 6;}
section .grid-container .cell.g5 {grid-column-end: span 5;}
section .grid-container .cell.g4 {grid-column-end: span 4;}
section .grid-container .cell.g3 {grid-column-end: span 3;}
section .grid-container .cell.g2 {grid-column-end: span 2;}
section .grid-container .cell.g1 {grid-column-end: span 1;}


section .grid-container .cell.start1 {
grid-column-start: 1;
}
section .grid-container .cell.start2 {
grid-column-start: 2;
}
section .grid-container .cell.start3 {
grid-column-start: 3;
}
section .grid-container .cell.start4 {
grid-column-start: 4;
}
section .grid-container .cell.start5 {
grid-column-start: 5;
}
section .grid-container .cell.start6 {
grid-column-start: 6;
}
section .grid-container .cell.start7 {
grid-column-start: 7;
}
section .grid-container .cell.start8 {
grid-column-start: 8;
}
section .grid-container .cell.start9 {
grid-column-start: 9;
}
section .grid-container .cell.start10 {
grid-column-start: 10;
}
section .grid-container .cell.start11 {
grid-column-start: 11;
}
section .grid-container .cell.start12 {
grid-column-start: 12;
}

.grid-gap10{
  grid-gap:10px;
}
.grid-gap20{
  grid-gap:20px;
}
.grid-gap30{
  grid-gap:30px;
}
.grid-gap40{
  grid-gap:40px;
}
.grid-gap50{
  grid-gap:50px;
}
.grid-gap60{
  grid-gap:60px;
}

.cell.gutter {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*colonne standard*/
.col-85 {width: 85%;}
.col-80 {width: 80%;}
.col-75 {width: 75%;}
.col-70 {width: 70%;}
.col-66 {width: 66%;}
.col-60 {width: 60%;}
.col-50 {width: 50%;}
.col-45 {width: 45%;}
.col-40 {width: 40%;}
.col-35 {width: 35%;}
.col-33 {width: 33%;}
.col-30 {width: 30%;}
.col-25 {width: 25%;}
.col-20 {width: 20%;}
.col-15 {width: 15%;}
.col-12 {width: 12.5%;}


/*colonne-flex + gap*/
.col-20-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 14%;
}
.col-25-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
}  
.col-30-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 24%;
}
.col-40-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 34%;
}
.col-50-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 44%;
}
.col-60-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 54%;
}
.col-80-flex {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis:74%;
}

.gap-15px {gap: 15px;}
.gap-20px {gap: 20px;}
.gap-30px {gap: 30px;}

.column-gap-1 {column-gap: 3%;}
.column-gap-3 {column-gap: 6%;}
.column-gap-6 {column-gap: 12%;}

.row-gap-12 {row-gap: 12px;}
.row-gap-24 {row-gap: 24px;}
.row-gap-48 {row-gap: 48px;}


/*----------------flex----------------*/

.block {display: block;}

.flex {display: flex;}

.flex-row {flex-direction: row;}
.flex-column {flex-direction: column;}

.flex-row-rev {flex-direction: row-reverse;}
.flex-column-rev {flex-direction: column-reverse;}

.flex-wrap {flex-wrap: wrap;}
.flex-nowrap {flex-wrap: nowrap;}

.flex-shrink-0 {flex-shrink: 0;}
.flex-shrink-1 {flex-shrink: 1;}

.flex-grow-0 {flex-grow: 0;}
.flex-grow-1 {flex-grow: 1;}

.align-items-center {align-items: center;}
.align-items-end {align-items: flex-end;}
.align-items-start {align-items: flex-start;}
.align-items-stretch {align-items: stretch;}

.align-content-center {align-content: center;}
.align-content-end {align-content: flex-end;}
.align-content-start {align-content: flex-start;}
.align-content-stretch {align-content: stretch;}

.align-self-center {align-content: center;}
.align-self-end {align-content: flex-end;}
.align-self-start {align-content: flex-start;}
.align-self-stretch {align-content: stretch;}

.justify-content-center {justify-content: center;}
.justify-content-end {justify-content: end;}
.justify-content-start {justify-content: flex-start;}
.justify-content-space-around {justify-content: space-around;}
.justify-content-space-between {justify-content: space-between;}
.justify-content-space-evenly {justify-content: space-evenly;}

.align-self-center{align-self: center;}


/*----------------spazi dinamici----------------*/
.padding {padding: var(--padding-box);}

.padding0 {padding: 0px !important;}
.padding0sx {padding-left: 0px !important;}
.padding0dx {padding-right: 0px !important;}
.padding0top {padding-top: 0px !important;}
.padding0bottom {padding-bottom: 0px !important;}

.paddingbase{padding: var(--baseline);}
.paddingbasetop{padding-top: var(--baseline);}
.paddingbasebottom{padding-bottom: var(--baseline);}
.paddingbaseleft{padding-left: var(--baseline);}
.paddingbaseright{padding-right: var(--baseline);}
.paddingbasey{padding-top: var(--baseline); padding-bottom: var(--baseline);}
.paddingbasex{padding-left: var(--baseline); padding-right: var(--baseline);}

.paddingbase2{padding: var(--spacing-2);}
.paddingbasetop2{padding-top: var(--spacing-2);}
.paddingbasebottom2{padding-bottom: var(--spacing-2);}
.paddingbaseleft2{padding-left: var(--spacing-2);}
.paddingbaseright2{padding-right: var(--spacing-2);}
.paddingbasey2{padding-top: var(--spacing-2); padding-bottom: var(--spacing-2);}
.paddingbasex2{padding-left: var(--spacing-2); padding-right: var(--spacing-2);}

.paddingbase3{padding: var(--spacing-3);}
.paddingbasetop3{padding-top: var(--spacing-3);}
.paddingbasebottom3{padding-bottom: var(--spacing-3);}
.paddingbaseleft3{padding-left: var(--spacing-3);}
.paddingbaseright3{padding-right: var(--spacing-3);}
.paddingbasey3{padding-top: var(--spacing-3); padding-bottom: var(--spacing-3);}
.paddingbasex3{padding-left: var(--spacing-3); padding-right: var(--spacing-3);}

.paddingbase4{padding: var(--spacing-4);}
.paddingbasetop4{padding-top: var(--spacing-4);}
.paddingbasebottom4{padding-bottom: var(--spacing-4);}
.paddingbaseleft4{padding-left: var(--spacing-4);}
.paddingbaseright4{padding-right: var(--spacing-4);}
.paddingbasey4{padding-top: var(--spacing-4); padding-bottom: var(--spacing-4);}
.paddingbasex4{padding-left: var(--spacing-4); padding-right: var(--spacing-4);}

.paddingbase5{padding: var(--spacing-5);}
.paddingbasetop5{padding-top: var(--spacing-5);}
.paddingbasebottom5{padding-bottom: var(--spacing-5);}
.paddingbaseleft5{padding-left: var(--spacing-5);}
.paddingbaseright5{padding-right: var(--spacing-5);}
.paddingbasey5{padding-top: var(--spacing-5); padding-bottom: var(--spacing-5);}
.paddingbasex5{padding-left: var(--spacing-5); padding-right: var(--spacing-5);}

/*margin*/
.margin0 {margin: 0px !important;}
.margin0sx {margin-left: 0px !important;}
.margin0dx {margin-right: 0px !important;}
.margin0top {margin-top: 0px !important;}
.margin0bottom {margin-bottom: 0px !important;}

.marginbase{margin: var(--baseline);}
.marginbasetop{margin-top: var(--baseline);}
.marginbasebottom{margin-bottom: var(--baseline) !important;}
.marginbaseleft{margin-left: var(--baseline);}
.marginbaseright{margin-right: var(--baseline);}
.marginbasey{margin-top: var(--baseline); margin-bottom: var(--baseline);}
.marginbasex{margin-left: var(--baseline); margin-right: var(--baseline);}

.marginbase2{margin: var(--spacing-2);}
.marginbasetop2{margin-top: var(--spacing-2);}
.marginbasebottom2{margin-bottom: var(--spacing-2) !important;}
.marginbaseleft2{margin-left: var(--spacing-2);}
.marginbaseright2{margin-right: var(--spacing-2);}
.marginbasey2{margin-top: var(--spacing-2); margin-bottom: var(--spacing-2);}
.marginbasex2{margin-left: var(--spacing-2); margin-right: var(--spacing-2);}

.marginbase3{margin: var(--spacing-3);}
.marginbasetop3{margin-top: var(--spacing-3);}
.marginbasebottom3{margin-bottom: var(--spacing-3);}
.marginbaseleft3{margin-left: var(--spacing-3);}
.marginbaseright3{margin-right: var(--spacing-3);}
.marginbasey3{margin-top: var(--spacing-3); margin-bottom: var(--spacing-3);}
.marginbasex3{margin-left: var(--spacing-3); margin-right: var(--spacing-3);}

.marginbase4{margin: var(--spacing-4);}
.marginbasetop4{margin-top: var(--spacing-4);}
.marginbasebottom4{margin-bottom: var(--spacing-4);}
.marginbaseleft4{margin-left: var(--spacing-4);}
.marginbaseright4{margin-right: var(--spacing-4);}
.marginbasey4{margin-top: var(--spacing-4); margin-bottom: var(--spacing-4);}
.marginbasex4{margin-left: var(--spacing-4); margin-right: var(--spacing-4);}

.marginbase5{margin: var(--spacing-5);}
.marginbasetop5{margin-top: var(--spacing-5);}
.marginbasebottom5{margin-bottom: var(--spacing-5);}
.marginbaseleft5{margin-left: var(--spacing-5);}
.marginbaseright5{margin-right: var(--spacing-5);}
.marginbasey5{margin-top: var(--spacing-5); margin-bottom: var(--spacing-5);}
.marginbasex5{margin-left: var(--spacing-5); margin-right: var(--spacing-5);}


/*----------------spazi px----------------*/
.padding10 {padding: 10px;}
.padding10sx {padding-left: 10px;}
.padding10dx {padding-right: 10px;}
.padding10top {padding-top: 10px;}
.padding10bottom {padding-bottom: 10px;}

.padding20 {padding: 20px;}
.padding20sx {padding-left: 20px;}
.padding20dx {padding-right: 20px;}
.padding20top {padding-top: 20px;}
.padding20bottom {padding-bottom: 20px;}

.padding30 {padding: 30px;}
.padding30sx {padding-left: 30px;}
.padding30dx {padding-right: 30px;}
.padding30top {padding-top: 30px;}
.padding30bottom {padding-bottom: 30px;}

.padding40 {padding: 40px;}
.padding40sx {padding-left: 40px;}
.padding40dx {padding-right: 40px;}
.padding40top {padding-top: 40px;}
.padding40bottom {padding-bottom: 40px;}

.padding60 {padding: 60px;}
.padding60sx {padding-left: 60px;}
.padding60dx {padding-right: 60px;}
.padding60top {padding-top: 60px;}
.padding60bottom {padding-bottom: 60px;}

.padding100 {padding: 100px;}
.padding100sx {padding-left: 100px;}
.padding100dx {padding-right: 100px;}
.padding100top {padding-top: 100px;}
.padding100bottom {padding-bottom: 100px;}

.padding70 {padding: 70px;}
.padding70sx {padding-left: 70px;}
.padding70dx {padding-right: 70px;}
.padding70top {padding-top: 70px;}
.padding70bottom {padding-bottom: 70px;}

.padding125top {padding-top: 125px;}
.padding125bottom {padding-bottom: 125px;}

/*margin*/
.margin0 {margin: 0px;}
.margin0sx {margin-left: 0px;}
.margin0dx {margin-right: 0px;}
.margin0top {margin-top: 0px;}
.margin0bottom {margin-bottom: 0px;}

.margin10 {margin: 10px;}
.margin10sx {margin-left: 10px;}
.margin10dx {margin-right: 10px;}
.margin10top {margin-top: 10px;}
.margin10bottom {margin-bottom: 10px;}

.margin20 {margin: 20px;}
.margin20sx {margin-left: 20px;}
.margin20dx {margin-right: 20px;}
.margin20top {margin-top: 20px;}
.margin20bottom {margin-bottom: 20px;}

.margin30 {margin: 30px;}
.margin30sx {margin-left: 30px;}
.margin30dx {margin-right: 30px;}
.margin30top {margin-top: 30px;}
.margin30bottom {margin-bottom: 30px;}

.margin40 {margin: 40px;}
.margin40sx {margin-left: 40px;}
.margin40dx {margin-right: 40px;}
.margin40top {margin-top: 40px;}
.margin40bottom {margin-bottom: 40px;}

.margin60 {margin: 60px;}
.margin60sx {margin-left: 60px;}
.margin60dx {margin-right: 60px;}
.margin60top {margin-top: 60px;}
.margin60bottom {margin-bottom: 60px;}

.margin70bottom {margin-bottom: 70px;}
.margin70top {margin-top: 70px;}

.margin100bottom {margin-bottom: 100px;}
.margin100top {margin-top: 100px;}

.margin-125top {margin-top: -125px;}

.margin-auto {margin: 0 auto;}
.no-margin {margin: 0px !important;}
.no-padding {padding: 0px !important;}

/*----------------z-index----------------*/
.z-index-negativo{z-index: -1;}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}
.z-index-4{z-index: 4;}
.z-index-5{z-index: 5;}
.z-index-6{z-index: 6;}
.z-index-7{z-index: 7;}
.z-index-8{z-index: 8;}
.z-index-9{z-index: 9;}

.z-index-10{z-index: 10;}
.z-index-100{z-index: 100;}
.z-index-1000{z-index: 1000;}
.z-index-10000{z-index: 10000;}

/*----------------classi generiche----------------*/
.display-block {display: block !important;}
.display-inline-block {display: inline-block;}
.display-inline-flex {display: inline-flex;}
.clear-both {clear: both;}
.hidden {display: none;}
.super-hidden {display: none!important;}
.display-block-mb{display: none!important;}
.display-inline-block-mb{display: none!important;}
.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-left {text-align: left;}
.vertical-top {vertical-align: top;}
.vertical-middle {vertical-align: middle;}
.overflow {overflow: visible !important;}
.no-overflow {overflow: hidden !important;}
.bordo-top {border-top: 2px solid var(--background-color-alt);}
.bordo-bottom {border-bottom: 2px solid var(--background-color-alt);}
.bordo-destra {border-right: 2px solid var(--background-color-alt);}
.bordo-sinistra {border-left: 2px solid var(--background-color-alt);}
.bordo {border: 1px solid var(--darkgrey);}
.tondo {border-radius: 100% !important;}
.no-max-height {max-height: none!important;}
.no-max-width {max-width: none!important;}

.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-6 {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}

.line-clamp-9 {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}

/*----------------liste----------------*/
main ul, main ol {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 1.5em 1.3em;
}

main ol {
  counter-reset: my-awesome-counter;
  margin-top: 5px;
}

main ol li {
  counter-increment: my-awesome-counter;
  vertical-align: middle;
  clear: both;
  display: block;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--font-principale);
  min-height: 1em;
  vertical-align: middle
}

main ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-weight: 600;
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-size: 1em;
  line-height: 1.25em;
  text-align: center;
  display: inline-block;
  float: left;
  margin-left: -1em;
  margin-right: 5px;
  border-radius: 100%;
  background: var(--accent-color);
}

main ol li ol li::before {
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-size: .9em;
  line-height: 1.2em;
  margin: 0 7px 0 20px
}

main ul li::before {
  content: "\2B24";
  color: var(--accent-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -23px;
  margin-bottom: 10px;
  margin-right: 5px;
  position: absolute;
}

ul.clean,
ol.clean,
ul.clean li,
ol.clean li{
  padding:0;
  margin:0;
  list-style:none;
}
ul.clean li:before,
ol.clean li:before{
content:none;
}
/*----------------stili generici----------------*/
.box-shadow {box-shadow: var(--shadow);}
.drop-shadow {filter: drop-shadow(0 0 1rem rgb(0, 0, 0, 0.35));}
.border-radius {border-radius: var(--radius);}
.border-radius-small {border-radius: var(--radius-small);}

.circle {border-radius: 100%;}
.figure-radius {
overflow: hidden;
display: flex;
border-radius: var(--radius-small);
width: 100%;
height: 100%;
}
.figure-radius img {
width: 100%;
height: 100%;
object-fit: cover;
}
.figure-300 {
height: 300px;
}

/*----------------position----------------*/
.absolute {position: absolute;}
.fixed {position: fixed;}
.overlay,
.relative {position: relative;}

.top0 {top: 0;}
.bottom0 {bottom: 0;}
.left0 {left: 0;}
.right0 {right: 0;}

/*----------------overlay----------------*/
.pop-up-overlay * {
  z-index: 10;
}
.pop-up-overlay:before {
  content: '';
  top: 0;
  background: #00000055;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.pop-up-overlay.blur:before {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: #0000001a;
}

/*----------------colori variabili----------------*/
.testo-normale {color: var(--text-color) !important;}
.testo-alternativo {color: var(--text-color-alt) !important;}
.testo-evidenza {color: var(--accent-color) !important;}

/*colori custom*/
.testo-custom-1 {color: var(--custom-color-1);}
.testo-custom-2 {color: var(--custom-color-2);}
.testo-custom-3 {color: var(--custom-color-3);}
.testo-custom-4 {color: var(--custom-color-4);}

/*colori fissi*/
.negativo,.bianco,.bianco p,.white ,.white p {color: var(--white) !important;}
.nero, .nero p,.black ,.black p {color: var(--black) !important;}

.grey,.grey p {color: var(--grey);}
.darkgrey,.darkgrey p {color: var(--darkgrey);}
.darkgrey2,.darkgrey2 p {color: var(--darkgrey2);}
.darkgrey3,.darkgrey3 p {color: var(--darkgrey3);}
.darkergrey,.darkergrey p {color: var(--darkergrey);}
.darkergrey2,.darkergrey2 p {color: var(--darkergrey2);}


/*colori background*/
.bg-main {background-color: var(--background-color);}
.bg-alt {background-color: var(--background-color-alt);}
.bg-evidenza {background-color: var(--accent-color);}

/*colori custom*/
.bg-custom-1 {background-color: var(--custom-color-1);}
.bg-custom-2 {background-color: var(--custom-color-2);}
.bg-custom-3 {background-color: var(--custom-color-3);}
.bg-custom-4 {background-color: var(--custom-color-4);}

/*colori fissi*/
.bg-black {background: var(--black);}
.bg-white {background: var(--white);}

.bg-grey {background: var(--grey);}
.bg-darkgrey {background: var(--darkgrey);}
.bg-darkgrey2 {background: var(--darkgrey2);}
.bg-darkgrey3 {background: var(--darkgrey3);}
.bg-darkergrey {background: var(--darkergrey);}
.bg-darkergrey2 {background: var(--darkergrey2);}

/*svg*/
.stroke-accent,.stroke-accent *{stroke: var(--accent-color);}
.fill-accent,.fill-accent *{fill: var(--accent-color);}

.bg-size-cover {background-size: cover;}
.bg-position-center {background-position: center center;}
/*testo con sfumatura*/

.color-clip,
.color-clip-hover:hover{
  background: rgb(26,63,244); 
  background: -moz-linear-gradient(90deg, rgba(26,63,244,1) 0%, rgba(1,164,255,1) 42%, rgba(206,255,0,1) 100%); 
  background: -webkit-linear-gradient(90deg, rgba(26,63,244,1) 0%, rgba(1,164,255,1) 42%, rgba(206,255,0,1) 100%); 
  background: linear-gradient(90deg, rgba(26,63,244,1) 0%, rgba(1,164,255,1) 42%, rgba(206,255,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*opacity*/
.opacity70{opacity:.7;}
.opacity50{opacity:.5;}
.opacity30{opacity:.3;}

/*----------------fine colori----------------*/

/*----------------font----------------*/

.font-principale {
  font-family: var(--font-principale) !important;
}
.font-secondario {
  font-family: var(--font-secondario) !important;
}
.breadcrumb {
  font-size:var(--size-p);
}
.breadcrumb a {
  text-decoration: none;
  color: var(--text-color);
}
/*----------------line-height-generiche----------------*/

.line-height-1 {line-height: 1;}
.line-height-1-2 {line-height: 1.2;}
.line-height-1-4 {line-height: 1.4;}
.line-height-1-6 {line-height: 1.6;}
.line-height-1-8 {line-height: 1.8;}
.line-height-2 {line-height: 2;}

/*stili*/
.italic {font-style: italic !important;}
.maiuscolo,.uppercase {text-transform: uppercase !important;}
.minuscolo,.lowercase {text-transform: lowercase !important;}
.iniziali-maiuscole,.capitalize {text-transform: capitalize !important;}

/*pesi*/
.thin {font-weight: 100 !important;}
.light {font-weight: 300 !important;}
.regular {font-weight: 400 !important;}
.medium {font-weight: 500 !important;}
.semibold {font-weight: 600 !important;}
b,strong,.bold,.grassetto {font-weight: 700 !important;}
.extrabold  {font-weight: 800 !important;}
.black {font-weight: 900 !important;}



a, a:visited, a:focus {
  color: var(--accent-color);
}
a.clean {
  color: unset;
  text-decoration:none
}

a:hover {
  color: var(--accent-color);
}

body, p, li {
  font-family: var(--family-p);
  font-weight: var(--weight-p);
  font-size: var(--size-p);
  line-height: var(--lineH-p);
  color: var(--text-color);

}
.testo-alternativo p,
.testo-alternativo p li {
  color: var(--text-color-alt);
}
.p-big {
  font-family: var(--family-p-big);
  font-weight: var(--weight-p-big);
  font-size: var(--size-p-big);
  line-height: var(--lineH-p-big);
}
.p-small {
  font-family: var(--family-p-small);
  font-weight: var(--weight-p-small);
  font-size: var(--size-p-small);
  line-height: var(--lineH-p-small);
}

h1,
.title-h1 {
  font-family: var(--family-h1);
  font-size: var(--size-h1);
  line-height: var(--lineH-h1);
  font-weight: var(--weight-h1);
  letter-spacing: var(--spacing-h1);
}

h2,
.title-h2 {
  font-family: var(--family-h1);
  font-size: var(--size-h2);
  line-height: var(--lineH-h2);
  font-weight: var(--weight-h2);
  letter-spacing: var(--spacing-h2)
}

h3,
.title-h3 {
  font-family: var(--family-h1);
  font-size: var(--size-h3);
  line-height: var(--lineH-h3);
  font-weight: var(--weight-h3);
  letter-spacing: var(--spacing-h3)
}
h4,
.title-h4,
.title-h4 p {
  font-family: var(--font-principale);
  font-size: var(--size-h4);
  line-height: var(--lineH-h4);
  font-weight: var(--weight-h4);
  letter-spacing: var(--spacing-h4)
}
h5,
.title-h5,
.title-h5 p {
  font-family: var(--font-principale);
  font-size: var(--size-h5);
  line-height: var(--lineH-h5);
  font-weight: var(--weight-h5);
  letter-spacing: var(--spacing-h5)
}
h6,
.title-h6,
.title-h6 p {
  font-family: var(--font-principale);
  font-size: var(--size-h6);
  line-height: var(--lineH-h6);
  font-weight: var(--weight-h6);
  letter-spacing: var(--spacing-h6)
}
h1,h2,h3,h4,h5,h6,
.title-h1,.title-h2,.title-h3,.title-h4,.title-h5,.title-h6 {
  margin: 0.5em 0;
}
h1.margin,h2.margin,h3.margin,h4.margin,h5.margin,h6.margin,
.title-h1.margin,.title-h2.margin,.title-h3.margin,.title-h4.margin,.title-h5.margin,.title-h6.margin {
  margin: 1em 0;
}

/*----------------Fine font----------------*/


/*----------------Bottoni----------------*/
.btn,
button.btn,
input[type="submit"].btn {
  font-family: var(--family-btn-s1);
  letter-spacing: var(--spacing-btn-s1);
  font-weight: var(--weight-btn-s1);
  text-transform: var(--transform-btn-s1);
  font-size: var(--size-btn-s1);
  line-height: var(--lineH-btn-s1);
  padding: var(--padding-btn-s1);
  margin: var(--margin-btn-s1);
  border-radius: var(--radius-btn-s1);
  border:var(--border-btn-s1) solid;    
  /*global*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s;
}

.btn:hover {
  transition: all 0.35s;
}
.btn:link,
.btn:visited {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
button::after {
  display: none;
}


/*dimensioni bottoni*/
.btn.btn-big,
button.btn.btn-big,
input[type="submit"].btn.btn-big {
  font-family: var(--family-btn-s2);
  letter-spacing: var(--spacing-btn-s2);
  font-weight: var(--weight-btn-s2);
  text-transform: var(--transform-btn-s2);
  font-size: var(--size-btn-s2);
  line-height: var(--lineH-btn-s2);
  padding: var(--padding-btn-s2);
  margin: var(--margin-btn-s2);
  border-radius: var(--radius-btn-s2);
  border:var(--border-btn-s2) solid;  
}

.btn.btn-small,
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  font-family: var(--family-btn-s3);
  letter-spacing: var(--spacing-btn-s3);
  font-weight: var(--weight-btn-s3);
  text-transform: var(--transform-btn-s3);
  font-size: var(--size-btn-s3);
  line-height: var(--lineH-btn-s3);
  padding: var(--padding-btn-s3);
  margin: var(--margin-btn-s3);
  border-radius: var(--radius-btn-s3);
  border:var(--border-btn-s3) solid;
}



/*tipologia bottone*/

/*Stile 1*/
a.btn,
button.btn,
input[type="submit"].btn,
.btn.btn-style-1,
button.btn-style-1,
input[type="submit"].btn.btn-style-1 {
  color:var(--color-btn-type-1);
  border-color:var(--border-btn-type-1);
  background-color:var(--bg-top-btn-type-1);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-1) 0%, var(--bg-bottom-btn-type-1) 100%);  
}
a.btn:hover,
button.btn:hover,
.btn.btn-style-1:hover,
button.btn-style-1:hover{
  color:var(--color-btn-type-1-h);
  border-color: var(--border-btn-type-1-h);
}
/*input*/
input[type="submit"].btn:hover,
input[type="submit"].btn.btn-style-1:hover {
  color:var(--color-btn-type-1-h);
  background-color:var(--bg-top-btn-type-1-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-1-h) 0%, var(--bg-bottom-btn-type-1-h) 100%);
  border-color: var(--border-btn-type-1-h);
}
a.btn:before,
button.btn:before,
.btn.btn-style-1:before,
button.btn-style-1:before {
  background-color:var(--bg-top-btn-type-1-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-1-h) 0%, var(--bg-bottom-btn-type-1-h) 100%);
}



/*Stile 2*/
.btn.btn-style-2,
button.btn.btn-style-2,
input[type="submit"].btn.btn-style-2 {
  color:var(--color-btn-type-2);
  border-color:var(--border-btn-type-2);
  background-color:var(--bg-top-btn-type-2);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-2) 0%, var(--bg-bottom-btn-type-2) 100%);
}
/*input*/
.btn.btn-style-2:hover,
button.btn.btn-style-2:hover{
  color:var(--color-btn-type-2-h);
  border-color: var(--border-btn-type-2-h);
}
/*input hover*/
input[type="submit"].btn.btn-style-2:hover {
  color:var(--color-btn-type-2-h);
  background-color:var(--bg-top-btn-type-2-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-2-h) 0%, var(--bg-bottom-btn-type-2-h) 100%);
  border-color: var(--border-btn-type-2-h);
}
/*before*/
.btn.btn-style-2:before,
button.btn.btn-style-2:before{
  background-color:var(--bg-top-btn-type-2-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-2-h) 0%, var(--bg-bottom-btn-type-2-h) 100%);
}

/*Stile 3*/
.btn.btn-style-3,
button.btn.btn-style-3,
input[type="submit"].btn.btn-style-3 {
  color:var(--color-btn-type-3);
  border-color:var(--border-btn-type-3);
  background-color:var(--bg-top-btn-type-3);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-3) 0%, var(--bg-bottom-btn-type-3) 100%);
}
/*hover*/
.btn.btn-style-3:hover,
button.btn.btn-style-3:hover{
  color:var(--color-btn-type-3-h);
  border-color: var(--border-btn-type-3-h);
}
/*input hover*/
input[type="submit"].btn.btn-style-3:hover {
  color:var(--color-btn-type-3-h);
  background-color:var(--bg-top-btn-type-3-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-3-h) 0%, var(--bg-bottom-btn-type-3-h) 100%);
  border-color: var(--border-btn-type-3-h);
}
/*before*/
.btn.btn-style-3:before,
button.btn.btn-style-3:before{
  background-color:var(--bg-top-btn-type-3-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-3-h) 0%, var(--bg-bottom-btn-type-3-h) 100%);
}

/*Stile 4*/
.btn.btn-style-4,
button.btn.btn-style-4,
input[type="submit"].btn.btn-style-4 {
  color:var(--color-btn-type-4);
  border-color:var(--border-btn-type-4);
  background-color:var(--bg-top-btn-type-4);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-4) 0%, var(--bg-bottom-btn-type-4) 100%);
}
/*hover*/
.btn.btn-style-4:hover,
button.btn.btn-style-4:hover {
  color:var(--color-btn-type-4-h);
  border-color: var(--border-btn-type-4-h);
}
/*input hover*/
input[type="submit"].btn.btn-style-4:hover {
  color:var(--color-btn-type-4-h);
  background-color:var(--bg-top-btn-type-4-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-4-h) 0%, var(--bg-bottom-btn-type-4-h) 100%);
  border-color: var(--border-btn-type-4-h);
}
/*before*/
.btn.btn-style-4:before,
button.btn.btn-style-4:before {
  background-color:var(--bg-top-btn-type-4-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-4-h) 0%, var(--bg-bottom-btn-type-4-h) 100%);
}

/*Stile 5*/
.btn.btn-style-5,
button.btn.btn-style-5,
input[type="submit"].btn.btn-style-5 {
  color:var(--color-btn-type-5);
  border-color:var(--border-btn-type-5);
  background-color:var(--bg-top-btn-type-5);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-5) 0%, var(--bg-bottom-btn-type-5) 100%);
}
/*hover*/
.btn.btn-style-5:hover,
button.btn.btn-style-5:hover {
  color:var(--color-btn-type-5-h);
  border-color: var(--border-btn-type-5-h);
}
/*input hover*/
input[type="submit"].btn.btn-style-5:hover {
  color:var(--color-btn-type-5-h);
  background-color:var(--bg-top-btn-type-5-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-5-h) 0%, var(--bg-bottom-btn-type-5-h) 100%);
  border-color: var(--border-btn-type-5-h);
}
/*before*/
.btn.btn-style-5:before,
button.btn.btn-style-5:before {
  background-color:var(--bg-top-btn-type-5-h);
  background-image: linear-gradient(180deg, var(--bg-top-btn-type-5-h) 0%, var(--bg-bottom-btn-type-5-h) 100%);
}

/*icone*/
.btn i {
position: relative;
display:inline-block;
z-index: 1;
}
.btn.btn-icon-left i {
padding-right: 5px;
}
.btn.btn-icon-right i {
padding-left: 5px;
}

.btn i,
button.btn i {
font-size: calc( var(--size-btn-s1) + 4px);
line-height: 0;
}
.btn.btn-big i,
button.btn.btn-big i {
font-size: calc( var(--size-btn-s1) + 8px);
line-height: 0;
}

.btn.btn-small i,
button.btn.btn-small i {
font-size: calc( var(--size-btn-s1) + 2px);
line-height: 0;
}

/*effetto hover*/
.btn {
  position: relative;
  }
.btn span {
  position: relative;
  z-index: 1;
  text-align: center;
  width:auto;
  display: inline-block;
  }
.btn:not(input):before {
  content: "";
  position: absolute;
  transition: all 0.35s;
  z-index: 1;
  }


/*standard*/
.animation-standard .btn:not(input):before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0
  }
.animation-standard .btn:hover:before {
  width: 100%;
  opacity:1;
  }

/*rise*/
.animation-rise .btn:not(input):before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0
  }
.animation-rise .btn:hover:before {
  width: 100%;
  opacity:1;
  }
.animation-rise .btn:hover {
  box-shadow: 0 0.5em 0.5em -0.4em #00000080;
  transform: translateY(-0.35em);
  }

/*slide*/
.animation-fill-slide .btn:not(input):before {
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  }
.animation-fill-slide .btn:hover:before {
  width: 100%;
  }

/*fil-down*/
.animation-fill-down .btn:not(input):before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  }
.animation-fill-down .btn:hover:before {
  height: 100%;
  }

/*fil-up*/
.animation-fill-up .btn:not(input):before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  }
.animation-fill-up .btn:hover:before {
  height: 100%;
  }

/*grow-box*/
.animation-grow-box .btn:not(input):before {
  bottom: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  }
.animation-grow-box .btn:hover:before {
  width: 100%;
  height: 100%;
  bottom: 0%;
  left:0%;
  }

/*ellipse*/
.animation-grow-ellipse .btn:not(input):before {
  bottom: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius:50%
  }
.animation-grow-ellipse .btn:hover:before {
  width: 200%;
  height: 500%;
  bottom: -200%;
  left:-50%;
  }



/*bottoni disabilitati*/
.btn:disabled,
button:disabled,
.wpcf7 input[type="submit"]:disabled,
.btn:disabled:hover,
button:disabled:hover,
.wpcf7 input[type="submit"]:disabled:hover {
  opacity: 0.4;
  background:var(--darkgrey3);
  border-color:var(--darkgrey3);
}
/*----------------Fine Bottoni----------------*/



/*form*/
.wpcf7 {
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width:100%;
  background:transparent;
}

.wpcf7 input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0px;
  width:auto;
}

.wpcf7 textarea {
  height: 150px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  border-radius: 0;
  font-size: var(--size-p-small);
  font-family: var(--font-secondario);
  color:var(--text-color);
  font-weight: 400;
  line-height: 1.6;
  transition: .3s;
  padding: 10px 0px;
  border-color: #707070;
  border-width: 0 0 1px 0;
  outline:1px solid transparent;
}

.wpcf7 input:focus:not([type="submit"]),
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  padding: 10px 20px;
  border-color: var(--accent-color);
  outline:1px solid var(--accent-color);
  color: var(--text-color);
}
.wpcf7 input::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color:var(--text-color);
  opacity:0.4;
}

.wpcf7 .negativo select {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E);
}
/*Change text in autofill textbox*/
.wpcf7 input:-webkit-autofill {
  -webkit-text-fill-color: var(--text-color);
  padding: 10px 0px;
}

.wpcf7 .ajax-loader {
  filter: brightness(500%) contrast(80%);
  width: 15px;
  height: 15px;
  background-size: cover;
}


/* FORM SPUNTE */

.wpcf7 .info-privacy span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item:first-child{
  margin: 0 0 0 0em;
}
.wpcf7 .info-privacy p a {
  text-decoration: underline;
}
.wpcf7 small {
  display: inline;
}
.wpcf7 span.wpcf7-form-control-wrap.radio {
  width: auto;
}
.wpcf7 input::-webkit-calendar-picker-indicator {
  color: transparent !important;
  background: transparent url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55% !important;
}
.wpcf7 input.wpcf7-file {
  width: 100%;
}
.wpcf7 input[type="radio"] {
  margin: 5px !important;
}
.wpcf7 input:disabled {
  cursor: not-allowed;
}


/*response*/
.wpcf7 form .wpcf7-response-output {
  border:none;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  font-size:var(--size-p);
  font-weight: bold;
}
.wpcf7 form .wpcf7-response-output:before {
  font-family: 'Material Icons';
  display:inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height:30px;
  width:30px;
  height:30px;
  border-radius:15px;
  text-align:center;
  margin: -2px 10px 0px 0px;
  color: #fff;
  vertical-align:middle;
}
/*sent*/
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: '\e876';
  background: #46b450;
}
/*invalid*/
.wpcf7 form.invalid .wpcf7-response-output {
  color: #eaad2f;
}
.wpcf7 form.invalid .wpcf7-response-output:before {
  content: '\e002';
  background: #eaad2f;
}
/*aborted*/
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: #dc3232 !important;

}
.wpcf7 form.aborted .wpcf7-response-output:before,
.wpcf7 form.failed .wpcf7-response-output:before {
  content: '\e5cd';
  background: #dc3232;
}
/*fine response*/

/*not-valid-tip*/
body:not(.cf7p-message) .wpcf7-not-valid-tip {
  position: relative;
  width: auto;
  margin-top: 3px;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: #dc3232;
  border: none;
  float: left;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip {
  color: #fff;
  font-size:14px;
  line-height:1.6;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
  content: '';
  position: absolute;
  left: 10px;
  top: -5px;
  background-color: #dc3232;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  z-index:1;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
  content: '\e5c9';
  font-family: 'Material Icons';
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 20px;
  line-height: 1;
  left:-2px;
  top: -1px;
  z-index:2;
}
/*fine not-valid-tip*/



/* FINE FORM SPUNTE */

/*----------------fine form----------------*/




/*----------------owl carousel----------------fine*/
.owl-dots * {
  transition: 0.5s all ease-in-out;
}
.owl-dots {
  margin-top: 0px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  height: 5px;
  margin: 0px 5px;
  background: var(--accent-color);
  box-shadow: none;
  opacity: 0.4;
  border-radius: 0px;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  width: 25px;
}
.owl-img-auto.owl-carousel .owl-item img {
  display:block!important;
  width: auto!important;
}
.owl-dot {
  background: #00000026;
  border: none;
  padding: 3.5px;
  border-radius: 0;
}
.owl-dot.active, .owl-dot:hover{
  background: #111111;
}
.owl-dot:not(.active){
  cursor: pointer;
}
/*owl carousel*/




/*----------------Footer----------------*/
footer {
  padding: var(--footer-padding);
}
footer, footer section#widget-area {
  background-color: var(--background-widget);
}

/*----------------widget----------------*/
footer section#widget-area {
  margin: 0;
  padding-top: var(--widget-padding-top);
  padding-bottom: var(--widget-padding-bottom)
}
footer section#widget-area p,
footer section#widget-area b, 
footer section#widget-area span:not(.label), 
footer section#widget-area strong,
footer section#widget-area ul, 
footer section#widget-area ol, 
footer section#widget-area li, 
footer section#widget-area li * {
  margin: 0;
  color: var(--widget-color);
  font-family: var(--family-widget-text);
  font-size: var(--size-widget-text);
  font-weight: var(--weight-widget-text);
  line-height: var(--lineH-widget-text);
}
footer section#widget-area a:not(.btn) {
  color: var(--widget-link-color);
}
footer section#widget-area .widget-row .widget-column .widget:last-child {
  margin: 0;
}
footer section#widget-area .widget-row .widget-column .widget-title {
  color: var(--widget-color);
  font-family: var(--family-widget-title);
  font-size: var(--size-widget-title);
  font-weight: var(--weight-widget-title);
  line-height: var(--lineH-widget-title);
  text-transform: none;
  padding-bottom: 1.5em;
  margin: 0;
}
html.desktop footer section#widget-area .widget-row.widget-separator .widget-column:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: calc(var(--widget-separator-gap) / -2);
  border-right: var(--widget-separator);
}
html.desktop footer section#widget-area .widget-row.widget-separator.widget_4c .widget-column:nth-child(2):before,
html.desktop footer section#widget-area .widget-row.widget-separator.widget_5b .widget-column:nth-child(2):before{
content: none;
}

/*menu footer*/
footer section#widget-area .widget ul.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer section#widget-area .widget ul.menu li {
  padding-bottom: 8px
}
footer section#widget-area .widget ul.menu li ul.sub-menu {
  display: none;
}

/*----------------Socket Copyright-----------------*/
footer section#copyright-area {
  background: var(--background-socket);
  color:var(--socket-color);
}
footer section#copyright-area .contenuto {
  padding-top:var(--socket-padding-top);
  padding-bottom:var(--socket-padding-bottom);
  width: calc(var(--w-container) - 30px);
}

footer section#copyright-area p,
footer section#copyright-area b,
footer section#copyright-area span,
footer section#copyright-area strong,
footer section#copyright-area ul,
footer section#copyright-area ol,
footer section#copyright-area li {
  margin: 0;
  color:var(--socket-color);
  font-family:var(--family-socket-text);
  font-size:var(--size-socket-text) !important;
  font-weight:var(--weight-socket-text);
  line-height:var(--lineH-socket-text);
}
footer section#copyright-area a {
  color:var(--socket-link-color);
}


/*----------------header----------------*/



header{
  position: relative;
  width: 100%;
  z-index: 9999;
}

header.transparet{
  position: absolute;
  z-index: 9999;
}
/*generic*/
header #navigation-bar{
  background:var(--background-color-header);
  padding:var(--padding-header);
  position: relative;
  width: 100%;
  transition: all ease-out 250ms;
}
header #navigation-bar.sticky {
  position: fixed;
  padding:var(--padding-header-sticky);
  top: 0px;
  z-index: 9999;
  transition: all ease-out 250ms;
  box-shadow: 0 0 25px rgb(0 0 0 / 14%);
}
header #navigation-bar .site-menu nav ul:not(.sub-menu) > li > a {
  color:var(--text-color-header);
}
header #navigation-bar .navigation-content {
  padding: var(--padding-container);
  max-width: 100%;
  margin: 0 auto;
}

/*trasparent*/
header.transparet #navigation-bar{
  background:var(--background-color-transparent);
}
header.transparet #navigation-bar .site-menu nav ul:not(.sub-menu) > li > a {
  color:var(--text-color-header-transparent);
}
header.transparet #navigation-bar.sticky {
  background:var(--background-color-header);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
header.transparet #navigation-bar.sticky .site-menu nav ul:not(.sub-menu) > li > a {
  color:var(--text-color-header);
}


header li.wpml-ls-item.wpml-ls-current-language > a {
  line-height: 1 !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s;
  font-family: var(--family-btn-s1);
  letter-spacing: var(--spacing-btn-s1);
  font-weight: var(--weight-btn-s1);
  text-transform: var(--transform-btn-s1);
  font-size: var(--size-btn-s1);
  border-radius: var(--radius-btn-s1);
  margin-left: 10px;
  background-color: var(--white);
  color: var(--text-color)!important;
}

header:not(.transparet) #navigation-bar li.wpml-ls-item.wpml-ls-current-language > a,
header #navigation-bar.sticky li.wpml-ls-item.wpml-ls-current-language > a {
  border-color: var(--border-btn-type-2);
  background-color: var(--bg-top-btn-type-2);
  color: var(--color-btn-type-2)!important;
}
header li.wpml-ls-item.wpml-ls-current-language > a span{
  font-weight:600;
}

header #navigation-bar .site-menu nav ul li.wpml-ls-item.wpml-ls-current-language > a:after {
content:none;
}

/*----------------font-size----------------*/
header #navigation-bar .site-menu nav ul:not(.sub-menu) > li > a {
  font-family: var(--family-menu);
  font-size: var(--size-menu);
  line-height: var(--lineH-menu);
  font-weight: var(--weight-menu);
  letter-spacing: var(--spacing-menu);
  padding: var(--padding-menu);
}
header #navigation-bar .site-menu nav ul ul.sub-menu > li > a {
  font-family: var(--family-menu_2);
  font-size: var(--size-menu_2);
  line-height: var(--lineH-menu_2);
  font-weight: var(--weight-menu_2);
  letter-spacing: var(--spacing-menu_2);

}



/*----------------site-branding----------------*/
header  #navigation-bar .navigation-content .site-branding,
header #navigation-bar .navigation-content .site-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
}
header  #navigation-bar .navigation-content .site-branding{
  width: 22%;
  justify-content: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
}
header #navigation-bar .navigation-content .site-branding .logo-container {
  padding:0;
  margin:0;
}
header #navigation-bar .navigation-content .site-branding .logo-container #logo{
display:block;
fill:var(--text-color);
}




/*sub-menu*/

header #navigation-bar .main-navigation ul {
  display: flex;
  justify-content: flex-end;
}

header #navigation-bar .site-menu nav ul li.menu-item-has-children > a:after {
  display: inline-block;
  position: relative;
  font-weight: 900;
  color: var(--accent-color);
  right: -5px;
  margin-right: -10px;top: 0px;
  content: "\e145";
  letter-spacing: 0px;
  font-family: 'Material Icons';
  font-size: 18px;
  vertical-align: sub;
  transition: all 250ms ease-in-out;
}

header #navigation-bar .site-menu nav ul li.menu-item-has-children:hover > a:after {
  transform: rotate(45deg);
}

header #navigation-bar .site-menu nav ul ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
}

header #navigation-bar .site-menu nav ul ul.sub-menu {
  background-color: var(--background-color-header);
  border-radius:8px;
}
header.sticky #navigation-bar .site-menu nav ul ul.sub-menu{
  background-color: var(--background-color-header);
  border-radius:0 0 8px 8px;
}

header #navigation-bar .site-menu nav ul ul.sub-menu > li{
  width: auto;
  padding: 5px;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  background-color:transparent;
  transition:background 0.25s ease;
}
header #navigation-bar .site-menu nav ul ul.sub-menu > li:hover {
  background-color: rgb(0 0 0 / 0.04);
  transition:background 0.25s ease;
}
header #navigation-bar .site-menu nav ul#primary-menu li.megamenu > ul.sub-menu > li:hover {
background-color: rgb(0 0 0 / 0.04);
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 15px, rgba(0,0,0,0.04) 15px, rgba(0,0,0,0.04) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 15px, rgba(0,0,0,0.04) 15px, rgba(0,0,0,0.04) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 15px, rgba(0,0,0,0.04) 15px, rgba(0,0,0,0.04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
transition:background 0.25s ease;
}


header #navigation-bar .site-menu nav ul li.menu-item-has-children > ul.sub-menu {
  opacity:0.5;
  transition: all 250ms ease;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
  float: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  visibility:hidden
}
header #navigation-bar .site-menu nav ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity:1;
  transition: all 250ms ease;
  visibility:visible;
  z-index: 99999;


}

/**
@media screen and (min-width: 37.5em) {

  .menu-toggle {
      display: none;
  }

  .main-navigation ul {
  display: flex;
  justify-content: flex-end;}
}**/


/*type_menu_1*/

header #navigation-bar .navigation-content.type_menu_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  }



/*----------------action bar----------------*/
header #action-bar {
  width:100%;
  background:var(--bg-actionbar);
}
header.transparet #action-bar{
background: #80808020;
backdrop-filter: blur(10px);
}
header .action-bar-content{
  padding-top: var(--padding-actionbar-top);
  padding-bottom: var(--padding-actionbar-top);
  margin: 0 auto;
}
header .action-bar-content > *,
header .action-bar-content p,
header .action-bar-content ul li,
header .action-bar-content ol li,
header .action-bar-content i {
  color: var(--color-actionbar);
  
margin-bottom: 0;}
header .action-bar-content a {
   color: var(--link-actionbar);
}


/*----------------menu----------------*/






/*INIZIO PERSONALIZZAZIONE panini*/
.btn.btn-style-1.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-1));
  border-color: ;
}
.btn.btn-style-2.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-2));
  border-color: ;
}
.btn.btn-style-3.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-3));
  border-color: ;
}
.btn.btn-style-4.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-4));
  border-color: ;
}
.btn.btn-style-5.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-5));
  border-color: ;
}
.btn.btn-style-6.btn.shadow:not(:hover) {
  filter: drop-shadow(0px 0px 5px var(--border-btn-type-6));
  border-color: ;
}
.btn.shadow:hover {
filter: drop-shadow(0px 0px 0px rgba(5, 162, 211, 0.0));
}


section hr {
height: 2px;
margin: 0em;
background: var(--text-color);
}

/*personalizzazioni header*/
header.transparet #navigation-bar:not(.sticky) .site-branding figure.logo-container svg#logo path:not(#testo_2) {
fill:#fff;
transition: fill ease-out 500ms;
}


header #navigation-bar .site-menu nav ul:not(.sub-menu) > li.btn-menu > a {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s;   
  border-color: var(--border-btn-type-2);
  background-color: var(--bg-top-btn-type-2);
  font-family: var(--family-btn-s1);
  letter-spacing: var(--spacing-btn-s1);
  font-weight: var(--weight-btn-s1);
  text-transform: var(--transform-btn-s1);
  font-size: var(--size-btn-s1);
  border-radius: var(--radius-btn-s1);
  color: var(--color-btn-type-2)!important;
  margin-left: 10px;
}
header.transparet #navigation-bar:not(.sticky) .site-menu nav ul:not(.sub-menu) > li.btn-menu > a {
  background-color: var(--white);
  color: var(--text-color)!important;
}

header #navigation-bar .btn-search > a {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s;
  border-color: var(--border-btn-type-1);
  background-color: var(--bg-top-btn-type-1);
  font-family: var(--family-btn-s1);
  letter-spacing: var(--spacing-btn-s1);
  text-transform: var(--transform-btn-s1);
  font-size: var(--size-btn-s1);
  border-radius: var(--radius-btn-s1);
  color: var(--color-btn-type-1)!important;
  padding: 15px;
  margin-left: 10px;
}




.btn-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

strong-alt {
  font-weight: 400 !important;
  color: var(--accent-color) !important;
}

/*HERO HOME*/
section#visore-home {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

section#visore-home .contenuto {
  position: relative;
  display: flex;
  z-index: 10;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

section#visore-home .contenuto {
  position: relative;
  display: flex;
  z-index: 10;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

section#visore-home .contenuto .element-2 {
  position: absolute;
  bottom: 60px;
}

section#visore-home #sfondo-visore {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  filter: grayscale(1);
}

section#visore-home #sfondo-visore img,
section#visore-home #sfondo-visore video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*overlay*/
section#visore-home:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background-color:#001e8d;
  /*background-color:var(--custom-color-1);*/
  mix-blend-mode: multiply;
}

section#visore-home .contenuto .element-1{
  position:relative;
}

section#visore-home .contenuto .element-1:after {
content: url(https://panini.gbsweb.online/wp-content/uploads/2022/05/Decorazione-1.svg);
  width: auto;
  height: auto;
  position: absolute;
  right:-300px;
  bottom:-20px
}



section#about img {
  background: var(--accent-color);
  border-radius: 100px;
}


/*product HOME*/
#product .product-list {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#product article.product-card {
  max-width: 300px;
  position: relative;
}
#product article.product-card figure.product-img {
  position: relative;
  display: flex;
  justify-content: center;
}

#product article.product-card figure.product-img svg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25px;
  max-width: calc(100% - 50px);
  fill: var(--custom-color-1);
}

#product article.product-card figure.product-img img {
  position: relative;
  display: block;
  z-index: 4;
  filter: drop-shadow(0 0 0.25rem rgb(0, 0, 0, 0.45));
}



section#secure-id {
  background-image: linear-gradient(var(--background-color-alt) 100px, transparent 100px);
}

section#secure-identity {
  background-image: linear-gradient(0deg, var(--background-color-alt) 100px, transparent 100px);
}


/*sdezione alternata*/
.sezione-alernata.alernata-dx .alernata-text {
  padding-right: calc( var(--single-padding-esterno) + 20px);
  padding-left: 50px;
}

.sezione-alernata.alernata-dx .alernata-img {
  padding-right: 50px;
}

.sezione-alernata.alernata-sx .alernata-text {
  padding-left:calc( var(--single-padding-esterno) + 20px);
  padding-right: 50px;
}

.sezione-alernata.alernata-sx .alernata-img {
  padding-left: 50px;
}

.sezione-alernata .alernata-img figure img,
.sezione-alernata .alernata-img video {
  min-height: 620px;
  max-height: 700px;
  height: auto;overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.sezione-alernata.alernata-dx .alernata-img figure img,
.sezione-alernata.alernata-dx .alernata-img video {
  border-radius: 0px 50px 50px 0px;
}

.sezione-alernata.alernata-sx .alernata-img figure img,
.sezione-alernata.alernata-sx .alernata-img video {
  border-radius:  50px 0px 0px 50px ;
}


section#news {
  background-image: url(https://panini.gbsweb.online/wp-content/uploads/2022/05/Decorazione-2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 60% -60px;
}
section#news .news-list .news-single .news-title,
section#news .news-list .news-single .news-excerpt {
  width:calc(100% - 2.5em)
}

section#world .world-inner .world-col-1 img {
  width: 60%;
  position: absolute;
  left: -10%;
}
section#world .world-inner .world-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}




/*footer*/
footer#footer section#copyright-area ul,
footer#footer section#widget-area ul {
  padding:0
}

footer#footer section#copyright-area li,
footer#footer section#widget-area li {
  list-style: none;
}

footer#footer section#copyright-area a,
footer#footer section#widget-area a {
  text-decoration: none;
}

footer#footer section#copyright-area a:hover,
footer#footer section#widget-area a:hover {
  text-decoration: underline;
}

footer#footer section#widget-area li {
  padding-bottom:5px
}
section#copyright-area .contenuto {
  border-top: 1px solid var(--darkgrey);
}
footer#footer section#copyright-area ul.legal {
  display: flex;
  gap: 20px;
}


/*custom widget area*/
footer#footer section#widget-area .widget-row.widget_custom {
display: grid;
grid-template-columns: repeat(14, 1fr);
grid-template-rows: repeat(auto, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
footer#footer section#widget-area .widget-row.widget_custom .div1 {grid-area: 1 / 1 / 1 / 7;}
footer#footer section#widget-area .widget-row.widget_custom .div2 {grid-area: 1 / 8 / 1 / 15;}
footer#footer section#widget-area .widget-row.widget_custom .div3 {grid-area: 3 / 1 / 3 / 5;}
footer#footer section#widget-area .widget-row.widget_custom .div4 {grid-area: 3 / 6 / 3 / 10;}
footer#footer section#widget-area .widget-row.widget_custom .div5 {grid-area: 3 / 11 / 3 / 15;}
footer#footer section#widget-area .widget-row.widget_custom .hr-row{
  grid-area: 2 / 1 / 2 / 15;
  background: var(--darkgrey);
  height: 1px;
}

footer#footer section#widget-area .widget-row.widget_custom .div1{
  display: flex;
  align-items: center;
}
footer#footer section#widget-area .widget-row.widget_custom .div2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*footer#footer section#widget-area .widget-row.widget_custom .div5 {
  border-top: 1px solid var(--darkergrey);
  padding-top: 60px;
  margin-top: 30px;
}*/


/*prodotti*/
.nuova-gamma strong-alt {
  color: var(--custom-color-4) !important;
}
.nuova-gamma .testo-evidenza {
  color: var(--custom-color-4) !important;
}
.nuova-gamma ol li::before {
  background:var(--custom-color-4) !important
}
.nuova-gamma ul li::before {
  color: var(--custom-color-4) !important;
}

body.product-template-default header #navigation-bar:not(.sticky) {
  background: var(--background-color-alt);
}

body.product-template-default section#visore-product {
  background-image: linear-gradient(0deg, #fff 50px, var(--background-color-alt) 5px);
}

body.product-template-default section#helpdesk {
  background-image: linear-gradient(180deg, var(--background-color-alt)100px,  #fff  100px);
  padding-bottom:60px
}

body.product-template-default section#faq {
  background-image: linear-gradient(180deg, var(--background-color-alt)200px, #fff 200px);
  padding-top: 80px;
}
body.product-template-default section#faq .element-1 .cell.g6 {
  padding-top: 200px
}

body.product-template-default section#links {
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: left center;
  overflow: hidden;
  position: relative;
}
body.product-template-default section#links:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: var(--custom-color-1);
  mix-blend-mode: multiply;
  z-index: 0;
}


body.product-template-default section#narrative .sezione-alernata.alernata-sx .alternata-special {
  padding-right: calc( var(--single-padding-esterno) - 100px);
  padding-left: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
  right: -50px;
  position: relative;
}
body.product-template-default section#narrative .sezione-alernata.alernata-sx .alternata-special {
  border-radius: 50px 0px 0px 50px;
}
body.product-template-default section#narrative .alernata-text {
  margin-top: 100px;
}
body.product-template-default section#narrative {
  background-image: linear-gradient(180deg, #fff 60px, var(--background-color-alt) 60px);
  padding-top: 10px;
}

/**********************************modale pagina prodotto****************************/
div#comparison .container-modale::-webkit-scrollbar-thumb {
  background: var(--custom-color-2);
  border-width: 0;
  border-style: solid;
  border-color: #fff;
}
div#comparison .container-modale::-webkit-scrollbar-track {
  background: #ccc;
}
div#comparison {
  display: none;
  background-color: #00000060;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-content: center;
  padding-top: 10px;
  z-index: 99999999999999;
  width: 100%;
}
div#comparison.active {
  display: flex;
  flex-direction: column;
}
div#comparison .comparison-modale {
  max-width: 1000px;
  width: 90vw;
  top: 9vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  z-index: 999999;
}
div#comparison .close-modale i {
  position: relative;
  background: var(--accent-color);
  border-radius: 100%;
  font-size: 28px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  right: -12px
}
div#comparison .container-modale {
  max-width: 1000px;
  width: 90vw;
  max-height: 80vh;
  top: 10vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  left: 0;
  padding: 60px 50px;
  background: white;
  margin: 0 auto;
}
div#comparison .container-modale > .wpcf7 {
  padding: 0px;
}
div#comparison.active {
  background-color: #00000060;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation-name: contact-bg;
  animation-duration: 2s;
}
div#comparison .container-modale {
  opacity: 0;
}
div#comparison.active .container-modale {
  opacity: 1;
  animation-name: contact-anim;
  animation-duration: 1s;
}
div#comparison .container-modale, div#comparison .action-modale {
  opacity: 0;
}
div#comparison.active .container-modale, div#comparison.active .action-modale {
  opacity: 1;
  animation-name: contact-anim;
  animation-duration: 1s;
}
@keyframes contact-anim {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
@keyframes contact-bg {
  0% {
      background-color: #00000000;
      backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);
  }

  100% {
      background-color: #00000060;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
  }
}



/**********************************faq****************************/

ul.list-faq>li .single-faq .faq-title,ul.list-faq>li .single-faq .faq-content {
  text-align: left;
}
ul.list-faq>li .single-faq {
  border-bottom:2px solid var(--text-color)   
}
ul.list-faq>li .single-faq {
  padding: 15px 0px;
}
ul.list-faq>li .single-faq .faq-content {
  margin-top: 30px;
}
ul.list-faq>li .single-faq .faq-content p {
  font-weight: 600;
}
ul.list-faq>li .single-faq .col-10 {
  flex-basis: 10%;
  width: auto;
  flex-grow: 0;
  text-align: right;
  flex-shrink: 1;
}
ul.list-faq>li .single-faq .icon {
  --faq_icon_size: 38px; 
  font-size: calc( var(--faq_icon_size) - 10px);
  background: var(--custom-color-1);
  color: var(--white);
  line-height:  var(--faq_icon_size);
  height: var(--faq_icon_size);
  width: var(--faq_icon_size);
  border-radius:50%;
  text-align:center;
}
ul.list-faq>li .single-faq .icon {
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
ul.list-faq>li .single-faq .active .icon {
  transform: rotate(-135deg);
  transition: all 0.4s ease;  
}

ul.list-faq>li .single-faq .icon,
ul.list-faq>li .single-faq .faq-title {
  cursor: pointer;
}



/**********************************tabs****************************/
.tabs {
  max-width: 100%;
}
.tabs .tabs-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tabs .tabs-nav li {
  float: left;
  width: auto;
  width: 100%;
  list-style: none;
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #707070;
  padding: 2px;
}
.tabs .tabs-nav li.tab-active {
  border-radius: 15px 15px 0px 0px;
  border-width: 2px 2px 0px 2px;
}
.tabs .tabs-nav li:before {
  content: none;
}
.tabs .tabs-nav a {
  background: transparent;
  color: var(--custom-color-1);
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.tabs .tab-active a:hover {
  color: var(--accent-color);
  opacity: 1;
}
.tabs .tab-active a {
  color: var(--custom-color-1);
  cursor: default;
  opacity: 1;
}
.tabs .tabs-nav a:focus {
  outline: none;
}
.tabs .tabs-stage {
  border: 0px;
  clear: both;
  padding: 40px 0px 0px 0px;
  position: relative;
}





/**********************************technology****************************/

body.technology-template-default section#quote {
  position: relative;
}
body.technology-template-default section#quote figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
body.technology-template-default section#quote figure video,
body.technology-template-default section#quote figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.technology-template-default section#quote .contenuto {
  position: relative;
  z-index: 10;
  padding-top: 200px;
  padding-bottom: 200px;
}
body.technology-template-default section#quote .contenuto h2 {
  font-size: calc(var(--size-h2) - 6px);
}
body.technology-template-default section#quote:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgb(0 30 141 / 0.4);
  mix-blend-mode: multiply;
}


body.technology-template-default section#product {
  background-image: url(https://panini.gbsweb.online/wp-content/uploads/2022/05/Decorazione-3-sx.svg), url(https://panini.gbsweb.online/wp-content/uploads/2022/05/Decorazione-3-dx.svg);
  background-size: auto;
  background-position: 2.5% 25%, 97.5% 75%;
  background-repeat: no-repeat, no-repeat;
}
body.technology-template-default section#product article.product-card {
  max-width: 450px;
  margin: 0 auto;
  position: relative
}
body.technology-template-default section#product article.product-card figure.product-img svg {
  top: 40px;
  left: 40px;
  max-width: 240px;
  left: 0;
  right: 0;
  margin: 0 auto;
}



body.technology-template-default section#related .related-list article.related-single {
  padding: 40px 33px;
}
body.technology-template-default section#related .related-list article.related-single a.related-button {
  --related-button: 2.2em;
  background: var(--custom-color-2);
  font-size: calc(var(--related-button) - 1em);
  line-height: var(--related-button);
  width: var(--related-button);
  ; height: var(--related-button);
  ; display: block;
  text-align: center;
  border-radius: 100%;
  color: var(--white);
  transition: background 0.25s ease-in-out;

}
body.technology-template-default section#related .related-list article.related-single a.related-button:hover {
  background: var(--accent-color);
  transition: background 0.25s ease-in-out;
}

body.technology-template-default section#related .related-list article.related-single .related-action {
  display: flex;
  justify-content: flex-end;
}








/**********************************landing****************************/

section#visore-landing {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

section#visore-landing .contenuto {
  position: relative;
  display: flex;
  z-index: 10;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

section#visore-landing .contenuto {
  position: relative;
  display: flex;
  z-index: 10;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

section#visore-landing .contenuto .element-2 {
  position: absolute;
  bottom: 60px;
}

section#visore-landing #sfondo-visore {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  filter: grayscale(1);
}

section#visore-landing #sfondo-visore img, section#visore-landing #sfondo-visore video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*overlay*/
section#visore-landing:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
background-color: var(--overlay-custom);    /*background-color:var(--custom-color-1);*/
  mix-blend-mode: multiply;
}

section#visore-landing .contenuto .element-1 {
  position: relative;
}

section#visore-landing .contenuto .element-1 p,
section#visore-landing .contenuto .element-1 h1,
section#visore-landing .contenuto .element-1 .btn-row{
  max-width:630px
}
  
section#visore-landing .contenuto .element-1:after {
  content: url(/wp-content/uploads/2022/05/Decorazione-1.svg);
  width: auto;
  height: auto;
  position: absolute;
  right: -300px;
  bottom: -20px
}



/**********************************About****************************/

section#visore-landing.about strong-alt {
  color: var(--text-color)!important;
}

section#visore-landing.about .contenuto .element-1:after {
  content: none
}

section#visore-landing.about .contenuto:after {
  content: url(/wp-content/uploads/2022/07/about-poligon-sx.svg);
  ; width: auto;
  height: auto;
  position: absolute;
  right: -300px;
}

section#visore-landing.about .contenuto:before {
  content: url(/wp-content/uploads/2022/07/about-poligon-dx.svg);
  ; width: auto;
  height: auto;
  position: absolute;
  left: -350px;
}


body.page-template-about section#quote {
  position: relative;
}
body.page-template-about section#quote figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
body.page-template-about section#quote figure video,
body.page-template-about section#quote figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.page-template-about section#quote .contenuto {
  position: relative;
  z-index: 10;
  padding-top: 200px;
  padding-bottom: 200px;
}
body.page-template-about section#quote .contenuto h2 {
  font-size: calc(var(--size-h2) - 6px);
}
body.page-template-about section#quote:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color:#001254;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

section#executive .executive-list .people-single .people-contact a {
  padding: 7px;
  border-radius: 50px;
  align-items: center;
  vertical-align: text-top;
}

section#executive .executive-list .people-single .people-contact a span.dashicons {
  font-size: 19px;
  line-height: 1;
}



/*timeline*/
section#timeline .timeline-list .owl-stage-outer.owl-height {
  overflow: visible;
}
section#timeline .timeline-list .owl-stage {
  display: inline-flex;
}
section#timeline .timeline-list .event-single {
  width: 440px;
  position: relative;
}
section#timeline .timeline-list li.event-single:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  background: #2B365C;
  top: calc(50% - 1px);
  left: 0;
}
section#timeline .timeline-list .owl-item:first-child .event-single:before, section#timeline .timeline-list .owl-item:last-child .event-single:before {
  width: 200%;
}
section#timeline .timeline-list .owl-item:first-child .event-single:before {
  left: -100%;
}
section#timeline .timeline-list .owl-item:last-child .event-single:before {
  right: -100%;
}

/*alternanza*/
section#timeline .timeline-list .owl-item:nth-child(even) .event-single {
  display: flex;
  flex-direction: column;
}
section#timeline .timeline-list .owl-item:nth-child(odd) .event-single {
  display: flex;
  flex-direction: column-reverse;
}
section#timeline .timeline-list .owl-item:nth-child(even) .event-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
section#timeline .timeline-list .owl-item:nth-child(odd) .event-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section#timeline .timeline-list .event-single .event-content {
  align-items: center;
  position: relative;
  width: 100%;
}
section#timeline .timeline-list .event-single .event-gutter {
  position: relative;
  width: 100%;
}
section#timeline .timeline-list .event-single .event-content .event-text {
  padding: 0 40px;
}
section#timeline .timeline-list .event-single .event-content figure.event-figure {
  height: 80px;
  width: auto;
  display: flex;
  position: relative;
}
section#timeline .timeline-list .event-single .event-content figure.event-figure img {
  width: auto;
  object-fit: contain;
}

/*alternanza foto*/
section#timeline .timeline-list .owl-item:nth-child(odd) .event-single .event-figure {
  bottom: -40px;
}
section#timeline .timeline-list .owl-item:nth-child(even) .event-single .event-figure {
  top: -40px;
}

/*decorazioni*/
section#timeline .timeline-list .owl-item:nth-child(even) .event-single .event-content:after {
  content: url("http://panini.gbsweb.online/wp-content/uploads/2022/07/timeline-poligon-2.svg");
  top: -20%;
  left: 10%;
}
section#timeline .timeline-list .owl-item:nth-child(odd) .event-single .event-content:after {
  content: url("http://panini.gbsweb.online/wp-content/uploads/2022/07/timeline-poligon-1.svg");
  top: 0%;
  right: 0;
  left: 0;
}
section#timeline .timeline-list .owl-item:nth-child(5n+2) .event-single .event-content:after, 
section#timeline .timeline-list .owl-item:nth-child(3n+2) .event-single .event-content:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
section#timeline .timeline-list .owl-item .event-single .event-content:after {
  position: absolute;
  z-index: -1;
}
section#timeline .timeline-list .owl-item .event-single .event-content .event-text, 
section#timeline .timeline-list .owl-item .event-single .event-content .event-figure {
  z-index: 10;
}

/*divisore secolo*/
section#timeline .timeline-list .event-single.nuovo-secolo-1 {
  margin-left:30px
}
section#timeline .timeline-list .event-single.nuovo-secolo-1:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  left: -45px;
  border-left: 2px solid #D8D8D8;
  top: 0;
  content: "2000";
  color: #BCBCBC;
  font-weight:600;
  font-size:16px;
  text-align: start;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotateZ(180deg);
}


section#timeline .owl-nav {
  display: block;
  z-index: 999999;
  position: absolute;
  top: -100px;
  right: 0;
}

section#timeline .owl-nav button{
  color: #FFF;
  font-size: 80px;
  line-height: 1;
  padding: 10px !important;
}
section#timeline .owl-nav button.disabled{
  opacity:0.4;
}


#breadcrumbs, #breadcrumbs a {
  color: var(--custom-color-3);
  text-decoration: none;
}
#breadcrumbs span.separator {
  opacity: 0.35;
}




/********************archivi post*************/

.whitepapers-list > div:first-child {
  width: 100%;
  display:flex;
}

.whitepapers-list > div:first-child > figure img{
  transform:rotate(-10deg);
  z-index:2;
  position:relative;
}
.whitepapers-list > div > figure img{
  filter: drop-shadow(0px 3px 6px rgb(0 0 0 / 16%));
}

.whitepapers-list > div:first-child > figure:after {
  content: url(/wp-content/uploads/2022/05/Decorazione-1.svg);
  width: auto;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  filter: grayscale(1) opacity(0.1);
}

.bg-rosso{background-color: var(--bg-top-btn-type-2);}

.padding5top{
  padding-top:5px;
}

.padding5bottom{
  padding-bottom:5px;
}

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

.single #fascia-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #001e8d;
  /* background-color: var(--custom-color-1); */
  mix-blend-mode: multiply;
}

.single #fascia-intro .w-container.relative{
  z-index:3;
}

/****************************blog e post***************************/

.sidebar-blog.gbs-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-blog.gbs-sidebar .widget{
  margin-bottom:60px;
}
.sidebar-blog.gbs-sidebar .widget h2{
  font-family: var(--family-h1);
  font-size: var(--size-h5);
  line-height: var(--lineH-h5);
  font-weight: 700;
  letter-spacing: var(--spacing-h5);
}
.sidebar-blog.gbs-sidebar .widget_categories ul li {
  border:1px solid #000;
  border-radius:30px;
  padding: 5px 10px;
  margin-bottom:10px;
}

.sidebar-blog.gbs-sidebar .widget_recent_entries ul li {
  border-bottom:1px solid #000;
  border-radius:0px;
  padding: 5px 0px 10px;
  margin-bottom:10px;
}
.sidebar-blog.gbs-sidebar ul li a {
  font-size: 14px;
}

#section-correlati {
  background-color: var(--background-widget);
}

.single .sidebar-blog a {
  text-decoration: none;
  color: var(--text-color) !important;
}

.padding-12col-left{
  padding-left: calc(var(--w-container) / 12);
}
.padding-12col-right{
  padding-right: calc(var(--w-container) / 12);
}
.padding-6col-left{
  padding-left: calc(var(--w-container) / 6);
}
.padding-6col-right{
  padding-right: calc(var(--w-container) / 6);
}

.single-whitepapers #fascia-intro img {
  max-width: 300px;
  transform: rotate(-5deg);
  filter: drop-shadow(0px 3px 6px rgb(0 0 0 / 16%));
  margin-top: 50px;
  position:relative;
  z-index:2;
}

.single-whitepapers #fascia-intro figure:after {
  content: url(/wp-content/uploads/2022/05/Decorazione-1.svg);
  width: auto;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

/*************************archive prodotti********************/

.owl-item {
  display: inline-block;
}

.owl-nav.disabled {
  display: none;
}

.bg-gray{
  background-color: var(--background-widget);
}
.post-type-archive-product #product > div > div *{
  z-index:2;
  position: relative;
}
.post-type-archive-product #product > div:nth-child(even) .carosello_3{
  border-radius: 20px 0 0 20px;
}

.post-type-archive-product #product .owl-dot {
  background: #00000026;
  border: none;
  padding: 3.5px;
  border-radius: 100%;
}
.post-type-archive-product #product .owl-dot.active {
background: #111111;
}
.post-type-archive-product #product > div:nth-child(even) .carosello_3:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 0;
}
.post-type-archive-product #product > div .owl-stage-outer {
  overflow:hidden;
}
.post-type-archive-product #product > div:nth-child(odd) .carosello_3{
  border-radius: 0 20px 20px 0;
}
.post-type-archive-product #product > div:nth-child(odd) .carosello_3:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 0;
}
.post-type-archive-product #fascia-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #001e8d;
  /* background-color: var(--custom-color-1); */
  mix-blend-mode: multiply;
}


.post-type-archive-product #fascia-intro .w-container.relative {
  z-index: 2;
}

.single-event .material-icons{
  padding: 5px;
  background-color: #ee352a;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 100%;
  margin-right: 10px;
}

.single-career {
  border-bottom: 1px solid #cfcfcf;
}

.career-details > span {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 20px;
  border: 1px solid;
  border-radius: 25px;
  font-size: 13px;
}
.single-careers #fascia-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #f3f3f3;
  mix-blend-mode: multiply;
}


/******************values & careers******************/

body.page-template-pagina-values-careers section#quote {
  position: relative;
}
body.page-template-pagina-values-careers section#quote figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
body.page-template-pagina-values-careers section#quote figure video,
body.page-template-pagina-values-careers section#quote figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.page-template-pagina-values-careers section#quote .contenuto {
  position: relative;
  z-index: 10;
  padding-top: 200px;
  padding-bottom: 200px;
}
body.page-template-pagina-values-careers section#quote .contenuto h2 {
  font-size: calc(var(--size-h2) - 6px);
}
body.page-template-pagina-values-careers section#quote:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color:#001254;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
body.page-template-pagina-values-careers section#news {
  background-image: url(/wp-content/uploads/2022/05/Decorazione-2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 90% 10px;
}

body.page-template-pagina-values-careers section#values {
  background-image: linear-gradient(0deg, var(--custom-color-2) 200px, transparent 200px);
}

body figure.news-image img, .page-template-blog .case-img img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

body.page-template-pagina-values-careers span.posizione-assegnata {
  color: #EE352A;
}
body.page-template-pagina-values-careers span.posizione-aperta {
  color: #5BC617;
}



/*****************request brochure*******************/

div#brochure {
  position: fixed;
  top: 0;
  z-index: 9999999;
  background-color: #0000004a;
  left: 0;
  width: 100%;
  height: 100vh;
  display:none;
}
div#brochure.active {display:block;}

div#brochure .brochure-content {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  border-radius: 10px;
}
span.close-brochure {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 30px;
  line-height: 26px;
  font-size: 22px;
  /* transform: rotate(45deg); */
  border: 2px solid;
  text-align: center;
  cursor: pointer;
}



/************ submenu ************/

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 100000000000000;
top: 0;
right: -1px;
background-color: #ffffff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
text-align: left;
border-left: 1px solid var(--accent-color);
}
.sidenav ul{
list-style: none;
margin: 0;
}
.sidenav a, .sidenav li.wpml-ls-item.wpml-ls-current-language > a{
padding: 8px 8px 8px 0;
text-decoration: none;
font-size: 25px;
color: var(--text-color);
display: inline-block;
transition: 0.3s;
padding-right: 20px;
margin-left: 0;
font-weight: 600;
}
.sidenav li.wpml-ls-item.wpml-ls-current-language > a span{
font-weight: 600;
}

.sidenav .menu{
padding-left: 15px;
display: flex;
flex-direction: column;
padding-left: 30px !important;
padding-right: 30px !important;
}
.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 15px;
font-size: 36px;
padding-right: 0;
}
.sidenav .sub-menu {
padding-top: 60px;
overflow: hidden;
position: fixed;
width: calc(100vw - 7px);
height: 100vh;
top: 0;
left: 100%;
transition: 0.5s;
background: var(--grey);
z-index: 100000000000001;
margin-left: 0;
padding-right: 30px;
}
.sidenav .sub-menu .sub-menu {
background: transparent;
left: 0;
position: relative;
padding-top: 0;
height: 0;
}
.open-sub-menu {
cursor: pointer;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
border: 2px solid var(--accent-color);
justify-content: center;
border-radius: 50%;
}
.close-sub-menu {
display: flex;
font-weight: 900;
justify-content: flex-end;
padding-right: 30px;
cursor: pointer;
align-items: center;
line-height: 1;
}
.sidenav .sub-menu a{
color: var(--text-color);
}
.sidenav .wpml-ls-menu-item {
margin-top: 30px;
padding-top: 30px;
border-top: 2px solid;
display: flex;
align-items: center;
}
.logo-container-sidenav{
padding-left: 30px;
}

table.table.table-style-1.valued-services td {
border-top: 1px solid #cdcdcd;
padding: 10px 5px;
border-left: 1px solid #cdcdcd;
}

table.table.table-style-1.valued-services tr:last-child td {
border-bottom: 1px solid #cdcdcd;
}

table.table.table-style-1.valued-services td:last-child {
border-right: 1px solid #cdcdcd;
}


.support-icon img {
width: auto;
}


/********************searchform*****************/
div#form-search-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000082;
  z-index: 10;
}
.btn-search {
  cursor: pointer;
  display: inline-block;
  float: right;
}

i#close-search {
  position: absolute;
  top: 12px;
  width: 40px;
  height: 40px;
  background-color: #ee352a;
  text-align: center;
  border-radius: 100%;
  right: 15px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  border: 2px solid #ee352a;
  cursor:pointer;
color:#fff!important
}
form#searchform {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  width: 90%;
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 40px;
  box-shadow: 0px 10px 30px #0000007d;
  border: 1px solid #d7d7d7;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
#searchform input[type="text"] {
  width: calc(100% - 45px);
  border: 0;
  border-bottom: 0px solid #cdcdcd;
  border-radius: 0;
  font-size:30px;
  line-height:1;
}

#searchform input[type="submit"] {
position:relative;
right:40px;
  background-color: var(--bg-top-btn-type-1);
  color: #FFF;
  border-radius: 20px !important;
  line-height: 1;
  font-size: 24px;
  font-family: 'Material Icons' !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  padding: 0;
}




body.post-type-archive-product section#fascia-intro .visore-intro-post {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  filter: grayscale(1);
}
body.post-type-archive-product section#fascia-intro .visore-intro-post figure {
  width: 100%;
  height: 100%;
}
body.post-type-archive-product section#fascia-intro .visore-intro-post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.post-type-archive-product section#product {
  max-width: 100%;
}
.wpml-ls-menu-item .wpml-ls-flag {
  display: none;
}
.widget_categories ul li a {
display: block;
}
.pum-overlay.pum-active, .pum-overlay.pum-active .popmake.active {
opacity: 1 !important;
display: block !important;
}
.carosello_3 .owl-dots > .owl-dot {
margin-right: 5px;
}
.carosello_3 .owl-dots > .owl-dot:last-of-type{
margin-right: 0;
}
.carosello_3 .owl-stage{
min-width: 100%;
text-align: center;
}
.one-case > .cell {
grid-column-start: 5;
}
.two-cases .cell:first-of-type {
grid-column-start: 3;
}
.wpcf7-list-item, .wpcf7 .wpcf7-list-item:first-child{
margin: 0 1em 0 0;
}
header #navigation-bar .site-menu nav ul#primary-menu li.menu4colonne > ul.sub-menu > li:nth-child(5):hover,
header #navigation-bar .site-menu nav ul#primary-menu li.menu4colonne > ul.sub-menu > li:nth-child(6):hover,
header #navigation-bar .site-menu nav ul#primary-menu li.menu4colonne > ul.sub-menu > li:nth-child(7):hover,
header #navigation-bar .site-menu nav ul#primary-menu li.menu4colonne > ul.sub-menu > li:nth-child(8):hover {
  background: rgba(0,0,0,0.04);
}
.people-img-container {
  width: 100%;
  padding: 15px;
}
.people-img-container > figure {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
}
.people-img-container > figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ee352a;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: -1;
  border-radius: 50%;
}
.people-img-container > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}
.executive-list {
    justify-content: center;
}
.executive-list .people-single {
    width: calc(20% - 32px);
    flex-basis: calc(20% - 32px);
    flex-shrink: unset;
    flex-grow: unset;
}
#area-fixed{
  font-size: 0;
  position: fixed;
  z-index: 12;
  right: 26px;
  top: 220px;
  opacity: 0;
}
#area-fixed .area-fixed-icon{
  border: 2px solid #ee352a;
  border-radius: 50%;
  z-index: 3;
  position: relative;
}
#area-fixed #area-fixed-link{
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 2px;
  color: var(--border-btn-type-2-h);
  width: auto;
  height: 60px;
  right: 0;
  margin-right: 40px;
  overflow: hidden;
  display: block;
  transition: 1s;
}
#area-fixed #area-fixed-link a{
  border: 2px solid var(--border-btn-type-2-h);
  border-right: 0;
  padding-right: 35px;
  padding-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space: nowrap;
  text-decoration: none;
  background: #ffffff;
  color: var(--border-btn-type-2-h);
}
header #navigation-bar .site-menu nav ul li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  float: none;
  top: initial;
  left: initial;
  padding: 5px 15px;
}
.element-2{
    position: relative;
}
#visore-product .product-logo{
    max-width: 70px;
    margin-bottom: 20px;
}








/*sezione pagina about organico momentaneamente nascosta in attesa di aggiornamento*/
body.page-template.page-template-about section#executive {
    display: none;
    visibility: hidden;
}
body.page-template.page-template-about section#timeline {
    margin-bottom: 0;
}
body.page-template.page-template-about section#quote {
    margin-top: 0;
}
/*sezione pagina about organico momentaneamente nascosta in attesa di aggiornamento*/